Talk:Setting up Smokeping: Difference between revisions
(→Wrong default config: new section) |
|||
Line 1: | Line 1: | ||
== Wrong default config == | == Wrong default config == | ||
=== smokeping === | |||
When creating needed directories, do not forget to properly set ownership and access rights! | The default directories in /etc/smokeping/config do not exists.<br/> | ||
When creating needed directories (in /var and not in /usr), do not forget to properly set ownership and access rights!<br/> | |||
The pid should go under /var/run/smokeping. | |||
The /usr/etc/*.dist files should be replaced by /etc/smokeping/* (without the .dist extention). | |||
=== lighttpd === | |||
<pre> | |||
smoke:~# wget http://localhost/smokeping/smokeping.cgi | |||
Connecting to localhost (127.0.0.1:80) | |||
wget: server returned error: HTTP/1.1 403 Forbidden | |||
</pre> | |||
--[[User:Jch|Jch]] ([[User talk:Jch|talk]]) 09:19, 16 April 2015 (UTC) | --[[User:Jch|Jch]] ([[User talk:Jch|talk]]) 09:19, 16 April 2015 (UTC) |
Revision as of 09:28, 16 April 2015
Wrong default config
smokeping
The default directories in /etc/smokeping/config do not exists.
When creating needed directories (in /var and not in /usr), do not forget to properly set ownership and access rights!
The pid should go under /var/run/smokeping.
The /usr/etc/*.dist files should be replaced by /etc/smokeping/* (without the .dist extention).
lighttpd
smoke:~# wget http://localhost/smokeping/smokeping.cgi Connecting to localhost (127.0.0.1:80) wget: server returned error: HTTP/1.1 403 Forbidden