Closed yyovkov closed 4 years ago
Hi Yovko, Thank you for Information.
I'm start working on this problem.
@yyovkov Are you agree with this decision?
# For RHEL/CentOS-8, Debian-10(buster), Ubuntu-18.04(Xenial), Gentoo
curl -O 'https://raw.githubusercontent.com/dusharu/ZBX_Disk_Stat/master/config_zabbix-agent/Disk_Stat.conf'
# For old system
curl -o Disk_Stat.conf 'https://raw.githubusercontent.com/dusharu/ZBX_Disk_Stat/master/config_zabbix-agent/Disk_Stat_awk.conf'
Add Install section to https://share.zabbix.com/operating-systems/linux/disk-stat
Hi Andrey,
nice plugin!
I was testing it with CentOS 7 and ubuntu 18.04. There the command
column
doesn't have option--json
. This option is presented in CentOS 8.Rather this is not issue, as you have provided version which is using
aws
in your first commit. Possibly is worthy to mention this requirements in the README file, and in the zabbix plugins page.