User Tools

Site Tools


nagios

This is an old revision of the document!


Nagios

Monitoring Servers

Nagios Plugins

Links to Nagios Plugins

Memcached

To monitor memcached using nagios.
check_memcached

Error / Resolution

CASE :

Error : DISK CRITICAL check_disk : / / / is not accessible: Permission denied

Solution : In my case this is because it is mount point and is mounted as postgres user.
Which eventually does not allow other user to check the disk.
So i have copied the command as diff. name and set the SUID bit on the check command.

cd /usr/lib64/nagios/plugins/
cp check_disk check_disk_pg
chmod +s check_disk_pg

Voila…!!

nagios.1323806798.txt.gz · Last modified: 2020/08/10 02:30 (external edit)