Skip to content

Commit fb34381

Browse files
committed
chore(check2basket): generate link to svg instead of png
1 parent 39b6dc2 commit fb34381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/check2basket

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ except ImportError:
2424
colorama = False
2525

2626
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
27-
__version__ = '2025022301'
27+
__version__ = '2025030901'
2828

2929
DESCRIPTION = 'A tool to generate Icinga Director baskets from a check plugin.'
3030

@@ -309,7 +309,7 @@ def get_service_template(data, object_name, check_command, check_name, descripti
309309
"flapping_threshold_low": None,
310310
"groups": [],
311311
"host": None,
312-
"icon_image": f"{check_name}.png",
312+
"icon_image": f"{check_name}.svg",
313313
"icon_image_alt": None,
314314
"imports": [
315315
"tpl-service-generic"

0 commit comments

Comments
 (0)