コード例 #1
0
ファイル: setup.php プロジェクト: Cacti/plugin_thold
function thold_snmpagent_cache_uninstall()
{
    global $config;
    if (class_exists('MibCache')) {
        $mc = new MibCache('CACTI-THOLD-MIB');
        $mc->uninstall();
    }
}