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
Nagios XI - Custom Title
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios XI - Custom Title
This is not possible as what is output comes directly from the plugins executed.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
The only way to accomplish this would be to re-create all the plugins you use modifying the text within the plugins themselves
-
veeravamsi
- Posts: 145
- Joined: Wed Jan 23, 2019 3:35 am
Re: Nagios XI - Custom Title
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
No problemveeravamsi wrote:Got it. Thanks !
Locking thread