Display Service Status Dynamically
Posted: Tue Apr 24, 2018 10:03 pm
Hi,
I have a CSV file which has list of statuses of services
My requirement here is to read this CSV file and display it all the services with the statues with amber light ( health of the service)
This list of services are dynamically added and not a constant service. Means the next interval of CSV will have different service name
Eg : Interval 1
GetFile, 1 , 1
PutFile, 2 , 3
Eg : Interval 2
PutToES, 1 , 1
GeneratePDF, 2 , 3
Does anyone here knows how this can be done using Nagios ?
I have a CSV file which has list of statuses of services
My requirement here is to read this CSV file and display it all the services with the statues with amber light ( health of the service)
This list of services are dynamically added and not a constant service. Means the next interval of CSV will have different service name
Eg : Interval 1
GetFile, 1 , 1
PutFile, 2 , 3
Eg : Interval 2
PutToES, 1 , 1
GeneratePDF, 2 , 3
Does anyone here knows how this can be done using Nagios ?