8000 Glances CPU load seems to be string instead of numeric · Issue #3619 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Glances CPU load seems to be string instead of numeric #3619

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

Closed
snizzleorg opened this issue Sep 30, 2016 · 1 comment · Fixed by #3633
Closed

Glances CPU load seems to be string instead of numeric #3619

snizzleorg opened this issue Sep 30, 2016 · 1 comment · Fixed by #3633

Comments

@snizzleorg
Copy link
snizzleorg commented Sep 30, 2016

Make sure you are running the latest version of Home Assistant before reporting an issue.

You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:

Home Assistant release (hass --version):
0.28.1
Docker: homeassistant/rpi2-home-assistant

Python release (python3 --version):
Python 3.4.4

Component/platform:
glances

Description of problem:
glances cpu load value seems to be a string and not numeric

screen shot 2016-09-30 at 18 28 32

Expected:

numeric value that should produce a graph-history

Problem-relevant configuration.yaml entries and steps to reproduce:

  - platform: glances
    name: automator
    host: xxx.xxx.xxx.xxx
    port: 61208   
    resources:
      - 'disk_use_percent'
      - 'disk_use'
      - 'disk_free'
      - 'memory_use_percent'
      - 'memory_use'
      - 'memory_free'
      - 'swap_use_percent'
      - 'swap_use'
      - 'swap_free'
      - 'processor_load'
      - 'process_running'
      - 'process_total'
      - 'process_thread'
      - 'process_sleeping'
@fabaff
Copy link
Member
fabaff commented Oct 1, 2016

Well, it's numeric but there is no unit.

@fabaff fabaff mentioned this i 7EC7 ssue Oct 1, 2016
5 tasks
fabaff added a commit that referenced this issue Oct 1, 2016
@home-assistant home-assistant locked and limited conversation to collaborators Mar 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0