Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 8eee2396d134710110742cf282368e83 > files > 3

smokeping-2.6.9-1.fc18.src.rpm

diff --git a/etc/basepage.html.dist b/etc/basepage.html.dist
index ff347c1..b02a818 100644
--- a/etc/basepage.html.dist
+++ b/etc/basepage.html.dist
@@ -53,10 +53,10 @@ a.menulink:hover       {
 -->
 </STYLE>
 
-<script src="cropper/lib/prototype.js" type="text/javascript"></script>      
-<script src="cropper/lib/scriptaculous.js?load=builder,effects,dragdrop" type="text/javascript"></script>
-<script src="cropper/cropper.js" type="text/javascript"></script>
-<script src="cropper/smokeping-zoom.js" type="text/javascript"></script>
+<script src="/smokeping/cropper/lib/prototype.js" type="text/javascript"></script>      
+<script src="/smokeping/cropper/lib/scriptaculous.js?load=builder,effects,dragdrop" type="text/javascript"></script>
+<script src="/smokeping/cropper/cropper.js" type="text/javascript"></script>
+<script src="/smokeping/cropper/smokeping-zoom.js" type="text/javascript"></script>
 
 
 
diff --git a/etc/config.dist.in b/etc/config.dist.in
index ddae83e..4493088 100644
--- a/etc/config.dist.in
+++ b/etc/config.dist.in
@@ -1,19 +1,19 @@
 *** General ***
 
-owner    = Peter Random
-contact  = some@address.nowhere
+owner    = Super User
+contact  = root@localhost
 mailhost = my.mail.host
-sendmail = @SENDMAIL@
+sendmail = /usr/sbin/sendmail
 # NOTE: do not put the Image Cache below cgi-bin
 # since all files under cgi-bin will be executed ... this is not
 # good for images.
-imgcache = @prefix@/cache
-imgurl   = cache
-datadir  = @prefix@/data
-piddir  = @prefix@/var
-cgiurl   = http://some.url/smokeping.cgi
-smokemail = @prefix@/etc/smokemail.dist
-tmail = @prefix@/etc/tmail.dist
+imgcache = /var/lib/smokeping/images
+imgurl   = /smokeping/images
+datadir  = /var/lib/smokeping/rrd
+piddir   = /var/run/smokeping
+cgiurl   = http://localhost/smokeping/sm.cgi
+smokemail = /etc/smokeping/smokemail
+tmail     = /etc/smokeping/tmail
 # specify this to get syslog logging
 syslogfacility = local0
 # each probe is now run in its own process
@@ -21,8 +21,8 @@ syslogfacility = local0
 # concurrentprobes = no
 
 *** Alerts ***
-to = alertee@address.somewhere
-from = smokealert@company.xy
+to = root@localhost
+from = root@localhost
 
 +someloss
 type = loss
@@ -47,7 +47,7 @@ AVERAGE  0.5 144   720
 
 *** Presentation ***
 
-template = @prefix@/etc/basepage.html.dist
+template = /etc/smokeping/basepage.html
 
 + charts
 
@@ -108,7 +108,7 @@ unison_tolerance = 2
 binary = /usr/sbin/fping
 
 *** Slaves ***
-secrets=@prefix@/etc/smokeping_secrets.dist
+secrets=/etc/smokeping/smokeping_secrets
 +boomer
 display_name=boomer
 color=0000ff
@@ -119,28 +119,57 @@ color=00ff00
 
 *** Targets ***
 
+#menuextra = <a target='_blank' href='/smokeping/tr.html{HOST}' class='{CLASS}' \
+#               onclick="window.open(this.href,this.target, \
+#               'width=800,height=500,toolbar=no,location=no,status=no,scrollbars=no'); \
+#                return false;">*</a>
+#
 probe = FPing
 
 menu = Top
 title = Network Latency Grapher
-remark = Welcome to the SmokePing website of xxx Company. \
+remark = Welcome to the SmokePing website of <b>Insert Company Name Here</b>. \
          Here you will learn all about the latency of our network.
 
-+ Test
-menu= Targets
-#parents = owner:/Test/James location:/
++ Ping
 
-++ James
+menu = Fedora
+title = Fedora Pings
 
-menu = James
-title =James
-alerts = someloss
-slaves = boomer slave2
-host = james.address
+++ FedoraprojectOrg
 
-++ MultiHost
+menu = fedoraproject.org
+title = Fedora Webserver
+host = fedoraproject.org
 
-menu = Multihost
-title = James and James as seen from Boomer
-host = /Test/James /Test/James~boomer
+++ DocsFedoraprojectOrg
+
+menu = docs.fedoraproject.org
+title = Fedora Docs Webserver
+host = docs.fedoraproject.org
+
+++ PlanetFedora
+
+menu = planet.fedoraproject.org
+title = Planet Fedora
+host = planet.fedoraproject.org
+
+#
+# Lots of more options are available, please have a look in the included documentation.
+#
+
+
+#++ James
+
+#menu = James
+#title =James
+#alerts = someloss
+#slaves = boomer slave2
+#host = james.address
+
+#++ MultiHost
+
+#menu = Multihost
+#title = James and James as seen from Boomer
+#host = /Test/James /Test/James~boomer