mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix mis-spelled variable names
This commit is contained in:
parent
679a3ce7be
commit
bb206faee6
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ esac
|
|||
# graphs should look.
|
||||
|
||||
if [ "$1" = "config" ]; then
|
||||
CONN_WARN=${queue_warn:-500}
|
||||
CONN_CRIT=${queue_crit:-1000}
|
||||
CONN_WARN=${conn_warn:-500}
|
||||
CONN_CRIT=${conn_crit:-1000}
|
||||
|
||||
# The host name this plugin is for. (Can be overridden to have
|
||||
# one machine answer for several)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue