Advertisement
Guest User

Untitled

a guest
Jan 21st, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. init_config:
  2.  
  3. instances:
  4. # For each instance you define what host to connect to (defaulting to the
  5. # current host) as well as a list of services you care about. The service
  6. # names should match the Service name in the properties and NOT the display
  7. # name in the services.msc list.
  8. #
  9. # If you want to check services on a remote host, you have to specify a
  10. # hostname and (optional) credentials
  11. #
  12. #- host: MYREMOTESERVER
  13. # username: MYREMOTESERVER\fred
  14. # password: mysecretpassword
  15. # services:
  16. # - ServiceExample
  17. # - AnotherService
  18. #
  19. # The sample configuration will monitor the WMI Performance Adapter service,
  20. # named "wmiApSrv" in the service properties.
  21. #
  22. - host: . # "." means the current host
  23. services:
  24. - Alto Cams Subscriber Service
  25. - Alto Cams Message Service
  26. - Alto Cams Attachment Service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement