Search found 3 matches

by sandeepvreddy
Tue Feb 11, 2014 4:45 am
Forum: Open Source Nagios Projects
Topic: check_file_age NRPE: Unable to read output
Replies: 3
Views: 4601

Re: check_file_age NRPE: Unable to read output

This issue is due to file permissions of user.

For my user home directory file permissions are set to 700, I changed it to 755 with chmod.

After changing file permissions its working without any issue.
by sandeepvreddy
Thu Feb 06, 2014 12:55 am
Forum: Open Source Nagios Projects
Topic: check_file_age NRPE: Unable to read output
Replies: 3
Views: 4601

check_file_age NRPE: Unable to read output

Hi, I am trying to get file age with check_file_age plugin. When I ran check_file_age command getting correct output, I used following command: /usr/lib/nagios/plugins/check_file_age -f /tmp/test -w 100 -c 200 Output: FILE_AGE CRITICAL: /tmp/test is 1673 seconds old and 10 bytes I added same above c...
by sandeepvreddy
Tue Dec 27, 2011 7:46 am
Forum: Open Source Nagios Projects
Topic: disable alert from command line
Replies: 0
Views: 944

disable alert from command line

Hi All,
Is there any way to disable alerts from command line.
I have been started alert with following command:
/usr/lib64/nagios/plugins/check_disk -c 80% -w 90% /dev/sdb1

Can any one please let me know is there any way to disable it from command line.

Thanks,
Sandeep