I installed from an RPM I found here: http://ftp.nakedape.cc/ftp/nakedape/fc4/rpm/smokeping/ I'm just not comfortable making my own builds yet. I read all that documentation and it seemed like it was missing information.
Here is my config. # Note that all IP addresses in this file are false, to prevent some # machine falling uder a deadly DOS storm because all users keep # the same addresses in their config. *** General *** owner = Mel Chandler contact = [EMAIL PROTECTED] mailhost = mail.adne.solutions.canon.com sendmail = /usr/lib/sendmail pagedir = /var/www/smokeping/public_html imgcache = /var/www/smokeping/public_html/.simg imgurl = ../.simg datadir = /var/www/smokeping/data piddir = /var/www/smokeping/data cgiurl = http://mrtg/cgi-bin/smokeping.cgi smokemail = /etc/smokeping/smokemail tmail = /etc/smokeping/tmail.dist # specify this to get syslog logging syslogfacility = local0 # each probe is now run in its own process # disable this to revert to the old behaviour # concurrentprobes = no *** Alerts *** to = [EMAIL PROTECTED] from = [EMAIL PROTECTED] +bigloss type = loss # in percent pattern = ==0%,==0%,==0%,==0%,>0%,>0%,>0% comment = suddenly there is packet loss +someloss type = loss # in percent pattern = >0%,*12*,>0%,*12*,>0% comment = loss 3 times in a row +startloss type = loss # in percent pattern = ==S,>0%,>0%,>0% comment = loss at startup +rttdetect type = rtt # in milli seconds pattern = <10,<10,<10,<10,<10,<100,>100,>100,>100 comment = routing mesed up again ? *** Database *** step = 300 pings = 20 # consfn mrhb steps total AVERAGE 0.5 1 1008 AVERAGE 0.5 12 4320 MIN 0.5 12 4320 MAX 0.5 12 4320 AVERAGE 0.5 144 720 MAX 0.5 144 720 MIN 0.5 144 720 *** Presentation *** template = /etc/smokeping/basepage.html + overview width = 600 height = 50 range = 10h + detail width = 600 height = 200 unison_tolerance = 2 "Last 3 Hours" 3h "Last 30 Hours" 30h "Last 10 Days" 10d "Last 400 Days" 400d *** Probes *** + FPing binary = /usr/sbin/fping + DNS binary = /usr/bin/dig lookup = name.example pings = 5 step = 180 + EchoPingHttp pings = 5 url = /test-url + Curl # probe-specific variables binary = /usr/bin/curl step = 60 # a default for this target-specific variable urlformat = http://%host/ *** Targets *** probe = FPing menu = Top title = Network Latency Grapher remark = Welcome to the SmokePing website of Canon Business Solutions-West. \ + CUSA probe = FPing menu = CUSA Router title = CUSA WAN Connectivity host = 10.62.251.13 alerts = bigloss,someloss,startloss + Internet probe = FPing menu = CUSA Cache Cluster title = Internet Connectivity host = cache.cusa.canon.com alerts = bigloss,someloss,startloss + Oracle probe = EchoPingHttp menu = Oracle Server title = Oracle Availability host = prodapps.cusa.canon.com url = http://%host%:6503 alerts = bigloss,someloss,startloss + DNS probe = DNS menu = DNS Server title = DNS Server Latency host = 10.208.2.12 + CBSW-Branches probe = FPing menu = CBSW Branches title = CBSW Branches Connectivity ++ Calabasas probe = FPing menu = CALAbasas title = Calabasas, CA Connectivity host = 10.209.48.2 ++ Irvine probe = FPing menu = IRVIne title = Irvine, CA Connectivity host = 10.192.3.6 ++ Phoenix probe = FPing menu = PHOEnix title = Phoenix, AZ Connectivity host = 10.209.24.2 ++ Portland probe = FPing menu = PORTland title = Portland, OR Connectivity host = 10.209.16.2 ++ Rancho-Cucamonga probe = FPing menu = RANCho Cucamonga title = RAncho Cucamonga, CA host = 10.209.72.2 ++ San-Diego probe = FPing menu = SANDiego title = San Diego, CA Connectivity host = 10.209.32.3 ++ San-Francisco probe = FPing menu = SANFrancisco title = San Francisco, CA (Montgomery) host = 10.209.8.2 ++ South-San-Francisco probe = FPing menu = SSAN francisco title = South San Francisco, CA host = 10.209.40.2 ++ Wilshire probe = FPing menu = WILShire title = Wilshire, CA (Los Angeles) host = 10.209.56.2 Mel Chandler, A+, Network+, MCSE, MCDBA, Master CNE, CCNA Network Engineer Information Technology Canon Business Solutions (310) 217-3893 GCS d--- s+: a C++ UL++++ P+ L++ E W+++ N++ o+ K- w+ O- M-- V- PS PE+ Y+ PGP+ t+ 5+ X+ R tv+ b- DI++++ D++ G e++ h-- r y+ [EMAIL PROTECTED] Sent by: smokeping-users-b To [EMAIL PROTECTED] "[EMAIL PROTECTED]" z.ch <[EMAIL PROTECTED]> cc [EMAIL PROTECTED] 07/12/2006 05:09 Subject PM [smokeping-users] Re: Graphs not showing up On 7/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I've got smokeping up and running, with the exception it's not creating the > web page and graphics for everything. Is there any more documentation > anywhere? > Hi Mel, There is good documentation at: http://oss.oetiker.ch/smokeping/doc/smokeping_install.en.html and: http://oss.oetiker.ch/smokeping/doc/smokeping_config.en.html Make sure the "imgcache" is pointing to a directory that the smokeping deamon and your web server can both get to. Also, make sure that the "imgurl" setting is correct for you web server to be able to get to the directory in the previous setting. Hope that helps, Kennedy -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/smokeping-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/smokeping-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
