perfsonar-user - RE: [perfsonar-user] MaDDash - Multiple Grids
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: "Contardo, Gianni Carlo" <>
- To: "" <>
- Subject: RE: [perfsonar-user] MaDDash - Multiple Grids
- Date: Mon, 6 Nov 2023 18:04:56 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=llnl.gov; dmarc=pass action=none header.from=llnl.gov; dkim=pass header.d=llnl.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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=o3fRmiqdsuPSvWqr13fVQFVtIxmvCV9E30hzDzlQkmI=; b=H4cjg04bSD5sAIN+Op4IwB2FrhTsEkP6rwyoYkIahcSFyARzolVqAOs41olK0UKC1kIaHquWkROOE0ga83jg3kwVKjr+3nzCz3D864vcPyoZ6fYJM2XoxgwEQBahM2jprWMCq/eNQDO+SWiTiCimLRwJO/44Agg/2KVyrooKlV5keaGqzK7jy7n0AAdv4mCS5FFFAWDzSY7PXC+t5C3IMPE+xu238LlIE6pE7EvHUzgdXJslAJ8gXOL29CmtdwXG3Yon9pkD5rXjcLBJ05DA8vlNVa5XX0KQ57+2MCjfCLEBLHzPjd9oqZ9g3SzvYsD4b+ljgmIaq64zwIzeeKaCOQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CaxkQYVkRi7OfFlP/oUeeWuI88XRVbp/GrOy2zh4xjb3JOGehC6bWVkp/tHh3kyJ6ypeL4g4okJEw4rRm0R7os+MxjBuzxCIHS8qDCD99K42gdXCbOVlhp+JtbQ3KxNJKoblk7/gvUZIyZvg3b3baY3rEnxQ4fcTFPFfEmQ2fIITmWJ53ecIuqUhlobJLygxgHDpnmXiA2z00SeUY+PZE9m93wyIwXBkaW1/Ad7tl4BNTSNcs51coSjiFzGKLW6Q7orJMzqdq//wykfASRoz7jH7Pe05lpnoaKnC9KF1hYPnQAVROtmkHuI+psj3/Du2OxMWv3xvj1wSP68SF8C3EQ==
Good Morning,
We ran the following command:
$ sudo psconfig maddash-grid add --name "LLNL_rtt" --check-type ps-nagios-rtt --visualization-type ps-graphs --check-critical-threshold 100 --check-warning-threshold 80
Later we checked the Web UI, now both grids show up, but the rtt grid has an error – “Grid is down”
Checked plug-ins:
$ psconfig maddash-check-plugins
The following pSConfig MaDDash agent check plugins are installed:
ps-nagios-rtt ps-nagios-pathmtu ps-nagios-owdelay ps-nagios-retransmits ps-nagios-ping-loss ps-nagios-loss ps-nagios-dns ps-nagios-http ps-nagios-traceroute ps-nagios-pscheduler-raw ps-nagios-throughput
As listed in “Potential Solutions” we checked the files in /var/log/maddash and found the following in maddash-server.log:
$ tail -f maddash-server.log ERROR 2023-11-06 09:42:34,013 Error running nagios check: Cannot run program "/usr/lib64/nagios/plugins/check_rtt.pl": error=2, No such file or directory ERROR 2023-11-06 09:42:34,013 Error running nagios check: Cannot run program "/usr/lib64/nagios/plugins/check_rtt.pl": error=2, No such file or directory ERROR 2023-11-06 09:42:34,013 Error running nagios check: Cannot run program "/usr/lib64/nagios/plugins/check_rtt.pl": error=2, No such file or directory ERROR 2023-11-06 09:42:34,012 Error running nagios check: Cannot run program "/usr/lib64/nagios/plugins/check_rtt.pl": error=2, No such file or directory ERROR 2023-11-06 09:42:34,014 Error running nagios check: Cannot run program "/usr/lib64/nagios/plugins/check_rtt.pl": error=2, No such file or directory ERROR 2023-11-06 09:42:34,015 Error running nagios check: Cannot run program "/usr/lib64/nagios/plugins/check_rtt.pl": error=2, No such file or directory ERROR 2023-11-06 09:42:34,015 Error running nagios check: Cannot run program "/usr/lib64/nagios/plugins/check_rtt.pl": error=2, No such file or directory ERROR 2023-11-06 09:42:34,015 Error running nagios check: Cannot run program "/usr/lib64/nagios/plugins/check_rtt.pl": error=2, No such file or directory ERROR 2023-11-06 09:42:34,016 Error running nagios check: Cannot run program "/usr/lib64/nagios/plugins/check_rtt.pl": error=2, No such file or directory ERROR 2023-11-06 09:42:34,017 Error running nagios check: Cannot run program "/usr/lib64/nagios/plugins/check_rtt.pl": error=2, No such file or directory
And yes, that file does not exist.
Any guidance would be appreciated.
Thank you.
Gianni
From: Andrew Lake <>
Hi,
If you want to have a Grid based on RTT then run a command like the following on your MaDDash host:
psconfig maddash-grid add --name llnll_rtt --check-type ps-nagios-rtt --visualization-type ps-graphs --check-critical-threshold 100 --check-warning-threshold 50
More details on this command can be found here: https://docs.perfsonar.net/psconfig_maddash_agent.html#configuring-grids
You can tweak the warning and critical thresholds to values that make sense. One thing to be conscious of is that RTT will be distance dependent, but the threshold apply to every test in your grid. If you have endpoints of varying distances an alarm on RTT may not be very useful. If they are similarly distance or you just set the thresholds on relatively high values, you may get some benefit, but that’s why such grids are not configured by default.
Thanks, Andy
On November 3, 2023 at 12:41:50 PM, Contardo, Gianni Carlo () wrote:
|
- [perfsonar-user] MaDDash - Multiple Grids, Contardo, Gianni Carlo, 11/03/2023
- Re: [perfsonar-user] MaDDash - Multiple Grids, Andrew Lake, 11/03/2023
- RE: [perfsonar-user] MaDDash - Multiple Grids, Contardo, Gianni Carlo, 11/06/2023
- RE: [perfsonar-user] MaDDash - Multiple Grids, Andrew Lake, 11/07/2023
- RE: [perfsonar-user] MaDDash - Multiple Grids, Contardo, Gianni Carlo, 11/06/2023
- Re: [perfsonar-user] MaDDash - Multiple Grids, Andrew Lake, 11/03/2023
Archive powered by MHonArc 2.6.24.