Skip to content

Commit df49f52

Browse files
committed
cache for one hour
1 parent 67ddfca commit df49f52

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'name': 'proxmox_bs',
99
'num_files': 4,
1010
'title': 'Proxmox Backup Server',
11-
'version': '0.3.1',
11+
'version': '0.3.2',
1212
'version.min_required': '2.0.0',
1313
'version.packaged': '2.0.0p3',
1414
'version.usable_until': None}

lib/check_mk/base/cee/plugins/bakery/proxmox_bs.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515

1616
def get_proxmox_bs_files(conf: Dict[str, Any]) -> FileGenerator:
1717
if conf != None:
18-
yield Plugin(base_os=OS.LINUX, source=Path("proxmox_bs"))
18+
yield Plugin(
19+
base_os=OS.LINUX,
20+
source=Path("proxmox_bs"),
21+
interval=3600,
22+
)
1923
yield PluginConfig(
2024
base_os=OS.LINUX,
2125
lines=[

0 commit comments

Comments
 (0)