itmicus / zabbix

Zabbix Templates
GNU General Public License v3.0
155 stars 264 forks source link

Invalid processing of forecast for disks 12h #52

Open bahdaji opened 4 years ago

bahdaji commented 4 years ago

Invalid processing of forecast for disks. The forecast should be on an empty seat, but not on a busy one. The trigger fires when the disk is almost empty and there is a lot of free space. For example, 2GB of 150GB is occupied, the trigger fires because 2GB is less than 10GB, but more than 1GB.

bahdaji commented 4 years ago

Either the trigger should be, I think, like that:

{Template OS Windows Active:wmi.get[root\cimv2,select FreeSpace from win32_logicaldisk where DeviceID='{#LOGICAL_DISK}'].last()}<{$LOGICAL_DISK_FREE_SPACE_HIGH} and {Template OS Windows Active:os.windows.active.ldisk.used.forecast12h[{#LOGICAL_DISK}].last()}>{$LOGICAL_DISK_FREE_SPACE_DISASTER}

Kizond commented 4 years ago

Invalid processing of forecast for disks. The forecast should be on an empty seat, but not on a busy one. The trigger fires when the disk is almost empty and there is a lot of free space. For example, 2GB of 150GB is occupied, the trigger fires because 2GB is less than 10GB, but more than 1GB.

Hi, Please I have having challenge importing the template. Kindly assist.

bahdaji commented 4 years ago

Invalid processing of forecast for disks. The forecast should be on an empty seat, but not on a busy one. The trigger fires when the disk is almost empty and there is a lot of free space. For example, 2GB of 150GB is occupied, the trigger fires because 2GB is less than 10GB, but more than 1GB.

Hi, Please I have having challenge importing the template. Kindly assist.

Hi, I did everything according to the instructions, I do not know what you can’t do

Kizond commented 4 years ago

Hi, Thank you for the feedback.

I kept getting the error,

Details Import failed Host group "Templates/Operating systems" already exists.

When I tried changed the host group from "Templates/Operating Systems" to "Template" and tried importing it again, I got the error;

Details Import failed Discovery rule "vfs.fs.discovery" already exists on "Template OS Windows by Zabbix agent active", inherited from another template.

Please kindly advise.

Thank you very much.

I appreciate your kind support.

wmorgue commented 3 years ago

Hi @bahdaji You steel need help with this issue?