Hi everyone,
I have installed scrutiny on my proxmox server and when I manually execute the command, it runs through fine, but when I add it to crontab -e for root, it errors out with the following error message: "ERROR: DependencyMissingError: "smartctl binary is missing"
This is the command manually:
This is the commend when executing crontab -e as root:
Thanks for some guidance!
I have installed scrutiny on my proxmox server and when I manually execute the command, it runs through fine, but when I add it to crontab -e for root, it errors out with the following error message: "ERROR: DependencyMissingError: "smartctl binary is missing"
This is the command manually:
/opt/scrutiny/bin/scrutiny-collector-metrics-linux-amd64 run --host-id "Proxmox Homelab" --api-endpoint "http://10.23.1.1:8180"
This is the commend when executing crontab -e as root:
0 22 * * * /opt/scrutiny/bin/scrutiny-collector-metrics-linux-amd64 run --host-id "Proxmox Homelab" --api-endpoint "http://[I]10.23.1.1[/I]:8180"
Thanks for some guidance!
Last edited: