Friends to doing a MIB, about 5 parts of the PC, the agent and manager, I started to do the MIB I will post the code, only it error when I call the Manager.
hdSys OBJECT-TIPE
SYNTAX Integer32
MAX-Access read-write
STATUS-current
DESCRIPTION
"Quantidade de HD"
::= { 1 }
I have to show the result in a PHP page:
<?php
echo exec ('/menna/agente')
?>
Can anyone help me?