@@ -38,11 +38,15 @@ Supported metrics right now as follows.
3838Global:
3939
4040 * _ System/SensorInfo_
41+ * ` fortigate_sensor_alarm_status `
4142 * ` fortigate_sensor_fan_rpm `
4243 * ` fortigate_sensor_temperature_celsius `
4344 * ` fortigate_sensor_voltage_volts `
45+ * ` fortigate_sensor_thresholds `
4446 * _ System/Status_
4547 * ` fortigate_version_info `
48+ * _ System/Transceivers_
49+ * ` fortigate_interface_transceivers `
4650 * _ System/Time/Clock_
4751 * ` fortigate_time_seconds `
4852 * _ System/Resource/Usage_
@@ -51,6 +55,14 @@ Global:
5155 * ` fortigate_current_sessions `
5256 * _ System/HAChecksums_
5357 * ` fortigate_ha_member_has_role `
58+ * _ System/Ntp/Status_
59+ * ` fortigate_system_ntp_delay_seconds `
60+ * ` fortigate_system_ntp_dispersion_seconds `
61+ * ` fortigate_system_ntp_dispersion_peer_seconds `
62+ * ` fortigate_system_ntp_expires_seconds `
63+ * ` fortigate_system_ntp_offset_seconds `
64+ * ` fortigate_system_ntp_reftime_seconds `
65+ * ` fortigate_system_ntp_stratum `
5466 * _ License/Status_
5567 * ` fortigate_license_vdom_usage `
5668 * ` fortigate_license_vdom_max `
@@ -69,7 +81,7 @@ Global:
6981
7082Per-VDOM:
7183
72- * _ System/VDOMResources _
84+ * _ System/Resource/Usage/VDOM _
7385 * ` fortigate_vdom_cpu_usage_ratio `
7486 * ` fortigate_vdom_memory_usage_ratio `
7587 * ` fortigate_vdom_current_sessions `
@@ -98,9 +110,26 @@ Per-VDOM:
98110 * ` fortigate_interface_receive_bytes_total `
99111 * ` fortigate_interface_transmit_errors_total `
100112 * ` fortigate_interface_receive_errors_total `
113+ * _ System/Interface/Transceivers_
114+ * ` fortigate_inteface_transceivers_info `
101115 * _ System/SDNConnector_
102116 * ` fortigate_system_sdn_connector_status `
103117 * ` fortigate_system_sdn_connector_last_update_seconds `
118+ * _ System/VDOMResource_
119+ * ` fortigate_vdom_resource_cpu_usage `
120+ * ` fortigate_vdom_resource_memory_usage `
121+ * ` fortigate_vdom_resource_setup_rate `
122+ * ` fortigate_vdom_resource_deletable `
123+ * ` fortigate_vdom_resource_object_id `
124+ * ` fortigate_vdom_resource_object_custom_max `
125+ * ` fortigate_vdom_resource_object_custom_min_value `
126+ * ` fortigate_vdom_resource_object_custom_max_value `
127+ * ` fortigate_vdom_resource_object_guaranted `
128+ * ` fortigate_vdom_resource_object_guaranted_max_value `
129+ * ` fortigate_vdom_resource_object_guaranted_min_value `
130+ * ` fortigate_vdom_resource_object_global_max `
131+ * ` fortigate_vdom_resource_object_current_usage `
132+ * ` fortigate_vdom_resource_object_usage_percentage `
104133 * _ User/Fsso_
105134 * ` fortigate_user_fsso_info `
106135 * _ VPN/Ssl/Connections_
@@ -424,15 +453,18 @@ To improve security, limit permissions to required ones only (least privilege pr
424453|System/Fortimanager/Status | sysgrp.cfg |api/v2/monitor/system/fortimanager/status |
425454|System/HAStatistics | sysgrp.cfg |api/v2/monitor/system/ha-statistics<br>api/v2/cmdb/system/ha |
426455|System/Interface | netgrp.cfg |api/v2/monitor/system/interface/select |
456+ |System/Interface/Transceivers| *any* |api/v2/monitor/system/interface/transceivers |
427457|System/LinkMonitor | sysgrp.cfg |api/v2/monitor/system/link-monitor |
458+ |System/Ntp/Status | netgrp.cfg |api/v2/monitor/system/ntp/status |
428459|System/Resource/Usage | sysgrp.cfg |api/v2/monitor/system/resource/usage |
460+ |System/Resource/Usage/VDOM | sysgrp.cfg |api/v2/monitor/system/resource/usage |
429461|System/SensorInfo | sysgrp.cfg |api/v2/monitor/system/sensor-info |
430462|System/Status | *any* |api/v2/monitor/system/status |
431463|System/Sandbox/Connection | sysgrp.cfg |api/v2/monitor/system/sandbox/connection|
432464|System/Sandbox/Status | sysgrp.cfg |api/v2/monitor/system/sandbox/status|
433465|System/Sandbox/Stats | sysgrp.cfg |api/v2/monitor/system/sandbox/stats|
434466|System/Time/Clock | sysgrp.cfg |api/v2/monitor/system/time |
435- |System/VDOMResources | sysgrp.cfg |api/v2/monitor/system/resource/usage |
467+ |System/System/VDOMResource | sysgrp.cfg |api/v2/monitor/system/vdom- resource |
436468|User/Fsso | authgrp |api/v2/monitor/user/fsso |
437469|VPN/IPSec | vpngrp |api/v2/monitor/vpn/ipsec |
438470|VPN/Ssl/Connections | vpngrp |api/v2/monitor/vpn/ssl |
0 commit comments