Search found 50 matches
- Wed Jan 27, 2021 5:40 pm
- Forum: Nagios XI
- Topic: Upgrade Virtual Appliance
- Replies: 1
- Views: 302
Upgrade Virtual Appliance
We have a NagiosXI instance running as a virtual appliance. (OVA) It's been working great for quite a while. However, the underlying OS is CentOS6, which has reached End of Life. So how do we get this updated to use CentOS7? Is there an OVA upgrade path? Do we need to perform a migration of our Nagi...
- Mon Feb 20, 2017 3:02 pm
- Forum: Nagios XI
- Topic: NCPA Question
- Replies: 3
- Views: 231
Re: NCPA Question
So, disabling the listener service would not disable the GUI?
- Fri Feb 17, 2017 3:41 pm
- Forum: Nagios XI
- Topic: NCPA Question
- Replies: 3
- Views: 231
NCPA Question
Is there a way to disable the Web GUI for the NCPA agent?
- Fri Jan 20, 2017 3:56 pm
- Forum: Nagios XI
- Topic: NCPA question
- Replies: 4
- Views: 241
Re: NCPA question
Never mind, I found it.
- Fri Jan 20, 2017 3:34 pm
- Forum: Nagios XI
- Topic: NCPA question
- Replies: 4
- Views: 241
Re: NCPA question
So do I modify it through the API on the web page or is their a config file I can modify?
- Fri Jan 20, 2017 1:28 pm
- Forum: Nagios XI
- Topic: NCPA question
- Replies: 4
- Views: 241
NCPA question
How do I modify the units of the CPU, Disk and Memory for the ncpa agent? I have it currently running on a Windows 2012 R2 Server.
- Fri Jan 20, 2017 1:18 pm
- Forum: Nagios XI
- Topic: Add Windows Service manually to Nagios using WMI
- Replies: 7
- Views: 506
Re: Add Windows Service manually to Nagios using WMI
You can close this ticket. I installed a NCPA agent on a test server and found it easier to monitor servers that way.
- Thu Jan 19, 2017 2:00 pm
- Forum: Nagios XI
- Topic: Add Windows Service manually to Nagios using WMI
- Replies: 7
- Views: 506
Re: Add Windows Service manually to Nagios using WMI
$ /usr/local/nagios/libexec/check_wmi_plus.pl -H <host> -u '<username>' -p '<password>' -m checkservice -a 'Adlib Process Manager' -c _Total=1: -c 0 CRITICAL - [Triggered by _Total<1] - Found 0 Services(s), 0 OK and 0 with problems (0 excluded). |'Total Service Count'=0;1; &apo...
- Thu Jan 19, 2017 1:33 pm
- Forum: Nagios XI
- Topic: Add Windows Service manually to Nagios using WMI
- Replies: 7
- Views: 506
Re: Add Windows Service manually to Nagios using WMI
That did not work. It looks as if the services it is picking up are the ones that are part of svchost.exe, but not the ones I want to monitor. I have an application that I have installed with services I want to monitor and was hoping to be able to do that through Nagios.
- Thu Jan 19, 2017 1:08 pm
- Forum: Nagios XI
- Topic: Add Windows Service manually to Nagios using WMI
- Replies: 7
- Views: 506
Add Windows Service manually to Nagios using WMI
Running the Windows WMI Wizard and when I add a Windows 2012 R2 host and it scans the Windows services on the server, it does not find all of them. So I would like to know how to resolve this or how to manually add a Windows service to Nagios?