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.
 
 
 
 
 
 

24 lines
537 B

##
## 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 noheartbeat;
config sender "root@localhost";
config subject "%h %s is %u"
config pmesg "%H [%I] %s %w is %u %d"
# 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";
};