Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README-rus.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# imap
Interactive map for Zabbix

Данная версия разработана для Zabbix версий 2.2 и 2.4
Данная версия разработана для Zabbix версии 3.x

На старых версиях работоспособность не гарантирована и дорабатываться не будет.

Expand All @@ -16,9 +16,9 @@ Interactive map for Zabbix
Для установки скопируйте содержимое папки zabbix в директорию вашего zabbix (/usr/share/zabbix для Debian, например).

Чтобы подключить imap в стандартный интерфейс, отредактируйте include/menu.inc.php
В самый конец файла вставьте:
В 314 строку перед "$denied_page_requested = false;" вставьте:

require_once dirname(__FILE__).'/../imap/menu.inc.php';
require_once dirname(__FILE__).'/../imap/menu3.inc.php';

Теперь основной функционал работоспособен. Зайдите в ваш Zabbix и вы увидите новый пункт меню.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Screenshots: http://zabbiximap.lisss.ru/

This version is designed for Zabbix versions 2.2 and 2.4
This version is designed for Zabbix versions 3.x

In old versions of efficiency is not guaranteed and will not be further developed.

Expand All @@ -15,9 +15,9 @@ For new versions the development will be output as the official release.
For install copy the contents of a folder zabbix in the directory of your Zabbix Server (Example, /usr/share/zabbix for Debian).

Edit include/menu.inc.php to connect Interactive Map at standard interface
Add this to the end of file:
Add this in 314 string, befor "$denied_page_requested = false;":

require_once dirname(__FILE__).'/../imap/menu.inc.php';
require_once dirname(__FILE__).'/../imap/menu3.inc.php';

Now, the basic functionality is efficient. Go to your Zabbix and you'll see a new menu item.

Expand Down
Loading