Skip to content

0.10.8

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Nov 16:10
· 2 commits to main since this release

What's Changed

Minor release which adds NSCA documentation and a command line option for nscp nsca to set the host name --hostname.

The NSCA Guide can be found here

nscp nsca --host 127.0.0.1 --password secret-password ^
    --encryption aes256 --command "service check" --result 2 --hostname "my host name" --message "Hello From command line"

It also adds test cases against real NSCA server to ensure compatiblity.

Full Changelog: 0.10.7...0.10.8