From d116e8837cd5b393310e0e54f4d54575e9a89637 Mon Sep 17 00:00:00 2001 From: Chris Aloi Date: Fri, 15 Sep 2023 09:40:21 -0400 Subject: [PATCH] Fix smokeping cgirul path Using an unmodified default installation of this image the filter menu box on the main smokeping page does not function properly. When entering text in this form field and pressing enter the result is a 404. Updating the smokeping.cgi path to live under smokeping resolved the problem. --- root/defaults/smoke-conf/General | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/smoke-conf/General b/root/defaults/smoke-conf/General index 9da97b6..bf6c602 100644 --- a/root/defaults/smoke-conf/General +++ b/root/defaults/smoke-conf/General @@ -6,7 +6,7 @@ mailhost = my.mail.host # NOTE: do not put the Image Cache below cgi-bin # since all files under cgi-bin will be executed ... this is not # good for images. -cgiurl = http://localhost/smokeping.cgi +cgiurl = http://localhost/smokeping/smokeping.cgi # specify this to get syslog logging syslogfacility = local0 # each probe is now run in its own process