wiki:icinga_troubleshooting
Table of Contents
Icinga/nagios troubleshooting
Remote command execution failed: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Try removing the old host key from /home/nagios/.ssh/known_hosts.
check_mysql: slave query error: Access denied: you need (at least one of) the SUPER,REPLICATION CLIENT privilege(s) for this operation
GRANT REPLICATION CLIENT ON *.* TO 'replication'@'127.0.0.1' IDENTIFIED BY 'sql';
check_mysql: ./check_mysql: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory
Happens on Debian 10. Install this.
apt install libmariadb-dev-compat libmariadb-dev
Then recompile the plugins again.
Tested on
See also
References
wiki/icinga_troubleshooting.txt · Last modified: 2023/09/22 11:58 by antisa