'snmp_get_multi', 'mib' => 'SONICWALL-FIREWALL-IP-STATISTICS-MIB', 'table' => 'sonicwallFwStats', // Table sonicwallFwStats have already polled RAM and CPU oids, use snmp_get_multi_oid() 'ds_rename' => array('sonic' => '', 'Entries' => ''), 'graphs' => array('sonicwall_sessions'), 'oids' => array( 'sonicMaxConnCacheEntries' => array('descr' => 'Maximum number of connection cache entries allowed through the firewall', 'ds_type' => 'GAUGE', 'ds_min' => '0'), 'sonicCurrentConnCacheEntries' => array('descr' => 'Number of active connection cache entries through the firewall', 'ds_type' => 'GAUGE', 'ds_min' => '0'), ) ); // EOF