Skip to content
Snippets Groups Projects
Verified Commit 6d33b0f2 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Use new function to check irods filepath

parent 0c61b842
No related branches found
No related tags found
1 merge request!20Dockerise the monitoring
......@@ -203,7 +203,7 @@ def top10():
"{} UTC".format(
datetime.utcfromtimestamp(r[8]).strftime("%c")),
"irods_path":
kp.tools.irods_filepath(r[4], r[5]),
kp.tools.irods_path(r[4], r[5]),
"xrootd_path":
kp.tools.xrootd_path(r[4], r[5])
} for r in raw_data]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment