Skip to content

Commit 67ddfca

Browse files
committed
warning about agent output size
1 parent 46924b3 commit 67ddfca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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.0',
11+
'version': '0.3.1',
1212
'version.min_required': '2.0.0',
1313
'version.packaged': '2.0.0p3',
1414
'version.usable_until': None}

web/plugins/wato/proxmox_bs.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
def _valuespec_agent_config_proxmox_bs():
2828
return Alternative(
2929
title = _("Proxmox Backup Server (Linux)"),
30-
help = _("Proxmox Backup Server Monitoring (<tt>proxmox_bs</tt>)"),
30+
help = _(
31+
"Proxmox Backup Server Monitoring (<tt>proxmox_bs</tt>)<br/>"
32+
"<b>This plugin may result in massive agent outputs</b>"
33+
),
3134
style = 'dropdown',
3235
elements = [
3336
Dictionary(

0 commit comments

Comments
 (0)