/[projects]/smsdaemon/smsdaemon.conf
ViewVC logotype

Diff of /smsdaemon/smsdaemon.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 216 by torben, Tue Dec 23 12:09:08 2008 UTC revision 678 by torben, Tue Apr 27 21:06:53 2010 UTC
# Line 26  log = logfile Line 26  log = logfile
26  # Several plugin statements are allowed  # Several plugin statements are allowed
27  # syntax  # syntax
28  # plugin = <pluginname> [arguments]  # plugin = <pluginname> [arguments]
29    # General arguments
30    #   privileged - if this is set to 1(one) only the phones in the privileged list are allowed
31    #                to invoke the plugin
32  plugin = echo  plugin = echo
33  plugin = spam  plugin = spam privileged=1
34  plugin = status  plugin = status
35  plugin = hoststatus  plugin = hoststatus
36  plugin = tog  plugin = tog
# Line 38  plugin = shellexec trigger=wake; cmd=/us Line 41  plugin = shellexec trigger=wake; cmd=/us
41  plugin = shellexec trigger=ping; cmd=nmap -sP 192.168.10.1-255 | grep appears | awk '{print $2}'; allowparms=0; returnoutput=1  plugin = shellexec trigger=ping; cmd=nmap -sP 192.168.10.1-255 | grep appears | awk '{print $2}'; allowparms=0; returnoutput=1
42  plugin = shellexec trigger=fortune; cmd=/usr/games/fortune -s -n 300 ; allowparms=0; returnoutput=1  plugin = shellexec trigger=fortune; cmd=/usr/games/fortune -s -n 300 ; allowparms=0; returnoutput=1
43    
   
44  # Option task  # Option task
45  # Specify which tasks should be loaded  # Specify which tasks should be loaded
46  task = spool  task = spool

Legend:
Removed from v.216  
changed lines
  Added in v.678

  ViewVC Help
Powered by ViewVC 1.1.20