Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Steven on May 14, 2003, 12:22:57 PM
-
Hi Guys
Since I installed snmp tools and snmp utils yesterday for IOG I have had 17 of these Cron Daemon Messages
Subject | Cron /opt/iog/iog
Message |
SNMP Error:
no response received
SNMPv1_Session (remote host: "127.0.0.1" [127.0.0.1].161)
community: "public"
request ID: 463408903
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /opt/iog/iog line 124
SNMP Error: no response received
SNMPv1_Session (remote host: "127.0.0.1" [127.0.0.1].161)
community: "public"
request ID: 463408903
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
The IOG works perfectly, so this is just an anoyance
Any ideas how to get rid of it?
Thanks
Steven
-
I had the same issue a few days ago.
I sent some email to Sean, who wrote the IOG howto, and we checked a few things.
In my case, I was missing a " [ " in the first line of my iog.cfg file.
Can you post your iog.cfg file ?
Dave
-
Hi Dave, thanks for the response. Here's my iog.cfg file
index:127.0.0.1:private:sysUpTime.0:/home/e-smith/files/ibays/iog/html]
Gateway-external-ethernet:127.0.0.1:private:ifInOctets.2:ifOutOctets.1:/home/e-smith/files/ibays/iog/html
Gateway-internal-ethernet:127.0.0.1:private:ifInOctets.3:ifOutOctets.2:/home/e-smith/files/ibays/iog/html
I changed the private from public the other day to see if that would help, also I was wrong, it's not working perfectly, it told me that I downloaded 18 gigs last night! I wish I had that sort of bandwidth - and ifconfig showed that I actually downloaded 900 megs.
Thanks
Steven
-
Steven,
You have the same issue I had...
You need to add a " [ " as the first character in the first line of your
iog.cfg file.
There is a " ] " at the end of the first line, but no opening " [ ".
I added it and the messages stopped.
Dave