1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Merge pull request #1368 from quotengrote/fix

drone: Typo
This commit is contained in:
Kenyon Ralph 2023-04-18 10:23:20 -07:00 committed by GitHub
commit 31dd87f7b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ if [ "$1" = "config" ]; then
link=$(echo "$line" | cut -f4 -d" ")
echo "$slug".label "$namespace"/"$name"
echo "$slug".warn 1
echo "$slug".warning 1
echo "$slug".critical 2
echo "$slug".info "$link"
done