Invoking Nagios in-built plugins

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.
Locked
PhumeleleSJose96
Posts: 13
Joined: Mon Feb 14, 2022 5:39 am

Invoking Nagios in-built plugins

Post by PhumeleleSJose96 »

Hi
My system admin has installed Nagios on Ubuntu 10.04.3 LTS. How should I go about invoking Nagios in-built Plugins for example check_disk from shell.
Move to the folder where your plugins are in

cd /usr/local/nagios/libexec

./check_disk --options

for example:

./check_disk echatspin echatrandom -w 80% -c 90% -M
Locked