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

Nagios Graph problems with "____" in the end of String #27

Open
micneon opened this issue Feb 10, 2018 · 1 comment
Open

Nagios Graph problems with "____" in the end of String #27

micneon opened this issue Feb 10, 2018 · 1 comment
Assignees

Comments

@micneon
Copy link

micneon commented Feb 10, 2018

I get in Nagios Graph errors at a new Supermicro Mainboard with ESXI 6.5
The error is:
No data available: host=xxxx service=ESXI Check db=P4Tem_4_Other_4_HDD_
No data available: host=xxxx service=ESXI Check db=P4Tem_4_Other_4_AOC_SAS_

in the shell this infos i get:

P4Tem_3_Other_4_AOC_SAS_Temp___=49;100;105 P4Tem_4_Other_4_HDD_Temp_______=32;50;55

how can i fix it?

@micneon
Copy link
Author

micneon commented Feb 10, 2018

is it okay to fix it with that fix ?

remove Line 774
<perf_el = elementName.replace(' ','_')

new 2 new lines

elementNameClean = elementName.strip ()
perf_el = elementNameClean.replace(' ','_')

@Napsty Napsty self-assigned this Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants