Created
March 27, 2015 23:34
-
-
Save rytoj/ce8acb02432b249e28d5 to your computer and use it in GitHub Desktop.
smokeping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Targets *** | |
probe = FPing | |
menu = Top | |
title = Network Latency Grapher | |
remark = Welcome to this SmokePing website. | |
# Ping Tests | |
+ PING | |
probe = FPing | |
menu = Ping Tests | |
title = Ping Tests | |
++ Iranga | |
menu = Meganet router | |
title = Meganet maršrutizatorius | |
host = xx | |
++ Dns | |
menu = Google dns | |
title = Google dns serveris | |
host = 8.8.8.8 | |
# HTTP Tests | |
+ HTTP | |
probe = Curl | |
menu = HTTP Tests | |
title = Ping Tests | |
++ Svetaines | |
menu = 370 | |
title = 370 | |
host = 370c | |
*** Probes *** | |
+ FPing | |
binary = /usr/bin/fping | |
+ Curl | |
# probe-specific variables | |
binary = /usr/bin/curl | |
step = 60 | |
# a default for this target-specific variable | |
urlformat = http://%host%/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment