perfsonar-user - Re: [perfsonar-user] Maddash notification documentation
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: "Uhl, George D. (GSFC-423.0)[SGT INC]" <>
- To: Andrew Lake <>, perfsonar-user <>
- Subject: Re: [perfsonar-user] Maddash notification documentation
- Date: Tue, 2 May 2017 20:00:12 +0000
- Accept-language: en-US
- Dkim-filter: OpenDKIM Filter v2.11.0 ndmsvnpf103.ndc.nasa.gov DDA8E40120EF
- Ironport-phdr: 9a23:E+WvwxDEtqvu6Vop2XchUyQJP3N1i/DPJgcQr6AfoPdwSPX9p8bcNUDSrc9gkEXOFd2CrakV1ayL7Ou5AzJIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSijewZbJ/IA+2oAjTucUanJVuJ6cswRbVv3VEfPhby3l1LlyJhRb84cmw/J9n8ytOvv8q6tBNX6bncakmVLJUFDspPXw7683trhnDUBCA5mAAXWUMkxpHGBbK4RfnVZrsqCT6t+592C6HPc3qSL0/RDqv47t3RBLulSwIOSQ58GXKgcJuiqxVrg+qqxhmz4PVZY2YMud1cKHActMAXWdPXthfWTFdAo2ybIUPAegOMuhZr4bhqFQDtgGxCRW2Ce711jNFnH/70Ksn2OohCwHG2wkgEsoAvHvarNX1ML8eWv20wqbWyjXDdfxW1ing44bGaBwqvPWAU7Ntf8TR10QjDgzIgkuepID/Iz+Z0+ACvXWa4eR+SOmhiHYpph93rTSh28whjYbJiZwSylDe+iV23pw5KsCiRE5mYd6kFIBdtyeAOIttWMwuWW5ouCEkyrAfv5OwYSsEyIw/yhLCb/GKcJKE7g/+WOuTOzt0mGhpdK+/ihu86USs1+nxW8qu3FpXsyZIkcPAum0J2hHQ8MSLVOZx8lu51TqS1g3e7vtILV40mKfUMZIt36Q8moQPvUnDGCL9hV/4g7WMdko+/+il8+Tnbavipp+bL4J0jBzxMqE1msyhB+Q4KgYOU3WH9emyzrHj+1D2T6lQgv0wiKbZq4rVKd4Upq6+HQ9Zyocj6xChADe6yNkUgH0KIVFfdB6akoTkOUvCLOziAfuig1mhni9nx/XcMb3gBpXNIGLDkLDkfbtl5E5T1g0zzcpQ551KEL0OPej/WlLxtNzcFRI5NRa7w/39B9ln2YMeXnyPDreDMKzOqV+I+v4vI+6UaY8Npjn9MfYl5+XpjX8/g1AdZ7Cl3YYMaH+mBPRrOEGZYXv3gtcdCmcGoBAyTO3siF2eTzFTfXCyULwg5j0lEo6pE5rMRp3+yICGiQ69EodbeShiA1OBWSPhcYmVc/oXLiSfPpkl2iQJT7a6TIkoz1SzrwLgg+5/I/Da4SoevIimycN4/cXSkw0/7zp5E57b3m2QGTJahGQNEnUL3KQ76WNwzU2M3OBUxbQYOud9zLYVCFx8bd/v9MNGQ/HUcTeLNoOGRVG8TdjgDXcsTtYZxdYVagByHMv03UOL5DajH7JAz+/DP5cz6K+Jmib8
Thanks Andrew, that was very helpful.
Just to make sure I understand what you wrote:
Multiple filters of the same type are treated as OR conditions.
Multiple filters of different types are teated as AND conditions.
I can specify the email subject line in the Notification name field. Is there a way to change the embedded title of the email from “MaDDash: Test Email Report” to something else? I put in a title field in the notification section of my yaml hoping that
would override it but that didn’t work.
-George
From: Andrew Lake <>
Date: Tuesday, May 2, 2017 at 9:32 AM To: George Uhl <>, perfsonar-user <> Subject: Re: [perfsonar-user] Maddash notification documentation
Hi George,
Not yet, I am working on it. Was hoping to have that out by now but have been distracted by other things. There are currently four types of filters you can add in the notification block:
1. category - This can be PERFORMANCE or CONFIGURATION. PERFORMANCE matches on patterns that contain “red" or “yellow” (i.e. checks that find data but fall below your set thresholds). CONFIGURATION matches against “orange (i.e. when the dashboard can't find
data for a given test)
2. “dashboard” - These correspond the names in the “dashboards” section of your maddash.yaml file. They essentially on alert on problems found in the grids that belong to a dashboard.
3. “grid” - These correspond to the names of individual grids found in the “grids” section of the maddash.yaml file
4. “site”- This is the name of a row or column. Usually the hostname or IP of the host being checked.
You can use multiple filters. Multiple filters of the same type are treated as an OR condition. For example if you define two “site” filters, one for "host1” and another for “host2”, you will get any alert that includes host1 or host2. Multiple filers of the
same type are treated as an AND condition. If we were to add a “category” filter with a value of “PERFORMANCE” to the previous example it would send alerts that are of type performance and include either host 1 or host 2. Hope some of that is helpful.
Thanks,
Andy
On May 1, 2017 at 10:55:11 AM, Uhl, George D. (GSFC-423.0)[SGT INC] () wrote:
|
- [perfsonar-user] Maddash notification documentation, Uhl, George D. (GSFC-423.0)[SGT INC], 05/01/2017
- Re: [perfsonar-user] Maddash notification documentation, Andrew Lake, 05/02/2017
- Re: [perfsonar-user] Maddash notification documentation, Uhl, George D. (GSFC-423.0)[SGT INC], 05/02/2017
- Re: [perfsonar-user] Maddash notification documentation, Andrew Lake, 05/03/2017
- Re: [perfsonar-user] Maddash notification documentation, Uhl, George D. (GSFC-423.0)[SGT INC], 05/02/2017
- Re: [perfsonar-user] Maddash notification documentation, Andrew Lake, 05/02/2017
Archive powered by MHonArc 2.6.19.