Mailing alert for hosts down
![](https://secure.gravatar.com/avatar/d1c9d91b235eff567c53cb405f587417.jpg?s=120&d=mm&r=g)
Good afternoon everyone,
I'm a security administrator from a French insurance company and me and my collegues are interested in your powerful monitoring tool. I've tested it recently and was amazed by the pretty easy installation of such an intuitive software :-) I've also discovered your splitting editions and your intentions for the future and agree with that. The pricing is correct in front of all the work you (all the devs) have done.
The only things I would to know to convince my chief that it's the tool we need, is : do you have a roadmap for the alerting module ? Because, if I've correctly understood, you have done a successful Kickstarter campaign to implement the alerting module, but from my last tests (one of the last free SVN edition, something like r4400) the alerting module wasn't really enabled, even after changing the config.php and setting the mailing alerts (with the right SMTP relay, recipient, etc...).
Another question is, when (or how if I've done it wrong ...) do you plan to enable mail alerts for hosts down ?
I didn't search in all your archives (only the last months) but I'm sorry if the questions was already asked ... and I'm sorry for my rough English ...
Thank you in advance for your answer(s),
Adrien Bertrand Information security administrator BPCE Assurances
![](https://secure.gravatar.com/avatar/0902a73b26e3af6da248915bd40f7b41.jpg?s=120&d=mm&r=g)
Exactly if alerting works (port up/down is fine for now) I can "sell" this internally too :-)
2013/10/9 BERTRAND Adrien [BPCE Assurances] < adrien.bertrand@assurances.bpce.fr>
Good afternoon everyone,****
I’m a security administrator from a French insurance company and me and my collegues are interested in your powerful monitoring tool. I’ve tested it recently and was amazed by the pretty easy installation of such an intuitive software :-) I’ve also discovered your splitting editions and your intentions for the future and agree with that. The pricing is correct in front of all the work you (all the devs) have done.****
The only things I would to know to convince my chief that it’s the tool we need, is : do you have a roadmap for the *alerting* module ? Because, if I’ve correctly understood, you have done a successful Kickstarter campaign to implement the alerting module, but from my last tests (one of the last free SVN edition, something like r4400) the alerting module wasn’t really enabled, even after changing the config.php and setting the mailing alerts (with the right SMTP relay, recipient, etc…).****
Another question is, when (or how if I’ve done it wrong …) do you plan to enable mail alerts for hosts down ?****
I didn’t search in all your archives (only the last months) but I’m sorry if the questions was already asked … and I’m sorry for my rough English …*
Thank you in advance for your answer(s),****
Adrien Bertrand****
Information security administrator****
BPCE Assurances****
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/49f9bd045ef6a43709020ba6bc56f455.jpg?s=120&d=mm&r=g)
Hi Bertrand,
No needs to use alert module for that.
On SVN4574 the alert for host down is working. You'll just have to set some stuff on config.php :
$config['alerts']['email']['default'] = "alerts@example.com"; $config['email_from'] = "Observium obs@example.com"; $config['email_backend'] = "smtp"; $config['email_smtp_host'] = 'mail.example.com'; $config['email_smtp_port'] = 25; $config['alerts']['email']['enable'] = TRUE; $config['alerts']['port']['ifdown'] = TRUE; // Port Bandwith $config['alerts']['port_util_alert'] = TRUE; $config['alerts']['port_util_perc'] = 85;
With such configuration you will get alert : host down / up.
Otherwise on Alert menu (just after Observium logo; click on Globe) you can define alerts.
By the way don't forget to se email on SNMP to where alert it should go... :p
Xavier
![](https://secure.gravatar.com/avatar/d1c9d91b235eff567c53cb405f587417.jpg?s=120&d=mm&r=g)
Hum so you used the port down alert with a high port bandwith limit (to avoid spam alerts right ?) … I thought about it during my test session but I was certainly configuring it wrong ! I’ll test it now on my dev server and keep you up to date :-)
BTW my question about a roadmap for “official” host down support on alert module is still available.
Adrien (yes Bertrand is my last name ;-) )
De : observium [mailto:observium-bounces@observium.org] De la part de Xavier Beaudouin Envoyé : mercredi 9 octobre 2013 16:26 À : Observium Network Observation System Objet : Re: [Observium] Mailing alert for hosts down
Hi Bertrand,
No needs to use alert module for that.
On SVN4574 the alert for host down is working. You'll just have to set some stuff on config.php :
$config['alerts']['email']['default'] = "alerts@example.commailto:alerts@example.com"; $config['email_from'] = "Observium <obs@example.commailto:obs@example.com>"; $config['email_backend'] = "smtp"; $config['email_smtp_host'] = 'mail.example.com'; $config['email_smtp_port'] = 25; $config['alerts']['email']['enable'] = TRUE; $config['alerts']['port']['ifdown'] = TRUE; // Port Bandwith $config['alerts']['port_util_alert'] = TRUE; $config['alerts']['port_util_perc'] = 85;
With such configuration you will get alert : host down / up.
Otherwise on Alert menu (just after Observium logo; click on Globe) you can define alerts.
By the way don't forget to se email on SNMP to where alert it should go... :p
Xavier -- Xavier Beaudouin - Senior Network and System Administrator Infrastructure and network director Horizon Software - http://www.hsoftware.com/ 13 rue La Fayette - 75009 PARIS - France Phone: +33 (0)1 4260 9490 Fax: +33 (0)1 44 56 97 01
________________________________ De: "BERTRAND Adrien [BPCE Assurances]" <adrien.bertrand@assurances.bpce.frmailto:adrien.bertrand@assurances.bpce.fr> À: observium@observium.orgmailto:observium@observium.org Envoyé: Mercredi 9 Octobre 2013 15:44:43 Objet: [Observium] Mailing alert for hosts down Good afternoon everyone,
I’m a security administrator from a French insurance company and me and my collegues are interested in your powerful monitoring tool. I’ve tested it recently and was amazed by the pretty easy installation of such an intuitive software :-) I’ve also discovered your splitting editions and your intentions for the future and agree with that. The pricing is correct in front of all the work you (all the devs) have done.
The only things I would to know to convince my chief that it’s the tool we need, is : do you have a roadmap for the alerting module ? Because, if I’ve correctly understood, you have done a successful Kickstarter campaign to implement the alerting module, but from my last tests (one of the last free SVN edition, something like r4400) the alerting module wasn’t really enabled, even after changing the config.php and setting the mailing alerts (with the right SMTP relay, recipient, etc…).
Another question is, when (or how if I’ve done it wrong …) do you plan to enable mail alerts for hosts down ?
I didn’t search in all your archives (only the last months) but I’m sorry if the questions was already asked … and I’m sorry for my rough English …
Thank you in advance for your answer(s),
Adrien Bertrand Information security administrator BPCE Assurances
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/21caf0a08d095be7196a1648d20942be.jpg?s=120&d=mm&r=g)
On 10/09/2013 05:18 PM, BERTRAND Adrien [BPCE Assurances] wrote:
Adrien (yes Bertrand is my last name ;-) )
Now I know why all you Frenchies put your last name in ALL CAPS. ;-)
But yes, we have 2 types of alerting currently - the old, sucky one, which can notify you of host down, and the new one, which is even better than GTA5, but just like GTA5 is not yet finished, and can currently not alert on host down YET. ;-)
Tom
![](https://secure.gravatar.com/avatar/49f9bd045ef6a43709020ba6bc56f455.jpg?s=120&d=mm&r=g)
Hi :) I am Frenchy and I don't like last name in Caps :p Maybe some "internal" thing (sic) that on some company want last name in caps. Don't try to know why... but...
Xavier
![](https://secure.gravatar.com/avatar/21caf0a08d095be7196a1648d20942be.jpg?s=120&d=mm&r=g)
Haha, I like the fact that you also have 2 first names. :>
Most likely not all French-speaking people do it (Walloons don't, but I've seen people from France, Switzerland, Canada do it) but if someone does it, almost certainly they're French :-)
*waves the offtopic flag* :D
On 10/09/2013 05:50 PM, Xavier Beaudouin wrote:
Hi :) I am Frenchy and I don't like last name in Caps :p Maybe some "internal" thing (sic) that on some company want last name in caps. Don't try to know why... but...
Xavier
-- Xavier Beaudouin - Senior Network and System Administrator Infrastructure and network director Horizon Software - http://www.hsoftware.com/ 13 rue La Fayette - 75009 PARIS - France Phone: +33 (0)1 4260 9490 Fax: +33 (0)1 44 56 97 01
*De: *"Tom Laermans" <tom.laermans@powersource.cx> *À: *"Observium Network Observation System" <observium@observium.org> *Envoyé: *Mercredi 9 Octobre 2013 17:30:22 *Objet: *Re: [Observium] Mailing alert for hosts down On 10/09/2013 05:18 PM, BERTRAND Adrien [BPCE Assurances] wrote: Adrien (yes Bertrand is my last name ;-) ) Now I know why all you Frenchies put your last name in ALL CAPS. ;-) But yes, we have 2 types of alerting currently - the old, sucky one, which can notify you of host down, and the new one, which is even better than GTA5, but just like GTA5 is not yet finished, and can currently not alert on host down YET. ;-) Tom _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
What on earth are you lot talking about?
On 2013-10-09 17:06, Tom Laermans wrote:
Haha, I like the fact that you also have 2 first names. :>
Most likely not all French-speaking people do it (Walloons don't, but I've seen people from France, Switzerland, Canada do it) but if someone does it, almost certainly they're French :-)
*waves the offtopic flag* :D
On 10/09/2013 05:50 PM, Xavier Beaudouin wrote:
Hi :) I am Frenchy and I don't like last name in Caps :p Maybe some "internal" thing (sic) that on some company want last name in caps. Don't try to know why... but...
Xavier
-- Xavier Beaudouin - Senior Network and System Administrator Infrastructure and network director Horizon Software - http://www.hsoftware.com/ [1] 13 rue La Fayette - 75009 PARIS - France Phone: +33 (0)1 4260 9490 Fax: +33 (0)1 44 56 97 01
DE: "Tom Laermans" tom.laermans@powersource.cx À: "Observium Network Observation System" observium@observium.org ENVOYÉ: Mercredi 9 Octobre 2013 17:30:22 OBJET: Re: [Observium] Mailing alert for hosts down
On 10/09/2013 05:18 PM, BERTRAND Adrien [BPCE Assurances] wrote:
Adrien (yes Bertrand is my last name ;-) ) Now I know why all you Frenchies put your last name in ALL CAPS. ;-)
But yes, we have 2 types of alerting currently - the old, sucky one, which can notify you of host down, and the new one, which is even better than GTA5, but just like GTA5 is not yet finished, and can currently not alert on host down YET. ;-)
Tom
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [2]
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [2]
Links:
[1] http://www.hsoftware.com/ [2] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/be7bb8f1df7ddd9a70bbff625f577a10.jpg?s=120&d=mm&r=g)
...this is a funny list :)
Am 09.10.2013 19:02, schrieb Adam Armstrong:
What on earth are you lot talking about?
On 2013-10-09 17:06, Tom Laermans wrote:
Haha, I like the fact that you also have 2 first names. :>
Most likely not all French-speaking people do it (Walloons don't, but I've seen people from France, Switzerland, Canada do it) but if someone does it, almost certainly they're French :-)
*waves the offtopic flag* :D
On 10/09/2013 05:50 PM, Xavier Beaudouin wrote:
Hi :) I am Frenchy and I don't like last name in Caps :p Maybe some "internal" thing (sic) that on some company want last name in caps. Don't try to know why... but...
Xavier
-- Xavier Beaudouin - Senior Network and System Administrator Infrastructure and network director Horizon Software - http://www.hsoftware.com/ [1] 13 rue La Fayette - 75009 PARIS - France Phone: +33 (0)1 4260 9490 Fax: +33 (0)1 44 56 97 01
DE: "Tom Laermans" tom.laermans@powersource.cx À: "Observium Network Observation System" observium@observium.org ENVOYÉ: Mercredi 9 Octobre 2013 17:30:22 OBJET: Re: [Observium] Mailing alert for hosts down
On 10/09/2013 05:18 PM, BERTRAND Adrien [BPCE Assurances] wrote:
Adrien (yes Bertrand is my last name ;-) ) Now I know why all you Frenchies put your last name in ALL CAPS. ;-)
But yes, we have 2 types of alerting currently - the old, sucky one, which can notify you of host down, and the new one, which is even better than GTA5, but just like GTA5 is not yet finished, and can currently not alert on host down YET. ;-)
Tom
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [2]
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [2]
Links:
[1] http://www.hsoftware.com/ [2] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/d1c9d91b235eff567c53cb405f587417.jpg?s=120&d=mm&r=g)
Ahah yes it's du to my compagny that my last name is in all caps :-) But even in France people are confused with my first and last name, so I'm now used to it.
Anyway, if I understand : $config[alerts][alerter]... => related to the new awesome GTA5-ish alert module $config[alerts]... => related to the old one I'm right ?
And no clue about a roadmap for the alert module ? (Sorry I know that I'm repetitive).
Adrien
De : observium [mailto:observium-bounces@observium.org] De la part de Tom Laermans Envoyé : mercredi 9 octobre 2013 17:30 À : Observium Network Observation System Objet : Re: [Observium] Mailing alert for hosts down
On 10/09/2013 05:18 PM, BERTRAND Adrien [BPCE Assurances] wrote:
Adrien (yes Bertrand is my last name ;-) ) Now I know why all you Frenchies put your last name in ALL CAPS. ;-)
But yes, we have 2 types of alerting currently - the old, sucky one, which can notify you of host down, and the new one, which is even better than GTA5, but just like GTA5 is not yet finished, and can currently not alert on host down YET. ;-)
Tom
![](https://secure.gravatar.com/avatar/49a790cbbced114473071bf95a4c18d3.jpg?s=120&d=mm&r=g)
Hello Adrien,
currently Im using the rev.4584 and I get alerts when a host is down, the related lines in my config.php are the following:
$config['alerts']['email']['enable'] = TRUE;
$config['alerts']['email']['default'] = "mymail@mydomain.con";
As you can see, I didnt specified anything about the SMTP server and other settings because Im using the Observium server itself for sending emails (this is a test environment).
Im not totally sure but it seems to me that the send an email when a host is down feature is different from the alerting module (http://www.observium.org/wiki/Alerting).
Of course, the official developers can improve my answer!
Kind Regards,
Stefano
From: observium [mailto:observium-bounces@observium.org] On Behalf Of BERTRAND Adrien [BPCE Assurances] Sent: mercoledì 9 ottobre 2013 15.45 To: observium@observium.org Subject: [Observium] Mailing alert for hosts down
Good afternoon everyone,
Im a security administrator from a French insurance company and me and my collegues are interested in your powerful monitoring tool. Ive tested it recently and was amazed by the pretty easy installation of such an intuitive software :-) Ive also discovered your splitting editions and your intentions for the future and agree with that. The pricing is correct in front of all the work you (all the devs) have done.
The only things I would to know to convince my chief that its the tool we need, is : do you have a roadmap for the alerting module ? Because, if Ive correctly understood, you have done a successful Kickstarter campaign to implement the alerting module, but from my last tests (one of the last free SVN edition, something like r4400) the alerting module wasnt really enabled, even after changing the config.php and setting the mailing alerts (with the right SMTP relay, recipient, etc ).
Another question is, when (or how if Ive done it wrong ) do you plan to enable mail alerts for hosts down ?
I didnt search in all your archives (only the last months) but Im sorry if the questions was already asked and Im sorry for my rough English
Thank you in advance for your answer(s),
Adrien Bertrand
Information security administrator
BPCE Assurances
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
On 2013-10-09 15:36, Stefano Cordio wrote:
Hello Adrien,
currently I'm using the rev.4584 and I get alerts when a host is down, the related lines in my config.php are the following:
$config['alerts']['email']['enable'] = TRUE;
$config['alerts']['email']['default'] = "mymail@mydomain.con";
As you can see, I didn't specified anything about the SMTP server and other settings because I'm using the Observium server itself for sending emails (this is a test environment).
I'm not totally sure but it seems to me that the "send an email when a host is down" feature is different from the alerting module (http://www.observium.org/wiki/Alerting) [1].
Of course, the official developers can improve my answer!
Yeah. You're using the historic notification stuff, which we're trying to replace.
At the moment the alerting system doesn't do anything at the host level, only on entity level (port, mempool, port, etc).
adam.
![](https://secure.gravatar.com/avatar/21caf0a08d095be7196a1648d20942be.jpg?s=120&d=mm&r=g)
On 10/09/2013 05:41 PM, BERTRAND Adrien [BPCE Assurances] wrote:
At the moment the alerting system doesn't do anything at the host level, only on entity level (port, mempool, port, etc).
Ok thanks :-)
I'll follow this closely. There's maybe a trick to use the alert (for port for instance) to know if a host is down no ?
Ports don't go down when the device does, because polling does not go through. :-)
Could be a false alert, because the port could be up but the device may not be reachable from your Observium server - alerting on port down would be lying and could probably confuse you while troubleshooting.
Tom
![](https://secure.gravatar.com/avatar/49a790cbbced114473071bf95a4c18d3.jpg?s=120&d=mm&r=g)
Is the historic system maintained in the latest release or is already discarded? I haven't yet updated the server and the host-down notifications are very useful for my job.
Cheers, Stefano
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: mercoledì 9 ottobre 2013 16.43 To: Observium Network Observation System Subject: Re: [Observium] Mailing alert for hosts down
On 2013-10-09 15:36, Stefano Cordio wrote:
Hello Adrien,
currently I'm using the rev.4584 and I get alerts when a host is down, the related lines in my config.php are the following:
$config['alerts']['email']['enable'] = TRUE;
$config['alerts']['email']['default'] = "mymail@mydomain.con";
As you can see, I didn't specified anything about the SMTP server and other settings because I'm using the Observium server itself for sending emails (this is a test environment).
I'm not totally sure but it seems to me that the "send an email when a host is down" feature is different from the alerting module (http://www.observium.org/wiki/Alerting) [1].
Of course, the official developers can improve my answer!
Yeah. You're using the historic notification stuff, which we're trying to replace.
At the moment the alerting system doesn't do anything at the host level, only on entity level (port, mempool, port, etc).
adam. _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (7)
-
Adam Armstrong
-
BERTRAND Adrien [BPCE Assurances]
-
Christian Hügel
-
Gerwin Krist
-
Stefano Cordio
-
Tom Laermans
-
Xavier Beaudouin