You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
470 B
23 lines
470 B
24 years ago
|
;;
|
||
|
;; sysmon.conf -- sysmon configuration
|
||
|
;;
|
||
|
|
||
|
; global configuration
|
||
|
config logging file "@l_prefix@/var/sysmon/sysmon.log";
|
||
|
config logging syslog "none";
|
||
|
config statusfile text "@l_prefix@/var/sysmon/sysmon.status";
|
||
|
config sender "root@localhost";
|
||
|
config noheartbeat;
|
||
|
|
||
|
; the root of the object tree
|
||
|
root = "localhost";
|
||
|
|
||
|
; a sample object (myself)
|
||
|
object localhost {
|
||
|
ip "127.0.0.1";
|
||
|
type ping;
|
||
|
desc "ping-localhost";
|
||
|
contact "root@localhost";
|
||
|
};
|
||
|
|