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
Running latest stable releae on a Ubuntu 12.04 (German) server, crashes collector, due to decimal seperator:
Traceback (most recent call last):
File "agent/agent.py", line 198, in <module>
daemon.run()
File "agent/agent.py", line 84, in run
c.doChecks(True, systemStats, checksd)
File "/profiles/swi/.datadog-agent/agent/checks/common.py", line 230, in doChecks
cpuStats = sys_checks['cpu'].check(self.checksLogger, self.agentConfig)
File "/profiles/swi/.datadog-agent/agent/checks/system/unix.py", line 590, in check
cpu_usr = get_value(headers, data, "%usr")
File "/profiles/swi/.datadog-agent/agent/checks/system/unix.py", line 554, in get_value
return float(data[legend.index(name)])
ValueError: invalid literal for float(): 0,17
Traceback (most recent call last):
File "agent/agent.py", line 198, in <module>
daemon.run()
File "agent/agent.py", line 84, in run
c.doChecks(True, systemStats, checksd)
File "/profiles/swi/.datadog-agent/agent/checks/common.py", line 230, in doChecks
cpuStats = sys_checks['cpu'].check(self.checksLogger, self.agentConfig)
File "/profiles/swi/.datadog-agent/agent/checks/system/unix.py", line 590, in check
cpu_usr = get_value(headers, data, "%usr")
File "/profiles/swi/.datadog-agent/agent/checks/system/unix.py", line 554, in get_value
return float(data[legend.index(name)])
ValueError: invalid literal for float(): 0,21
Workaround:
export LC_ALL=en_US.UTF-8
(before was de_DE.UTF-8)
Output from mpstat 1 3 (which is run from unix.py:554)
Running latest stable releae on a Ubuntu 12.04 (German) server, crashes collector, due to decimal seperator:
Workaround:
(before was de_DE.UTF-8)
Output from mpstat 1 3 (which is run from unix.py:554)
The text was updated successfully, but these errors were encountered: