NSClient

NSClient++

Release 0.11.27

What's Changed

Added new checks:

check_temperature

Checks various temperatures in the system, this is somewhat limited as it only supported official thermal zones (let me know if you would like something improved).

check_temperature
L        cli OK: OK: Thermal Zone (THM): 25 C
L        cli  Performance data: 'Thermal Zone (THM)'=25C;70;90

check_disk_io

Check Disk IO utilization on the hard drives in the system.

check_disk_io
L        cli OK: OK: C:: 0% busy, read=0B/s write=0B/s q=0, HarddiskVolume1: 0% busy, read=0B/s write=0B/s q=0, HarddiskVolume5: 0% busy, read=0B/s write=0B/s q=0
L        cli  Performance data: 'C:'=0%;80;95 'HarddiskVolume1'=0%;80;95 'HarddiskVolume5'=0%;80;95

check_disk_health

Checks disk health (IO and disk free) in a single check.

check_disk_health
L        cli CRITICAL: CRITICAL: C:: 14% free, 0% busy, q=0 iops=0, HarddiskVolume1: 0% free, 0% busy, q=0 iops=0, HarddiskVolume5: 0% free, 0% busy, q=0 iops=0
L        cli  Performance data: 'C:'=14%;20;10 'C:'=0%;80;95 'HarddiskVolume1'=0%;20;10 'HarddiskVolume1'=0%;80;95 'HarddiskVolume5'=0%;20;10 'HarddiskVolume5'=0%;80;95

check_cpu_frequency

Check CPU frequency drift (i.e. thermal throttling).

check_cpu_frequency
L        cli OK: OK: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz: 2592/2592 MHz (100%)
L        cli  Performance data: 'Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz'=100%;50;30

Fixed system collection to use a fixed cadenc instead of sleeping 1 second.

This means that system metrics (like CPU, memory, network, etc) will be more exact.

If the system cannot keep up (i.e. it takes more then 1 second to run checks) you might see a warning every 5 minutes.

Added two new WEB UI widgets related to disk:

Skärmbild 2026-03-29 055717

Full Changelog: https://github.com/mickem/nscp/compare/0.11.26...0.11.27

nscp-0.11.27.tar.gz

Release tarball
application/gzip 2026-03-30 Download from Github

check_nsclient-0.11.27-rocky-10-x64

raw 2026-03-30 Download from Github

check_nsclient-0.11.27-rocky-9-x64

raw 2026-03-30 Download from Github

check_nsclient-0.11.27-ubuntu-24.04-x64

raw 2026-03-30 Download from Github

check_nsclient-0.11.27-Win32.exe

raw 2026-03-30 Download from Github

check_nsclient-0.11.27-x64.exe

raw 2026-03-30 Download from Github

NSCP-0.11.27-docs.zip

raw 2026-03-30 Download from Github

NSCP-0.11.27-rocky-10-amd64.rpm

raw 2026-03-30 Download from Github

NSCP-0.11.27-rocky-9-amd64.rpm

raw 2026-03-30 Download from Github

NSCP-0.11.27-ubuntu-24.04-amd64.deb

raw 2026-03-30 Download from Github

NSCP-0.11.27-Win32-legacy-xp.msi

raw 2026-03-30 Download from Github

NSCP-0.11.27-Win32-legacy-xp.zip

raw 2026-03-30 Download from Github

NSCP-0.11.27-Win32.msi

raw 2026-03-30 Download from Github

NSCP-0.11.27-Win32.zip

raw 2026-03-30 Download from Github

NSCP-0.11.27-x64.msi

raw 2026-03-30 Download from Github

NSCP-0.11.27-x64.zip

raw 2026-03-30 Download from Github

Release 0.11.26

What's Changed

This version adds two new dashboard widgets that showcases some statistics as well as a network graph. I also fixes and issue relating to calculating network measurements.

image

It also changes the tools bar slightly to make them a bit less intense:

image

Other changes:

  • three new metrics which contains the refresh times of metrics, system metrics and network metrics so you can see this in the web UI.
  • Removes unnecessary scientific notations for number in the metrics api so now you will get 1 instead of 1E1. Both are valid json so this should not impact anyone as long as your not using grep or some such to parse the json.
  • Added network metrics to web UI by @mickem in https://github.com/mickem/nscp/pull/1199

Full Changelog: https://github.com/mickem/nscp/compare/0.11.25...0.11.26

nscp-0.11.26.tar.gz

Release tarball
application/gzip 2026-03-26 Download from Github

check_nsclient-0.11.26-rocky-10-x64

raw 2026-03-26 Download from Github

check_nsclient-0.11.26-rocky-9-x64

raw 2026-03-26 Download from Github

check_nsclient-0.11.26-ubuntu-24.04-x64

raw 2026-03-26 Download from Github

check_nsclient-0.11.26-Win32.exe

raw 2026-03-26 Download from Github

check_nsclient-0.11.26-x64.exe

raw 2026-03-26 Download from Github

NSCP-0.11.26-docs.zip

raw 2026-03-26 Download from Github

NSCP-0.11.26-rocky-10-amd64.rpm

raw 2026-03-26 Download from Github

NSCP-0.11.26-rocky-9-amd64.rpm

raw 2026-03-26 Download from Github

NSCP-0.11.26-ubuntu-24.04-amd64.deb

raw 2026-03-26 Download from Github

NSCP-0.11.26-Win32-legacy-xp.msi

raw 2026-03-26 Download from Github

NSCP-0.11.26-Win32-legacy-xp.zip

raw 2026-03-26 Download from Github

NSCP-0.11.26-Win32.msi

raw 2026-03-26 Download from Github

NSCP-0.11.26-Win32.zip

raw 2026-03-26 Download from Github

NSCP-0.11.26-x64.msi

raw 2026-03-26 Download from Github

NSCP-0.11.26-x64.zip

raw 2026-03-26 Download from Github