Hello Everyone,
I have been researching if there is a way to monitor the SQL Express Database size, but i cannot find a way to monitor it. What I would like is to be alerted before it reached 10 GB, Any help or suggestion will do. Thanks in advance..
Search found 4 matches
- Thu Oct 27, 2016 10:05 am
- Forum: Open Source Nagios Projects
- Topic: SQL Express Database
- Replies: 1
- Views: 1210
- Mon Oct 17, 2016 8:19 am
- Forum: Open Source Nagios Projects
- Topic: Check_Eventlog
- Replies: 5
- Views: 1842
Re: Check_Eventlog
We found that the agent version is not compatible. Just upgraded it and its now working. 
- Thu Oct 13, 2016 4:16 am
- Forum: Open Source Nagios Projects
- Topic: Check_Eventlog
- Replies: 5
- Views: 1842
Re: Check_Eventlog
Thank you for testing it. There were actually no error from my side. I guess I will to test it again.
- Wed Oct 12, 2016 1:02 am
- Forum: Open Source Nagios Projects
- Topic: Check_Eventlog
- Replies: 5
- Views: 1842
Check_Eventlog
Im trying to create a service check to trigger when there is an event log with critical level for application, setup, and system. Could someone please advice whats wrong with my command $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -c check_eventlog -a "crit=level in ('critical')" $ARG1$ &qu...