]>
git.michaelhowe.org Git - packages/n/nagios-plugins-local.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael Howe [Wed, 24 Jul 2024 08:01:00 +0000 (09:01 +0100)]
Install check_proc_age, bump changelog
Michael Howe [Tue, 23 Jul 2024 20:59:44 +0000 (21:59 +0100)]
make shellcheck happy
Michael Howe [Thu, 18 Jul 2024 21:54:09 +0000 (22:54 +0100)]
Add new plugin to check process agw
https://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_proc_age-2Esh/details
Michael Howe [Mon, 25 Dec 2023 17:00:03 +0000 (17:00 +0000)]
Bump changelog version and release
Michael Howe [Mon, 25 Dec 2023 15:43:09 +0000 (15:43 +0000)]
Bump version for new build
Michael Howe [Mon, 25 Dec 2023 15:42:49 +0000 (15:42 +0000)]
Fx bash syntax in check_newaliases
Michael Howe [Sun, 24 Dec 2023 17:27:51 +0000 (17:27 +0000)]
Add check_json plugin
Michael Howe [Sun, 24 Dec 2023 14:02:20 +0000 (14:02 +0000)]
Bump version because of build issues
For some reason the repository got messed up with the version it had in
its pool
Michael Howe [Sat, 23 Dec 2023 14:03:16 +0000 (14:03 +0000)]
New plugin to check that newaliases has run on /etc/aliases
Michael Howe [Sun, 16 Jul 2023 19:56:09 +0000 (20:56 +0100)]
Stop installing (and diverting) check_running_kernel
Upstream have fixed their version, and keeping this local version in
sync is a waste of time (especially as it's broken with bookworm).
Michael Howe [Tue, 21 Dec 2021 11:09:20 +0000 (11:09 +0000)]
Update remaining plugins to use python3
Michael Howe [Tue, 21 Dec 2021 10:07:42 +0000 (10:07 +0000)]
Update server plugins to be python3 compatible
Michael Howe [Fri, 19 Nov 2021 14:50:28 +0000 (14:50 +0000)]
Release 0.23
Michael Howe [Thu, 11 Nov 2021 22:27:31 +0000 (22:27 +0000)]
bump changelog
Michael Howe [Thu, 11 Nov 2021 22:24:30 +0000 (22:24 +0000)]
Fix postrm duplicate --remove call
Michael Howe [Wed, 2 Jun 2021 21:21:45 +0000 (22:21 +0100)]
Merge in check_running_kernel changes
monitoring-plugins-contri 35.
20210511 looks to work; unfortunately
that's not available until bullseye
Michael Howe [Sat, 9 Jan 2021 14:59:47 +0000 (14:59 +0000)]
Remove value=payload from perf data
Per icinga2 docs, perfdata should be 'metric'=number - arbitrary strings
aren't supported.
Michael Howe [Sat, 4 Jan 2020 22:21:22 +0000 (22:21 +0000)]
New version of check_mqtt
Supports python3 + buster
Michael Howe [Sat, 28 Dec 2019 10:19:41 +0000 (10:19 +0000)]
Add support for defining the TLS version for check_mqtt
Needed because buster doesn't support anything below TLS1.2, while
stretch defaults to something lower.
Michael Howe [Mon, 16 Sep 2019 19:30:05 +0000 (20:30 +0100)]
changelog and install check_running_kernel
Michael Howe [Mon, 16 Sep 2019 19:28:53 +0000 (20:28 +0100)]
Add preinst/postrm to run dpkg-divert for check_running_kernel
We want to override the version from nagios-plugins-contrib, at least
until they fix the bug.
Michael Howe [Mon, 16 Sep 2019 13:26:20 +0000 (14:26 +0100)]
Patch check_running_kernel for debbug#884328
Michael Howe [Mon, 16 Sep 2019 13:25:02 +0000 (14:25 +0100)]
Add check_running_kernel as it is in nagios-plugins-contrib
Michael Howe [Thu, 21 Feb 2019 14:11:38 +0000 (14:11 +0000)]
Fix dependency - libnagios-plugins-perl -> libmonitoring-plugins-perl
Michael Howe [Mon, 8 Jan 2018 21:02:04 +0000 (21:02 +0000)]
Bump version number now everything's back in sync
Michael Howe [Mon, 8 Jan 2018 20:59:00 +0000 (20:59 +0000)]
Merge branch '0.18'
Michael Howe [Mon, 8 Jan 2018 16:22:52 +0000 (16:22 +0000)]
check_monit: fix return code
Michael Howe [Mon, 8 Jan 2018 15:28:49 +0000 (15:28 +0000)]
Add check_cert and deal with messed-up changelog
Michael Howe [Sat, 9 Dec 2017 22:21:11 +0000 (22:21 +0000)]
Monit fixes work, so release 0.17
Michael Howe [Sat, 9 Dec 2017 20:41:04 +0000 (20:41 +0000)]
Make check_monit more functional
* handle (one) urllib error
* list which services are unmonitored, rather than just the first
Michael Howe [Sat, 9 Dec 2017 15:02:32 +0000 (15:02 +0000)]
Fix typo in check_configtool; release 0.16
Michael Howe [Sat, 9 Dec 2017 12:24:15 +0000 (12:24 +0000)]
Fix regex in check_configtool, release non-test version
The regex wasn't anchored, so wasn't being very helpful.
Michael Howe [Thu, 9 Nov 2017 21:40:33 +0000 (21:40 +0000)]
New plugin: check_monit
This will be run on clients, and will check whether monit is happy
Michael Howe [Wed, 6 Sep 2017 18:01:59 +0000 (19:01 +0100)]
Strip trailing spaces from mdadm output
This changed in stretch, and broke check_md_raid. Adding rstrip()
makes things happier.
Michael Howe [Sun, 30 Apr 2017 16:01:05 +0000 (17:01 +0100)]
Prepare for release
Michael Howe [Fri, 28 Apr 2017 22:53:33 +0000 (23:53 +0100)]
Add check_systemd plugin
Very simple - checks the is-system-running output
Michael Howe [Wed, 27 Apr 2016 18:48:31 +0000 (19:48 +0100)]
check_iostat plugin
From
<https://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_iostat--2D-I-2FO-statistics/details>
Michael Howe [Tue, 22 Dec 2015 11:11:19 +0000 (11:11 +0000)]
Fix dependency
Michael Howe [Mon, 21 Dec 2015 21:17:14 +0000 (21:17 +0000)]
Bump changelog
Michael Howe [Mon, 21 Dec 2015 21:16:43 +0000 (21:16 +0000)]
Install check_mqtt
Michael Howe [Mon, 21 Dec 2015 21:11:01 +0000 (21:11 +0000)]
Support for SSL for check_mqtt
Add support for the specifying CA certificate
Michael Howe [Mon, 21 Dec 2015 21:07:19 +0000 (21:07 +0000)]
Initial import of check_mqtt
From upstream
<https://github.com/jpmens/check-mqtt/blob/master/check-mqtt.py>
Michael Howe [Mon, 21 Dec 2015 20:59:46 +0000 (20:59 +0000)]
Install check_owntracks; prep for release
Michael Howe [Mon, 21 Dec 2015 20:57:10 +0000 (20:57 +0000)]
Make check_owntracks suitable for a nagios plugin
In particular:
* add support for SSL
* add support for command-line arguments
* add a pause between the mqtt pub and the recorder check
Michael Howe [Mon, 21 Dec 2015 20:55:31 +0000 (20:55 +0000)]
Update control file with requirements for check_owntracks
Michael Howe [Mon, 21 Dec 2015 20:16:26 +0000 (20:16 +0000)]
Initial import of check_owntracks
Upstream source:
https://raw.githubusercontent.com/owntracks/recorder/master/contrib/ot-ping.py
Michael Howe [Sun, 20 Dec 2015 12:14:21 +0000 (12:14 +0000)]
Add Breaks: for the new packages
Otherwise you get complaints about files belonging to multiple packages
Michael Howe [Sun, 20 Dec 2015 11:43:01 +0000 (11:43 +0000)]
Split packages out
Create separate -client and -server packages, in an attempt to keep the
increasing number of plugins and dependencies down.
Michael Howe [Sat, 17 Oct 2015 12:09:47 +0000 (12:09 +0000)]
Fix makefile
Michael Howe [Sat, 17 Oct 2015 10:09:25 +0000 (10:09 +0000)]
New check_configtool plugin
Michael Howe [Sat, 21 Sep 2013 21:14:16 +0000 (21:14 +0000)]
Dependencies
Michael Howe [Sat, 20 Oct 2012 21:06:11 +0000 (21:06 +0000)]
* Added check_krb5 plugin
Michael Howe [Tue, 20 Mar 2012 21:34:29 +0000 (21:34 +0000)]
Added new check_networkclients script
Michael Howe [Sun, 19 Jun 2011 22:42:32 +0000 (22:42 +0000)]
More fixes to check_cert
Michael Howe [Sun, 19 Jun 2011 22:25:04 +0000 (22:25 +0000)]
nagios-plugins-local: version 0.5 removes an extraneous print statement in check_cert that was causing nagios to see utter rubbish
Michael Howe [Sun, 19 Jun 2011 18:53:03 +0000 (18:53 +0000)]
nagios-plugins-local check_cert plugin now handles SMTP TLS, which gnutls-cli needed some hand-holding for
Michael Howe [Fri, 17 Jun 2011 18:26:22 +0000 (18:26 +0000)]
Updated debian/control with dependency on gnutls-bin, updated source/format to be native, so it might actually build
Michael Howe [Fri, 17 Jun 2011 18:18:18 +0000 (18:18 +0000)]
Fixed check_cert plugin to work with IPv6
Michael Howe [Sat, 22 Jan 2011 16:51:49 +0000 (16:51 +0000)]
nagios-plugins-local is now amd64-specific, also fixing rm-in-makefile bug
Michael Howe [Sat, 22 Jan 2011 16:46:46 +0000 (16:46 +0000)]
Updated debian changelog
Michael Howe [Sat, 22 Jan 2011 16:45:52 +0000 (16:45 +0000)]
Added a check_ldaps_ip plugin to nagios-plugins-local
Michael Howe [Fri, 19 Mar 2010 21:46:37 +0000 (21:46 +0000)]
Created tags and trunk dirs for nagios-plugins-local; added code to trunk