--- cacti-0.8.6c/lib/ping.php 2004-12-19 15:01:49.000000000 -0500 +++ cacti-0.8.6c-new/lib/ping.php 2005-03-12 10:56:02.000000000 -0500 @@ -161,7 +161,7 @@ /* get start time */ $this->start_time(); - /* poll ifDescription for status */ + /* poll sysUptime for status */ $retry_count = 0; while (1) { if ($retry_count >= $this->retries) { @@ -172,7 +172,7 @@ $output = cacti_snmp_get($this->host["hostname"], $this->host["snmp_community"], - ".1.3.6.1.2.1.1.1.0" , + ".1.3.6.1.2.1.1.3.0" , $this->host["snmp_version"], $this->host["snmp_username"], $this->host["snmp_password"],