Hello,
Can someone please suggest me a playbook to get uptime, disk , cpu , RAM , system load, from multiple Linux servers – in HTML format or in CSV format.
Thanks,
Deepan M
Hello,
Can someone please suggest me a playbook to get uptime, disk , cpu , RAM , system load, from multiple Linux servers – in HTML format or in CSV format.
Thanks,
Deepan M
You should probably look for a role on Ansible Galaxy.
HTML is a markup language and not suitable to store data. CSV make more sense. In case you don't find a ready-made role, you might have to write one yourself. All the best!
Hello,
Can someone please suggest me a playbook to get uptime, disk , cpu , RAM , system load, from multiple Linux servers
– in HTML format or in CSV format.You should probably look for a role on Ansible Galaxy.
HTML is a markup language and not suitable to store data. CSV make more sense. In case you don't find a ready-made
role, you might have to write one yourself. All the best!
Or start using a real monitoring system ... there are a lot of options for Linux servers, from simple to sophisticated.
Regards
Racke