Zabbix: Use Agent2 as Default | Update Script added | some other Improvements (#527)

* Improve Zabbix Update / Agent2

* Add Updateble / Documentation / Info for JSON

* Zabbix-Install: Switch to latest version & use zabbix-agent2

* Update json/zabbix.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update zabbix.sh

---------

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
CanbiZ
2024-11-27 15:52:53 +01:00
committed by GitHub
parent 853c727167
commit a2ae582992
3 changed files with 45 additions and 17 deletions

View File

@ -6,10 +6,10 @@
],
"date_created": "2024-06-12",
"type": "ct",
"updateable": false,
"updateable": true,
"privileged": false,
"interface_port": "5454",
"documentation": null,
"interface_port": "",
"documentation": "https://www.zabbix.com/documentation/current/en/manual",
"website": "https://www.zabbix.com/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/zabbix.svg",
"description": "Zabbix is an all-in-one monitoring solution with a variety of enterprise-grade features available right out of the box.",
@ -33,7 +33,11 @@
"notes": [
{
"text": "Database credentials: `cat zabbix.creds`",
"type": "warning"
"type": "info"
}
{
"text": "Zabbix agent 2 is used by default",
"type": "info"
}
]
}
}