~ubuntu-branches/ubuntu/saucy/munin/saucy

« back to all changes in this revision

Viewing changes to plugins/node.d/asterisk_sippeers.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-06-11 12:54:28 UTC
  • mfrom: (8.1.30 sid)
  • Revision ID: package-import@ubuntu.com-20120611125428-k8z25s77rp755vxe
Tags: 2.0.0-1ubuntu1
* Resync with Debian unstable.
* d/munin-node.upstart,munin.upstart: Add upstart configurations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
$pop->print("Action: logoff");
153
153
$pop->print("");
154
154
 
 
155
## Exhaust buffer before closing (to avoid polluting Asterisk's logs)
 
156
while ($line = $pop->getline) {}
 
157
 
155
158
#print "peers.value $peers\n";
156
159
print "mon.value $monitor_online\n";
157
160
print "moff.value $monitor_offline\n";