User Tools

Site Tools


wiki:icinga_troubleshooting

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

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki