Advertisement
Guest User

Untitled

a guest
May 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. object Host "host.example.com" {
  2. address = "redacted"
  3. display_name = "host.example.com"
  4. check_command = "hostalive"
  5. vars.os = "Linux"
  6. vars.sla = "default"
  7. vars.cores = 8
  8. vars.disks["disk /"] = {
  9. disk_cfree = 10
  10. disk_wfree = 15
  11. disk_partitions = "/"
  12. }
  13. vars.disks["backuppc"] = {
  14. disk_cfree = 25
  15. disk_wfree = 30
  16. disk_partitions = "/var/lib/backuppc"
  17. }
  18. vars.procs["backuppc"] = {
  19. procs_argument = "/usr/share/backuppc/bin/BackupPC -d"
  20. procs_critical = "1:1"
  21. }
  22. vars.distro = "Debian"
  23. vars.client_endpoint = "host.example.com"
  24. vars.virtual_machine = false
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement