Search found 115 matches

by snapier3
Thu Sep 26, 2024 12:37 pm
Forum: Nagios XI
Topic: Nagios XI Integration to MoogSoft using Webhook
Replies: 2
Views: 60

Re: Nagios XI Integration to MoogSoft using Webhook

Integration with Moogsoft is not difficult however it will require a modicum of strategy be employed to make XI something of a usable signal source. Signal Origin Type: This will be either an alert using the NagiosXI notification workflow or an event handler implementation. Both options will require...
by snapier3
Thu Sep 26, 2024 11:53 am
Forum: Nagios XI
Topic: NagiosXI API v2 | Host Status 1 vs. Many query results
Replies: 1
Views: 23

NagiosXI API v2 | Host Status 1 vs. Many query results

I don't know if this is the place but, here it goes. While familiarizing myself with v2 of the API I noticed that there is an issue when a single item is returned for the host & service class of the status endpoint. Here's an example python using a limited query to isolate localhost and return o...
by snapier3
Mon Sep 23, 2024 1:55 pm
Forum: Nagios XI
Topic: Alarm for % (or count) of Hosts down?
Replies: 17
Views: 1492

Re: Alarm for % (or count) of Hosts down?

Thanks for the feedback!
I still had some whack in the script, tweaked it a little.
by snapier3
Fri Sep 20, 2024 2:52 pm
Forum: Nagios XI
Topic: Alarm for % (or count) of Hosts down?
Replies: 17
Views: 1492

Re: Alarm for % (or count) of Hosts down?

@Gregbeyer
I made some tweaks to the plugin based on your feedback.
Hopefully this will improve the performance a little bit with the large group member counts.
Also fixed the float 8-)
The latest version is up on GitHub.
by snapier3
Thu Sep 19, 2024 10:23 pm
Forum: Nagios XI
Topic: Alarm for % (or count) of Hosts down?
Replies: 17
Views: 1492

Re: Alarm for % (or count) of Hosts down?

So what's different between the HG's? The ones that work have 49, 122 and 146 members. The two failing are much larger. phoenix has 1,414 members, hive has 488. Just spitballing here -- I'm wondering if the check times-out for the larger HG's? I don't have other HGs in between 146 and 488 members, ...
by snapier3
Wed Sep 18, 2024 10:21 am
Forum: Nagios XI
Topic: NagiosXI2024r1.2.1 | Perfdata Sliding "Last" Value in Graphs
Replies: 5
Views: 566

Re: NagiosXI2024r1.2.1 | Perfdata Sliding "Last" Value in Graphs

Looking into this a bit further and I'm coming into this line of thought. RRA Consolidation Function The consolidation function will be one of MIN,MAX,LAST, and AVG -- MIN: Should return the smallest data point. MAX: Should return the largest data point. LAST: Should returns the most recent data poi...
by snapier3
Tue Sep 17, 2024 10:26 am
Forum: Nagios XI
Topic: Check Settings and Event Handler Behavior
Replies: 9
Views: 831

Re: Check Settings and Event Handler Behavior

I urge you to upgrade your version of XI to 5.10 at a minimum.
--SN
by snapier3
Tue Sep 17, 2024 8:32 am
Forum: Nagios XI
Topic: NagiosXI2024r1.2.1 | Perfdata Sliding "Last" Value in Graphs
Replies: 5
Views: 566

Re: NagiosXI2024r1.2.1 | Perfdata Sliding "Last" Value in Graphs

what version of XI are you running and on with distro/version?
NagiosXI2024R1.2.1
Ubuntu 24.04
by snapier3
Fri Sep 13, 2024 8:51 am
Forum: Nagios XI
Topic: Check Settings and Event Handler Behavior
Replies: 9
Views: 831

Re: Check Settings and Event Handler Behavior

Assuming that this service has an event handler from a linked template and also has its own event handler configured, I will refer to the handler inherited from the template as the "inherited handler" and the service’s own handler as the "service handler." The handler set in the...