From 61ee859466525713bcbf67798c8f3fe9efa0cdd7 Mon Sep 17 00:00:00 2001 From: asyedham Date: Wed, 26 Jun 2019 17:13:12 +0530 Subject: [PATCH] Add specs for mysqladmin status --- uploader.json | 7 ++++++- uploader.v2.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/uploader.json b/uploader.json index d83cd11a..e5ec6b3c 100644 --- a/uploader.json +++ b/uploader.json @@ -654,6 +654,11 @@ "pattern": [], "symbolic_name": "multipath_conf_initramfs" }, + { + "command": "/bin/mysqladmin status", + "pattern": [], + "symbolic_name": "mysqladmin_status" + }, { "command": "/bin/mysqladmin variables", "pattern": [], @@ -8565,4 +8570,4 @@ } }, "version": "2019-04-25T17:03:23.071955" -} \ No newline at end of file +} diff --git a/uploader.v2.json b/uploader.v2.json index 1e87e9f9..d668e731 100644 --- a/uploader.v2.json +++ b/uploader.v2.json @@ -654,6 +654,11 @@ "pattern": [], "symbolic_name": "multipath_conf_initramfs" }, + { + "command": "/bin/mysqladmin status", + "pattern": [], + "symbolic_name": "mysqladmin_status" + }, { "command": "/bin/mysqladmin variables", "pattern": [], @@ -3075,4 +3080,4 @@ "iface": "/sbin/ip -o link | awk -F ': ' '/.*link\\/ether/ {print $2}'" }, "version": "2019-04-25T17:03:32.057039" -} \ No newline at end of file +}