When I add a new host on zabbix server, i have to add a lot of new item on disks use :
Some mount point are not "normal" like /home, /opt, /usr, but are like /mnt/logs/, etc ... (i am not the administrator of these server).
So, i have to add 4 items (used/total/free/pfree) and 1 trigger for each new mount point.
with a parser of system.run[df] for exemple, it would be automatic
Some mount point are not "normal" like /home, /opt, /usr, but are like /mnt/logs/, etc ... (i am not the administrator of these server).
So, i have to add 4 items (used/total/free/pfree) and 1 trigger for each new mount point.
with a parser of system.run[df] for exemple, it would be automatic
Comment