Home Directory Plugins Telephony Asterisk check_asterisk_odbc_cdr_row_count

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_asterisk_odbc_cdr_row_count

Rating
0 votes
Favoured:
0
Hits
92858
Files:
FileDescription
check_asterisk_odbc_cdr_row_countcheck_asterisk_odbc_cdr_row_count
Nagios CSP

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 checks total Asterisk ODBC CDR records via isql. The number of CDR records is returned as performance data.
Usage: check_asterisk_odbc_cdr_row_count --dsn | -d --table | -t
Usage: check_asterisk_odbc_cdr_row_count --help | -h

Description:

This plugin checks total Asterisk ODBC CDR records via isql. The number of
CDR records is returned as performance data.

Tested to work on Linux.

The following arguments are accepted:

--dsn | -d The ODBC DSN associated with the CDR database, as found in
odbc.ini.
--table | -t The CDR table name in the CDR database.

--help | -h Print this help and exit.

Examples:

Check CDR connection with ODBC DSN asterisk_cdr, where the CDR table is named
cdr.

check_asterisk_cdr -d asterisk_cdr -t cdr