Skip to content

Commit 2fdaaf6

Browse files
author
Mitchell E Berger
committed
Scripts has (vos) moved! Come visit us at our new location...
1 parent 24c8a55 commit 2fdaaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/fedora/config/etc/nagios/check_afs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ STATUS=$?
1616
$ECHO "$CHECKS"
1717

1818
if [ $STATUS -gt 0 ]; then
19-
if $ECHO "$CHECKS" | grep -i STYX >/dev/null; then
19+
if $ECHO "$CHECKS" | grep -i ARTEMIS >/dev/null; then
2020
exit $STATE_CRITICAL;
2121
else
2222
exit $STATE_WARNING;

0 commit comments

Comments
 (0)