netscaler fixed mempool

git-svn-id: http://www.observium.org/svn/observer/trunk@2825 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-01-17 16:29:48 +00:00
parent b97d23e4d2
commit 1b1b5bee51
2 changed files with 30 additions and 0 deletions
@@ -0,0 +1,13 @@
<?php
#NS-ROOT-MIB::resMemUsage.0 = Gauge32: 29
#NS-ROOT-MIB::memSizeMB.0 = INTEGER: 815
if($device['os'] == "netscaler")
{
discover_mempool($valid_mempool, $device, "0", "netscaler", "Memory", NULL, NULL, NULL);
}
?>