Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Reverse %row and %col in maddash.yaml?

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Reverse %row and %col in maddash.yaml?


Chronological Thread 
  • From: Andrew Lake <>
  • To: Ty Bell <>
  • Cc: perfsonar-user <>
  • Subject: Re: [perfsonar-user] Reverse %row and %col in maddash.yaml?
  • Date: Fri, 27 Feb 2015 16:14:07 -0500

Hi,

Actually it probably shouldn't be swapping it in the graph, the alternate MA
check is just meant to switch the MA queried not the src and dest. I created
an issue and we'll try to get a fix in the final 3.4.2 (currently in beta
testing).

Thanks,
Andy


On Feb 27, 2015, at 4:02 PM, Ty Bell
<>
wrote:

> Hi All,
>
> Something I noticed (I’m using the latest 3.4 Mesh config packages) with
> generate_gui_configuration, when it creates the “Loss_Alternate_MA”
> section, it swaps %col and %row for source and dest for graphWidget.cgi,
> but not description or command.
>
> Here’s a snippet from my maddash.yaml
>
> PerfSONAR_Mesh_-_OWAMP_Test_Between_Hosts_-_Loss:
> checkInterval: 1800
> critical_description: Loss rate is >= 0.01
> description: Loss from %row to %col
> ...
> id: PerfSONAR_Mesh_-_OWAMP_Test_Between_Hosts_-_Loss
> name: Loss
> ok_description: Loss rate is <= 0
> params:
> command: /opt/perfsonar_ps/nagios/bin/check_owdelay.pl -u %maUrl -w 0 -c
> 0.01 -r 900 -l -p -s %row -d %col
> graphUrl:
> em-2.test-srv:
> default:
> /serviceTest/graphWidget.cgi?url=%maUrl&source=%row&dest=%col
>
>
>
> PerfSONAR_Mesh_-_OWAMP_Test_Between_Hosts_-_Loss_Alternate_MA:
> checkInterval: 1800
> critical_description: Loss rate is >= 0.01
> description: Loss from %row to %col
>
> id: PerfSONAR_Mesh_-_OWAMP_Test_Between_Hosts_-_Loss_Alternate_MA
> name: Loss Alternate MA
> ok_description: Loss rate is <= 0
> params:
> command: /opt/perfsonar_ps/nagios/bin/check_owdelay.pl -u %maUrl -w 0 -c
> 0.01 -r 900 -l -p -s %row -d %col
> graphUrl:
> em-2.test-srv:
> default:
> /serviceTest/graphWidget.cgi?url=%maUrl&source=%col&dest=%row
>
> Should description under Alternate MA be %col to %row and should command
> have -s %col -d %row?
>
>
> Thanks,
> --Ty
>

Attachment: smime.p7s
Description: S/MIME cryptographic signature




Archive powered by MHonArc 2.6.16.

Top of Page