@ Stef Renders
 
here´s my config.php:
<?php
// Database config ---  This MUST be configured
$config['db_extension'] = 'mysqli';
$config['db_host']      = 'localhost';
$config['db_user'] = "cleared";
$config['db_pass'] = "cleared";
$config['db_name'] = "cleared";
 
// Base directory
#$config['install_dir'] = "/opt/observium";
// Default community list to use when adding/discovering
$config['snmp']['community'] = array("public");
 
// Authentication Model
$config['auth_mechanism'] = "mysql";    // default, other options: ldap, http-auth, please see documentation for config help
 
// Enable alerter (not available in CE)
$config['poller-wrapper']['alerter'] = TRUE;
 
$config['web_url']         = "https://Servername"; // This same as base_url but used only in cli for example in alerts
 
// Alert Settings
$config['alerts']['interval']              = 600;
$config['uptime_warning']                  = 300;
$config['alerts']['email']['enable']       = TRUE;
$config['alerts']['device']['ifdown']        = TRUE;
 
// Set up a default alerter (email to a single address)
$config['alerts']['alerter']['default']['descr']   = "Default Email Alert";
$config['alerts']['alerter']['default']['type']    = "email";
$config['alerts']['alerter']['default']['contact'] = "me@mycompany.com";
$config['alerts']['alerter']['default']['enable']  = TRUE;
 
// Email settings
$config['email']['default'] = " me@mycompany.com ";
$config['email']['default_only'] = TRUE;
//$config['email']['from'] = "Observium-Admin <observium@Servername>";
$config['email']['backend'] = 'smtp';
$config['email']['sendmail_path']   = '/usr/bin/mutt';
$config['email']['smtp_host'] = 'our_mailserver';
$config['email']['smtp_port'] = 25;
$config['email']['smtp_timeout'] = 10;
$config['email']['smtp_secure'] = FALSE;
$config['email']['enable'] = TRUE;
$config['email']['smtp_auth'] = FALSE;
$config['email']['smtp_username'] = NULL;
$config['email']['smtp_password'] = NULL;
 
// Eintrag fuer Map
$config['geocoding']['enable']         = true;
$config['geocoding']['api']            = 'google';
//$config['geocoding']['default']['lat'] =  "our cords";
//$config['geocoding']['default']['lon'] =  " our cords ";
$config['frontpage']['map']['region']      = "world";
$config['frontpage']['map']['resolution']      = "countries";
$config['frontpage']['map']['dotsize']       = 5;
$config['frontpage']['map']['realworld']       = false;
// Eintrag Maps Ende
 
// Eintrag fuer Housekeeping
$config['housekeeping']['syslog']['age'] = 1209600;
$config['housekeeping']['eventlog']['age'] = 1209600;
$config['housekeeping']['alertlog']['age'] = 1209600;
$config['housekeeping']['rrd']['age'] = 1209600;
$config['housekeeping']['timing']['age'] = 1209600;
// Eintrag Housekeeping Ende
 
// Cache
$config['cache']['driver']                 = 'auto';    // Driver to use for caching (auto, zendshm, apcu, xcache, sqlite, files)
$config['cache']['enable']                 = true;
// End config.php
 
The defaults.inc.php is untouched ...
 
Regards,
Michael
 
 
 
Gesendet: Montag, 10. April 2017 um 13:00 Uhr
Von: observium-request@observium.org
An: observium@observium.org
Betreff: observium Digest, Vol 81, Issue 6
Send observium mailing list submissions to
observium@observium.org

To subscribe or unsubscribe via the World Wide Web, visit
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
or, via email, send a message with subject or body 'help' to
observium-request@observium.org

You can reach the person managing the list at
observium-owner@observium.org

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


Today's Topics:

1. Re: Create Load Averages Alert Checker (H Box)
2. Alert for F5 SSL conn count (Satish Patel)
3. Re: Alert for F5 SSL conn count (Michael)
4. Re: Help with every 5-Minutes-Alerting (Michael)
5. Re: Help with every 5-Minutes-Alerting (Stef Renders)
6. Re: ODP: Re: Holes / gaps in graphs (Stef Renders)


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

Message: 1
Date: Sun, 9 Apr 2017 20:07:43 +0200
From: H Box <hobbybox2@gmail.com>
To: Observium Network Observation System <observium@observium.org>
Subject: Re: [Observium] Create Load Averages Alert Checker
Message-ID:
<CABQVGiH90JDKSgtaNGq3KC+abZH6EyV0wT9BXzr-sPQNdefbGw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Any from the devs can tell when this function will be implemented?

Thanks a lot.

2017-02-02 20:37 GMT+01:00 H Box <hobbybox2@gmail.com>:

> Hi All,
>
> I create successfully a alert for device downtime and diskspace use, but
> cannot find the right info to create a alert for load averages into
> http://www.observium.org/docs/entities
>
> Can someone help me with this?
>
> Thanks allot for your feedback.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170409/5a89d039/attachment-0001.html>

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

Message: 2
Date: Sun, 9 Apr 2017 17:21:39 -0400
From: Satish Patel <satish.txt@gmail.com>
To: Observium Network Observation System <observium@observium.org>
Subject: [Observium] Alert for F5 SSL conn count
Message-ID:
<CAPgF-fqN1=bCcrbu5mzqOCXFT8OgzZgPSa8BKG=RocKkrKvhjA@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

We have many F5 in observium and i am looking for setting up alert for
f5_clientssl_conns (TPS) count, How should i set that up?

which attributes i should use to set up?


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

Message: 3
Date: Mon, 10 Apr 2017 08:52:50 +1000
From: Michael <obslist@smarsz.com>
To: Observium Public Support <observium@observium.org>
Subject: Re: [Observium] Alert for F5 SSL conn count
Message-ID: <C3244496-01AC-4FC2-8BB9-DA929C7D6549@smarsz.com>
Content-Type: text/plain; charset=utf-8

The last I recall of that status is the guys were going to make a "generic" load balancer type in the database (current one is netscaler-centric).

Then the alerting component can be made to match (& convert the netscaler to new format).

Could be wrong tho. It's been a while. I hope Adam isn't waiting on me to do it...

Michael




On 10 April 2017 7:21:39 AM AEST, Satish Patel <satish.txt@gmail.com> wrote:
>We have many F5 in observium and i am looking for setting up alert for
>f5_clientssl_conns (TPS) count, How should i set that up?
>
>which attributes i should use to set up?
>_______________________________________________
>observium mailing list
>observium@observium.org
>http://postman.memetic.org/cgi-bin/mailman/listinfo/observium


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

Message: 4
Date: Mon, 10 Apr 2017 09:11:34 +0200
From: Michael <mich4@gmx.de>
To: observium@observium.org
Subject: Re: [Observium] Help with every 5-Minutes-Alerting
Message-ID:
<trinity-c0836d68-6d37-4a25-a4cb-c9d850c269e7-1491808294007@3capp-gmx-bs68>

Content-Type: text/plain; charset="utf-8"

An HTML attachment was scrubbed...
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170410/7fd5736e/attachment-0001.html>

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

Message: 5
Date: Mon, 10 Apr 2017 09:49:37 +0200
From: "Stef Renders" <stef.renders@cronos.be>
To: <observium@observium.org>
Subject: Re: [Observium] Help with every 5-Minutes-Alerting
Message-ID: <001c01d2b1cf$016f8c80$044ea580$@cronos.be>
Content-Type: text/plain; charset="utf-8"

Can you copy paste the (redacted) config file here ?



Pls remove passwords L



Kind regards





From: observium [mailto:observium-bounces@observium.org] On Behalf Of Michael
Sent: maandag 10 april 2017 9:12
To: observium@observium.org
Subject: Re: [Observium] Help with every 5-Minutes-Alerting



@ Stef Renders



whatever I write as value here ... it doesn´t work ...

it continues to come every 5 Minutes Mails ...



Does anybody have another idea whats going wrong here ?

Regards ?







Gesendet: Freitag, 07. April 2017 um 13:00 Uhr
Von: <mailto:observium-request@observium.org> observium-request@observium.org
An: <mailto:observium@observium.org> observium@observium.org
Betreff: observium Digest, Vol 81, Issue 3

Send observium mailing list submissions to
<mailto:observium@observium.org> observium@observium.org

To subscribe or unsubscribe via the World Wide Web, visit
<http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
or, via email, send a message with subject or body 'help' to
<mailto:observium-request@observium.org> observium-request@observium.org

You can reach the person managing the list at
<mailto:observium-owner@observium.org> observium-owner@observium.org

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


Today's Topics:

1. Re: Help with every 5-Minutes-Alerting (Michael)
2. Ports down icon missing (Simon Mousey Smith)
3. Re: Integration of WuT Thermographs (Mike Stupalov)
4. Re: Ports down icon missing (Robert Williams)
5. Re: Help with every 5-Minutes-Alerting (Stef Renders)
6. Re: Integration of WuT Thermographs (Steffen Klemer)


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

Message: 1
Date: Thu, 6 Apr 2017 15:39:01 +0200
From: Michael < <mailto:mich4@gmx.de> mich4@gmx.de>
To: <mailto:observium@observium.org> observium@observium.org
Subject: Re: [Observium] Help with every 5-Minutes-Alerting
Message-ID:
<trinity-091066a0-f66c-4ae1-8c2d-6e9e241ef630-1491485941266@3capp-gmx-bs30>

Content-Type: text/plain; charset="utf-8"

An HTML attachment was scrubbed...
URL: < <http://postman.memetic.org/pipermail/observium/attachments/20170406/a2af07ac/attachment-0001.html> http://postman.memetic.org/pipermail/observium/attachments/20170406/a2af07ac/attachment-0001.html>

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

Message: 2
Date: Thu, 6 Apr 2017 15:53:56 +0100
From: Simon Mousey Smith < <mailto:simonsmith5521@gmail.com> simonsmith5521@gmail.com>
To: Observium Public Support < <mailto:observium@observium.org> observium@observium.org>
Subject: [Observium] Ports down icon missing
Message-ID: < <mailto:D9FEC835-9D64-4988-A922-62FD9092F740@gmail.com> D9FEC835-9D64-4988-A922-62FD9092F740@gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi All,

Does anybody have this issue like me?

The ports down icon seems to be missing from the dropdown menu ?



Regards

Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170406/453fc722/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: down-icon-missing.jpg
Type: image/jpeg
Size: 32752 bytes
Desc: not available
URL: < <http://postman.memetic.org/pipermail/observium/attachments/20170406/453fc722/attachment-0001.jpg> http://postman.memetic.org/pipermail/observium/attachments/20170406/453fc722/attachment-0001.jpg>

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

Message: 3
Date: Thu, 6 Apr 2017 17:59:40 +0300
From: Mike Stupalov < <mailto:mike@observium.org> mike@observium.org>
To: Observium Public Support < <mailto:observium@observium.org> observium@observium.org>
Cc: "Schumann, Gabriel" < <mailto:gabriel.schumann@gwdg.de> gabriel.schumann@gwdg.de>
Subject: Re: [Observium] Integration of WuT Thermographs
Message-ID:
< <mailto:CAL9uo4h0i6vP3Q8pqQPC-iOfUHEUTVY7GxOmh5wQn5jvegtMCg@mail.gmail.com> CAL9uo4h0i6vP3Q8pqQPC-iOfUHEUTVY7GxOmh5wQn5jvegtMCg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,

please try with latest revision (r8457).

2017-04-04 19:17 GMT+03:00 Steffen Klemer < <mailto:steffen.klemer@gwdg.de> steffen.klemer@gwdg.de>:

> Hey,
>
> is it possible to include the WuT web thermometer with some more
> sensors?
>
> They provide their MIBs here:
> https://www.wut.de/e-5wwww-15-inus-000.php
>
> I can send an example snmpwalk output for the model 'Pt100/Pt1000' in
> private.
>
>
> Steffen
>
> --
> Steffen Klemer E-Mail: Steffen.Klemer@gwdg.de <mailto:Steffen.Klemer@gwdg.de>
> Tel: +49 551 201 2170
>
> ------------------------------------------------------------------
> GWDG - Gesellschaft für wissenschaftliche
> Datenverarbeitung mbH Göttingen
> Am Faßberg 11, 37077 Göttingen
>
> Service-Hotline:
> Tel: +49 551 201-1523
> E-Mail: support@gwdg.de <mailto:support@gwdg.de>
>
> Kontakt:
> Tel: 0551 201-1510
> Fax: 0551 201-2150
> E-Mail: gwdg@gwdg.de <mailto:gwdg@gwdg.de>
> WWW: https://www.gwdg.de
> ------------------------------------------------------------------
> Geschäftsführer: Prof. Dr. Ramin Yahyapour
> Aufsichtsratsvorsitzender: Prof. Dr. Christian Griesinger
> Sitz der Gesellschaft: Göttingen
> Registergericht: Göttingen, Handelsregister-Nr. B 598
> ------------------------------------------------------------------
> Zertifiziert nach ISO 9001
> ------------------------------------------------------------------
> _______________________________________________
> observium mailing list
> <mailto:observium@observium.org> observium@observium.org
> <http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
>



--
Mike Stupalov
<http://observium.org/> http://observium.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: < <http://postman.memetic.org/pipermail/observium/attachments/20170406/26765f9e/attachment-0001.html> http://postman.memetic.org/pipermail/observium/attachments/20170406/26765f9e/attachment-0001.html>

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

Message: 4
Date: Fri, 7 Apr 2017 07:18:37 +0000
From: Robert Williams < <mailto:Robert@CustodianDC.com> Robert@CustodianDC.com>
To: Observium Public Support < <mailto:observium@observium.org> observium@observium.org>
Subject: Re: [Observium] Ports down icon missing
Message-ID: < <mailto:e0defe367cfd4f6e8ebf1f046e958ab2@CDC-EX1.cdc.local> e0defe367cfd4f6e8ebf1f046e958ab2@CDC-EX1.cdc.local>
Content-Type: text/plain; charset="utf-8"

Hi Simon,

Confirmed, we see it too - seems to be absent from the generated code (rather than due to a missing file).

<li><a role="menuitem" href="ports/errors=yes/"><span><i class="menu-icon sprite-flag"></i> Errored</span><span class="label">1</span></a></li>
<li><a role="menuitem" href="ports/state=down/"><span><i class="menu-icon "></i> Down</span><span class="label">47</span></a></li>
<li><a role="menuitem" href="ports/state=shutdown/"><span><i class="menu-icon sprite-shutdown"></i> Shutdown</span><span class="label">2007</span></a></li>

I can't remember what it used to look though; and there appear to be 153 sprites to choose from :)

Cheers,

From: observium [ <mailto:observium-bounces@observium.org> mailto:observium-bounces@observium.org] On Behalf Of Simon Mousey Smith
Sent: 06 April 2017 15:54
To: Observium Public Support < <mailto:observium@observium.org> observium@observium.org>
Subject: [Observium] Ports down icon missing

Hi All,

Does anybody have this issue like me?

The ports down icon seems to be missing from the dropdown menu ?



Regards

Simon


Robert Williams
Custodian Data Centre
Email: <mailto:Robert@CustodianDC.com> Robert@CustodianDC.com
<http://www.CustodianDC.com> http://www.CustodianDC.com




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170407/5dd490ae/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Picture (Device Independent Bitmap) 1.jpg
Type: image/jpeg
Size: 41781 bytes
Desc: Picture (Device Independent Bitmap) 1.jpg
URL: < <http://postman.memetic.org/pipermail/observium/attachments/20170407/5dd490ae/attachment-0001.jpg> http://postman.memetic.org/pipermail/observium/attachments/20170407/5dd490ae/attachment-0001.jpg>

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

Message: 5
Date: Fri, 7 Apr 2017 09:41:14 +0200
From: "Stef Renders" < <mailto:stef.renders@cronos.be> stef.renders@cronos.be>
To: < <mailto:observium@observium.org> observium@observium.org>
Subject: Re: [Observium] Help with every 5-Minutes-Alerting
Message-ID: < <mailto:001001d2af72$56d248c0$0476da40$@cronos.be> 001001d2af72$56d248c0$0476da40$@cronos.be>
Content-Type: text/plain; charset="utf-8"

Syntax doesn’t really matter as long as you end up with a numeric value.



$config[‘alerts’][‘interval’] = 45*60;



This is just to make it easier to “see” that 45 minutes are configured. You could also enter 2700; but unless you’re a math genius it would take you a while to figure out it’s 45minutes.



Kind regards





From: observium [ <mailto:observium-bounces@observium.org> mailto:observium-bounces@observium.org] On Behalf Of Michael
Sent: donderdag 6 april 2017 15:39
To: <mailto:observium@observium.org> observium@observium.org
Subject: Re: [Observium] Help with every 5-Minutes-Alerting



@Stef Renders



what is the Syntax of numeric value when I want to get the alert-Mail every 45 Minutes ?

Is this 0*0*45*0 ??? for 0 days, 0 hours, 45 minutes , 0 seconds ?



Regards,

Michael





Gesendet: Donnerstag, 06. April 2017 um 13:00 Uhr
Von: < <mailto:observium-request@observium.org> mailto:observium-request@observium.org> <mailto:observium-request@observium.org> observium-request@observium.org
An: < <mailto:observium@observium.org> mailto:observium@observium.org> <mailto:observium@observium.org> observium@observium.org
Betreff: observium Digest, Vol 81, Issue 2

Send observium mailing list submissions to
< <mailto:observium@observium.org> mailto:observium@observium.org> <mailto:observium@observium.org> observium@observium.org

To subscribe or unsubscribe via the World Wide Web, visit
< <http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> <http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
or, via email, send a message with subject or body 'help' to
< <mailto:observium-request@observium.org> mailto:observium-request@observium.org> <mailto:observium-request@observium.org> observium-request@observium.org

You can reach the person managing the list at
< <mailto:observium-owner@observium.org> mailto:observium-owner@observium.org> <mailto:observium-owner@observium.org> observium-owner@observium.org

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


Today's Topics:

1. Help with every 5-Minutes-Alerting (Michael)
2. Re: Help with every 5-Minutes-Alerting (Stef Renders)
3. Re: Help with every 5-Minutes-Alerting (Simon Mousey Smith)


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

Message: 1
Date: Wed, 5 Apr 2017 14:18:40 +0200
From: Michael < < <mailto:mich4@gmx.de> mailto:mich4@gmx.de> <mailto:mich4@gmx.de> mich4@gmx.de>
To: < <mailto:observium@observium.org> mailto:observium@observium.org> <mailto:observium@observium.org> observium@observium.org
Subject: [Observium] Help with every 5-Minutes-Alerting
Message-ID:
<trinity-d31557ea-bf85-425a-8dc3-fbdcc835c61c-1491394720617@3capp-gmx-bs54>

Content-Type: text/plain; charset="utf-8"

An HTML attachment was scrubbed...
URL: < < <http://postman.memetic.org/pipermail/observium/attachments/20170405/93f748f1/attachment-0001.html> http://postman.memetic.org/pipermail/observium/attachments/20170405/93f748f1/attachment-0001.html> <http://postman.memetic.org/pipermail/observium/attachments/20170405/93f748f1/attachment-0001.html> http://postman.memetic.org/pipermail/observium/attachments/20170405/93f748f1/attachment-0001.html>

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

Message: 2
Date: Wed, 5 Apr 2017 14:24:00 +0200
From: "Stef Renders" < < <mailto:stef.renders@cronos.be> mailto:stef.renders@cronos.be> <mailto:stef.renders@cronos.be> stef.renders@cronos.be>
To: < < <mailto:observium@observium.org> mailto:observium@observium.org> <mailto:observium@observium.org> observium@observium.org>
Subject: Re: [Observium] Help with every 5-Minutes-Alerting
Message-ID: < < <mailto:002001d2ae07$81b14c10$8513e430$@cronos.be> mailto:002001d2ae07$81b14c10$8513e430$@cronos.be> <mailto:002001d2ae07$81b14c10$8513e430$@cronos.be> 002001d2ae07$81b14c10$8513e430$@cronos.be>
Content-Type: text/plain; charset="utf-8"

Dear



Try inserting a numeric value



E.g.



$config[‘alerts’][‘interval’] = 7*24*60*60;



(7 days * 24 hours * 60 min * 60 sec)





Kind regards





From: observium [ < <mailto:observium-bounces@observium.org> mailto:observium-bounces@observium.org> <mailto:observium-bounces@observium.org> mailto:observium-bounces@observium.org] On Behalf Of Michael
Sent: woensdag 5 april 2017 14:19
To: < <mailto:observium@observium.org> mailto:observium@observium.org> <mailto:observium@observium.org> observium@observium.org
Subject: [Observium] Help with every 5-Minutes-Alerting



Hi @ all,



in my config "/opt/observium/config.php"

I inserted the parameter

$config['alerts']['interval'] = "600";



but it didn´t work ...

whatever i inserted here ( eg. 600 or 1200 or ... ), I got still every 5 Minutes an Email-Alert that my Device is down.



I searched at observium.org issues, but didn´t find a solution ...

Can somebody help ?





Thanks for help

Regards,



Michael

-------------- next part --------------
An HTML attachment was scrubbed...
URL: < < <http://postman.memetic.org/pipermail/observium/attachments/20170405/05f41d2e/attachment-0001.html> http://postman.memetic.org/pipermail/observium/attachments/20170405/05f41d2e/attachment-0001.html> <http://postman.memetic.org/pipermail/observium/attachments/20170405/05f41d2e/attachment-0001.html> http://postman.memetic.org/pipermail/observium/attachments/20170405/05f41d2e/attachment-0001.html>

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

Message: 3
Date: Wed, 5 Apr 2017 13:29:22 +0100
From: Simon Mousey Smith < < <mailto:simonsmith5521@gmail.com> mailto:simonsmith5521@gmail.com> <mailto:simonsmith5521@gmail.com> simonsmith5521@gmail.com>
To: Observium Public Support < < <mailto:observium@observium.org> mailto:observium@observium.org> <mailto:observium@observium.org> observium@observium.org>
Subject: Re: [Observium] Help with every 5-Minutes-Alerting
Message-ID: < < <mailto:8AE2DDFB-BEA0-4C86-BED4-C987A47CE801@gmail.com> mailto:8AE2DDFB-BEA0-4C86-BED4-C987A47CE801@gmail.com> <mailto:8AE2DDFB-BEA0-4C86-BED4-C987A47CE801@gmail.com> 8AE2DDFB-BEA0-4C86-BED4-C987A47CE801@gmail.com>
Content-Type: text/plain; charset="utf-8"

>From defaults.inc.php

$config['alerts']['interval'] = 86400; // How frequently to re-send a notification for a continuing alert condition
// In seconds. Default is 1 day.

Simon

> On 5 Apr 2017, at 13:18, Michael < < <mailto:mich4@gmx.de> mailto:mich4@gmx.de> <mailto:mich4@gmx.de> mich4@gmx.de> wrote:
>
> Hi @ all,
>
> in my config "/opt/observium/config.php"
> I inserted the parameter
> $config['alerts']['interval'] = "600";
>
> but it didn´t work ...
> whatever i inserted here ( eg. 600 or 1200 or ... ), I got still every 5 Minutes an Email-Alert that my Device is down.
>
> I searched at observium.org issues, but didn´t find a solution ...
> Can somebody help ?
>
>
> Thanks for help
> Regards,
>
> Michael
> _______________________________________________
> observium mailing list
> < <mailto:observium@observium.org> mailto:observium@observium.org> <mailto:observium@observium.org> observium@observium.org
> < <http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> <http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

-------------- next part --------------
An HTML attachment was scrubbed...
URL: < < <http://postman.memetic.org/pipermail/observium/attachments/20170405/ce9d3af1/attachment-0001.html> http://postman.memetic.org/pipermail/observium/attachments/20170405/ce9d3af1/attachment-0001.html> <http://postman.memetic.org/pipermail/observium/attachments/20170405/ce9d3af1/attachment-0001.html> http://postman.memetic.org/pipermail/observium/attachments/20170405/ce9d3af1/attachment-0001.html>

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

Subject: Digest Footer

_______________________________________________
observium mailing list
< <mailto:observium@observium.org> mailto:observium@observium.org> <mailto:observium@observium.org> observium@observium.org
< <http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> <http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium


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

End of observium Digest, Vol 81, Issue 2
****************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: < <http://postman.memetic.org/pipermail/observium/attachments/20170407/6cf8c034/attachment-0001.html> http://postman.memetic.org/pipermail/observium/attachments/20170407/6cf8c034/attachment-0001.html>

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

Message: 6
Date: Fri, 7 Apr 2017 11:10:56 +0200
From: Steffen Klemer < <mailto:steffen.klemer@gwdg.de> steffen.klemer@gwdg.de>
To: Observium Public Support < <mailto:observium@observium.org> observium@observium.org>
Cc: "Schumann, Gabriel" < <mailto:gabriel.schumann@gwdg.de> gabriel.schumann@gwdg.de>
Subject: Re: [Observium] Integration of WuT Thermographs
Message-ID: < <mailto:20170407111056.05673ae6@ente.kel.wh.lokal> 20170407111056.05673ae6@ente.kel.wh.lokal>
Content-Type: text/plain; charset="utf-8"

Works like a charm. Thanks a lot!! :D :D

Steffen

Am Thu, 06.04.2017 um 17:59 schrieb Mike Stupalov < <mailto:mike@observium.org> mike@observium.org>:

> Hi,
>
> please try with latest revision (r8457).
>
> 2017-04-04 19:17 GMT+03:00 Steffen Klemer < <mailto:steffen.klemer@gwdg.de> steffen.klemer@gwdg.de>:
>
> > Hey,
> >
> > is it possible to include the WuT web thermometer with some more
> > sensors?
> >
> > They provide their MIBs here:
> > https://www.wut.de/e-5wwww-15-inus-000.php
> >
> > I can send an example snmpwalk output for the model 'Pt100/Pt1000'
> > in private.
> >
> >
> > Steffen
> >
> > --
> > Steffen Klemer E-Mail: Steffen.Klemer@gwdg.de <mailto:Steffen.Klemer@gwdg.de>
> > Tel: +49 551 201 2170
> >
> > ------------------------------------------------------------------
> > GWDG - Gesellschaft für wissenschaftliche
> > Datenverarbeitung mbH Göttingen
> > Am Faßberg 11, 37077 Göttingen
> >
> > Service-Hotline:
> > Tel: +49 551 201-1523
> > E-Mail: support@gwdg.de <mailto:support@gwdg.de>
> >
> > Kontakt:
> > Tel: 0551 201-1510
> > Fax: 0551 201-2150
> > E-Mail: gwdg@gwdg.de <mailto:gwdg@gwdg.de>
> > WWW: https://www.gwdg.de
> > ------------------------------------------------------------------
> > Geschäftsführer: Prof. Dr. Ramin Yahyapour
> > Aufsichtsratsvorsitzender: Prof. Dr. Christian Griesinger
> > Sitz der Gesellschaft: Göttingen
> > Registergericht: Göttingen, Handelsregister-Nr. B 598
> > ------------------------------------------------------------------
> > Zertifiziert nach ISO 9001
> > ------------------------------------------------------------------
> > _______________________________________________
> > observium mailing list
> > observium@observium.org <mailto:observium@observium.org>
> > http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
> >
>
>
>




lg
/Steffen

--
Steffen Klemer E-Mail: Steffen.Klemer@gwdg.de <mailto:Steffen.Klemer@gwdg.de>
Tel: +49 551 201 2170

------------------------------------------------------------------
GWDG - Gesellschaft für wissenschaftliche
Datenverarbeitung mbH Göttingen
Am Faßberg 11, 37077 Göttingen

Service-Hotline:
Tel: +49 551 201-1523
E-Mail: support@gwdg.de <mailto:support@gwdg.de>

Kontakt:
Tel: 0551 201-1510
Fax: 0551 201-2150
E-Mail: gwdg@gwdg.de <mailto:gwdg@gwdg.de>
WWW: https://www.gwdg.de
------------------------------------------------------------------
Geschäftsführer: Prof. Dr. Ramin Yahyapour
Aufsichtsratsvorsitzender: Prof. Dr. Christian Griesinger
Sitz der Gesellschaft: Göttingen
Registergericht: Göttingen, Handelsregister-Nr. B 598
------------------------------------------------------------------
Zertifiziert nach ISO 9001
------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5853 bytes
Desc: not available
URL: < <http://postman.memetic.org/pipermail/observium/attachments/20170407/df4869b1/attachment-0001.bin> http://postman.memetic.org/pipermail/observium/attachments/20170407/df4869b1/attachment-0001.bin>

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

Subject: Digest Footer

_______________________________________________
observium mailing list
<mailto:observium@observium.org> observium@observium.org
<http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium


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

End of observium Digest, Vol 81, Issue 3
****************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170410/ec7aa285/attachment-0001.html>

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

Message: 6
Date: Mon, 10 Apr 2017 09:57:23 +0200
From: "Stef Renders" <stef.renders@cronos.be>
To: "Observium Public Support" <observium@observium.org>
Subject: Re: [Observium] ODP: Re: Holes / gaps in graphs
Message-ID: <002101d2b1d0$1635e370$42a1aa50$@cronos.be>
Content-Type: text/plain; charset="utf-8"

Worst case, if memory is less of an issue, try http://docs.observium.org/persistent_ramdisk/





Kind regards





From: observium [mailto:observium-bounces@observium.org] On Behalf Of Youssef BENGELLOUN - ZAHR
Sent: zaterdag 8 april 2017 13:00
To: Observium Public Support <observium@observium.org>
Subject: Re: [Observium] ODP: Re: Holes / gaps in graphs



Dear Tomasz,



How much more processes ?



Best regards.




Le 8 avr. 2017 à 12:24, Tomasz Karczewski <tkarczewski@man.olsztyn.pl> a écrit :

Enable rrd-cache and add more poller processess IT should help.



---- Użytkownik Youssef BENGELLOUN - ZAHR napisał ----

Dear Markus,



I don’t believe that is it :



<content://com.android.email.attachmentprovider/1/2370/RAW>



Before we did the upgrade Monday morning, we were running 8 pollers and polling time was in average around 240s so below the 300s mark.



After the upgrade, we started running 16 pollers and polling time went down on average between 120s – 180s.



Best regards.










Youssef BENGELLOUN - ZAHR - Consultant Expert
Prodware France
T : +33 979 999 000 - F : +33 988 814 001 - ybzahr@prodware.fr <mailto:ybzahr@prodware.fr>

_____


<content://com.android.email.attachmentprovider/1/2371/RAW>

Web : <http://www.prodware.fr> prodware.fr

<http://twitter.com/Prodware/> <http://www.facebook.com/Prodware/> <https://www.linkedin.com/company/prodwarefrance> <https://www.youtube.com/c/ProdwareFrance> <http://www.viadeo.com/fr/company/prodware> <http://www.prodware.fr/social-network/>






Youssef BENGELLOUN - ZAHR - Consultant Expert
Prodware France
T : +33 979 999 000 - F : +33 988 814 001 - ybzahr@prodware.fr <mailto:ybzahr@prodware.fr>

_____




Web : <http://www.prodware.fr> prodware.fr

<http://twitter.com/Prodware/> <http://www.facebook.com/Prodware/> <https://www.linkedin.com/company/prodwarefrance> <https://www.youtube.com/c/ProdwareFrance> <http://www.viadeo.com/fr/company/prodware> <http://www.prodware.fr/social-network/>



De : Youssef BENGELLOUN - ZAHR <ybzahr@prodware.fr <mailto:ybzahr@prodware.fr> >
Date : samedi 8 avril 2017 à 11:10
À : Observium Public Support <observium@observium.org <mailto:observium@observium.org> >
Objet : Holes / gaps in graphs



Dear Observium community,



I’ve been running Observium for over six months, and I have been having this ugly holes / gaps in all generated graphs that look like this :







Here are some stats about our observium VM :







We just upgraded the VM with a few vCPUs and RAM last Monday which helped with the reactivity of the solution :









Regarding storage, I know it’s running on 10k SAS SAN. I have been trying to work with my hosting colleagues to do some tweaking on the system level, but I feel that in the end flash storage would be more suitable.



In your opinion, what could be the issue that we are facing here ?



Thank you in advance for your wisdom.



Best regards.

_______________________________________________
observium mailing list
observium@observium.org <mailto:observium@observium.org>
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170410/d51946ca/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 5611 bytes
Desc: not available
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170410/d51946ca/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 908 bytes
Desc: not available
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170410/d51946ca/attachment-0006.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 914 bytes
Desc: not available
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170410/d51946ca/attachment-0007.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.jpg
Type: image/jpeg
Size: 1023 bytes
Desc: not available
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170410/d51946ca/attachment-0008.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.jpg
Type: image/jpeg
Size: 974 bytes
Desc: not available
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170410/d51946ca/attachment-0009.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image006.jpg
Type: image/jpeg
Size: 892 bytes
Desc: not available
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170410/d51946ca/attachment-0010.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image007.jpg
Type: image/jpeg
Size: 973 bytes
Desc: not available
URL: <http://postman.memetic.org/pipermail/observium/attachments/20170410/d51946ca/attachment-0011.jpg>

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

Subject: Digest Footer

_______________________________________________
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium


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

End of observium Digest, Vol 81, Issue 6
****************************************