Search found 12 matches

by Rfferrao13
Fri Oct 15, 2021 10:14 am
Forum: Open Source Nagios Projects
Topic: Error: Could not read object configuration data!
Replies: 1
Views: 1294

Re: Error: Could not read object configuration data!

Are you using Nagios Core standalone? If so, you could search for logs regarding "Shutdown" in Reports > Event Log sidebar menu item. This most likely means that the Nagios process is not executing for whatever reason, so you should refer to this https://assets.nagios.com/downloads/nagiosc...
by Rfferrao13
Mon Aug 02, 2021 9:46 am
Forum: Nagios XI
Topic: Use action url to "Force immediate check"
Replies: 2
Views: 399

Re: Use action url to "Force immediate check"

Just so you know, there is an option to force en masse:
Mass Immediate Check

https://IP/nagiosxi/includes/components ... /index.php
by Rfferrao13
Thu May 13, 2021 11:05 am
Forum: Open Source Nagios Projects
Topic: cisco-check.pl returns error when CPU usage is 0
Replies: 2
Views: 2342

Re: cisco-check.pl returns error when CPU usage is 0

I don't get what you were trying to do with this modified expression, but I think you can just simplify the condition from this: if ( $oid_value eq '' and ( $parameter_name eq 'cpu' and looks_like_number($oid_value) and $oid_value == 0 ) ) { To this: if ( ! looks_like_number($oid_value) ) { And it w...
by Rfferrao13
Tue Dec 01, 2020 11:34 pm
Forum: Nagios XI
Topic: Reporting question
Replies: 9
Views: 648

Re: Reporting question

Ok, I think I'm getting a feel for this. Create a BPI group consisting of the essential services for the platform. "These X things must all be up to call the platform up". Create BPI checks to monitor the status of each BPI group. Put all those checks into a service group, and run the SLA...
by Rfferrao13
Mon Nov 30, 2020 6:51 pm
Forum: Nagios XI
Topic: Reporting question
Replies: 9
Views: 648

Re: Reporting question

If I may offer some advice, perhaps BPI (with check_bpi.php) could be of use for this?
by Rfferrao13
Sun Nov 29, 2020 3:11 pm
Forum: Open Source Nagios Projects
Topic: Indeterminted and Insufficient Data on Reports
Replies: 5
Views: 3080

Re: Indeterminted and Insufficient Data on Reports

Could you share the query string used for the report generated by the cgi's? e.g. /avail.cgi?show_log_entries=&hostgroup=all&timeperiod=last7days&smon=11&sday=1&syear=2020&shour=0&smin=0&ssec=0&emon=11&eday=29&eyear=2020&ehour=24&emin=0&esec=0&...
by Rfferrao13
Sat Nov 28, 2020 7:33 pm
Forum: Open Source Nagios Projects
Topic: How to change host check time to every second ?
Replies: 4
Views: 4062

Re: How to change host check time to every second ?

Yes, you can -- although, as pointed by is_kim , Nagios may not be able to handle it properly (and/or even keep up with it if there's a large amount of checks running at once). The interval_length option in nagios.cfg is used with the time interval specification for the object configuration files. A...
by Rfferrao13
Sat Nov 28, 2020 7:20 pm
Forum: Nagios XI
Topic: NagiosXi - Update thresholds for multiple servers
Replies: 4
Views: 740

Re: NagiosXi - Update thresholds for multiple servers

Bala.Mutyam wrote: It seems to be not possible with the Bulk Modifications Tool.
Have you considered trying Change Command and Arguments in Bulk Modifications Tool?
by Rfferrao13
Sun Aug 04, 2019 9:10 am
Forum: Open Source Nagios Projects
Topic: Check_disk issue
Replies: 3
Views: 7972

Re: Check_disk issue

Hello,

Is SELinux active on the monitored server? Which user is running the NRPE service? Can you test that command logged in with that user and attest if the results are the same as in executing remotely (from Nagios)?
by Rfferrao13
Sun May 13, 2018 2:58 pm
Forum: Nagios XI
Topic: Plugin to monitor MAC Address
Replies: 1
Views: 567

Plugin to monitor MAC Address

Hello, everyone.

I'd like to know if there's a way to monitor MAC Address and have it display an alert upon change. We're trying to implement clustered network devices into our monitoring environment and this came up as an alternative to detect the "failover triggering".

Thank you! :)