-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update templates for Icinga Powershell plugins #324
Conversation
8004d4c
to
3c5bf35
Compare
3c5bf35
to
2c36b6c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The introduced cpu_windows_powershell_framework.ini
and disk_windows_powershell_framework.ini
works fine in me environment.
But memory_windows_powershell_framework.ini
is not working for me.
It cant find the needed index.
Undefined index: icinga2.icinga-windows.services.Invoke-IcingaCheckMemory.Invoke-IcingaCheckMemory.perfdata.cpagefilesys.ifw_pagefile.used.value
But the index exists on the machine.
I am not 100% sure if this is a bug inside of the template or a failure inside of the environment.
I still have the setup. We can have a look together if you want.
Hi @tbauriedel, Can you please provide the |
Sure.
|
Hi @tbauriedel, I cannot reproduce the error. The perf data provided works perfectly on my end. This could be an error in your environment. |
Hi @tbauriedel, Now I've been able to reproduce the problem. |
#327 is the fix for it, please test if possible, just merge the mentioned branch. |
We've just talked about it off the record. The problem if now solved, it should fit. |
fixes #322