Ignore:
Timestamp:
Apr 23, 2009, 11:10:37 PM (15 years ago)
Author:
quentin
Message:
Documentation when given an unrecognized user
File:
1 edited

Legend:

Unmodified
Added
Removed
  • noc/nagios/status-user/finger.sh

    r1094 r1095  
    3333        ;;
    3434    *)
    35         echo "Unknown user"
     35        cat <<EOF
     36Available information:
     37finger status@sipb-noc -- all services
     38finger broken@sipb-noc -- services that are not OKAY
     39finger xvm@sipb-noc    -- only XVM servers
     40EOF
     41     
    3642        ;;
    3743esac
Note: See TracChangeset for help on using the changeset viewer.