PoshSensu icon indicating copy to clipboard operation
PoshSensu copied to clipboard

PoshSensu is a PowerShell module to handle running PowerShell scripts as Sensu checks. The results are submitted to a Sensu client via the client socket input feature that the Sensu client provides.

Results 2 PoshSensu issues
Sort by recently updated
recently updated
newest added

This PR adds support for deep merging of hash tables and PSObjects. It also correctly merges single-element arrays. This allows for structures such as the following, which are required for...

Hello, I'm testing use PoshSensu, and it doesn't seem to work (anymore?): My JSON config: { "sensu_socket_ip": "localhost", "sensu_socket_port": "3030", "logging_enabled": true, "logging_level": "debug", "logging_directory": "C:\PoshSensu\Logs", "logging_filename": "poshsensu.log", "logging_max_file_size_mb": "10",...