-
Notifications
You must be signed in to change notification settings - Fork 91
/
windows_server1.techarkit.local.cfg
68 lines (58 loc) · 2.06 KB
/
windows_server1.techarkit.local.cfg
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
###############################################################################
#
# HOST DEFINITIONS
#
###############################################################################
define host {
use windows-techarkit
host_name server1.techarkit.local
alias Windows 2012 Server Locate in India
address 192.168.48.144
}
###############################################################################
#
# SERVICE DEFINITIONS
#
###############################################################################
define service {
use service-techarkit
host_name linuxserver
service_description PING
check_command check_ping!100.0,20%!500.0,60%
}
define service {
use service-techarkit
host_name server1.techarkit.local
service_description NSClient++ Version
check_command check_nt1!CLIENTVERSION
}
define service {
use service-techarkit
host_name server1.techarkit.local
service_description Uptime
check_command check_nt1!UPTIME
}
define service {
use service-techarkit
host_name server1.techarkit.local
service_description CPU Load
check_command check_nt1!CPULOAD!-l 5,90,95
}
define service {
use service-techarkit
host_name server1.techarkit.local
service_description Memory Usage
check_command check_nt1!MEMUSE!-w 90 -c 95
}
define service {
use service-techarkit
host_name server1.techarkit.local
service_description C:\ Drive Space
check_command check_nt1!USEDDISKSPACE!-l c -w 90 -c 95
}
define service {
use webservice-techarkit
host_name server1.techarkit.local
service_description Power Service Status
check_command check_nt1!SERVICESTATE!-d SHOWALL -l Power
}