Release 0.5.2.1
First 0.5.2 build which has a brand new web server. Please note this is very early in the web server development effort so there might be a lot of new bugs, and as always with front facing service bugs they might be remote exploitable... so use with care!
The mayor new benefit of the new web serve is that is is multi threaded meaning you can run any number of commands simultaneously.
nscp-0.5.2.1.tar.gzRelease tarball |
application/gzip | 2017-09-24 | Download from Github |
NSCP-0.5.2.1-Win32-docs.zip |
application/json | 2017-09-24 | Download from Github |
NSCP-0.5.2.1-Win32-symbols.zip |
application/json | 2017-09-24 | Download from Github |
NSCP-0.5.2.1-Win32.msi |
application/json | 2017-09-24 | Download from Github |
nscp-0.5.2.1-Win32.zip |
application/json | 2017-09-24 | Download from Github |
NSCP-0.5.2.1-x64-docs.zip |
application/json | 2017-09-24 | Download from Github |
NSCP-0.5.2.1-x64-symbols.zip |
application/json | 2017-09-24 | Download from Github |
NSCP-0.5.2.1-x64.msi |
application/json | 2017-09-24 | Download from Github |
nscp-0.5.2.1-x64.zip |
application/json | 2017-09-24 | Download from Github |
Seconday_NSCP-0.5.2.1-Win32.msi |
application/json | 2017-09-24 | Download from Github |
Seconday_NSCP-0.5.2.1-x64.msi |
application/json | 2017-09-24 | Download from Github |
Release 0.5.1.45
- Fixed name of Windows 2016 server
- check_os_version: Added %(suite) to show wich suite is installed.
Release 0.5.1.44
Major changes sine 0.5.0
The main goals of the 0.5.1 was to add event subsystem and make fix bugs/issues. In addition to this the installer has been rewritten as well as the documentation.
- Event subsystem
- New documentation
- New installer
- Numerous bugfixes and minor enhancements
Event subsystem
This is perhaps more interesting for developers of scripts for NSClient++ but it is a way to send notifications without having to adhere to the Nagios check result format. It was designed to make event-log to syslog forwarding simpler as well as detecting installed software and similar non check things. As of yet this can only be used inside internal scripts but the idea is to use these building-blocks to add many new features such as automatic monitoring configuration in the future.
New documentation
The old restructured documentation has been replaced with a new one based on mark down. This is actually more important then it seems as markdown renders on github this means you can now easily edit the documentation directly in your browser if you see any issues. The documentation was also brought back into the regular git repository as well making this even simpler.
New installer
While the installer is not all that new enough of the logic has been rewritten and tested to make sure silent installers are very very easy to make. Overriding configuration keys on command line is now much more predictable and works without strange voodoo.
Bugfixes enhancements
As always there are numerous bug fixes and enhancements and a full list of changes can be found in the documentation