Fix prune all unused images. Use sensors-polling production HTTP port
This commit is contained in:
parent
008953463f
commit
00bd6f1443
@ -43,5 +43,6 @@
|
|||||||
- name: Prune images
|
- name: Prune images
|
||||||
containers.podman.podman_prune:
|
containers.podman.podman_prune:
|
||||||
image: true
|
image: true
|
||||||
dangling_only: false
|
image_filters:
|
||||||
|
dangling_only: false
|
||||||
become: true
|
become: true
|
||||||
|
@ -51,5 +51,6 @@
|
|||||||
- name: Prune images
|
- name: Prune images
|
||||||
containers.podman.podman_prune:
|
containers.podman.podman_prune:
|
||||||
image: true
|
image: true
|
||||||
dangling_only: false
|
image_filters:
|
||||||
|
dangling_only: false
|
||||||
become: true
|
become: true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
http_port: 3001
|
http_port: 3000
|
||||||
|
|
||||||
# The output of the command must be a JSON dict with metrics name as keys and metrics value as value.
|
# The output of the command must be a JSON dict with metrics name as keys and metrics value as value.
|
||||||
polling_conf:
|
polling_conf:
|
||||||
|
Loading…
Reference in New Issue
Block a user