2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Fix mis-spelled variable names

This commit is contained in:
Stig Sandbeck Mathisen 2014-10-05 20:13:20 +02:00
parent 679a3ce7be
commit bb206faee6

View File

@ -56,8 +56,8 @@ esac
# graphs should look. # graphs should look.
if [ "$1" = "config" ]; then if [ "$1" = "config" ]; then
CONN_WARN=${queue_warn:-500} CONN_WARN=${conn_warn:-500}
CONN_CRIT=${queue_crit:-1000} CONN_CRIT=${conn_crit:-1000}
# The host name this plugin is for. (Can be overridden to have # The host name this plugin is for. (Can be overridden to have
# one machine answer for several) # one machine answer for several)