2012-10-09 Sancho Lerena <slerena@artica.es>
* util/plugin/mysql_plugin.sh: Fixed problem on composed name variables. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7060 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
eaa5923f30
commit
c69b2c47ee
|
@ -1,3 +1,8 @@
|
|||
2012-10-09 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* util/plugin/mysql_plugin.sh: Fixed problem on composed
|
||||
name variables.
|
||||
|
||||
2012-10-08 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* util/tool_api.pl: Added: validate events using API.
|
||||
|
|
|
@ -62,6 +62,6 @@ done
|
|||
|
||||
# Execution
|
||||
|
||||
echo "show global status" | mysql -u $USER -p$PASSWORD -h$SERVER | grep "$QUERY" | awk '{ print $2 }'
|
||||
echo "show global status" | mysql -u $USER -p$PASSWORD -h$SERVER | grep "$QUERY" | head -1 | awk '{ print $2 }'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue