Search found 6 matches
- Wed Mar 24, 2021 9:57 am
- Forum: Nagios XI
- Topic: Can I make an API call to another app when downtime starts?
- Replies: 6
- Views: 390
Re: Can I make an API call to another app when downtime star
This will get us started. Thanks!
- Mon Mar 22, 2021 5:45 pm
- Forum: Nagios XI
- Topic: Can I make an API call to another app when downtime starts?
- Replies: 6
- Views: 390
Can I make an API call to another app when downtime starts?
HI, Our XI instance integrates with an Event Management system that does not recognize Nagios Downtime. We would like XI to toggle the "status" field in the remote system. Is it possible to have XI make an API call to the Event Management system whenever a monitored host enters or leaves D...
- Wed May 18, 2016 6:12 pm
- Forum: Nagios XI
- Topic: How to add process info (like from top) in cpu alert email?
- Replies: 5
- Views: 1193
Re: How to add process info (like from top) in cpu alert ema
Yes, this works. Thanks again!
- Wed May 18, 2016 5:10 pm
- Forum: Nagios XI
- Topic: How to add process info (like from top) in cpu alert email?
- Replies: 5
- Views: 1193
Re: How to add process info (like from top) in cpu alert ema
That sounds like a winner - I'll check it out.
Thanks!
Thanks!
- Wed May 18, 2016 12:10 pm
- Forum: Nagios XI
- Topic: How to add process info (like from top) in cpu alert email?
- Replies: 5
- Views: 1193
Re: How to add process info (like from top) in cpu alert ema
Got it. I wasn't sure if an event handler could be used to get the info, but getting it into the email isn't possible. If I understand correctly, I'll need to clone and edit the plugin to include the additional information we are looking for. Does anyone know if a cpu/memory stats plugin already exi...
- Tue May 17, 2016 5:34 pm
- Forum: Nagios XI
- Topic: How to add process info (like from top) in cpu alert email?
- Replies: 5
- Views: 1193
How to add process info (like from top) in cpu alert email?
Is there a way to add the output from the "top" command to an email alert? We currently use nrpe to monitor Linux systems. For example, when cpu or load crosses a threshold, I would like to include the output of something like this: top -cSbn 1 | head -14 | tail -8 ...and the resulting out...