Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] Maddash Notifications

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Maddash Notifications


Chronological Thread 
  • From: "Uhl, George D. (GSFC-423.0)[Arctic Slope Technical Services, Inc.]" <>
  • To: perfsonar-user <>
  • Cc: "DeBold, Daniel F. (GSFC-423.0)[Arctic Slope Technical Services, Inc.]" <>
  • Subject: [perfsonar-user] Maddash Notifications
  • Date: Wed, 24 Mar 2021 18:31:50 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=nasa.gov; dmarc=pass action=none header.from=nasa.gov; dkim=pass header.d=nasa.gov; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=jFa3eTxSnc20ol8VFDaiUKdERnVJIOWQ0zPGD+2fLU0=; b=WjpWzE6rIZKhZ0eDGNF55spyufLNTlYlDWCRa2jCuV+4MYIavCyDU/vPCCTuzT1hUfu7pccm7tVm7BKsjkzWjbZdsfdtQutAY1FhymnM4Bys7YjEIaFdY+K7vRmei08VYYR3BUqT6tV8axtCQfhcWO7RPaN2FfvvkA/p8kasvRV5YC2IkmRaxkEZEmjwWalaxroXftnUhy1fu5hGkJqPL+yJfREO+BYuMc11nEVbzVC2CoTLUrD4FXc/ft9s+lp7AIwK2z2zwWcX/3cMPHmbufPPZJuvBe++BujEV4B08jFfwzt5rDyueSMBybjiGkuXuPLxsTa8ecxVjlfYb3z/NQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ofseJZJg5VdmIeVdAJSM/dye3Jsi1GLl2ZzX2l2U38FwmVdLWuDs6THBS5URvmUqHdd0ROYvHWYgqoor3/CvdhK0LKek7HGmj/c1yuR4/BXO2P8SNpEMWRgrO6yP2FJ8S+UhRite4aAqdDMMR/hNkzXi39gvyaNuVUTsyaVuolYuOW5tO30j1WuTmIYyVRLSUJaHxw4IeGlA8NlSVQzShr65ea9OSngjIkkfHTerfWRDXdIgW13zNzwQBVixREZJ5b0Zfw0z1rREX7TTw5aIH/G5lECwxmKNNmJMh1/ywH23BczfuPlu8wWjHYwCw9aEPRs7bdAzlhNUmy6JNmJFUg==
  • Dkim-filter: OpenDKIM Filter v2.11.0 ndjsvnpf103.ndc.nasa.gov 040FF40169F4

Hi,

 

I’m trying to generate email alerts for any throughput test on any grid on a maddash dashboard entitled "Performance Requirements Network Monitoring Mesh Dashboard". When performance thresholds are breached, I’m not receiving any emails even though I’m hitting warning and critical thresholds on the dashboard.  The notification filters defined below are my attempt to generate emails on the specific dashboard for performance alerts.  I brought this up on the pS user list almost 3 years ago and came away with an understanding that notification filters work this way:

 

Multiple filters of the same type are treated as OR conditions.

Multiple filters of different types are treated as AND conditions.

 

 

 filters:

      -

        type: dashboard

        value: "Performance Requirements Network Monitoring Mesh Dashboard"

      -

        type: category

        value: PERFORMANCE

    minimumSeverity: 1

 

According to maddash-server.netlogger.log, no problems are detected so an email notification isn’t sent.

 

level=INFO ts=2021-03-24T14:00:00.003372Z event=maddash.EmailNotification.send.end guid=2038f088-8c10-48f0-8a7a-3cbc4c9ea9d2 msg="No problems found so no email sent" status=0

 

If I remove the dashboard filter and just leave the category I receive email alerts on all performance breaches on all the dashboards including the sole dashboard I’m concerned with.  Flipping the order of the filters doesn’t have an impact.  For some reason the AND condition isn’t being met.

 

Am I missing anything here?

 

Thanks,

George Uhl

NASA GSFC

 

From: <> on behalf of Andrew Lake <>
Reply-To: Andrew Lake <>
Date: Thursday, March 19, 2020 at 10:35 AM
To: Pete <>, perfsonar-user <>
Subject: [EXTERNAL] Re: [perfsonar-user] Subject: maddash notifications with grid edit

 

You can’t currently set those with psconfig, they can only be added directly to your maddash.yaml file. For what it’s worth, psconfig will  also not overwrite any notifications blocks you add to your maddash.yaml file. 

 

 

On March 19, 2020 at 9:59:09 AM, Pete () wrote:

 

Hi, I'm trying to set maddash notifications with psconfig grid edit?

 

ie., How would I set this on the command line?

 

notifications:

   - name: "My Email Report"

   type: "email"

   schedule: "0 * * * ?"

   problemReportFrequency: 86400

   minimumSeverity: 1

   parameters:

dashboardUrl:

mailServer:

address: "127.0.0.1"

port: 25

from: ""

to:

- "me@my"

 

 

 

Thanks

 

 

--
To unsubscribe from this list: https://lists.internet2.edu/sympa/signoff/perfsonar-user



  • [perfsonar-user] Maddash Notifications, Uhl, George D. (GSFC-423.0)[Arctic Slope Technical Services, Inc.], 03/24/2021

Archive powered by MHonArc 2.6.24.

Top of Page