This is not explicitely supported, but you can “cludge” this by adding check_http probes and forcing the probe to check the site you want it to check by using your own command line arguments.

 

You usually have to disable the default arguments for this.

 

Adam.

 

From: Jacek.Dabrowski@selgros.pl <Jacek.Dabrowski@selgros.pl>
Sent: 27 April 2020 15:25
To: observium@observium.org
Cc: adama@observium.org
Subject: RE: [Observium] Probe alerting

 

So simple :0 and what's next ?

 

smonobservium:/usr/lib/nagios/plugins$ dir

check_apt      check_dbi       check_dns       check_ftp   check_icmp          check_ircd    check_log       check_mysql_query  check_ntp       check_overcr  check_real       check_smtp   check_swap  check_users  utils.sh

check_breeze   check_dhcp      check_dummy     check_game  check_ide_smart     check_jabber  check_mailq     check_nagios       check_ntp_peer  check_pgsql   check_rpc        check_snmp   check_tcp   check_wave

check_by_ssh   check_dig       check_file_age  check_host  check_ifoperstatus  check_ldap    check_mrtg      check_nntp         check_ntp_time  check_ping    check_rta_multi  check_spop   check_time  negate

check_clamd    check_disk      check_flexlm    check_hpjd  check_ifstatus      check_ldaps   check_mrtgtraf  check_nntps        check_nwstat    check_pop     check_sensors    check_ssh    check_udp   urlize

check_cluster  check_disk_smb  check_fping     check_http  check_imap          check_load    check_mysql     check_nt           check_oracle    check_procs   check_simap      check_ssmtp  check_ups   utils.pm

jdadmin@pl-smonobservium:/usr/lib/nagios/plugins$ ^C

jdadmin@pl-smonobservium:/usr/lib/nagios/plugins$

 

I want to monitor for example websites outside the ranges of monitored hosts in Observium

 

Regards,

Jacek Dąbrowski

 

From: observium <observium-bounces@observium.org> On Behalf Of Adam Armstrong via observium
Sent: Monday, April 27, 2020 3:44 PM
To: 'Observium' <observium@observium.org>
Cc: Adam Armstrong <adama@observium.org>
Subject: Re: [Observium] Probe alerting

 

apt install ? :D

 

Adam.

 

From: observium <observium-bounces@observium.org> On Behalf Of Jacek Dabrowski via observium
Sent: 26 April 2020 19:12
To: observium@observium.org
Cc: Jacek.Dabrowski@selgros.pl
Subject: Re: [Observium] Probe alerting

 

Hello,

 

It's interesting functionality, how to install these plugins on Ubuntu 18.04.4 LTS

 

Regards,

Jacek Dabrowski

From: observium <observium-bounces@observium.org> On Behalf Of Trik via observium
Sent: Sunday, April 26, 2020 7:32 PM
To: Observium <observium@observium.org>
Cc: todevnull@free.fr
Subject: Re: [Observium] Probe alerting

 

Same for me.

Thank you for the tips :)

Rds,

Tarik.


26 avril 2020 19:29 "Walter Onda via observium" <observium@observium.org> a écrit:

Hello Adam

Thank you very very much, now I’m able to use the probe!

Regards

Walter

Von: observium <observium-bounces@observium.org> Im Auftrag von Adam Armstrong via observium
Gesendet: Sonntag, 26. April 2020 17:30
An: 'Observium' <observium@observium.org>
Cc: Adam Armstrong <adama@observium.org>
Betreff: Re: [Observium] Probe alerting

Likely you don’t have the probes actually installed. They’re from the monitoring-plugins project. On Ubuntu you need the monitoring-plugins-* packages.

On Ubuntu 18.04 I have these packages :

ii monitoring-plugins 2.2-3ubuntu2 all Plugins for nagios compatible monitoring systems (metapackage)

ii monitoring-plugins-basic 2.2-3ubuntu2 amd64 Plugins for nagios compatible monitoring systems (basic)

ii monitoring-plugins-common 2.2-3ubuntu2 amd64 Common files for plugins for nagios compatible monitoring

ii monitoring-plugins-standard 2.2-3ubuntu2 amd64 Plugins for nagios compatible monitoring systems (standard)

ii nagios-plugins 2.2-3ubuntu2 all transitional dummy package (nagios-plugins to monitoring-plugins)

ii nagios-plugins-contrib 21.20170222 amd64 Plugins for nagios compatible monitoring systems

by default Observium will expect to find the plugin files in /usr/lib/nagios/plugins, this should work for most distributions.

Thanks,

Adam.

From: observium <observium-bounces@observium.org> On Behalf Of Walter Onda via observium
Sent: 26 April 2020 11:03
To: 'Observium' <observium@observium.org>
Cc: Walter Onda <walter@onda.ch>
Subject: Re: [Observium] Probe alerting

Hello Adam

Thank you for your replay.

I though to have set it up correctly, but the status is always unknown.

The server is in the same lan as Observium, the web port 80 is running and reachable from Observium (wget), I made also a tcpdump host 10.61.0.58 just to be sure Observium is initialize a connection.

But I see no request to the server, so I was wondering if maybe I have to enable something in the global settings?

Thank you and your team for your effort to improve Observium!

Regards

Walter

Von: observium <observium-bounces@observium.org> Im Auftrag von Adam Armstrong via observium
Gesendet: Samstag, 25. April 2020 14:38
An: 'Observium' <observium@observium.org>
Cc: Adam Armstrong <adama@observium.org>
Betreff: Re: [Observium] Probe alerting

If you just want to check port 80 on the same hostname as the Observium device entry, it’s as simple as going to the probes page and adding a check_http probe to the device you want to check.

It gets slightly more complex if you want to check different hostnames/Ips/ports, because you need to override the default arguments.

Adam.

From: observium <observium-bounces@observium.org> On Behalf Of Walter Onda via observium
Sent: 24 April 2020 13:31
To: 'Observium' <observium@observium.org>
Cc: Walter Onda <walter@onda.ch>
Subject: Re: [Observium] Probe alerting

Hello

Does anybody have a simple example how to perform a check_http? Just to see if the service is running?

Regards

Walter

Von: observium <observium-bounces@observium.org> Im Auftrag von Christian Eriksson via observium
Gesendet: Freitag, 24. April 2020 09:03
An: Observium <observium@observium.org>
Cc: Christian Eriksson <christian.eriksson@advania.com>
Betreff: [Observium] Probe alerting

Hi,

Anyone doing alerting on probes?

I can match the probes in my association but not alert based on:

Require Any

status_event eq warning

status_event eq alert

Vänliga hälsningar / Best regards,

Advania_Trappa_CMYK

Christian Eriksson

Service Area Manager

Advania-Bikupa FacebookAdvania-Bikupa LinkedInAdvania-Bikupa Twitter

+4641090488 | +46761400400

www.advania.se | Stockholm