Skip to content

Releases: wftech/icinga2-naglite4

Pre-release (2019-11)

29 Nov 12:22
Compare
Choose a tag to compare
Pre-release (2019-11) Pre-release
Pre-release

Fixed displaying of PENDING

First testing release

17 Jan 07:12
Compare
Choose a tag to compare
First testing release Pre-release
Pre-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/ ;
        }