[Pkg-nagios-changes] nagios-plugins/debian/pluginconfig dhcp.cfg, NONE, 1.1 disk-smb.cfg, NONE, 1.1 disk.cfg, 1.1, 1.2 http.cfg, 1.1, 1.2

seanius at haydn.debian.org seanius at haydn.debian.org
Mon Oct 31 21:35:54 UTC 2005


Update of /cvsroot/pkg-nagios/nagios-plugins/debian/pluginconfig
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv715/debian/pluginconfig

Modified Files:
	disk.cfg http.cfg 
Added Files:
	dhcp.cfg disk-smb.cfg 
Log Message:
fix for the ftbfs, and some other stuff


--- NEW FILE: dhcp.cfg ---
# note: these plugins require root privilege.  see README.Debian for
# more information on how it is recommended that you do this.

# 'check_dhcp' command definition
define command{
	command_name	check_dhcp
	command_line	/usr/lib/nagios/plugins/check_dhcp -s $HOSTADDRESS$
	}

# 'check_dhcp_interface' command definition
define command{
	command_name	check_dhcp_interface
	command_line	/usr/lib/nagios/plugins/check_dhcp -s $HOSTADDRESS$ -i $ARG1$
	}


--- NEW FILE: disk-smb.cfg ---
# 'check_disk_smb' command definition
define command{
	command_name	check_disk_smb
	command_line	/usr/lib/nagios/plugins/check_disk_smb -H "$ARG1$" -s $ARG2$
	}


# 'check_disk_smb_workgroup' command definition
define command{
	command_name	check_disk_smb_workgroup
	command_line	/usr/lib/nagios/plugins/check_disk_smb -H "$ARG1$" -s $ARG2$ -W $ARG3$
	}


# 'check_disk_smb_host' command definition
define command{
	command_name	check_disk_smb_host
	command_line	/usr/lib/nagios/plugins/check_disk_smb -a $HOSTADDRESS$ -H "$ARG1$" -s $ARG2$
	}


# 'check_disk_smb_workgroup_host' command definition
define command{
	command_name	check_disk_smb_workgroup_host
	command_line	/usr/lib/nagios/plugins/check_disk_smb -a $HOSTADDRESS$ -H "$ARG1$" -s $ARG2$ -W $ARG3$
	}


# 'check_disk_smb_user' command definition
define command{
	command_name	check_disk_smb_user
	command_line	/usr/lib/nagios/plugins/check_disk_smb -H "$ARG1$" -s $ARG2$ -u $ARG3$ -p $ARG4$
	}


# 'check_disk_smb_workgroup_user' command definition
define command{
	command_name	check_disk_smb_workgroup_user
	command_line	/usr/lib/nagios/plugins/check_disk_smb -H "$ARG1$" -s $ARG2$ -W $ARG3$ -u $ARG4$ -p $ARG5$
	}


# 'check_disk_smb_host_user' command definition
define command{
	command_name	check_disk_smb_host_user
	command_line	/usr/lib/nagios/plugins/check_disk_smb -a $HOSTADDRESS$ -H "$ARG1$" -s $ARG2$ -u $ARG3$ -p $ARG4$
	}


# 'check_disk_smb_workgroup_host_user' command definition
define command{
	command_name	check_disk_smb_workgroup_host_user
	command_line	/usr/lib/nagios/plugins/check_disk_smb -a $HOSTADDRESS$ -H "$ARG1$" -s $ARG2$ -W $ARG3$ -u $ARG4$ -p $ARG5$
	}

Index: disk.cfg
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-plugins/debian/pluginconfig/disk.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- disk.cfg	30 Sep 2005 13:15:15 -0000	1.1
+++ disk.cfg	31 Oct 2005 21:35:50 -0000	1.2
@@ -4,6 +4,11 @@
 	command_line	/usr/lib/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
 	}
 
+# 'check_all_disks' command definition
+define command{
+	command_name	check_all_disks
+	command_line	/usr/lib/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$
+	}
 
 # 'ssh_disk' command definition
 define command{

Index: http.cfg
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-plugins/debian/pluginconfig/http.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- http.cfg	30 Sep 2005 13:15:15 -0000	1.1
+++ http.cfg	31 Oct 2005 21:35:50 -0000	1.2
@@ -23,3 +23,9 @@
 	command_line	/usr/lib/nagios/plugins/check_http --ssl -H $HOSTADDRESS$ -I $HOSTADDRESS$
 }
 
+# 'check_https_auth' command definition
+define command{
+	command_name	check_https_auth
+	command_line	/usr/lib/nagios/plugins/check_http --ssl -H $HOSTADDRESS$ -I $HOSTADDRESS$ -a $ARG1$
+	}
+




More information about the Pkg-nagios-changes mailing list