GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MYSQL-SNMP(1) FreeBSD General Commands Manual MYSQL-SNMP(1)

mysql-snmp - MySQL-Server SNMP agent for Net-SNMP

mysql-snmp [ options ]

mysql-snmp is a Net-SNMP (snmpd) agent that can be used to monitor a MySQL server with SNMP.

These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.

display help
be verbose about what you do

output version information and exit

write PID to FILE instead of /var/run/mysql-snmp.pid

use DBUSER as user to connect to mysql

use DBPASS as password to connect to mysql

connect to mysql server HOST

port to connect (default 3306)

read MySQL configuration from FILE

adds SNMP counters for masters

adds SNMP counters for slaves

compute slave lag with the Percona Toolkit pt-heartbeat stamp table. (Note that this option has no effect if --slave is not also specified.)

anchor the MIB to this root OID

refresh interval in seconds

You can specify the mysql connection parameters in a config file using my.cnf format, like this:

[client]
host=dbserver
port=3306
user=monitor
password=secret

snmpcmd(1).

mysql-snmp was written by Brice Figureau

This manual page was written by Brice Figureau <brice@daysofwonder.com>, for the Debian project (but may be used by others).

July 17, 2008

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.