これらのパラメーターと、各ダッシュボードウィジェットフィールドオブジェクトの有効なプロパティ値を使用することで、dashboard.create
メソッドおよびdashboard.update
メソッドでゲージウィジェットを設定できます。
ウィジェットのfields
プロパティは、ダッシュボードの作成または更新時に検証されません。 これにより、ユーザーは組み込みウィジェットを変更したり、カスタムウィジェットを作成したりできますが、ウィジェットを誤って作成または更新してしまうリスクも生じます。 ゲージウィジェットを正常に作成または更新するには、以下の表に記載されているパラメーターの動作を参照してください。
The following parameters are supported for the Gauge widget.
Parameter | type | name | value |
---|---|---|---|
Refresh interval | 0 | rf_rate | 0 - No refresh; 10 - 10 seconds; 30 - 30 seconds; 60 - (default) 1 minute; 120 - 2 minutes; 600 - 10 minutes; 900 - 15 minutes. |
Item | 4 | itemid | Item ID. Parameter behavior: - required |
Min | 1 | min | Any numeric value. Suffixes (e.g. "1d", "2w", "4K", "8G") are supported. Default: "0". |
Max | 1 | max | Any numeric value. Suffixes (e.g. "1d", "2w", "4K", "8G") are supported. Default: "100". |
Value arc | 1 | value_arc_color | Hexadecimal color code (e.g. FF0000 ).Default: "" (empty). |
Arc background | 1 | empty_color | Hexadecimal color code (e.g. FF0000 ).Default: "" (empty). |
Background | 1 | bg_color | Hexadecimal color code (e.g. FF0000 ).Default: "" (empty). |
Enable host selection | 0 | dynamic | 0 - (default) Disabled; 1 - Enabled. |
The following advanced configuration parameters are supported for the Gauge widget.
The number in the Thresholds property name (e.g. thresholds.color.0) references the threshold place in a list, sorted in ascending order. However, if thresholds are configured in a different order, the values will be sorted in ascending order after updating widget configuration in Zabbix frontend (e.g. "threshold.threshold.0":"5"
→ "threshold.threshold.0":"1"
; "threshold.threshold.1":"1"
→ "threshold.threshold.1": "5"
).
Parameter | type | name | value |
---|---|---|---|
Angle | 0 | angle | Valid values: 180 (default) or 270. |
Description | |||
Description | 1 | description | Any string value, including macros. Supported macros: {HOST.*}, {ITEM.*}, {INVENTORY.*}, user macros. Default: {ITEM.NAME}. |
Size | 0 | desc_size | Valid values range from 1-100. Default: 15. |
Bold | 0 | desc_bold | 0 - (default) Disabled; 1 - Enabled. |
Vertical position | 0 | desc_v_pos | 0 - Top; 1 - (default) Bottom. |
Color | 1 | desc_color | Hexadecimal color code (e.g. FF0000 ).Default: "" (empty). |
Value | |||
Decimal places | 0 | decimal_places | Valid values range from 1-10. Default: 2. |
Size | 0 | value_size | Valid values range from 1-100. Default: 25. |
Bold | 0 | value_bold | 0 - (default) Disabled; 1 - Enabled. |
Color | 1 | value_color | Hexadecimal color code (e.g. FF0000 ).Default: "" (empty). |
Arc | 0 | value_arc | 0 - Disabled; 1 - (default) Enabled. |
Arc size | 0 | value_arc_size | Valid values range from 1-100. Default: 20. Parameter Arc size not available if Arc is set to "Disabled". |
Units | |||
Units (checkbox) | 0 | units_show | 0 - Disabled; 1 - (default) Enabled. |
Units (value) | 1 | units | Any string value. Parameter Units (value) not available if Units (checkbox) is set to "Disabled". |
Size | 0 | units_size | Valid values range from 1-100. Default: 25. Parameter Size not available if Units (checkbox) is set to "Disabled". |
Bold | 0 | units_bold | 0 - (default) Disabled; 1 - Enabled. Parameter Bold not available if Units (checkbox) is set to "Disabled". |
Position | 0 | units_pos | 0 - Before value; 1 - Above value; 2 - (default) After value; 3 - Below value. Ignored if Units is set to one of the following time-related units: unixtime, uptime, s. Parameter Position not available if Units (checkbox) is set to "Disabled". |
Color | 1 | units_color | Hexadecimal color code (e.g. FF0000 ).Default: "" (empty).Parameter Color not available if Units (checkbox) is set to "Disabled". |
Needle | |||
Needle (checkbox) | 0 | needle_show | 0 - (default) Disabled; 1 - Enabled. Parameter Needle (checkbox) not available if both Arc and Show arc are set to "Disabled". |
Color | 1 | needle_color | Hexadecimal color code (e.g. FF0000 ).Default: "" (empty).Parameter Color not available if Needle (checkbox) is set to "Disabled" or both Arc and Show arc are set to "Disabled". |
Scale | |||
Scale (checkbox) | 0 | scale_show | 0 - Disabled; 1 - (default) Enabled. Parameter Scale (checkbox) not available if both Arc and Show arc are set to "Disabled". |
Show units | 0 | scale_show_units | 0 - Disabled; 1 - (default) Enabled. Parameter Show units not available if Units (checkbox) or Scale (checkbox) is set to "Disabled", or if both Arc and Show arc are set to "Disabled". |
Size | 0 | scale_size | Valid values range from 1-100. Default: 10. Parameter Size not available if Scale (checkbox) is set to "Disabled", or if both Arc and Show arc are set to "Disabled". |
Decimal places | 0 | scale_decimal_places | Valid values range from 1-10. Default: 0. Parameter Decimal places not available if Scale (checkbox) is set to "Disabled", or if both Arc and Show arc are set to "Disabled". |
Thresholds | |||
Color | 1 | thresholds.color.0 | Hexadecimal color code (e.g. FF0000 ). |
Threshold | 1 | thresholds.threshold.0 | Any numeric value. Suffixes (e.g. "1d", "2w", "4K", "8G") are supported. |
Show labels | 0 | th_show_labels | 0 - (default) Disabled; 1 - Enabled. Parameter Show labels not available if Thresholds are not set, or if both Arc and Show arc are set to "Disabled". |
Show arc | 0 | th_show_arc | 0 - (default) Disabled; 1 - Enabled. Parameter Show arc not available if Thresholds are not set. |
Arc size | 0 | th_arc_size | Valid values range from 1-100. Default: 10. Parameter Arc size not available if Thresholds are not set, or if both Arc and Show arc are set to "Disabled". |
次の例は、ゲージウィジェットのダッシュボードウィジェットフィールドオブジェクトの設定を説明することだけを目的としています。 ダッシュボードの設定の詳細については、dashboard.create
を参照してください。
アイテム"44474" (インターフェース enp0s3: 送信ビット数)の値を表示するゲージウィジェットを設定します。 さらに、しきい値などの複数の詳細オプションを使用して、ウィジェットを視覚的に微調整します。
{
"jsonrpc": "2.0",
"method": "dashboard.create",
"params": {
"name": "My dashboard",
"display_period": 30,
"auto_start": 1,
"pages": [
{
"widgets": [
{
"type": "gauge",
"name": "Gauge",
"x": 0,
"y": 0,
"width": 18,
"height": 5,
"view_mode": 0,
"fields": [
{
"type": 4,
"name": "itemid.0",
"value": 44474
},
{
"type": 1,
"name": "min",
"value": "100000"
},
{
"type": 1,
"name": "max",
"value": "1000000"
},
{
"type": 0,
"name": "show.0",
"value": 1
},
{
"type": 0,
"name": "show.1",
"value": 2
},
{
"type": 0,
"name": "show.2",
"value": 3
},
{
"type": 0,
"name": "show.4",
"value": 4
},
{
"type": 0,
"name": "show.5",
"value": 5
},
{
"type": 0,
"name": "angle",
"value": 270
},
{
"type": 0,
"name": "desc_size",
"value": 10
},
{
"type": 0,
"name": "desc_bold",
"value": 1
},
{
"type": 0,
"name": "decimal_places",
"value": 0
},
{
"type": 0,
"name": "value_bold",
"value": 1
},
{
"type": 0,
"name": "units_size",
"value": 15
},
{
"type": 0,
"name": "units_pos",
"value": 3
},
{
"type": 1,
"name": "needle_color",
"value": "3C3C3C"
},
{
"type": 1,
"name": "thresholds.0.color",
"value": "FF465C"
},
{
"type": 1,
"name": "thresholds.0.threshold",
"value": "700000"
},
{
"type": 1,
"name": "thresholds.1.color",
"value": "FFD54F"
},
{
"type": 1,
"name": "thresholds.1.threshold",
"value": "500000"
},
{
"type": 1,
"name": "thresholds.2.color",
"value": "0EC9AC"
},
{
"type": 1,
"name": "thresholds.2.threshold",
"value": "100000"
},
{
"type": 0,
"name": "th_show_labels",
"value": 1
},
{
"type": 0,
"name": "th_show_arc",
"value": 1
},
{
"type": 0,
"name": "th_arc_size",
"value": 15
}
]
}
]
}
],
"userGroups": [
{
"usrgrpid": 7,
"permission": 2
}
],
"users": [
{
"userid": 1,
"permission": 3
}
]
},
"id": 1
}
レスポンス: