| Grafana | Zabbix Plugin | Zabbix | Нюансы |
|---|---|---|---|
| 8.2.6 | 4.1.5 | поднять версию выше не получается из-за grafana-zabbix/issue#1335 | |
| 8.3.4 | 4.2.4 | работает не у всех | |
| 8.3.5 | 4.2.5 | sudo mkdir /var/lib/grafana/plugins/alexanderzobnin-zabbix-app/datasource-zabbix/datasource-zabbixsudo mkdir /var/lib/grafana/plugins/alexanderzobnin-zabbix-app/datasource-zabbix/datasource-zabbix/partials/sudo ln -s /var/lib/grafana/plugins/alexanderzobnin-zabbix-app/datasource-zabbix/partials/query.editor.html /var/lib/grafana/plugins/alexanderzobnin-zabbix-app/datasource-zabbix/datasource-zabbix/partials/query.editor.htmlsudo mv /var/lib/grafana/plugins/alexanderzobnin-zabbix-app/MANIFEST.txt /var/lib/grafana/plugins/alexanderzobnin-zabbix-app/MANIFEST.txt.backup`sudo chown -R grafana:grafana /var/lib/grafana |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # DEBUG | |
| # For debug purposes generate test file like this: | |
| # touch -t [[CC]YY]MMDDhhmm[.ss] /tmp/test_file_age | |
| # | |
| # Base path to this script: | |
| SCRIPT_FULLNAME=${0##*/} | |
| # | |
| # Name of this script without extension: |