[smokeping-users] smokeping-users Digest, Vol 115, Issue 3

Ivan Ypes iypes at zonamerica.com
Thu Sep 15 15:20:57 CEST 2016


Tobi,

Thats solve my problem! Thank you!

-----Mensaje original-----
De: smokeping-users [mailto:smokeping-users-bounces+iypes=zonamerica.com at lists.oetiker.ch] En nombre de smokeping-users-request at lists.oetiker.ch
Enviado el: sábado, 10 de septiembre de 2016 07:00 a.m.
Para: smokeping-users at lists.oetiker.ch
Asunto: smokeping-users Digest, Vol 115, Issue 3

Send smokeping-users mailing list submissions to
        smokeping-users at lists.oetiker.ch

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
or, via email, send a message with subject or body 'help' to
        smokeping-users-request at lists.oetiker.ch

You can reach the person managing the list at
        smokeping-users-owner at lists.oetiker.ch

When replying, please edit your Subject line so it is more specific than "Re: Contents of smokeping-users digest..."


Today's Topics:

   1. Fping secondary error (Ivan Ypes)
   2. Re: Fping secondary error (Tobias Oetiker)


----------------------------------------------------------------------

Message: 1
Date: Fri, 9 Sep 2016 20:59:11 +0000
From: Ivan Ypes <iypes at zonamerica.com>
To: "smokeping-users at lists.oetiker.ch"
        <smokeping-users at lists.oetiker.ch>
Subject: [smokeping-users] Fping secondary error
Message-ID:
        <8FC526D710569C488DE41A83148D224801A244EA9F at MBX1CLZmail.adsrvclz.local>

Content-Type: text/plain; charset="us-ascii"

Hi All,

I have an Smokeping server with 3 slaves installed on a Ubuntu 16.04 server. I try to add another Fping section  as I have in a centOS server:

*** Probes ***

+ FPing

binary = /usr/bin/fping

++ FPing_NAP

step= 50
pings= 100


This is my Targets File.

*** Targets ***

probe = FPing

menu = Top
title = Network Latency Grapher
remark = Welcome to the SmokePing website of Zonamerica Company. \
         Here you will learn all about the latency of our network.


+ Pruebas

menu = Pruebas de Funcionamiento
title = Pruebas de Funcionamiento

++Google

menu = Ping a Google
title = Ping a www.google.com
host = www.google.com
#alerts = someloss
slaves = smokeping-esclavo1 smokeping-esclavo2 smokeping-esclavo3

++Google_2

menu = Ping a Google
title = Ping a www.google.com<http://www.google.com>
probe = FPing_NAP
host = www.google.com
#alerts = someloss
slaves = smokeping-esclavo1 smokeping-esclavo2 smokeping-esclavo3


When I Start the service I have this error:

ERROR: /etc/smokeping/config.d/Targets, line 3: probe FPing missing from the Probes section

If I comment this sections:

#++ FPing_NAP

#step= 50
#pings= 100

I didn't have Problems.

I found various with the same problem but no one post the resolution.
I really will apretiate your help.

Saludos,

Ivan






________________________________

Este e-mail y cualquier posible archivo adjunto est? dirigido ?nicamente al destinatario del mensaje y contiene informaci?n que puede ser confidencial. Si Ud. no es el destinatario correcto por favor notifique al remitente respondiendo este mensaje y elimine inmediatamente el e-mail y los posibles archivos adjuntos al mismo de su sistema. Est? prohibida cualquier utilizaci?n, difusi?n o copia de este e-mail por cualquier persona o entidad que no sean las espec?ficas destinatarias del mensaje. ZONAMERICA no acepta ninguna responsabilidad con respecto a cualquier comunicaci?n que haya sido emitida incumpliendo nuestra Pol?tica de Seguridad de la Informaci?n.

_

This e-mail and any attachment is confidential and is intended solely for the addressee(s). If you are not intended recipient please inform the sender immediately, answering this e-mail and delete it as well as the attached files. Any use, circulation or copy of this e-mail by any person or entity that is not the specific addressee(s) is prohibited. ZONAMERICA is not responsible for any communication emitted without respecting our Information Security Policy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20160909/5fa555e9/attachment-0001.html>

------------------------------

Message: 2
Date: Sat, 10 Sep 2016 07:01:07 +0200 (CEST)
From: Tobias Oetiker <tobi at oetiker.ch>
To: Ivan Ypes <iypes at zonamerica.com>
Cc: "smokeping-users at lists.oetiker.ch"
        <smokeping-users at lists.oetiker.ch>
Subject: Re: [smokeping-users] Fping secondary error
Message-ID: <alpine.DEB.2.20.1609100659340.18970 at froburg.oetiker.ch>
Content-Type: text/plain; charset=US-ASCII

Hih Ivan,

if you want two FPing probes, both must be Children of FPing ...

*** Probes ***

+ FPing

binary = /usr/bin/fping

++ FPing

++ FPing_NAP
step= 50
pings= 100


cheers
tobi

Yesterday Ivan Ypes wrote:

> Hi All,
>
> I have an Smokeping server with 3 slaves installed on a Ubuntu 16.04 server. I try to add another Fping section  as I have in a centOS server:
>
> *** Probes ***
>
> + FPing
>
> binary = /usr/bin/fping
>
> ++ FPing_NAP
>
> step= 50
> pings= 100
>
>
> This is my Targets File.
>
> *** Targets ***
>
> probe = FPing
>
> menu = Top
> title = Network Latency Grapher
> remark = Welcome to the SmokePing website of Zonamerica Company. \
>          Here you will learn all about the latency of our network.
>
>
> + Pruebas
>
> menu = Pruebas de Funcionamiento
> title = Pruebas de Funcionamiento
>
> ++Google
>
> menu = Ping a Google
> title = Ping a www.google.com
> host = www.google.com
> #alerts = someloss
> slaves = smokeping-esclavo1 smokeping-esclavo2 smokeping-esclavo3
>
> ++Google_2
>
> menu = Ping a Google
> title = Ping a www.google.com<http://www.google.com>
> probe = FPing_NAP
> host = www.google.com
> #alerts = someloss
> slaves = smokeping-esclavo1 smokeping-esclavo2 smokeping-esclavo3
>
>
> When I Start the service I have this error:
>
> ERROR: /etc/smokeping/config.d/Targets, line 3: probe FPing missing
> from the Probes section
>
> If I comment this sections:
>
> #++ FPing_NAP
>
> #step= 50
> #pings= 100
>
> I didn't have Problems.
>
> I found various with the same problem but no one post the resolution.
> I really will apretiate your help.
>
> Saludos,
>
> Ivan
>
>
>
>
>
>
> ________________________________
>
> Este e-mail y cualquier posible archivo adjunto est? dirigido ?nicamente al destinatario del mensaje y contiene informaci?n que puede ser confidencial. Si Ud. no es el destinatario correcto por favor notifique al remitente respondiendo este mensaje y elimine inmediatamente el e-mail y los posibles archivos adjuntos al mismo de su sistema. Est? prohibida cualquier utilizaci?n, difusi?n o copia de este e-mail por cualquier persona o entidad que no sean las espec?ficas destinatarias del mensaje. ZONAMERICA no acepta ninguna responsabilidad con respecto a cualquier comunicaci?n que haya sido emitida incumpliendo nuestra Pol?tica de Seguridad de la Informaci?n.
>
> _
>
> This e-mail and any attachment is confidential and is intended solely
> for the addressee(s). If you are not intended recipient please inform
> the sender immediately, answering this e-mail and delete it as well as
> the attached files. Any use, circulation or copy of this e-mail by any
> person or entity that is not the specific addressee(s) is prohibited.
> ZONAMERICA is not responsible for any communication emitted without
> respecting our Information Security Policy
>

--
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland www.oetiker.ch tobi at oetiker.ch +41 62 775 9902



------------------------------

Subject: Digest Footer

_______________________________________________
smokeping-users mailing list
smokeping-users at lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users


------------------------------

End of smokeping-users Digest, Vol 115, Issue 3
***********************************************

________________________________

Este e-mail y cualquier posible archivo adjunto está dirigido únicamente al destinatario del mensaje y contiene información que puede ser confidencial. Si Ud. no es el destinatario correcto por favor notifique al remitente respondiendo este mensaje y elimine inmediatamente el e-mail y los posibles archivos adjuntos al mismo de su sistema. Está prohibida cualquier utilización, difusión o copia de este e-mail por cualquier persona o entidad que no sean las específicas destinatarias del mensaje. ZONAMERICA no acepta ninguna responsabilidad con respecto a cualquier comunicación que haya sido emitida incumpliendo nuestra Política de Seguridad de la Información.

_

This e-mail and any attachment is confidential and is intended solely for the addressee(s). If you are not intended recipient please inform the sender immediately, answering this e-mail and delete it as well as the attached files. Any use, circulation or copy of this e-mail by any person or entity that is not the specific addressee(s) is prohibited. ZONAMERICA is not responsible for any communication emitted without respecting our Information Security Policy



More information about the smokeping-users mailing list