Releases: mickem/nscp
Releases · mickem/nscp
0.5.2.29
- Possibly fixed #525 json-spirit should not be a required dependancy
- Fixed #527 infinite recursion with malformed config file
- Fixed #518 silent installer not applying cli values
- Fixed so OP5_SERVER et.al. are applied correctly to the installer
- Added new OP5Client
- optimized the markdown a bit
- started to fix debian builds
- Added http client for mongoose wrapper
- moved moongose impl behind the c++ wrappers
- add centreon plugins to docs: ref #512
0.5.2.27
0.5.2.22
0.5.2.21
- REST: Added crude settings API (needs more work before making official)
- Fixed #435 added support for overriding http verb with X-HTTP-Method-Override
- Improved error message for 404:s
- Fixed some issues with enumerating settings keys
- Removed query from settings protobuf api as it was never used
- CORE: Fixed listing unloaded modules by name
- REST: Added POST of modules to upload them
- REST: Fixed execute_nagios support for plain text putput and fixed return code
- REST: Fixed segv when parsing privileges
- WEBServer: Fixed output from nscp web install
- zip-modules: fixed loading zip-modules without extensions
- REST: GET ...queries/ actually lists scripts not queries
- REST: Added putting log messages via REST API.
- Spell checked some docs a bit
0.5.2.20
- Added more python API documentation
- Fixed #499 Added details about adding performance data to documentation about checks
- Fixed #520 removed pointless log message about logger
- REST: Fixed #485 check_nscp_web is now supported again, sorry for the delay....
- Added command line commands to nscp web for adding users and roles: nscp web <add-user|add-role> --help
- REST: Added support for python runtime
0.5.2.19
- Updated docs
- REST: Added support for python runtime
- REST: Added support for loading zip modules
- Fixed python script CLI for loading scripts
- REST: Fixed fetching single plugin and plugin load status updates
- rest: fixed segv when fetching log records
- REST: Added links to modules controller
- Removed erroneous error message bout web password
- Added compatibility matrices to documentation (Fixing #482 )
- check_process: Fixed #494 empty status message
0.5.2.18
0.5.2.15
0.5.2.14
- check_eventlog: Added support for audit success/failure keyword filtering Fixed #488
- zip modules: added support for python script one-liners
- PythonScripts: Made python scripts compatible with external scripts cli as well as code refactoring
- check_pdh: Added ignore-errors to make counters return 0 instead of errors: #454
- Split external script up into chunks
- zip modules: Added modules and on_start to zip modules to load modules and run commands on start
- Implemented script support for zip plugins
- CheckExternalScripts added support for not writing the configuration when adding script (--no-config)
- Added zip plugin
- rest: added log api
- core: Cleaned up plugin manager
- Split the "core" into multiple classes (still need to cleanup the plugin_manager a bit)
- Fixed #472 Added sample exclude versus filter
- Fixed #471 added sample command with perf-config to check_memory