Search found 30 matches

by macranes
Mon Jul 16, 2018 2:57 pm
Forum: Nagios XI
Topic: NRPE plugin issue after 5.5.0 upgrade (still in 5.5.1)
Replies: 3
Views: 535

Re: NRPE plugin issue after 5.5.0 upgrade (still in 5.5.1)

Thank you! I've just tested three of our plugins, but his seems to be solving the issue. I will get through the rest of them tomorrow, but it looks like this will address all of our various services.
by macranes
Mon Jul 16, 2018 9:59 am
Forum: Nagios XI
Topic: NRPE plugin issue after 5.5.0 upgrade (still in 5.5.1)
Replies: 3
Views: 535

NRPE plugin issue after 5.5.0 upgrade (still in 5.5.1)

After upgrading our Nagios XI instance to 5.5.0 we have started getting errors on a number of our plugins on windows servers. The error reported through Nagios XI is: Could not construct return paket in NRPE handler check clientside (nsclient.log) logs I have checked on the client servers, and altho...
by macranes
Wed Mar 28, 2018 2:48 pm
Forum: Nagios XI
Topic: New service graphs are not being generated
Replies: 5
Views: 842

Re: New service graphs are not being generated

Thank you! I replaced the spaces in the unit with underscores, and that got us up and running. My graphs are now starting to populate.
by macranes
Wed Mar 28, 2018 1:04 pm
Forum: Nagios XI
Topic: New service graphs are not being generated
Replies: 5
Views: 842

Re: New service graphs are not being generated

Here's one of them. Three are temperature monitors, and two are Humidity. I can attach the others if it would be helpful.

Temperature=8621hundredths of a degree Fahrenheit;9000;10000;
by macranes
Wed Mar 28, 2018 12:31 pm
Forum: Nagios XI
Topic: New service graphs are not being generated
Replies: 5
Views: 842

New service graphs are not being generated

Yesterday I added a new snmp host to our monitoring. We are currently getting the .rrd and .xml files generated for the host, which generates a graph - however the services are not generating any files - despite returning valid data. I have cloned, and then removed and re-created this host, however ...
by macranes
Tue Dec 20, 2016 9:41 am
Forum: Nagios XI
Topic: Convert SNMP check return value from milliseconds to minutes
Replies: 1
Views: 404

Convert SNMP check return value from milliseconds to minutes

Hi, I am trying to convert a status value returned from our APC UPS devices from milliseconds to minutes. I'm running the snmp check OID -o 1.3.6.1.4.1.318.1.1.1.2.2.3.0 which returns the remaining battery time in milliseconds. Does anyone have a solution to either convert the return value, or be ab...
by macranes
Tue Sep 27, 2016 12:41 pm
Forum: Nagios XI
Topic: update 2011R1.7 to the latest version
Replies: 1
Views: 369

update 2011R1.7 to the latest version

What is the best method to update our existing Nagios XI server running version 2011R1.7 to the latest version of Nagios XI? It is based on VMware template and is 32bit OS. I tried running the update as documented here: https://assets.nagios.com/downloads/nagiosxi/docs/Manually-Upgrading-Your-Nagios...
by macranes
Mon Oct 20, 2014 2:19 pm
Forum: Nagios XI
Topic: Check Cisco ASA Failover Status
Replies: 11
Views: 2904

Re: Check Cisco ASA Failover Status

Hi, your suggestion worked :D Thank you for your assistance.
by macranes
Mon Oct 06, 2014 1:57 pm
Forum: Nagios XI
Topic: Check Cisco ASA Failover Status
Replies: 11
Views: 2904

Re: Check Cisco ASA Failover Status

It is checking for the active/primary unit status. Yes, the commands are all on the same ASA.
When it is active the OID will read: "'Primary Unit (this device)'" |
When it is not active--failed over to the other ASA--the OID will read: "Primary Unit" |
by macranes
Mon Oct 06, 2014 1:22 pm
Forum: Nagios XI
Topic: Check Cisco ASA Failover Status
Replies: 11
Views: 2904

Re: Check Cisco ASA Failover Status

i verified the output: verify output.png modified check command when the asa is primary: I got the expected results that it is ok check status primary active.png I failed over the firewall and then reran the check command but it is still showing ok with it not being primary. I was expecting it to be...