Received: from mail-lf1-f65.google.com (mail-lf1-f65.google.com [209.85.167.65]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1D05B781B39 for <~alpine/users@lists.alpinelinux.org>; Mon, 8 Jun 2020 02:48:00 +0000 (UTC) Received: by mail-lf1-f65.google.com with SMTP id e125so9276765lfd.1 for <~alpine/users@lists.alpinelinux.org>; Sun, 07 Jun 2020 19:48:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=S/f6I/2IGSrHUkeh+D4pRuibCJpnolY6V8UyOwK6AwA=; b=AFiayOiz89wqtJOSLUZ/vpz58KNC+O/NAxABRZjJhgHaNpaoFpfIeRW7+WxHm0S1c9 F0pJVBXidO9szRrmPOLarT6pcX5kXihbx+5HAScfILborEcNEO3JVx+Xlaj4yzPXk7rp MSzsAtycihICK5JWxrrFsDpQ6nkhR6fIkuZG8UK3i/zCV2399T7GliH59ssBY0Rm7gDk HMM4KNeYx3/VpJOF90oX15w5RUj55TbeBct12kBfeNtIDHkQu6s9mhWB4PZZBEijYp28 leqaJ6rlq4+CrJXG520IKOKX98sUsvbFDZV+ss+BmOBl18Pbww+LNz7rnvVIZEayoDRL 5tFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=S/f6I/2IGSrHUkeh+D4pRuibCJpnolY6V8UyOwK6AwA=; b=K0aX0zQxhoy+XQ3cMeWDN13naL4WVevK+dmaX87iZquk16wPyQ6RaW9gcVJ3xmdXyu E4nF/KKsjgHI6m3aeOwftLBSyan86zh8Apt2WsR74pmQI4J2CR7A5FnrrVl3pjFICwpx wEJDXV1S4mxd4O+p69U71xICH/tm/AKXazrwUxLoWqZoYMAi1sjFkPZsSB+fVUGgi870 iizrUf+tDh5xcgBaiA2n166oHzDmy0ge5ofQFDnaDi4l44BBhiDJkxtZamFHIFHPgLcl +U6KJHjiV++OO8Qy+yi5+WjHg+V3mpedQIwQJAOIUvWENs4dZzwp87DjpLj4bE+yM2wP AO0w== X-Gm-Message-State: AOAM5328QhI5kG+Yz3Uqph98QYmeiNynGWWmJTTntjxTqQJ5zcTQM9sD RMNPk9/uYMG2MlT929WNRN5O83XtF9mPslY5KScWwgV68Kg= X-Google-Smtp-Source: ABdhPJx71ngFObkBxF/AT3Z/ji7Ra0Ld4tehs6ElrkKs6qmhxCrxArUGVVJmlRtEsI5IZBMOxd4Pua0W1vrhcX6rmM4= X-Received: by 2002:ac2:4114:: with SMTP id b20mr11364300lfi.34.1591584479058; Sun, 07 Jun 2020 19:47:59 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: PICCORO McKAY Lenz Date: Sun, 7 Jun 2020 22:47:48 -0400 Message-ID: Subject: Re: Smokeping Lighttpd config issue To: Phani Krishna Raavi Cc: ~alpine/users@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="000000000000811f4d05a789a3fb" --000000000000811f4d05a789a3fb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable i read that wiki page.. everything on it is the biggest piece of crap I've ever seen: 1) it uses sudo.. 2) set up 777 to a file.. so are worldwide writeable 3) set up soft links that breaks and unorganized the filesystem hierarchy 4) added world wide permission to the lighttpd user also of course it break all kind of security, puff CORRECT WAY: 1) DONT USE ANY SUDO SHIT 2) use aliasing in lighttpd.. check lighttpd wiki page for examples 3) use aliasing to the .simg file event setup soft links 4) added lighttpd user to the net group to able to use traceroute, or use setuid 5) added lighttpd user to the net group to able to use fping, or use setuid All the monitoring production deploys must be like Catci wiki page: https://wiki.alpinelinux.org/wiki/Cacti:_traffic_analysis_and_monitoring_ne= twork Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com El dom., 7 de jun. de 2020 a la(s) 15:39, Phani Krishna Raavi (phani@rvr.in= ) escribi=C3=B3: > There is an issue with the Howto Smokeping in Alpine Linux ( > https://wiki.alpinelinux.org/wiki/Setting_up_Smokeping) the lighttpd > config is not working in the cgi. also what is the working URL in the abo= ve > config. > --000000000000811f4d05a789a3fb Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
i read that wiki page.. everything on it is the biggest pi= ece of crap I've ever seen:

1) it uses sudo..=C2=A0<= /div>
2) set up 777 to a file.. so are worldwide writeable
3)= set up soft links that breaks and unorganized the filesystem hierarchy
4) added world wide permission to the lighttpd user=C2=A0
=
also of course=C2=A0it break all kind=C2=A0of security, puff=

CORRECT WAY:

1) DONT USE= ANY SUDO SHIT
2) use aliasing in lighttpd.. check lighttpd wiki = page for examples
3) use aliasing to the .simg=C2=A0file event se= tup soft links
4) added lighttpd user to the net group to able to= use traceroute, or use setuid
5)=C2=A0added lighttpd user to the= net group to able to use fping, or use setuid

All the monitoring production deploys must be like Catci=C2=A0w= iki page:=C2=A0https://wiki.alpinelinux.org/wiki/Cacti:_t= raffic_analysis_and_monitoring_network


Lenz McKAY Gerardo (PICCORO)

El dom.,= 7 de jun. de 2020 a la(s) 15:39, Phani Krishna Raavi (phani@rvr.in) escribi=C3=B3:
There is an issue = with the Howto Smokeping in Alpine Linux (https://wiki.alpinelinu= x.org/wiki/Setting_up_Smokeping) =C2=A0the lighttpd config is not worki= ng in the cgi. also what is the working URL in the above config.=C2=A0
--000000000000811f4d05a789a3fb--