@@ -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 `
@@ -60,7 +72,7 @@ Global:
6072
6173Per-VDOM:
6274
63- * _ System/VDOMResources _
75+ * _ System/Resource/Usage/VDOM _
6476 * ` fortigate_vdom_cpu_usage_ratio `
6577 * ` fortigate_vdom_memory_usage_ratio `
6678 * ` fortigate_vdom_current_sessions `
@@ -89,13 +101,30 @@ Per-VDOM:
89101 * ` fortigate_interface_receive_bytes_total `
90102 * ` fortigate_interface_transmit_errors_total `
91103 * ` fortigate_interface_receive_errors_total `
104+ * _ System/Interface/Transceivers_
105+ * ` fortigate_inteface_transceivers_info `
92106 * _ System/SDNConnector_
93107 * ` fortigate_system_sdn_connector_status `
94108 * ` fortigate_system_sdn_connector_last_update_seconds `
95109 * _ /System/CentralManagement/Status_
96110 * ` fortigate_system_central_management_mode `
97111 * ` fortigate_system_central_management_status `
98112 * ` fortigate_system_central_management_registration_status `
113+ * _ System/VDOMResource_
114+ * ` fortigate_vdom_resource_cpu_usage `
115+ * ` fortigate_vdom_resource_memory_usage `
116+ * ` fortigate_vdom_resource_setup_rate `
117+ * ` fortigate_vdom_resource_deletable `
118+ * ` fortigate_vdom_resource_object_id `
119+ * ` fortigate_vdom_resource_object_custom_max `
120+ * ` fortigate_vdom_resource_object_custom_min_value `
121+ * ` fortigate_vdom_resource_object_custom_max_value `
122+ * ` fortigate_vdom_resource_object_guaranted `
123+ * ` fortigate_vdom_resource_object_guaranted_max_value `
124+ * ` fortigate_vdom_resource_object_guaranted_min_value `
125+ * ` fortigate_vdom_resource_object_global_max `
126+ * ` fortigate_vdom_resource_object_current_usage `
127+ * ` fortigate_vdom_resource_object_usage_percentage `
99128 * _ User/Fsso_
100129 * ` fortigate_user_fsso_info `
101130 * _ VPN/Ssl/Connections_
@@ -420,13 +449,16 @@ To improve security, limit permissions to required ones only (least privilege pr
420449|System/Fortimanager/Status | sysgrp.cfg |api/v2/monitor/system/fortimanager/status |
421450|System/HAStatistics | sysgrp.cfg |api/v2/monitor/system/ha-statistics<br>api/v2/cmdb/system/ha |
422451|System/Interface | netgrp.cfg |api/v2/monitor/system/interface/select |
452+ |System/Interface/Transceivers| *any* |api/v2/monitor/system/interface/transceivers |
423453|System/LinkMonitor | sysgrp.cfg |api/v2/monitor/system/link-monitor |
424454|System/Performance/Status | sysgrp.cfg |api/v2/monitor/system/performance/status |
455+ |System/Ntp/Status | netgrp.cfg |api/v2/monitor/system/ntp/status |
425456|System/Resource/Usage | sysgrp.cfg |api/v2/monitor/system/resource/usage |
457+ |System/Resource/Usage/VDOM | sysgrp.cfg |api/v2/monitor/system/resource/usage |
426458|System/SensorInfo | sysgrp.cfg |api/v2/monitor/system/sensor-info |
427459|System/Status | *any* |api/v2/monitor/system/status |
428460|System/Time/Clock | sysgrp.cfg |api/v2/monitor/system/time |
429- |System/VDOMResources | sysgrp.cfg |api/v2/monitor/system/resource/usage |
461+ |System/System/VDOMResource | sysgrp.cfg |api/v2/monitor/system/vdom- resource |
430462|User/Fsso | authgrp |api/v2/monitor/user/fsso |
431463|VPN/IPSec | vpngrp |api/v2/monitor/vpn/ipsec |
432464|VPN/Ssl/Connections | vpngrp |api/v2/monitor/vpn/ssl |
0 commit comments