]> arthur.barton.de Git - netdata.git/blobdiff - charts.d/mysql.chart.sh
default update every for squid and mysql changed from 5 to 2 seconds
[netdata.git] / charts.d / mysql.chart.sh
index bff19d1c087f879f567cdd99a83311ea45bfcdf9..29d8b61bce6a73bfffdfeaa506b50d8635edf1a4 100755 (executable)
@@ -7,7 +7,7 @@
 # This statement does not require any privilege.
 # It requires only the ability to connect to the server.
 
-mysql_update_every=5
+mysql_update_every=2
 mysql_priority=60000
 
 declare -A mysql_cmds=() mysql_opts=() mysql_ids=() mysql_data=()