Asterisk Clock deviation

This show a % of clock adjustement using dahdi_test command. Should be always on 99.x % Module data module_begin  module_name InternalClock_Deviation  module_type generic_data  module_exec dahdi_test -c 5 | grep -o “Worst\: [0-9]*\.[0-9]*” | awk ‘{...

Asterisk active peers registered

Show active peers registered Module data module_begin  module_name ActivePeers_Registered  module_type generic_data  module_exec asterisk -rx “sip show peers” | grep -o “Unmonitored\: [0-9]* online” | grep -v grep | awk ‘{ print $2...

Asterisk calls

This local module monitor asterisk calls: Module data module_begin  module_name ActiveCalls  module_type generic_data  module_exec asterisk -rx “show channels” | grep “active calls” | awk ‘{ print $1 }’ ...

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X