Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Hi, if you try to use –community instead of -C in the command you get an error, because in
while test -n “$1”; do case “$1” in … –comunity|-C) COMMUNITY=$2 shift ;;
change it to –community and it will work 🙂