Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_asterisk_voicemail
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
This plugin check the voicemail to make sure they are not full, using the cli manager.
There is no parameters, it use the default maximum number of message in a voicemail box, or the specified one in the voicemail configuration file if it is found.
Useful when voicemail messages are send by mail and stored on the server at the same time, as people often forget to clean the voicemail when they have message in the mail.
Primarily created for Debian, it can be modified in a few lines.
This plugin calls the asterisk executable directly, so make sure that the user executing this script has appropriate permissions! Usually the asterisk binary can only be run by the asterisk user or root. To grant the nagios user
permissions to execute the script, try something like the following in your /etc/sudoers file:
nagios ALL=(ALL) NOPASSWD: /path/to/plugins/directory/check_asterisk_voicemail
Then call the plugin using sudo:
/path/to/sudo check_asterisk_voicemail
There is no parameters, it use the default maximum number of message in a voicemail box, or the specified one in the voicemail configuration file if it is found.
Useful when voicemail messages are send by mail and stored on the server at the same time, as people often forget to clean the voicemail when they have message in the mail.
Primarily created for Debian, it can be modified in a few lines.
This plugin calls the asterisk executable directly, so make sure that the user executing this script has appropriate permissions! Usually the asterisk binary can only be run by the asterisk user or root. To grant the nagios user
permissions to execute the script, try something like the following in your /etc/sudoers file:
nagios ALL=(ALL) NOPASSWD: /path/to/plugins/directory/check_asterisk_voicemail
Then call the plugin using sudo:
/path/to/sudo check_asterisk_voicemail
Reviews (0)
Be the first to review this listing!