Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
| report:zabbix:technique [2026/02/02 14:20] – [Measuring index] admin | report:zabbix:technique [2026/02/02 14:54] (Version actuelle) – [Indicator class organization conventions] admin |
|---|
| ====Measuring index=== | ====Measuring index=== |
| |
| * [[:report:zabbix:measurements|Index of measurement]] | * [[:report:zabbix:measurements|Index of measurements]] |
| |
| ====capacities==== | ====capacities==== |
| |
| * A file ''monthly_xxxxxx_indicator.class.php'' should contain only measurements of scope of one month (usually 30 days), even if its refresh frequency is different. | * A file ''monthly_xxxxxx_indicator.class.php'' should contain only measurements of scope of one month (usually 30 days), even if its refresh frequency is different. |
| * A file ''weekly_xxxxxx_indicator.class.php'' should contain only "24 hour" scope measurements, even if its refresh frequency is different. | * A file ''weekly_xxxxxx_indicator.class.php'' should contain only "7 days" scope measurements, even if its refresh frequency is different. |
| * A file ''daily_xxxxxx_indicator.class.php'' should contain only "24 hour" scope measurements, even if its refresh frequency is different. | * A file ''daily_xxxxxx_indicator.class.php'' should contain only "24 hour" scope measurements, even if its refresh frequency is different. |
| * A file ''hourly_xxxxxx_indicator.class.php'' should contain only measurements of the scope of the elapsed time, even if its refresh frequency is different. | * A file ''hourly_xxxxxx_indicator.class.php'' should contain only measurements of the scope of one hour, even if its refresh frequency is different. |
| * A file ''xxxxxxxxx_indicator.class.php'' should contain only measurements for all available data, without period reference. | * A file ''xxxxxxxxx_indicator.class.php'' should contain only measurements for all available data, without period reference. |
| ==== Plugins compatible with the Zabbix ratio (PRO) ==== | ==== Plugins compatible with the Zabbix ratio (PRO) ==== |