Listing 2: 
# Note that all IP addresses in this file are false. The paths to any 
# libraries, binaries, or configuration files listed in this sample 
# Smokeping configuration file, may not work with your system. 
*** General *** 
owner    = User Name 
contact  = username@domain-name 
mailhost = mail.domain-name 
sendmail = /usr/sbin/sendmail 
imgcache = /home/smokeping/public_html/.simg 
imgurl   = ../.simg 
datadir  = /home/smokeping/var 
piddir  = /home/smokeping/var 
cgiurl   = http://server/~smokeping/smokeping/smokeping.cgi 
smokemail = /home/smokeping/etc/smokemail 
# specify this to get syslog logging 
syslogfacility = local1 

*** 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 = /home/smokeping/etc/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 = /local/sbin/fping 
+ EchoPingHttp 
binary = /local/bin/echoping 
+ EchoPingHttps 
binary = /local/bin/echoping 
+ EchoPingSmtp 
binary = /local/bin/echoping 
*** Targets *** 
probe = FPing 
menu = Top 
title = Network Latency Grapher 
remark = Welcome to the SmokePing website of xxx Company. \ 
         Here you will learn all about the latency of our network. 
+ Pings 
menu = Pings 
title = Ping Connectivity 
++ Servers 
menu = Servers 
title = Network Servers 
+++ Home 
menu = Home 
title = Home Servers 
++++ Saturn 
menu = Saturn Web 
title = Saturn webserver 
host = saturn.domain-name 
++++ Mars 
menu = Mars Web 
title = Mars Webserver 
host = mars.domain-name 
+++ Work 
menu = Work 
title =  Work Servers 
++++ Sirius 
menu = Sirius 
title = Sirius Server 
host = Sirius.domain-name 
++++ Rigel 
menu = Rigel 
title = Rigel 
host = Rigel.domain-name 
+ HTTP 
menu = HTTP 
title = HTTP Servers 
probe = EchoPingHttp 
++ PROBE_CONF 
ignore-cache = yes 
force-revalidate = no 
url = / 
port = 80 
++ Home 
menu = Home 
title = Home Servers 
+++ Saturn 
menu = Saturn Web 
title = Saturn webserver 
host = saturn.domain-name 

+++ Mars 
menu = Mars Web 
title = Mars Webserver 
host = mars.domain-name 
++ Work 
menu = Work 
title =  Work Servers 
+++ Sirius 
menu = Sirius 
title = Sirius Server 
host = Sirius.domain-name 
+++ Rigel 
menu = Rigel 
title = Rigel 
host = Rigel.domain-name


