I am a windows user and trying various monitoring systems. I found sensu as a good alternative to try out. So I installed the server on a VM and installed the windows client on my local mahcine (windows 10) according to this document: https://sensuapp.org/docs/latest/windows-service-configuration
On the sensu terminal (port 3000) I am getting this error:
/opt/sensu/embedded/bin/ruby.exe /etc/sensu/plugins/check-disk-windows.rb - No such file or directory
Which is true as I guess as I did not install any checks or plug-ins.
I looked into https://github.com/sensu-plugins/sensu-plugins-windows but I am not sure how to install it. Is there any windows installer for the plug-ins? if not, can someone point me to a document that will explain how to do it. I google around but could not find good instructions to install plugins for windows. I have basic knowledge of unix but do not have experience in writing Ruby code.
Checks should be in all client machines, that means you need to install that check into your windows machine
Regards
···
On Sunday, February 21, 2016 at 6:10:29 AM UTC+1, jojobar wrote:
I am a windows user and trying various monitoring systems. I found sensu as a good alternative to try out. So I installed the server on a VM and installed the windows client on my local mahcine (windows 10) according to this document: https://sensuapp.org/docs/latest/windows-service-configuration
On the sensu terminal (port 3000) I am getting this error:
/opt/sensu/embedded/bin/ruby.exe /etc/sensu/plugins/check-disk-windows.rb - No such file or directory
Which is true as I guess as I did not install any checks or plug-ins.
I looked into https://github.com/sensu-plugins/sensu-plugins-windows but I am not sure how to install it. Is there any windows installer for the plug-ins? if not, can someone point me to a document that will explain how to do it. I google around but could not find good instructions to install plugins for windows. I have basic knowledge of unix but do not have experience in writing Ruby code.