Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PerfCounterPlugin problem with Czech locales #29

Closed
agroszer opened this issue Dec 19, 2012 · 3 comments
Closed

PerfCounterPlugin problem with Czech locales #29

agroszer opened this issue Dec 19, 2012 · 3 comments

Comments

@agroszer
Copy link
Contributor

Original author: [email protected] (August 25, 2011 12:29:49)

After i read http://code.google.com/p/munin-node-win32/issues/detail?id=3 i though i solved my problem but only what i found there is a problem with czech ascii like: "ěščřžýáíéúů".

Is it problem in API what are you using or in your script? Every object or counter without special ascii character works fine.

I try install 1.6.1 beta but there is the same problem.

ERROR:PerfCounter plugin: disktime: PDH add counter error=c0000bb9
RROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_disktime]
RROR:PerfCounter plugin: processor: PDH add counter error=c0000bb9
RROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_processor]
ERROR:PerfCounter plugin: uptime: PdhEnumObjectItems error=c0000bb8
ERROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_uptime]
ERROR:PerfCounter plugin: smtpmessagessent: PdhEnumObjectItems error=c0000bb8

Errorlist from MSDN:
0xC0000BB8 (PDH_CSTATUS_NO_OBJECT) The specified object is not found on the system.
0xC0000BB9 (PDH_CSTATUS_NO_COUNTER) The specified counter could not be found.

Thank you in advance for your reply.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=24

@CWempe
Copy link

CWempe commented Feb 18, 2017

Maybe #70 does solve this issue.

@kefealo
Copy link

kefealo commented Dec 19, 2017

munin-node.ini not UTF-8 formatted.

@sumpfralle
Copy link
Collaborator

@kefealo: I am not sure, how to interpret your hint. Is this related to the problem above? Should be something done about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants