TL;DR

too log didn't read

What happened today?

uptime -s

{{ since_last_boot }}

{% if since_last_boot is defined %} {% if days_since_last_boot|int > 15 %}This is unusual, we are used to ...{% else %}This is common, the fragility of these machines are more prominant than any cloud user expects. Partially because of scale, partially because a lot of labour that happen in datacenters just escapes us all when we want to just upload an image.{% endif %} {% endif %}

the ones below do not have the "right" annotation levels

last_user_added

{{last_user_added}} {% if last_user_added is defined %} A level 1 annotation for last_user_added {% else %} (no input) {% endif %}

users_created_today

{{users_created_today}} {% if users_created_today is defined %} A level 1 annotation for users_created_today {% else %} (no input) {% endif %}

list_active_services

{{list_active_services}} {% if list_active_services is defined %} A level 1 annotation for list_active_services {% else %} (no input) {% endif %}

list_groups

{{list_groups}} {% if list_groups is defined %} A level 1 annotation for list_groups {% else %} (no input) {% endif %}

list_package_installs

{{list_package_installs}} {% if list_package_installs is defined %} A level 1 annotation for list_package_installs {% else %} (no input) {% endif %}

list_package_upgrade

{{list_package_upgrade}} {% if list_package_upgrade is defined %} A level 1 annotation for list_package_upgrade {% else %} (no input) {% endif %}

list_package_remove

{{list_package_remove}} {% if list_package_remove is defined %} A level 1 annotation for list_package_remove {% else %} (no input) {% endif %}

device_info

{{device_info}} {% if device_info is defined %} A level 1 annotation for device_info {% else %} (no input) {% endif %}

debian_version

{{debian_version}} {% if debian_version is defined %} A level 1 annotation for debian_version {% else %} (no input) {% endif %}

kernel_version

{{kernel_version}} {% if kernel_version is defined %} A level 1 annotation for kernel_version {% else %} (no input) {% endif %}