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 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
---
---
 
- name: install pyzabbix locally for zabbix checks
 
pip:
 
name: pyzabbix
 
delegate_to: localhost
 
- name: configure a zabbix check for this endpoint
- name: configure a zabbix check for this endpoint
zabbix_check:
zabbix_check:
zabbix_url: "{{zabbix_server}}"
zabbix_url: "{{zabbix_server}}"
Loading