Search found 3722 matches

by mcapra
Fri Feb 24, 2017 11:47 am
Forum: Nagios XI
Topic: How to get the availability reports in Hours instead of %
Replies: 7
Views: 1605

Re: How to get the availability reports in Hours instead of

Not directly, though I can't imagine it being very difficult to extrapolate a "number of hours" value using the time period searched and the % availability.

I can file this as a feature request if you like, though it'd most likely have to come as a change in Nagios Core first.
by mcapra
Fri Feb 24, 2017 11:33 am
Forum: Open Source Nagios Projects
Topic: Availability reports and Trends incomplete data
Replies: 10
Views: 4747

Re: Availability reports and Trends incomplete data

Can you share the outputs of the following commands executed from the CLI of your Nagios Core machine: ls -al /usr/local/nagios/var/archive/ ls -al /usr/local/nagios/var/ cat /usr/local/nagios/etc/nagios.cfg | grep log_archive_path grep '' /etc/logrotate.d/* cat /etc/logrotate.conf /usr/local/nagios...
by mcapra
Fri Feb 24, 2017 11:23 am
Forum: Open Source Nagios Projects
Topic: check_ssl_certificate bug
Replies: 3
Views: 1352

Re: check_ssl_certificate bug

Assuming we're referring to this plugin: https://exchange.nagios.org/directory/Plugins/Network-Protocols/HTTP/check_ssl_certificate/details That plugin is actually quite old and likely not actively maintained anymore. You should be able to leverage check_http (which is actively maintained by Nagios ...
by mcapra
Fri Feb 24, 2017 10:55 am
Forum: Nagios XI
Topic: REST service and host status + downtime and acknowledgements
Replies: 11
Views: 353

Re: REST service and host status + downtime and acknowledgem

objecttype_id is used to indicate what type of Nagios configuration object is being represented. Here's a list of the internal defines we use: // OBJECT TYPES define("OBJECTTYPE_HOST", 1); define("OBJECTTYPE_SERVICE", 2); define("OBJECTTYPE_HOSTGROUP", 3); define("...
by mcapra
Fri Feb 24, 2017 10:45 am
Forum: Open Source Nagios Projects
Topic: Cannot show Windows host
Replies: 3
Views: 949

Re: Cannot show Windows host

Until you assign services to that host, it shouldn't show up in the "Service Status" page. It will only show up in the "Host Status" page until it has services living under it.
by mcapra
Fri Feb 24, 2017 10:33 am
Forum: Open Source Nagios Projects
Topic: NSClient - ERROR: Could not get value
Replies: 3
Views: 2197

Re: NSClient - ERROR: Could not get value

Sure thing! Let us know if neither of those versions fix the issue.
by mcapra
Fri Feb 24, 2017 10:24 am
Forum: Nagios XI
Topic: Oracle wizard needs slight adjustment
Replies: 3
Views: 88

Re: Oracle wizard needs slight adjustment

Thanks for sharing your fix! Since we don't directly maintain that plugin, it may be best to contact the developers with this fix directly:
https://labs.consol.de/
by mcapra
Thu Feb 23, 2017 6:01 pm
Forum: Nagios XI
Topic: AIX Memory Utilization
Replies: 3
Views: 127

Re: AIX Memory Utilization

You'd probably have to modify the plugin and remove the FS cached memory from the perfdata output. Otherwise if all you care about is the cached memory not showing up on a graph, you can always toggle off specific metrics by clicking them:
2017_02_23_17_00_53_Nagios_XI.png
by mcapra
Thu Feb 23, 2017 3:46 pm
Forum: Nagios XI
Topic: Nagios Dashboard
Replies: 5
Views: 1235

Re: Nagios Dashboard

In Nagios XI, this would be the "Hostgroup Status Summary" dashlet I believe. Such a dashlet won't be present in Fusion 4 at release, though there's a good chance it will make an appearance in a future version. We're currently in the tech preview phase of Fusion 4 and do not currently have...
by mcapra
Thu Feb 23, 2017 3:28 pm
Forum: Open Source Nagios Projects
Topic: NRPE Check for Windows Updates Help Needed
Replies: 10
Views: 5299

Re: NRPE Check for Windows Updates Help Needed

WMI based checks traditionally tend to run pretty slowly. Though I can't say why this particular plugin is returning inaccurate information. You'd probably have better lucky raising an issue on the github page for the plugin itself:
https://github.com/willemdh/check_ms_win_updates/