Skip to content

Commit

Permalink
fix rrd conversion
Browse files Browse the repository at this point in the history
CMK-22156

Change-Id: Ib7be8cfbb3e482dd12461a2c798a6eed7ed09fc9
  • Loading branch information
mo-ki committed Feb 28, 2025
1 parent 1a9ae62 commit 3fc6755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cmk-convert-rrds
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def main() -> None:
)
args = parser.parse_args()

convert_rrds(rrdtool, args.hostnames, args.split, args.delete)
convert_rrds(rrdtool, args.hostnames, args.split_rrds, args.delete_rrds)


if __name__ == "__main__":
Expand Down

0 comments on commit 3fc6755

Please sign in to comment.