check_icmp plugin deleted

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
admingirl
Posts: 17
Joined: Tue Jun 13, 2017 6:33 am

check_icmp plugin deleted

Post by admingirl »

Hi Support,

I have accidentally deleted check_icmp plugin. How to download it again?

Please advise.
Thanks,
Ann
bolson

Re: check_icmp plugin deleted

Post by bolson »

Hello Ann, from a command prompt run:

Code: Select all

//usr/local/nagios/libexec/check_load --version
and post the result. We can then send you the correct version of check_icmp.

Thank you!
admingirl
Posts: 17
Joined: Tue Jun 13, 2017 6:33 am

Re: check_icmp plugin deleted

Post by admingirl »

Hi,

[root@HK1PNGO10 libexec]# ./check_load -V
check_load v2.0.2 (nagios-plugins 2.0.2)


Thanks,
Ann
bolson

Re: check_icmp plugin deleted

Post by bolson »

This is the most reliable method...

Code: Select all

Download the same version of XI you're on (you can find it in the bottom left hand corner of the web interface):
https://assets.nagios.com/downloads/nagiosxi/versions.php
Transfer it to the /tmp directory on your XI server and run these commands:
cd /tmp
rm -rf /tmp/nagiosxi
tar zxf /tmp/xi-VERSION.tar.gz
cd /tmp/nagiosxi/subcomponents/nagiosplugins
./upgrade
Locked