github mickem/nscp 0.11.4

latest release: 0.11.5
pre-releaseone day ago

What's Changed

Client mode (check_nsclient client) is not somewhat useful:

image

Still concept phase but you can now execute queries/commands via it.
I expect an it to be released in the week or two.

New API endpoint for getting logs since last time.

A new API was added /api/v2/logs/since which will allow you to fetch logs since a specific log id.
The last log id is provided in the header X-Log-Index.
Usage:

  • Call the API with parameter since set to 0
  • Remember the value of the response header X-Log-Index
  • Call the API with since = last value of X-Log-Index and you will only get logs since last you called the API.

Full Changelog: 0.11.3...0.11.4

Don't miss a new nscp release

NewReleases is sending notifications on new releases.