Skip to content

Instantly share code, notes, and snippets.

@infotek
Created October 11, 2016 14:25
Show Gist options
  • Save infotek/7ea1eb7b588f7bf6dec32fe775274d65 to your computer and use it in GitHub Desktop.
Save infotek/7ea1eb7b588f7bf6dec32fe775274d65 to your computer and use it in GitHub Desktop.
root@shell:/opt/librenms# /usr/lib/nagios/plugins/check_mysql -H localhost -H localhost -d librenms -H localhost -u librenms -p password
Uptime: 637459 Threads: 7 Questions: 644510 Slow queries: 0 Opens: 168 Flush tables: 1 Open tables: 229 Queries per second avg: 1.011|Connections=25744c;;; Open_files=62;;; Open_tables=229;;; Qcache_free_memory=15893496;;; Qcache_hits=276441c;;; Qcache_inserts=112323c;;; Qcache_lowmem_prunes=0c;;; Qcache_not_cached=14095c;;; Qcache_queries_in_cache=543;;; Queries=644510c;;; Questions=644510c;;; Table_locks_waited=0c;;; Threads_connected=7;;; Threads_running=1;;; Uptime=637459c;;;
root@shell:/opt/librenms# echo $?
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment