You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup Sensu on three Windows servers yesterday. Two issues:
check-windows-ram.rb randomly returns: Access is denied. check-windows-disk.rb randomly returns: Invalid XSL format (or) file name. It does actually return an OK with the disk space usage, but that warning wasn't there yesterday. check-windows-process.rb randomly returns the errors in this issue: #33
What I gathered from that issue is that the fix is specifying the path to the Ruby executable. So I did:
I have setup Sensu on three Windows servers yesterday. Two issues:
check-windows-ram.rb
randomly returns:Access is denied.
check-windows-disk.rb
randomly returns:Invalid XSL format (or) file name.
It does actually return an OK with the disk space usage, but that warning wasn't there yesterday.check-windows-process.rb
randomly returns the errors in this issue: #33What I gathered from that issue is that the fix is specifying the path to the Ruby executable. So I did:
I also tried:
Unfortunately, both return an error:
Nothing changed on the servers. The same problems occurred on all three Windows Servers. It's Windows Server 2012.
Strange thing is that Sensu was setup on a Windows Server 2016 two days ago and this issue hasn't come up.
The text was updated successfully, but these errors were encountered: