Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_pinba
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!
===============
Licence
-------
This plugin has been writen by Carpe-Hora Camille Neron .
Of course, check_pinba is under GNU GPL v2 : http://www.gnu.org/licenses/gpl-2.0.html
Requirements
------------
* mysqldb: for Debian, aptitude install python-mysqldb
Description
-----------
Pinba is a realtime monitoring/statistics server for PHP using MySQL as a read-only interface. http://pinba.org
Pinba stores the data in a Mysql database. They are few tables, mainly these :
* info
* report_by_hostname
* report_by_hostname_and_script
* report_by_hostname_and_server
* report_by_hostname_server_and_script
* report_by_script_name
* report_by_server_and_script
* report_by_server_name
* request
Currently, only the report_by_hostname, by script_name and by server_name tables are supported. But the scope will be extended according the needs.
To use this plugin you must specify:
* database host
* pinba database name
* login and password to connect to the pinba database
* the table that you want check (report_by ...)
* the column that you want to get. For example, to report_by_hostname, req_count column (check your table content)
* the value of the report type. For example, to report_by_hostname, you must specify the app server name
* and like in almost any nagios plugin, the warning and critical value
An example of usage:
./check_pinba.py -H localhost -u pinba -p password -D pinba -r report_by_hostname -q req_count -v apache00
The plugin will connect to the database, and get the data with a SQL request.
TODO List
----------
* add more supported tables
You can find the source here : https://github.com/Carpe-Hora/check_pinba.py
Reviews (0)
Be the first to review this listing!