33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| ###############################################################################
 | |
| # MAXSCALE_COMMANDS.CFG - SAMPLE COMMAND DEFINITIONS FOR NAGIOS 3.5.1
 | |
| #
 | |
| # Massimiliano Pinto
 | |
| # Last Modified: 06-03-2015
 | |
| #
 | |
| # NOTES: This config file provides you with some example command definitions
 | |
| #        that you can reference in host, service, and contact definitions.
 | |
| #       
 | |
| #        You don't need to keep commands in a separate file from your other
 | |
| #        object definitions.  This has been done just to make things easier to
 | |
| #        understand.
 | |
| #
 | |
| ###############################################################################
 | |
| 
 | |
| # check maxscale monitors
 | |
| define command{
 | |
|         command_name	check_maxscale_monitors
 | |
| 	command_line	$USER1$/check_maxscale_monitors.pl -H $HOSTADDRESS$ -P $ARG1$ -u $ARG2$ -p $ARG3$ -r $ARG4$ -m $ARG5$
 | |
| }
 | |
| 
 | |
| # check maxscale threads
 | |
| define command{
 | |
|         command_name	check_maxscale_threads
 | |
| 	command_line	$USER1$/check_maxscale_threads.pl -H $HOSTADDRESS$ -P $ARG1$ -u $ARG2$ -p $ARG3$ -r $ARG4$ -m $ARG5$
 | |
| }
 | |
| 
 | |
| # check maxscale resource (listeners, services, etc)
 | |
| define command{
 | |
|         command_name	check_maxscale_resource
 | |
| 	command_line	$USER1$/check_maxscale_resources.pl -H $HOSTADDRESS$ -P $ARG1$ -u $ARG2$ -p $ARG3$ -r $ARG4$ -m $ARG5$	
 | |
| }
 | 
