Search found 3 matches

by -SN
Wed Feb 25, 2026 2:36 pm
Forum: Nagios XI
Topic: Service Check Notifications w/ Multiple Teams
Replies: 5
Views: 8937

Re: Service Check Notifications w/ Multiple Teams

Not to clear on your end goal here. 1. Nagios Contact = a single contact 2. Contact Group = a collection of multiple contacts Inside the ask: Your "Group" = Group of human resources responsible for a particular service offering/application. Your "Multiple Groups" = Multiple group...
by -SN
Wed Feb 25, 2026 1:27 pm
Forum: Open Source Nagios Projects
Topic: What do you use to graph perfdata?
Replies: 4
Views: 73968

Re: What do you use to graph perfdata?

I have an experimental project that I've been working on for Core.
It combines Core + Prometheus to give you time-series performance data hence the name, NagProm.
https://github.com/SNapier/nagprom
metrics-dash-frm.png
Feel free to check it out, make it better, whatevs it's OSS
--SN
by -SN
Wed Feb 25, 2026 1:01 pm
Forum: Nagios XI
Topic: RESOLVED: Wizard install check set to inactive
Replies: 5
Views: 156

Re: Wizard install check set to inactive

The configuration key:value pair for this is "is_active" it's bool set to 0 for inactive objects to be created and stored in the db. Here are the templates I use for reference when developing for host and service objects. It's everything plus a couple :D Hosts { "host_name": &quo...