Skip to content

Releases: mickem/nscp

0.5.2.29

09 Jan 09:43
Compare
Choose a tag to compare
0.5.2.29 Pre-release
Pre-release
  • 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

22 Dec 06:23
Compare
Choose a tag to compare
0.5.2.27 Pre-release
Pre-release
  • Fixed installer
  • Added op5 client
  • Cleaned up the http code a bit

0.5.2.22

21 Nov 09:32
Compare
Choose a tag to compare
0.5.2.22 Pre-release
Pre-release

Fixed uploading modules

0.5.2.21

20 Nov 08:17
Compare
Choose a tag to compare
0.5.2.21 Pre-release
Pre-release
  • 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

16 Nov 20:44
Compare
Choose a tag to compare
0.5.2.20 Pre-release
Pre-release
  • 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

14 Nov 21:48
Compare
Choose a tag to compare
0.5.2.19 Pre-release
Pre-release
  • 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

12 Nov 15:32
Compare
Choose a tag to compare
0.5.2.18 Pre-release
Pre-release
  • Updated documentation
  • Events: Added proper event names
  • CheckEventLog added support for fetching xml
  • rest: added privileges to query controller

0.5.2.15

11 Nov 21:15
Compare
Choose a tag to compare
0.5.2.15 Pre-release
Pre-release
  • Improved documentation
  • Various minor rest api fixes (pagination, and links)
  • Fixed python script issues

0.5.2.14

06 Nov 21:56
Compare
Choose a tag to compare
0.5.2.14 Pre-release
Pre-release
  • 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

0.5.2.11

16 Oct 19:52
Compare
Choose a tag to compare
0.5.2.11 Pre-release
Pre-release
  • Fixed #413 check_network returning the wrong values
  • Added example real-time eventlog command to docs
  • Fixed linux builds