Плагин Nagios для контроля здоровья FreeSWITCH?

Вы могли бы попытаться видеть то, что связывается с теми портами с помощью почтенного lsof команда:

lsof-i:445

lsof-i:137

lsof-i:138

lsof-i:139

1
задан 11 October 2013 в 21:00
2 ответа

I wrote a plugin (in Perl) that checks various health parameters on a FreeSWITCH server. It takes advantage of the fs_cli FreeSWITCH command-line tool. It may be extended to check practically anything that fs_cli can check.

It currently monitors a handful of things:

  • sofia-status-internal - looks for the 'internal' Name and expects to find a state of RUNNING.
  • sofia-status-external - looks for the 'external' Name and expects to find a state of RUNNING. Same format as the 'internal' test above.
  • show-calls-count - reports total # of current calls.
  • sofia-status-profile-internal-failed-calls-in - reports the FAILED-CALLS-IN parameter in the 'sofia status profile internal' query.
  • sofia-status-profile-internal-failed-calls-out - reports the FAILED-CALLS-OUT parameter in the 'sofia status profile internal' query.

You may get it and more info from GitHub: https://github.com/kjhosein/nagios-freeswitch-plugin

Для этого требуется модуль Perl Nagios :: Plugin (написанный Тоном Вуном).

3
ответ дан 3 December 2019 в 17:08

Кто-то написал собственный плагин для мониторинга состояния и поместил его на github , поскольку Nagios его не предлагает.

2
ответ дан 3 December 2019 в 17:08

Теги

Похожие вопросы