Re: [Ganglia-general] stacked graph not working

2024-02-16 Thread Sun, Zhongdong
" --vertical-label " . escapeshellarg($_GET['vl']); --- > $command .= " --vertical-label " . sanitize($_GET['vl']); 120d119 < $command = sanitize($command); From: Sun, Zhongdong Sent: Friday, February 16, 2024 7:49 PM To: 'Vladimir Vuksan' ; ganglia-general@lists.sourceforge.net

Re: [Ganglia-general] stacked graph not working

2024-02-16 Thread Sun, Zhongdong
for your time and helps in this matter. I really appreciate that. Zhongdong From: Sun, Zhongdong Sent: Friday, February 16, 2024 11:28 AM To: Vladimir Vuksan Subject: RE: [Ganglia-general] stacked graph not working Hi Vladimir, I can comment out this line and look at the /tmp folder. There are many

Re: [Ganglia-general] stacked graph not working

2024-02-15 Thread Vladimir Vuksan
*Sent:* Thursday, February 15, 2024 10:56 AM *To:* ganglia-general@lists.sourceforge.net *Subject:* Re: [Ganglia-general] stacked graph not working It looks like a command line arguments encoding issue somewhere around here https://github.com/ganglia/ganglia-web/blob/master/functions.php#L1410 Not su

Re: [Ganglia-general] stacked graph not working

2024-02-15 Thread Sun, Zhongdong
n many Rocky 8.4 machines, all are fresh installed. The ganglia-web version is 3.7.5-40. Could you please provide more advice how to debug this? Thanks. Zhongdong From: Vladimir Vuksan Sent: Thursday, February 15, 2024 10:56 AM To: ganglia-general@lists.sourceforge.net Subject: Re: [Ganglia-g

Re: [Ganglia-general] stacked graph not working

2024-02-15 Thread Vladimir Vuksan
It looks like a command line arguments encoding issue somewhere around here https://github.com/ganglia/ganglia-web/blob/master/functions.php#L1410 Not sure why apostrophe is being replaced with . That's breaking the rrdtool invocation. You will need to investigate how to change that behavior.