metrics: Make metrics actually usable
This commit is contained in:
parent
933ee617ff
commit
2e4629d45e
8 changed files with 14 additions and 50 deletions
|
@ -311,16 +311,6 @@
|
|||
notify:
|
||||
- restart c3lf-sys3
|
||||
|
||||
- name: add c3lf-sys3-cron service
|
||||
template:
|
||||
src: templates/c3lf-sys3-cron.service.j2
|
||||
dest: /etc/systemd/system/c3lf-sys3-cron.service
|
||||
|
||||
- name: add c3lf-sys3-cron timer
|
||||
template:
|
||||
src: templates/c3lf-sys3-cron.timer.j2
|
||||
dest: /etc/systemd/system/c3lf-sys3-cron.timer
|
||||
|
||||
- name: reload systemd
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=c3lf sys3 background service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=www-data
|
||||
Group=www-data
|
||||
WorkingDirectory=/var/www/c3lf-sys3
|
||||
ExecStart=/var/www/c3lf-sys3/venv/bin/python3 /var/www/c3lf-sys3/repo/core/manage.py update_metrics
|
||||
Environment=DJANGO_SETTINGS_MODULE=core.settings
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=Run Nextcloud cron.php every 5 minutes
|
||||
|
||||
[Timer]
|
||||
OnCalendar=minutely
|
||||
Unit=c3lf-sys3-cron.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue