Search the Status Information field

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Search the Status Information field

Post by BanditBBS »

I searched but couldn't find a previous thread about this and am surprised or blind.

Is there some way to search the service status screen by the "Status Information" field? As far as I am aware when using the search box it only searches Host and Service names.

Thanks!
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Search the Status Information field

Post by npolovenko »

Hello, @BanditBBS. You can use MySQL query to search for a string in the service status field:

Code: Select all

echo "select * from nagios_servicestatus where output LIKE '%PING OK%'\G;" | mysql -u root -pnagiosxi nagios
But there is no way to do the same from the GUI. This could be a good idea for a feature request though.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Search the Status Information field

Post by BanditBBS »

Thanks @npolovenko please add it to feature request list!
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Search the Status Information field

Post by npolovenko »

@BanditBBS, Ok, done.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked