Page 1 of 1

Nagios Monitoring

Posted: Fri Mar 11, 2022 7:20 am
by HereturbiesWalt
Here is the requirement :

I have an application running with python and django. The users login details for this application are saving to a mysql table. Once a user login to app, it will be updated on this table. So now I need to print "CRITICAL" status on nagios if there is no activity on the app for two days, otherwise print "OK" status on nagios. is it possible to implement with echatrandom nagios?

Any help would be appreciated.

Thanks in advance