Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
root@RR-DE-NMS-1:/usr/lib# ls -lrt /usr/lib/nagios/plugins
ls: cannot access /usr/lib/nagios/plugins: No such file or directory
root@RR-DE-NMS-1:/usr/lib# ls -lrt nagios*
ls: cannot access nagios*: No such file or directory
But in Secondary server i can easily can see all the plugins:
root@RR-DE-NMS-2:/usr/lib/nagios/plugins# ls -lrt
total 2232
-rwxr-xr-x 1 root root 2917 Mar 12 2014 utils.sh
-rw-r--r-- 1 root root 1936 Mar 12 2014 utils.pm
-rwxr-xr-x 1 root root 2930 Mar 12 2014 check_wave
-rwxr-xr-x 1 root root 1453 Mar 12 2014 check_sensors
-rwxr-xr-x 1 root root 9575 Mar 12 2014 check_rpc
..................................................
I hope this isn't truly *all* of your plugins - that's a very small quantity
lsazzad wrote:I dont understand where all the plugins are in my active server?
Neither do we. I would guess you used the Ubuntu apt-get or maybe the package manager gui to install? Nagios' preferred location for plugins is /usr/local/nagios/libexec - however your installation could have put them anywhere. I suggest using the find command to seek them out: