mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
typo
warn --> warning; sry
This commit is contained in:
parent
549c127d7d
commit
4791449ef4
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ if [ "$1" = "config" ]; then
|
||||||
link=$(echo "$line" | cut -f4 -d" ")
|
link=$(echo "$line" | cut -f4 -d" ")
|
||||||
|
|
||||||
echo "$slug".label "$namespace"/"$name"
|
echo "$slug".label "$namespace"/"$name"
|
||||||
echo "$slug".warn 1
|
echo "$slug".warning 1
|
||||||
echo "$slug".critical 2
|
echo "$slug".critical 2
|
||||||
echo "$slug".info "$link"
|
echo "$slug".info "$link"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue