View Full Version : Monitoring Disk space
Retaliator
14-09-2008, 14:03
Hi, i tried to define a disk space usage alert on specific server, but it did not work when there were only 7 mb left on drive D.
can any one please help ?
Thanks,
Retaliator
Retaliator
17-09-2008, 13:30
it's common option
You could start by giving some info we can actualy use (server/client versions, item strings, item values, trigger strings, etc) instead of the 'it doesnt work' line.
Retaliator
22-09-2008, 15:34
I am kinda new to that but..
someone tried to help and the options are :
that's from items:
snmp oid : 1.3.6.1.2.1.25.2.3.1.6.2
that's from triggers:
Disc C used space more then 95% {BPRDB01:disc C used space.max(100)}>19596086 Information Enabled
Well, i doubt you want to use max(100).
This means: Maximum value in the last 100 minutes.
You might want to change that to last(0)
Furthermore, what information does that OID return? Disk usage or free space in MB's or %?
If you want to make a trigger that fire's above 95%, i advise you to use an information source that passes you disk usage in %.
Dont know if the zabbix agent for windows can do this tho, don;t use windows much.
maruscya
22-09-2008, 15:51
Hello guy
I use this Activecheck
vfs.fs.size[d:,pfree]
it's report free space on D: drive . After i have created this tirgger
{t_Windows:vfs.fs.size[d:,pfree]. last( 0 ) }<26
If % of free space is lower than 26% send an email
AndreA
Retaliator
28-09-2008, 13:14
i need more info of how to add that from scratch,
where to put what trigger, etc?
Retaliator
27-10-2008, 15:07
can any1 help me from scratch ?