in reply to Re^2: cgi script to retrieve disk space of unix servers
in thread cgi script to retrieve disk space of unix servers

You really should not be letting the apache user have root keys to machines. That's a huge security risk. You should be doing it as a non root user that has limited access to the machine. Also, SNMP works very well for this and you could easily hack something together that does an SNMP walk on the host via cgi. TMTOWTDI.
  • Comment on Re^3: cgi script to retrieve disk space of unix servers