diff --git a/plugins/rabbitmq/rabbitmq_connections b/plugins/rabbitmq/rabbitmq_connections index 89a6a4f7..98f283ac 100755 --- a/plugins/rabbitmq/rabbitmq_connections +++ b/plugins/rabbitmq/rabbitmq_connections @@ -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)