Title: new discovery plugin

Hi

So we've created this new discovery plugin and added it to an interface type called 'transistion' and also have a poller group called transistion...we have not created the poller items or populated the poller group yet, we just want to get the discovery plugin down.   But when we try to discover any host after creating this interface type, nothing get discovered...any ideas?


[EMAIL PROTECTED] discovery]# vi transition_chassis.inc.php

<?

    function discovery_transition_chassis(ip,$rocommunity,$hostid,$param) {

            $transition_chassis = array();

                    $aux1 = array();

                    $aux1["description"] = "Transition Chassis";

                    $aux1["slot_number"] = "MM1/1";


                    $transition_chassis[1] = $aux1;

            return $transition_chassis;

    }

?>

~

~

~

--

Jason

Reply via email to