We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server version: 5.5.8-log MySQL Community Server (GPL) CentOS release 5.5 (Final) (64Bit)
All installed fine...
But noticed that the Slave counters do not return accurate data.
snmpwalk -m MYSQL-SERVER-MIB -v 2c -c public localhost enterprises.20267 |grep Slave
MYSQL-SERVER-MIB::mySlaveRunning.0 = Gauge32: 0 MYSQL-SERVER-MIB::mySlaveStopped.0 = Gauge32: 0 MYSQL-SERVER-MIB::mySlaveRetriedTransactions.0 = Counter32: 0 MYSQL-SERVER-MIB::mySlaveLag.0 = Gauge32: 0 MYSQL-SERVER-MIB::mySlaveOpenTempTables.0 = Gauge32: 0
Same data if slave is running or not running....
Is this a known issue?
The text was updated successfully, but these errors were encountered:
Do you have started mysql-snmp with --slave? Otherwise mysql-snmp doesn't take slave information.
Sorry, something went wrong.
No branches or pull requests
Server version: 5.5.8-log MySQL Community Server (GPL)
CentOS release 5.5 (Final) (64Bit)
All installed fine...
But noticed that the Slave counters do not return accurate data.
snmpwalk -m MYSQL-SERVER-MIB -v 2c -c public localhost enterprises.20267 |grep Slave
MYSQL-SERVER-MIB::mySlaveRunning.0 = Gauge32: 0
MYSQL-SERVER-MIB::mySlaveStopped.0 = Gauge32: 0
MYSQL-SERVER-MIB::mySlaveRetriedTransactions.0 = Counter32: 0
MYSQL-SERVER-MIB::mySlaveLag.0 = Gauge32: 0
MYSQL-SERVER-MIB::mySlaveOpenTempTables.0 = Gauge32: 0
Same data if slave is running or not running....
Is this a known issue?
The text was updated successfully, but these errors were encountered: