Advertisement
Guest User

Untitled

a guest
Dec 14th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Apache module
  2. module: apache
  3. metricsets: ["status"]
  4. enabled: true
  5. period: 10s
  6.  
  7. --Apache hosts
  8. hosts: ["http://127.0.0.1"]
  9.  
  10. --Path to server status. Default server-status
  11. server_status_path: "server-status"
  12.  
  13. --Username of hosts. Empty by default
  14. username: test
  15.  
  16. --Password of hosts. Empty by default
  17. password: test123
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement