Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check MS SQL 2008 / 2012 Used Memory
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Requires: NSClient++ w/ NRPE enabled & SQL Server Perfmon Counters.
Notes: NRPE requires "allow_arguments" and "allow_nasty_meta_chars" enabled.
Service Example:
define service {
use generic-service
hostgroups mssql-hosts
service_description Memory: MSSQL Usage
check_command check_mssqlmem!db_memory_calc!85!90!$HOSTNAME$
}
Command Exmaple:
define command{
command_name check_mssqlmem
command_line /usr/lib64/nagios/plugins/check_mssql -H $HOSTADDRESS$ -p 5666 -o $ARG1$ -w $ARG2$ -c $ARG3$ -a $ARG4$
}
Notes: NRPE requires "allow_arguments" and "allow_nasty_meta_chars" enabled.
Service Example:
define service {
use generic-service
hostgroups mssql-hosts
service_description Memory: MSSQL Usage
check_command check_mssqlmem!db_memory_calc!85!90!$HOSTNAME$
}
Command Exmaple:
define command{
command_name check_mssqlmem
command_line /usr/lib64/nagios/plugins/check_mssql -H $HOSTADDRESS$ -p 5666 -o $ARG1$ -w $ARG2$ -c $ARG3$ -a $ARG4$
}
Reviews (0)
Be the first to review this listing!