1234567891011121314151617181920212223 |
- ;;
- ;; 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";
- };
|