Reinstall check_nt plugin

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cwireless
Posts: 66
Joined: Sat Feb 05, 2011 11:37 pm

Reinstall check_nt plugin

Post by cwireless »

Hi,
We have this configuration:
Red Hat Enterprise Linux Server release 5.3; 32 bit; VMWare Image of NagiosXI; No special configurations.Using Internet Explorer.

We did not take a backup for plugin check_nt and we delete the command and the plugin; so we want to reinstall it.

How can we download and reinstall this plugin. We tried to scp the plugin from our core, but it keeps displaying

[nagios@nagioscwp libexec]$ ./check_nt
-bash: ./check_nt: cannot execute binary file
rdedon
Posts: 578
Joined: Sat Nov 20, 2010 4:51 pm

Re: Reinstall check_nt plugin

Post by rdedon »

From the Nagios XI web interface please go to Admin, on the bottom left you will want Manage Plugins.
Please see attatched image:
addPlugin.jpg
Also, we STRONGLY suggest using Firefox as Internet Explorer is not supported and can be very problematic ;-)
You do not have the required permissions to view the files attached to this post.
Rene deDon
Technical Team
___
Nagios Enterprises, LLC
Web: http://www.nagios.com
cwireless
Posts: 66
Joined: Sat Feb 05, 2011 11:37 pm

Re: Reinstall check_nt plugin

Post by cwireless »

Ok Thanks a lot,

and how to restore the command line for the plug in, what value was there?
example: check_nt!PROCSTATE!-d SHOWALL -l $ARG1$
rdedon
Posts: 578
Joined: Sat Nov 20, 2010 4:51 pm

Re: Reinstall check_nt plugin

Post by rdedon »

the default is:

Code: Select all

$USER1$/check_nt -H $HOSTADDRESS$ -p $USER7$ -s $USER8$ -v $ARG1$ $ARG2$ 
Rene deDon
Technical Team
___
Nagios Enterprises, LLC
Web: http://www.nagios.com
Locked