File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Main features
99 - Proxy mode for hosts behind NAT/Gateways
1010 - Graphing probes metrics to OpenTSDB instances
1111
12- [ Install Wigo Monitoring from Chrome Web Store ] ( https://chrome.google. com/webstore/detail/ wigo-monitoring/eaoeankffafdpnhgnamdlifgaknjdcog )
12+ [ Install Wigo Monitoring browser extention for Chrome or Firefox ] ( https://github. com/carsso/ wigo-browser-extension )
1313
1414#### Screenshots:
1515
@@ -25,23 +25,16 @@ Main features
2525
2626### Installation
2727
28- > Warning : Breaking change since version 0.73.19 :
29- > A change in the wigo push protocol can cause crashes if your wigo push server version is < 0.73.22.
30- > You should update both wigo push clients and server to (at least) 0.73.22.
31-
3228##### Debian :
33- Deb packages are available for Debian 9, 10 and 11
29+ Deb packages are available for Debian >= 12
3430``` sh
3531apt-get install lsb-release
36- wget -O- http://deb.carsso.com/deb.carsso.com.key | apt-key add -
37- echo " deb http://deb.carsso.com $( lsb_release --codename --short) main" > /etc/apt/sources.list.d/deb.carsso.com.list
32+ sudo mkdir -p /etc/apt/keyrings
33+ wget -qO- http://deb.carsso.com/deb.carsso.com.key | gpg --dearmor | sudo tee /etc/apt/keyrings/deb.carsso.com.gpg > /dev/null
34+ echo " deb [signed-by=/etc/apt/keyrings/deb.carsso.com.gpg] http://deb.carsso.com $( lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/deb.carsso.com.list
3835apt-get update
3936apt-get install wigo
4037```
41- _ Debian 7 & 8 packages are not available anymore, it's time to upgrade :)_
42-
43- ##### Centos :
44- _ Centos packages are not available anymore, but you can build them by yourself_
4538
4639### Configuration / Setup
4740
You can’t perform that action at this time.
0 commit comments