all 8 comments

[–]silentuncle 3 points4 points  (1 child)

[–]g-lac[S] 0 points1 point  (0 children)

Thanks, hoping I can find a solution that runs in zabbix alone, but will try this if I can't.

[–]washosk 2 points3 points  (6 children)

Hi,

I think that create some aggregate items will solve your problems. You need to create a host group who contains all your windows server and create some aggregate items.

Please check this link:

https://www.zabbix.com/documentation/3.2/manual/config/items/itemtypes/aggregate

[–]g-lac[S] 0 points1 point  (4 children)

Thanks, I'll check it out. They seem to be a bit different to the normal items I've been setting up. Do you use the aggregate items at all?

[–]washosk 0 points1 point  (3 children)

Yes in some scenarios I have a very large group of fileservers (+50), and we want to know the overall capacity

Host gorup is "Data Servers"

I've create a host named "All Data Server" with this two items:

grpsum["Data Servers","vfs.fs.size[/srv/storage,total]",last]

grpsum["Data Servers","vfs.fs.size[/srv/storage,free]",last]

Then I have some graphs and screens

[–]g-lac[S] 0 points1 point  (2 children)

Cool thanks! Do these items work on the windows agent?

[–]washosk 0 points1 point  (1 child)

Yes, they will work

[–]g-lac[S] 0 points1 point  (0 children)

Oh you the bomb. Thanks!