~ubuntu-branches/ubuntu/precise/nagios-snmp-plugins/precise

« back to all changes in this revision

Viewing changes to debian/pluginconfig/snmp_storage.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Jan Wagner
  • Date: 2007-04-25 22:00:50 UTC
  • Revision ID: james.westby@ubuntu.com-20070425220050-7vku4vgmmk4p1geu
Tags: 1.1.1-1
* new upstream
* include (new) html docs into package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# system storage check template, for more see:
 
2
# http://www.manubulon.com/nagios/index_commands.html#storage
 
3
 
 
4
# 'check_snmp_storage_v1' command definition
 
5
define command {
 
6
        command_name check_snmp_storage_v1
 
7
        command_line $USER1$/check_snmp_storage.pl -H $HOSTADDRESS$ -C $ARG5$ -m $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$
 
8
}
 
9
 
 
10
# 'check_snmp_storage_v2' command definition
 
11
define command {
 
12
        command_name check_snmp_storage_v2
 
13
        command_line $USER1$/check_snmp_storage.pl -H $HOSTADDRESS$ -C $ARG5$ -2 -m $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$
 
14
}
 
15
 
 
16
# 'check_snmp_storage_v3' command definition
 
17
define command {
 
18
        command_name check_snmp_storage_v3
 
19
        command_line $USER1$/check_snmp_storage.pl -H $HOSTADDRESS$ $USER9$ -m $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$
 
20
}