mysql-snmp
mysql-snmp copied to clipboard
Net-SNMP perl agent for monitoring MySQL servers
Debian, mysql-snmp v1.2_01 1. Typo in /etc/init.d/mysql-snmp DAEMON=/usr/sbin/mysql-s**m**np 2. /usr/sbin/mysql-snmp, line 776: if ($opt{innodb} && $status{'have_innodb'} eq 'YES') $status{'have_innodb'} is unset so the agent doesn't create any OIDs with "SHOW...
I've tried to install package on a fresh system and got: ``` Starting Mysql SNMP Agent: Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at /usr/sbin/mysql-snmp line 38 Can't...
Slave_stopped should be enabled when slave_io_running OR slave_sql_running is 0 Change lines to: $status{'slave_running'} = (($newrow{'slave_sql_running'} eq 'Yes') && ($newrow{'slave_io_running'} eq 'Yes')) ? 1 : 0; $status{'slave_stopped'} = (($newrow{'slave_sql_running'} eq...
Is it possible to have the status of the "slave_io_running, beyond having 2 values for "slave_sql_running"? I obtained it changing the "slave_stopped" variable to report it, but I don't think...
Hi I am trying to configure the mysql module for SNMP monitoriarlo but not e able to complete the process below indicate that I am doing. Step1. I run the...
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...
mysql-agent is unable to register with snmpd on MacOS X I am running snmpd as follows snmpd -a -c /etc/snmp/snmpd.conf -m MYSQL-SERVER-MIB -f -DTOKEN -V -q snmpwalk works for entrprises...
hello I assumed to install this package on Debian 12 but , I encountered a error : dpkg-buildpackage -rfakeroot -uc -b dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage:...