mirror of
https://github.com/ZeJMaN/shinken_ynh.git
synced 2025-06-07 09:25:29 +02:00
bugs corrections
This commit is contained in:
parent
ed485b40f3
commit
34ea0ba9b4
@ -28,7 +28,8 @@
|
||||
sub_filter_once off;
|
||||
|
||||
# All patterns that should be rewritten
|
||||
# sub_filter "href=\"/" "href=\"/shinken/";
|
||||
sub_filter "=\"/static" "=\"/shinken/static";
|
||||
# sub_filter "=\"/" "=\"/shinken/";
|
||||
sub_filter "href=\"/" "href=\"/shinken/";
|
||||
#sub_filter "=\"/static" "=\"/shinken/static";
|
||||
#sub_filter "=\"/" "=\"/shinken/";
|
||||
}
|
||||
|
||||
|
@ -38,6 +38,10 @@ sudo cp ../conf/webui2.cfg /etc/shinken/modules/webui2.cfg
|
||||
sudo rm /etc/shinken/brokers/broker-master.cfg
|
||||
sudo cp ../conf/broker-master.cfg /etc/shinken/brokers/broker-master.cfg
|
||||
|
||||
# Fix #407: 404 on Dashboard currently
|
||||
sed 's/routes/route/g' /var/lib/shinken/modules/webui2/plugins/dashboard/dashboard.py > /tmp/dashboard.py
|
||||
sudo mv /tmp/dashboard.py /var/lib/shinken/modules/webui2/plugins/dashboard/dashboard.py
|
||||
|
||||
# Add new shinken service
|
||||
sudo update-rc.d shinken defaults
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user