Releases: wftech/icinga2-naglite4
Releases · wftech/icinga2-naglite4
Pre-release (2019-11)
Fixed displaying of PENDING
First testing release
Test it or leave it.
nginx config snippet for today:
location /naglite4/ {
proxy_pass http://localhost:4080/;
}
location /naglite4/static/ {
proxy_pass http://localhost:4080/naglite4/static/ ;
}