sysmon.conf 470 B

1234567891011121314151617181920212223
  1. ;;
  2. ;; sysmon.conf -- sysmon configuration
  3. ;;
  4. ; global configuration
  5. config logging file "@l_prefix@/var/sysmon/sysmon.log";
  6. config logging syslog "none";
  7. config statusfile text "@l_prefix@/var/sysmon/sysmon.status";
  8. config sender "root@localhost";
  9. config noheartbeat;
  10. ; the root of the object tree
  11. root = "localhost";
  12. ; a sample object (myself)
  13. object localhost {
  14. ip "127.0.0.1";
  15. type ping;
  16. desc "ping-localhost";
  17. contact "root@localhost";
  18. };