Page MenuHomePhabricator
Paste P8135

(An Untitled Masterwork)
ActivePublic

Authored by jcrespo on Feb 27 2019, 10:52 AM.
Tags
None
Referenced Files
F28293504: raw.txt
Feb 27 2019, 10:52 AM
F28293502: raw.txt
Feb 27 2019, 10:52 AM
Subscribers
None
root@db1115:~$ cat /etc/nagios/nrpe.d/check_mariadb_backup_m1_codfw.cfg
# File generated by puppet. DO NOT edit by hand
command[check_mariadb_backup_m1_codfw]=/usr/local/bin/check_mariadb_backups.py --section='m1' --datacenter='codfw'
root@db1115:~$ /usr/local/bin/check_mariadb_backups.py --section='m1' --datacenter='codfw'
We could not connect to the backup metadata database
root@db1115:~$ sudo -u nagios mysql -u nagios --skip-ssl
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 298089855
Server version: 10.1.37-MariaDB MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> select current_user();
+------------------+
| current_user() |
+------------------+
| nagios@localhost |
+------------------+
1 row in set (0.00 sec)

Event Timeline

jcrespo edited the content of this paste. (Show Details)