1
I’d like to make a MIB (Management Information Base), which is created, and I have to create the manager and the agent. I am using shell
to do this, in the agent I have to create a page in PHP
, to display the information of MIB, someone could help me?
I use the interpreter bash
.
my biggest doubt is the following, the PHP page I should do outside of bash or on it?
– Henrique05
depends on what you want to do. At the moment I can’t imagine a case where you actually need to use bash to generate a php. I would try to use
shell_exec
php before using bash.– Marcos Banik
you have some example that I can use, is that my teacher came with this MIB and I can not find anything on the net, he wants a manager to do the php part then will receive the information from MIB, who are in manager
– Henrique05
and another thing, I’m very weak in shell :(
– Henrique05