template_host.yml 586 B

123456789101112131415161718192021222324252627
  1. ---
  2. g_template_host:
  3. params:
  4. name: Template Host
  5. host: Template Host
  6. groups:
  7. - groupid: 1 # FIXME (not real)
  8. output: extend
  9. search:
  10. name: Template Host
  11. zitems:
  12. - name: Host Ping
  13. hostid:
  14. key_: host.ping
  15. type: 2
  16. value_type: 0
  17. output: extend
  18. search:
  19. key_: host.ping
  20. ztriggers:
  21. - description: 'Host ping has failed on {HOST.NAME}'
  22. expression: '{Template Host:host.ping.last()}<>0'
  23. priority: 3
  24. searchWildcardsEnabled: True
  25. search:
  26. description: 'Host ping has failed on*'
  27. expandExpression: True