Is there a version of XI that is no longer supported? What is the oldest we are 'allowed' to run.
Thanks
Steve B
Search found 522 matches
- Fri Feb 25, 2022 5:20 pm
- Forum: Nagios XI
- Topic: End of Life
- Replies: 1
- Views: 2426
- Wed Apr 21, 2021 9:07 am
- Forum: Nagios XI
- Topic: NRPE easy question
- Replies: 3
- Views: 1299
Re: NRPE easy question
Thanks. Please close...
Steve B
Steve B
- Mon Apr 19, 2021 12:32 pm
- Forum: Nagios XI
- Topic: NRPE easy question
- Replies: 3
- Views: 1299
NRPE easy question
Using NRPE 4.x
What is the correct syntax for allowed_hosts in order to allow any connection, every connection.
I need to temporarily change to an open format.
Do you simply comment out the line?
Please advise.
Thanks
Steve B
What is the correct syntax for allowed_hosts in order to allow any connection, every connection.
I need to temporarily change to an open format.
Do you simply comment out the line?
Please advise.
Thanks
Steve B
- Wed Feb 24, 2021 1:44 pm
- Forum: Nagios XI
- Topic: how to make sound on some of Service alert
- Replies: 9
- Views: 2837
Re: how to make sound on some of Service alert
Can't you make a small NagVis page with those devices on it - turn on sound for them?
Then they just keep that one small window open.
Steve B
Then they just keep that one small window open.
Steve B
- Mon Feb 01, 2021 10:44 am
- Forum: Nagios XI
- Topic: "JMX CRITICAL - objectName not found" GarbageCollector
- Replies: 6
- Views: 1777
Re: "JMX CRITICAL - objectName not found" GarbageCollector
Sometimes the names are not what you expect. I get past this by listing all the possible mbeans to a file which I can look through to find the proper names. Try this syntax jmx4perl http://localhost:8080/jolokia \ --target service:jmx:rmi:///jndi/rmi://[IP of system]:[JMX port]/jmxrmi \ --target-use...
- Wed Jan 27, 2021 12:04 pm
- Forum: Nagios XI
- Topic: API and Hostgroups
- Replies: 12
- Views: 4798
Re: API and Hostgroups
Benjamin, Thanks for the information. Can I get an enhancement request added: Can we use the API to add one Host to an existing Hostgroup without needing to recreate the group? I already have a large infrastructure. I am tripling our monitoring footprint. My company has been acquired 2 times in the ...
- Tue Jan 26, 2021 1:04 pm
- Forum: Nagios XI
- Topic: API and Hostgroups
- Replies: 12
- Views: 4798
Re: API and Hostgroups
Any suggestions on how to programmatically add hosts to a hostgroup?
I need to get this working.
Please advise.
Steve B
I need to get this working.
Please advise.
Steve B
- Tue Jan 26, 2021 1:02 pm
- Forum: Nagios XI
- Topic: find out 1minute checks
- Replies: 4
- Views: 1492
Re: find out 1minute checks
There is a file Nagios creates where all the items are expanded out such that each definition is complete with no underlying templates involved. In your /usr/local/nagios/etc/nagios.cfg file you can see where your file is located grep object_cache /usr/local/nagios/etc/nagios.cfg # object_cache relo...
- Mon Jan 25, 2021 6:17 pm
- Forum: Nagios XI
- Topic: API and Hostgroups
- Replies: 12
- Views: 4798
Re: API and Hostgroups
Finally had time to try this out. After reading in all the host additions, I now have one host assigned to the hostgroup. It would appear that this is not an additive process? It wipes out existing members and adds the one new item? Is there syntax I can use such that when I add a new host, I can ad...
- Thu Jan 21, 2021 11:35 am
- Forum: Nagios XI
- Topic: Can we pass additional description in alert for Nagios XI
- Replies: 5
- Views: 1430
Re: Can we pass additional description in alert for Nagios X
I have some thoughts on this as I need to also pass along extra data in the messages people get. Look at the Misc Settings tab for your Host and Service definitions. (I prefer using Templates actually so All host and All services inherit the definitions from one place) Add data to the Notes field. U...