AM
Size: a a a
AM
AM
b
if __name__ == '__main__':
while True:
try:
bot.polling(none_stop=True)
except requests.exceptions.ConnectionError as e:
print(e)
time.sleep(15)
except Exception as e:
print(e)
b
A
JW
A
p
p
p
SM
SM
p
JW
DN
DN
DN
{% if pillar['machines'] is defined %}
{% for hosts in pillar.get('machines', {}).items() -%}
- {{ hosts[2]['hostname'] }}:9100
- {{ hosts[1]['hostname'] }}:9126
{%- endfor %}
{% endif %}DN
DN
DN