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
92701
Files:
FileDescription
check_asterisk_odbc_cdr_row_countcheck_asterisk_odbc_cdr_row_count
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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