'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' => ['sonic' => '', 'Entries' => ''], 'graphs' => ['sonicwall_sessions'], 'oids' => [ 'sonicMaxConnCacheEntries' => ['descr' => 'Maximum number of connection cache entries allowed through the firewall', 'ds_type' => 'GAUGE', 'ds_min' => '0'], 'sonicCurrentConnCacheEntries' => ['descr' => 'Number of active connection cache entries through the firewall', 'ds_type' => 'GAUGE', 'ds_min' => '0'], ] ]; // EOF