Nagios XI - Custom Title

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
veeravamsi
Posts: 145
Joined: Wed Jan 23, 2019 3:35 am

Nagios XI - Custom Title

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI - Custom Title

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
veeravamsi
Posts: 145
Joined: Wed Jan 23, 2019 3:35 am

Re: Nagios XI - Custom Title

Post by veeravamsi »

Got it. Thanks !
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI - Custom Title

Post by scottwilkerson »

veeravamsi wrote:Got it. Thanks !
No problem

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked