![](https://secure.gravatar.com/avatar/dee82a22b9a73f459fe180128811e4c1.jpg?s=120&d=mm&r=g)
20 Oct
2013
20 Oct
'13
8:11 p.m.
Hi,
Ok, both were true. I was accidentally passing $mempool instead of $storage, *and* you were using the wrong metric.
:-)
The storage entity currently only passes a single metric, storage_perc.
// Check alerts check_entity('storage', $storage, array('storage_perc' => $percent));
I should probably also pass free/used in MB as I think they're probably useful for some people too.
The bug is fixed in latest SVN :)
Thanks! Sander