@@ -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_
@@ -66,6 +70,14 @@ Global:
6670 * ` fortigate_system_performance_status_mem_used_bytes `
6771 * _ System/HAChecksums_
6872 * ` fortigate_ha_member_has_role `
73+ * _ System/Ntp/Status_
74+ * ` fortigate_system_ntp_delay_seconds `
75+ * ` fortigate_system_ntp_dispersion_seconds `
76+ * ` fortigate_system_ntp_dispersion_peer_seconds `
77+ * ` fortigate_system_ntp_expires_seconds `
78+ * ` fortigate_system_ntp_offset_seconds `
79+ * ` fortigate_system_ntp_reftime_seconds `
80+ * ` fortigate_system_ntp_stratum `
6981 * _ License/Status_
7082 * ` fortigate_license_vdom_usage `
7183 * ` fortigate_license_vdom_max `
@@ -75,7 +87,7 @@ Global:
7587
7688Per-VDOM:
7789
78- * _ System/VDOMResources _
90+ * _ System/Resource/Usage/VDOM _
7991 * ` fortigate_vdom_cpu_usage_ratio `
8092 * ` fortigate_vdom_memory_usage_ratio `
8193 * ` fortigate_vdom_current_sessions `
@@ -104,9 +116,26 @@ Per-VDOM:
104116 * ` fortigate_interface_receive_bytes_total `
105117 * ` fortigate_interface_transmit_errors_total `
106118 * ` fortigate_interface_receive_errors_total `
119+ * _ System/Interface/Transceivers_
120+ * ` fortigate_inteface_transceivers_info `
107121 * _ System/SDNConnector_
108122 * ` fortigate_system_sdn_connector_status `
109123 * ` fortigate_system_sdn_connector_last_update_seconds `
124+ * _ System/VDOMResource_
125+ * ` fortigate_vdom_resource_cpu_usage `
126+ * ` fortigate_vdom_resource_memory_usage `
127+ * ` fortigate_vdom_resource_setup_rate `
128+ * ` fortigate_vdom_resource_deletable `
129+ * ` fortigate_vdom_resource_object_id `
130+ * ` fortigate_vdom_resource_object_custom_max `
131+ * ` fortigate_vdom_resource_object_custom_min_value `
132+ * ` fortigate_vdom_resource_object_custom_max_value `
133+ * ` fortigate_vdom_resource_object_guaranted `
134+ * ` fortigate_vdom_resource_object_guaranted_max_value `
135+ * ` fortigate_vdom_resource_object_guaranted_min_value `
136+ * ` fortigate_vdom_resource_object_global_max `
137+ * ` fortigate_vdom_resource_object_current_usage `
138+ * ` fortigate_vdom_resource_object_usage_percentage `
110139 * _ User/Fsso_
111140 * ` fortigate_user_fsso_info `
112141 * _ VPN/Ssl/Connections_
@@ -430,13 +459,16 @@ To improve security, limit permissions to required ones only (least privilege pr
430459|System/Fortimanager/Status | sysgrp.cfg |api/v2/monitor/system/fortimanager/status |
431460|System/HAStatistics | sysgrp.cfg |api/v2/monitor/system/ha-statistics<br>api/v2/cmdb/system/ha |
432461|System/Interface | netgrp.cfg |api/v2/monitor/system/interface/select |
462+ |System/Interface/Transceivers| *any* |api/v2/monitor/system/interface/transceivers |
433463|System/LinkMonitor | sysgrp.cfg |api/v2/monitor/system/link-monitor |
434464|System/Performance/Status | sysgrp.cfg |api/v2/monitor/system/performance/status |
465+ |System/Ntp/Status | netgrp.cfg |api/v2/monitor/system/ntp/status |
435466|System/Resource/Usage | sysgrp.cfg |api/v2/monitor/system/resource/usage |
467+ |System/Resource/Usage/VDOM | sysgrp.cfg |api/v2/monitor/system/resource/usage |
436468|System/SensorInfo | sysgrp.cfg |api/v2/monitor/system/sensor-info |
437469|System/Status | *any* |api/v2/monitor/system/status |
438470|System/Time/Clock | sysgrp.cfg |api/v2/monitor/system/time |
439- |System/VDOMResources | sysgrp.cfg |api/v2/monitor/system/resource/usage |
471+ |System/System/VDOMResource | sysgrp.cfg |api/v2/monitor/system/vdom- resource |
440472|User/Fsso | authgrp |api/v2/monitor/user/fsso |
441473|VPN/IPSec | vpngrp |api/v2/monitor/vpn/ipsec |
442474|VPN/Ssl/Connections | vpngrp |api/v2/monitor/vpn/ssl |
0 commit comments