From e013b4e9930f7a66c403292c2814b6bda253bc2abc14fef7bd0a5fdb4377c1fa Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 17 Aug 2020 11:29:43 +0000 Subject: [PATCH 1/2] - fix path to stats file in nrpe check OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-mailstat?expand=0&rev=8 --- check_mailstat.cfg | 2 +- monitoring-plugins-mailstat.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/check_mailstat.cfg b/check_mailstat.cfg index e2d9b7e..8ee01d7 100644 --- a/check_mailstat.cfg +++ b/check_mailstat.cfg @@ -6,4 +6,4 @@ # the user executing the check below. Example: # touch /var/log/mailgraph/mailgraph.stats{,old} # chown nagios: /var/log/mailgraph/mailgraph.stats{,old} -command[check_mailstat]=/usr/lib/nagios/plugins/check_mailstat -w 1000:0:0:0:0:10 -c 2000:0:0:0:0:30 -s /var/log/mailgraph/mailgraph.statsi +command[check_mailstat]=/usr/lib/nagios/plugins/check_mailstat -w 1000:0:0:0:0:10 -c 2000:0:0:0:0:30 -s /var/log/mailgraph/mailgraph.stats diff --git a/monitoring-plugins-mailstat.changes b/monitoring-plugins-mailstat.changes index b94dda0..3ccfc47 100644 --- a/monitoring-plugins-mailstat.changes +++ b/monitoring-plugins-mailstat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 17 11:29:10 UTC 2020 - Lars Vogdt + +- fix path to stats file in nrpe check + ------------------------------------------------------------------- Sun Jun 21 09:51:12 UTC 2020 - lars@linux-schulserver.de - 0.9.1 From 03ed847a2bde53962eb17a460c9382b917673c6b80a17e6f2f781d5a87186e35 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 17 Aug 2020 11:59:55 +0000 Subject: [PATCH 2/2] file example command OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-mailstat?expand=0&rev=9 --- check_mailstat.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_mailstat.cfg b/check_mailstat.cfg index 8ee01d7..32ead3d 100644 --- a/check_mailstat.cfg +++ b/check_mailstat.cfg @@ -4,6 +4,6 @@ # Please make sure that the file and a file with the # same name but ending .old exist and are writable by # the user executing the check below. Example: -# touch /var/log/mailgraph/mailgraph.stats{,old} -# chown nagios: /var/log/mailgraph/mailgraph.stats{,old} +# touch /var/log/mailgraph/mailgraph.stats{,.old} +# chown nagios: /var/log/mailgraph/mailgraph.stats{,.old} command[check_mailstat]=/usr/lib/nagios/plugins/check_mailstat -w 1000:0:0:0:0:10 -c 2000:0:0:0:0:30 -s /var/log/mailgraph/mailgraph.stats