Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:zabbix [2021/07/26 11:36] – fmussati | tips:zabbix [2021/08/02 11:22] (current) – fmussati | ||
---|---|---|---|
Line 162: | Line 162: | ||
# 1. set connection details | # 1. set connection details | ||
url=http:// | url=http:// | ||
- | user=admin | + | user=username |
- | password=Galileo2018. | + | password=passwd |
# 2. get authorization token | # 2. get authorization token | ||
Line 223: | Line 223: | ||
</ | </ | ||
+ | ===== Patch infinite componente zabbix ===== | ||
<code python> | <code python> | ||
class ZabbixThread(threading.Thread): | class ZabbixThread(threading.Thread): |