diff --git a/plugins/system/systemd b/plugins/system/systemd index 810c3b07..b12b7cc6 100755 --- a/plugins/system/systemd +++ b/plugins/system/systemd @@ -59,7 +59,7 @@ for state in $states; do echo "$state.label $state" echo "$state.draw AREASTACK" if [ $state = failed ]; then - echo "$state.warning 1" + echo "$state.warning 0" echo "$state.critical 10" fi done