forked from omniti-labs/resmon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresmon.conf.sample
executable file
·44 lines (36 loc) · 945 Bytes
/
resmon.conf.sample
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
INTERVAL 60;
PORT 81;
STATUSFILE /var/run/resmon-status.txt;
TIMEOUT 10;
# HOSTS {ALLOW/DENY} lists are the coma or blank separated lists of a dotted
# decimal IPv4 addresses of the form a.b.c.d. to match incoming machine’s IP
# address exactly, or an 'ipaddr/n' where ipaddr is the IP address and n is
# the number of one bits in the netmask. the first match gives the result, if
# nothing matches IP is allowed.
#HOSTS ALLOW 10.80.116.112, 127.0.0.1;
#HOSTS DENY 10.80.117.128/25;
#HOSTS ALLOW 10.80.116.0/23;
#HOSTS DENY 0.0.0.0/0;
# Resmon health check. Shows the hostname, svn revision and
# any problems with modules or the configuration file.
Core::Resmon {
resmon : noop
}
#Core::Cpu {
# local : noop
#}
#Core::Load {
# local : noop
#}
#Core::Iostat {
# sd0 : noop
#}
#Core::Memstat {
# local : noop
#}
#Core::TcpService {
# ssh : host => 127.0.0.1, port => 22, timeout => 2
#}
#Core::File {
# /path/to/file : noop
#}