File: netware.cfg

package info (click to toggle)
monitoring-plugins 2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,740 kB
  • ctags: 6,699
  • sloc: ansic: 60,011; sh: 13,872; perl: 6,291; makefile: 475
file content (84 lines) | stat: -rw-r--r-- 2,355 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# 'check_netware_logins' command definition
define command{
	command_name	check_netware_logins
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v "LOGINS" -w '$ARG1$' -c '$ARG2$'
	}


# 'check_nwstat_conns' command definition
define command{
	command_name	check_nwstat_conns
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v CONNS -w '$ARG1$' -c '$ARG2$'
	}


# 'check_netware_1load' command definition
define command{
	command_name	check_netware_1load
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v "LOAD1" -w 70 -c 90
	}


# 'check_netware_5load' command definition
define command{
	command_name	check_netware_5load
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v "LOAD5" -w 70 -c 90
	}


# 'check_netware_15load' command definition
define command{
	command_name	check_netware_15load
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v "LOAD15" -w 70 -c 90
	}


# 'check_nwstat_vol_p' command definition
define command{
	command_name	check_nwstat_vol_p
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v VPF'$ARG1$' -w '$ARG2$' -c '$ARG3$'
	}


# 'check_nwstat_vol_k' command definition
define command{
	command_name	check_nwstat_vol_k
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v VKF'$ARG1$' -w '$ARG2$' -c '$ARG3$'
	}


# 'check_nwstat_ltch' command definition
define command{
	command_name	check_nwstat_ltch
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v LTCH -w '$ARG1$' -c '$ARG2$'
	}


# 'check_nwstat_puprb' command definition
define command{
	command_name	check_nwstat_puprb
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v PUPRB -w '$ARG1$' -c '$ARG2$'
	}


# 'check_nwstat_dsdb' command definition
define command{
	command_name	check_nwstat_dsdb
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v DSDB
	}


# 'check_netware_abend' command definition
define command{
	command_name	check_netware_abend
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v "ABENDS" -w 10 -c 30
	}


# 'check_nwstat_csprocs' command definition
define command{
	command_name	check_nwstat_csprocs
	command_line	/usr/lib/nagios/plugins/check_nwstat -H '$HOSTADDRESS$' -v CSPROCS -w '$ARG1$' -c '$ARG2$'
	}