oetiker/SmokePing

Syntax error on running

ShimadaNanaki opened this issue · 0 comments

Hi.
I have an error:

yes@no:~$ sudo service smokeping start
Checking smokeping configuration file syntax...
ERROR: /etc/smokeping/config.d/Targets, line 2: table syntax error

My Targets configure is:

*** Targets ***
 
probe = FPing
menu  = Top
title = Network Latency Grapher
 
+ ICMP
 
probe = FPing
menu  = ICMP
title = ICMP
 
++ Google_1_ICMP
 
menu  = 8.8.8.8
title = 8.8.8.8
host  = 8.8.8.8
 
++ Google_2_ICMP
 
menu  = 8.8.4.4
title = 8.8.4.4
host  = 8.8.4.4
 
++ Cloudflare_1_ICMP
 
menu  = 1.1.1.1
title = 1.1.1.1
host  = 1.1.1.1
 
++ Cloudflare_2_ICMP
 
menu  = 1.0.0.1
title = 1.0.0.1
host  = 1.0.0.1
 
+ DNS
 
probe = DNS
menu  = DNS
title = DNS
 
++ Google_1_DNS
 
menu  = 8.8.8.8
title = 8.8.8.8
host  = 8.8.8.8
 
++ Google_2_DNS
 
menu  = 8.8.4.4
title = 8.8.4.4
host  = 8.8.4.4
 
++ Cloudflare_1_DNS
 
menu  = 1.1.1.1
title = 1.1.1.1
host  = 1.1.1.1
 
++ Cloudflare_2_DNS
 
menu  = 1.0.0.1
title = 1.0.0.1
host  = 1.0.0.1
 
+ HTTP
 
probe = Curl
menu  = HTTP
title = HTTP
 
++ Google_HTTP
 
menu  = Google
title = www.google.co.jp
host  = www.google.co.jp
 
++ Yahoo_HTTP
 
menu  = Yahoo!
title = www.yahoo.co.jp
host  = www.yahoo.co.jp

OS: Debian GNU/LINUX 11
WebServer: apache2
cgi activate: yes

How to successfully run to it?please help me...