/ansible-role-linux-diagnostics

An ansible playbook which gathers important cpu, disk, memory, and network interface statistics from a target VM.

Primary LanguageRuby

linux-troubleshooting

Please see linux-troubleshooting.md for details on reading the output of these shell commands.

Links

Running Tests with Test Kitchen

The diagnostics run as part of the kitchen's default.yml so all you need to do is converge to see them run.

// Bring Up the Cluster and Run Diagnostics
bundle exec kitchen list
bundle exec kitchen converge

// All finished
bundle exec kitchen destroy