Bee Hive
{% if not hiveData["hive"] %}
{% endfor %}
{% endif %}
{% if hiveData["ondemand"] %}
{% endif %}
No Bees Abuzz!
{% else %} {% for cron, proc in hiveData["hive"].items() %}{{ cron }}
| PID | Bee | Start Time | Duration | Run Count | Action |
|---|---|---|---|---|---|
| {{ item['pid'] }} | {{ bee }} | {{ item['timestamp'] }} | {{ item['duration'] }} | {{ item['runcount'] }} |
|
ondemand
| ID | Cron | Command | Name | Description | Args | Action |
|---|---|---|---|---|---|---|
| {{ bee['id'] }} | {{ cron }} | {{ bee["command_slug"] }} | {{ bee['name'] }} | {{ bee['description'] }} | {{ bee["args"] }} |
|
{{ section }}
| ID | Cron | Command | Name | Description | Args | Enabled | Action |
|---|---|---|---|---|---|---|---|
| {{ bee['id'] }} |
{{ bee['name'] }}
|
{{ bee['description'] }}
|
{{ bee["args"] }} | {% if section != "ondemand" %} {% endif %} |