Kai
Kai
I have another non working device which uses protocol v3.4. Device product link: https://de.aliexpress.com/item/1005004728884902.html ``` { "type": "device", "common": { "name": "Wifi G9 lighut", "read": true }, "native": { "virtual":...
As a supplement. Files are returned with the size 0. ``` node_disk_usage_bytes{path="c:\\temp\\disk_usage_exporter-0.4.0\\LICENSE"} 0 node_disk_usage_bytes{path="c:\\temp\\disk_usage_exporter-0.4.0\\Makefile"} 0 node_disk_usage_bytes{path="c:\\temp\\disk_usage_exporter-0.4.0\\README.md"} 0 ```
We have achieved this by simply setting the environment variable RUNDECK_METRICS_ENABLED=true. You can take a look at https://github.com/rundeck/rundeck-exporter-demo/blob/main/docker-compose.yml as an example.
We have the same issue. My Rundeck detail Rundeck version: 4.17.3 install type: docker OS Name/version: official image DB Type/version: postgresql
Rundeck 5.0 container seems to be build on LABEL org.opencontainers.image.ref.name=ubuntu LABEL org.opencontainers.image.version=22.04 https://hub.docker.com/layers/rundeck/rundeck/5.0.0/images/sha256-99cb24243de7537044d578986c80e4c45cff6a8c3159df15de9172063e9e3716?context=explore Verified ```shell rundeck@ad5987d52439:/$ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.3 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian...
Enabled the rundeck.security.syncLdapUser feature yesterday on 4.8.0 and also had the duplicate user problem.
Works for me with the current release. Thank you
Hi @MegaDrive68k, yes but it won't use the values from the framework.properties. My current workaround is, that I've writen my values to the defaultValue. Regards, Kai