Example #1
0
function thold_snmpagent_cache_uninstall()
{
    global $config;
    if (class_exists('MibCache')) {
        $mc = new MibCache('CACTI-THOLD-MIB');
        $mc->uninstall();
    }
}