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