Peter, it's not that no one cares! >From the look of things, it would appear to me that the background process (smokeping) which updates the DB files is not running. You can check this by:
ps -aux | grep smokeping and seeing if anything shows up. If not, then I would suggest you enable the syslogfacility and check for anything in the syslog file when you start smokeping. I see that your config shows tucked away files everywhere. I run on linux (Gentoo) but my files locations are as follows: imgcache = /var/www/localhost/htdocs/.simg imgurl = /.simg datadir = /var/smokeping piddir = /var/smokeping cgiurl = http://smokeping.corp.geac.com/cgi-bin/smokeping.cgi smokemail = /usr/local/smokeping/etc/smokemail I think your CGIURL needs changing at least. When I used to run on OpenBSD, I had trouble with the chroot features. So I moved a lot of things into /var/www it seemed to help. Try running smokeping with the --debug option and see if it offers any additional information. I suspect it might be running but can't access the files it needs. Good luck, Dan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Hessler Sent: Tuesday, October 12, 2004 5:27 AM To: [EMAIL PROTECTED] Subject: [smokeping-users] smokeping won't run (repost) (I sent this a few days ago, and no one has responded, or read it. Anyone have any ideas?) I am trying to run smokeping, but it won't stay up. When I run it, it says "### fping seems to report in 0.1 miliseconds" and exits. The rrd databases are created, but not populated. I will show you some examples for localhost. My config file is at http://theapt.org/smokeping.cfg.txt I am running smokeping-1.31 on OpenBSD/macppc 3.6-current. $ fping -C 5 -q -B1 -i10 -r1 localhost localhost : 3.3 2.2 1.9 2.3 2.2 $ rrdtool fetch -s -1800 /var/www/mrtg/htdocs/smokeping/theapt-org/localhost.rrd AVERAGE uptime loss median ping1 ping2 ping3 ping4 ping5 ping6 ping7 ping8 ping9 ping10 ping11 ping12 ping13 ping14 ping15 ping16 ping17 ping18 ping19 ping20 1097403000: NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN 1097403300: NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN 1097403600: NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN 1097403900: NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN 1097404200: NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN 1097404500: NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN 1097404800: NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN 1097405100: NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
