Zabbix
-
- Posts: 5
- Joined: Thu Aug 13, 2020 12:53 am
Zabbix
Zabbix would be a great add to the software on dietpi. After it's installed its all web based programming and it has no limits how many systems it can monitor.
-
- Posts: 5
- Joined: Sat Aug 08, 2020 10:14 am
Re: Zabbix
I use it for 10+ years and it's great indeed... but it does requires a database server with sufficient performance to manage the data, specifically housekeeping can take a lot of resources).
Personally, I think that telegraf+grafana+influx seems better suited for dietpi (and besides telegraf, it's already in the repository).
Personally, I think that telegraf+grafana+influx seems better suited for dietpi (and besides telegraf, it's already in the repository).
Re: Zabbix
and telegraf is something that can be installed quite easily
Configuration of telegraf would need to be done manually anyway 
Code: Select all
curl -sL https://repos.influxdata.com/influxdb.key | apt-key add -
echo "deb https://repos.influxdata.com/debian buster stable" | tee /etc/apt/sources.list.d/influxdb.list
apt update
apt install -y telegraf

Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team