Page 1 of 1

Nagios XI - Custom Title

Posted: Tue Sep 22, 2020 9:20 am
by veeravamsi
Hi Team,

We are looking for options if we can update Title/Output Values on Events ( API - Statehistory ) to reflect more meaning Event Messages. For Example , below is the Event Message that comes if ping fails :

"output": "CRITICAL - <hostaddress>: rta nan, lost 100%"

We want to change it to "CRITICAL - <hostaddress> HOST DOWN - 100% Ping Failure" . Let me know if this is possible and if so which configuration files i need to learn to edit ?

Thank you !

--Vamsi

Re: Nagios XI - Custom Title

Posted: Tue Sep 22, 2020 4:11 pm
by scottwilkerson
veeravamsi wrote:Hi Team,

We are looking for options if we can update Title/Output Values on Events ( API - Statehistory ) to reflect more meaning Event Messages. For Example , below is the Event Message that comes if ping fails :

"output": "CRITICAL - <hostaddress>: rta nan, lost 100%"

We want to change it to "CRITICAL - <hostaddress> HOST DOWN - 100% Ping Failure" . Let me know if this is possible and if so which configuration files i need to learn to edit ?

Thank you !

--Vamsi
This is not possible as what is output comes directly from the plugins executed.

The only way to accomplish this would be to re-create all the plugins you use modifying the text within the plugins themselves

Re: Nagios XI - Custom Title

Posted: Tue Sep 29, 2020 8:50 am
by veeravamsi
Got it. Thanks !

Re: Nagios XI - Custom Title

Posted: Tue Sep 29, 2020 10:24 am
by scottwilkerson
veeravamsi wrote:Got it. Thanks !
No problem

Locking thread