| Line | |
|---|
| 1 |
INTERVAL 60; |
|---|
| 2 |
PORT 81; |
|---|
| 3 |
STATUSFILE /var/run/resmon-status.txt; |
|---|
| 4 |
TIMEOUT 10; |
|---|
| 5 |
|
|---|
| 6 |
# Resmon health check. Shows the hostname, svn revision and |
|---|
| 7 |
# any problems with modules or the configuration file. |
|---|
| 8 |
Core::Resmon { |
|---|
| 9 |
resmon : noop |
|---|
| 10 |
} |
|---|
| 11 |
|
|---|
| 12 |
#Core::Cpu { |
|---|
| 13 |
# local : noop |
|---|
| 14 |
#} |
|---|
| 15 |
|
|---|
| 16 |
#Core::Load { |
|---|
| 17 |
# local : noop |
|---|
| 18 |
#} |
|---|
| 19 |
|
|---|
| 20 |
#Core::Iostat { |
|---|
| 21 |
# sd0 : noop |
|---|
| 22 |
#} |
|---|
| 23 |
|
|---|
| 24 |
#Core::Memstat { |
|---|
| 25 |
# local : noop |
|---|
| 26 |
#} |
|---|
| 27 |
|
|---|
| 28 |
#Core::TcpService { |
|---|
| 29 |
# ssh : host => 127.0.0.1, port => 22, timeout => 2 |
|---|
| 30 |
#} |
|---|
| 31 |
|
|---|
| 32 |
#Core::File { |
|---|
| 33 |
# /path/to/file : noop |
|---|
| 34 |
#} |
|---|