You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to report that systemd service for rundeck_exporter doesn't work according to docu because of missing VERSION file in the rundeck_exporter path.
Getting following error:
/usr/local/bin/rundeck_exporter --help
Traceback (most recent call last):
File "/usr/local/bin/rundeck_exporter", line 30, in version = open(path.join(path.dirname(file),'VERSION')).read()
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/VERSION'
When i moved VERSION file with script to new path all works fine.
Please update script with version or documentation of systemd service.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I'd like to report that systemd service for rundeck_exporter doesn't work according to docu because of missing VERSION file in the rundeck_exporter path.
Getting following error:
/usr/local/bin/rundeck_exporter --help
Traceback (most recent call last):
File "/usr/local/bin/rundeck_exporter", line 30, in
version = open(path.join(path.dirname(file),'VERSION')).read()
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/VERSION'
When i moved VERSION file with script to new path all works fine.
Please update script with version or documentation of systemd service.
Thank you!
The text was updated successfully, but these errors were encountered: