Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
# Acknowledge an alert; stop sending emails       
remctl -p 46157 nagios02.slac.stanford.edu nagios ack host HOSTNAME COMMENT 
remctl -p 46157 nagios02.slac.stanford.edu nagios ack service HOSTNAME SERVICENAME COMMENT 

# Pre-emptively mark a host/service as down, don't contact for a while 
remctl -p 46157 nagios02.slac.stanford.edu nagios downtime host HOSTNAME HOURS COMMENT 
remctl -p 46157 nagios02.slac.stanford.edu nagios downtime service HOSTNAME SERVICENAME HOURS COMMENT     

# Tell nagios to run the check for this host/service in MINUTES minutes        
remctl -p 46157 nagios02.slac.stanford.edu nagios schedule host HOSTNAME MINUTES COMMENT
remctl -p 46157 nagios02.slac.stanford.edu nagios schedule service HOSTNAME SERVICENAME MINUTES COMMENT         

# Help documents and man pages 
remctl -p 46157 nagios02.slac.stanford.edu nagios help
remctl -p 46157 nagios02.slac.stanford.edu nagios man   

This requires that you have the 'remctl' binary installed (generally in /usr/local/bin on our systems, or you can install the 'remctl-client' RPM), and that you have a kerberos ticket.

Access is currently restricted to:

1. SCS Staff
2. Some number of Fermi/SCA staff.

We are investigating opening this up further.