if (component.status === 'operational') {
              table.push([
                chalk.grey(component.name + ': '),
                chalk.green(component.status.replace('_', ' '))
              ]);