Skip to content
Snippets Groups Projects

Locally install pyzabbix before trying to configure zabbix checks

Closed Robin Sonnabend requested to merge pyzabbix into master
1 unresolved thread
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
---
- name: install pyzabbix locally for zabbix checks
pip:
Please register or sign in to reply
name: pyzabbix
delegate_to: localhost
- name: configure a zabbix check for this endpoint
zabbix_check:
zabbix_url: "{{zabbix_server}}"
Loading