Quick Actions performed on alerts
Posted: Thu Jul 25, 2019 4:44 am
we can check few things inside the clients using the NRPE , for eg:
/usr/local/nagios/libexec/./check_ssh -H 10.24.15.200 or uptime or disk usage
Would it be possible that we can use the NRPE agent to fire up the command on the client from the nagios server. command like reboot, df -h .
I have created an quick action for the VM as "Reboot" but the command which I gave goes to the Nagios XI instead of the client.
How can I make sure that the command specified in the action should go to client instead of Nagios itself.
/usr/local/nagios/libexec/./check_ssh -H 10.24.15.200 or uptime or disk usage
Would it be possible that we can use the NRPE agent to fire up the command on the client from the nagios server. command like reboot, df -h .
I have created an quick action for the VM as "Reboot" but the command which I gave goes to the Nagios XI instead of the client.
How can I make sure that the command specified in the action should go to client instead of Nagios itself.