2
0

snmp.cfg 563 B

12345678910111213141516171819202122
  1. #
  2. # $Id $
  3. ##
  4. # Simple configuration file to test SNMP module. Read
  5. # modules/snmp/doc/README,SNMP-HOWTO,HOWTO if you want
  6. # to know more
  7. ##
  8. # where the stats will be dumped upon receipt of SIG_USR1
  9. # File is opened/closed when signal is received, and stats
  10. # are appended to it
  11. statistics="/tmp/statsfile.ser"
  12. # should load snmp first, so that other modules can register
  13. # their handlers
  14. loadmodule "/usr/lib/ser/modules/snmp.so"
  15. loadmodule "/usr/lib/ser/modules/print.so"
  16. loadmodule "/usr/lib/ser/modules/sl.so"
  17. route {
  18. sl_send_reply("600", "Busy, busy");
  19. }