Or the 25 hour work week. Heavily borrowed from cblgh.
The structure is simple:
- 1 pomodoro planning the work day
- 8 pomodoros of work
- 3 pomodoros of break
1+8+3=12 pomodoros,
Or the 25 hour work week. Heavily borrowed from cblgh.
The structure is simple:
1+8+3=12 pomodoros,
# Prometheus Recoding and Alert Rules Collection | |
# Copyright (C) 2017 Matous Jan Fialka, <http://mjf.cz/> | |
# Released under the terms of The MIT License | |
groups: | |
- name: node_common | |
interval: 30s | |
rules: |
#!/usr/bin/env sh | |
# Copyright (c) 2015 Nathan Schulte | |
# set LOGIN and API_KEY below -- | |
# see bottom for example use, in this case, checking and updating the default DNS A RR for a domain | |
# 0: request URI, e.g. '/dns/example.com/listRRs' | |
# 1..n: parameters | |
make_request () { | |
LOGIN='' |