Skip to Content.
Sympa Menu

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

Subject: perfSONAR User Q&A and Other Discussion

List archive

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


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

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




Archive powered by MHonArc 2.6.16.

Top of Page