Search found 6 matches

by cgotstein
Fri May 02, 2008 9:47 am
Forum: Scripts and Templates
Topic: NFS Stats
Replies: 36
Views: 67166

Anyone have this working on a FreeBSD or NetBSD server???
by cgotstein
Sat Mar 22, 2008 2:53 pm
Forum: Help: Linux/Unix Specific
Topic: ICMP Ping error: gethostbyname failed
Replies: 11
Views: 9086

This is what i did: file: lib/ping.php Find: error in function is_ipaddress foreach($octets as $octet) { if(($octet < 0) || ($octet >= 255)) replace: if(($octet < 0) || ($octet >= 255)) with: if(($octet < 0) || ($octet > 255)) Seems to be working now. Hopefully that is the correct change.
by cgotstein
Fri Mar 21, 2008 11:52 pm
Forum: Help: Linux/Unix Specific
Topic: ICMP Ping error: gethostbyname failed
Replies: 11
Views: 9086

As soon as i used an alternate ip address for those same devices, the errors went away. So i think we found the problem. My guess is that some routine isn't liking the fact that we are using a 255 in the ip address. Hopefully one of the developers can fix this.
by cgotstein
Fri Mar 21, 2008 6:35 pm
Forum: Help: Linux/Unix Specific
Topic: ICMP Ping error: gethostbyname failed
Replies: 11
Views: 9086

I see a common thread here. We are both getting the same errors on hosts that are in the 10.255 subnet. Could this be the issue?
by cgotstein
Tue Jan 09, 2007 11:27 am
Forum: Scripts and Templates
Topic: Alvarion Wireless Gear Templates [Updated 6-22-2011]
Replies: 21
Views: 34637

I seem to be missing the shell script to calculate the rssi/dbm. Can you attach that?
by cgotstein
Thu Jan 05, 2006 1:52 pm
Forum: Scripts and Templates
Topic: Cisco Cache Engine Template
Replies: 11
Views: 26340

Could you post the XML files for the rest of the data you are collecting?