-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
| self.publish(name + '.netuitive.docker.memory.container_memory_percent', 100.0 * self.memory['usage'] / self.memory['limit']) |
| self.publish(name + '.netuitive.docker.cpu.container_cpu_percent', 100.0 * usage / total) |
| self.publish(name + '.netuitive.docker.uptime.seconds', int(uptime.total_seconds())) |