Search found 4 matches
- Thu May 05, 2016 5:11 am
- Forum: Open Source Nagios Projects
- Topic: how to stop check_log writing log files to /tmp?
- Replies: 4
- Views: 2021
Re: how to stop check_log writing log files to /tmp?
Hi ssax, Thanks for your reply. I will certainly keep the newer plugin in mind for future use. I deleted all the old log files - but kept the most recent ones for 4th May. It looks like the plugin has used those and continued with it's checking OK. Doing a manual check using 'df -h' I see that match...
- Wed May 04, 2016 6:30 am
- Forum: Open Source Nagios Projects
- Topic: how to stop check_log writing log files to /tmp?
- Replies: 4
- Views: 2021
how to stop check_log writing log files to /tmp?
Hi all. I'm getting problems with the nagios check_log plugin writing a lot of log information to the /tmp directory. /tmp check_log.DNDTRJRMKH │160672K│May 1 02:21 I don't really need all this logging as it's filling up the root partition - so is there a way to turn off this logging to the /tmp dir...
- Wed Apr 06, 2016 4:39 am
- Forum: Open Source Nagios Projects
- Topic: [SOLVED]testing negated plugin output
- Replies: 3
- Views: 1653
Re: testing negated plugin output
Thanks for that tip miltchev ;) I have got this working now by adding the following to my /etc/nagios/objects/commands.cfg file: # 'negate_check_http' command definition define command{ command_name negate_check_http command_line $USER1$/negate --critical=OK "/usr/lib/nagios/plugins/check_http ...
- Tue Apr 05, 2016 8:40 am
- Forum: Open Source Nagios Projects
- Topic: [SOLVED]testing negated plugin output
- Replies: 3
- Views: 1653
[SOLVED]testing negated plugin output
Hi all. I'm trying to test the output of a negated plugin. How can I see the actual negated output from the wrapped plugin? At the moment the plugin still shows the original output. I'd like to test this from the command-line first, to make sure this works as expected before editing the nagios confi...