📋 System Requirements

  • Compatible with Zabbix 7.0 or higher
  • Trial modules available: Kanban and ReportMonZphere
  • Trial modules valid for 30 days
  • Includes LLDP template for Network Topology (full version)
  • Automatic installation script included
Required for full version (10 uses per token, valid for 365 days)
If provided, modules will only work on this IP address

Generating modules... Please wait

Installation Guide

1. Download e Extração

Após gerar e baixar o arquivo ZIP, extraia-o no seu servidor Zabbix:

cd /usr/share/zabbix/modules
sudo unzip monzphere_modules_*.zip

2. Instalação Automática

Execute o script de instalação automática incluído no pacote:

sudo chmod +x install.sh
sudo ./install.sh

O script irá automaticamente:

  • Instalar o loader IonCube correto
  • Configurar as permissões dos módulos
  • Reiniciar os serviços necessários

3. Instalação Manual (caso o script automático falhe)

Se o script de instalação automática falhar, siga estes passos:

3.1. Copiar o IonCube Loader:

sudo cp ioncube_loader_lin_*.so /usr/lib/php/[VERSION]/

3.2. Criar arquivo de configuração do IonCube:

sudo nano /etc/php/[VERSION]/apache2/conf.d/00-ioncube.ini

Adicione a linha:

zend_extension = /usr/lib/php/[VERSION]/ioncube_loader_lin_[VERSION].so

3.3. Reiniciar o Apache:

sudo systemctl restart apache2

3.4. Verificar a instalação:

php -v

Você deve ver 'ionCube PHP Loader' listado na saída.

3.5. Configurar permissões:

sudo chown -R www-data:www-data /usr/share/zabbix/modules/kanban sudo chmod -R 755 /usr/share/zabbix/modules/kanban

⚠️ Substitua [VERSION] pela sua versão do PHP (ex: 8.1)

4. Importar Template LLDP

Para o módulo Network Topology funcionar corretamente:

  • Acesse: Configuration → Templates → Import
  • Selecione o arquivo lldp_template.yaml
  • Clique em "Import"
  • Vincule o template aos hosts desejados

5. Verificação

Após a instalação, verifique se os módulos estão funcionando:

  • Acesse o frontend do Zabbix
  • Os novos módulos aparecerão no menu lateral
  • Teste cada módulo individualmente

⚠️ Importante

• Versão de teste válida por 30 dias
• Compatível apenas com Zabbix 7.0+
• Se especificado IP, funcionará apenas nesse servidor

1. Download and Extract

After generating and downloading the ZIP file, extract it on your Zabbix server:

cd /usr/share/zabbix/modules
sudo unzip monzphere_modules_*.zip

2. Automatic Installation

Execute the automatic installation script included in the package:

sudo chmod +x install.sh
sudo ./install.sh

The script will automatically:

  • Install the correct IonCube loader
  • Configure module permissions
  • Restart necessary services

3. Manual Installation (if automatic script fails)

If the automatic installation script fails, follow these steps:

3.1. Copy IonCube Loader:

sudo cp ioncube_loader_lin_*.so /usr/lib/php/[VERSION]/

3.2. Create IonCube configuration file:

sudo nano /etc/php/[VERSION]/apache2/conf.d/00-ioncube.ini

Add the line:

zend_extension = /usr/lib/php/[VERSION]/ioncube_loader_lin_[VERSION].so

3.3. Restart Apache:

sudo systemctl restart apache2

3.4. Verify installation:

php -v

You should see 'ionCube PHP Loader' listed in the output.

3.5. Configure permissions:

sudo chown -R www-data:www-data /usr/share/zabbix/modules/kanban sudo chmod -R 755 /usr/share/zabbix/modules/kanban

⚠️ Replace [VERSION] with your PHP version (e.g., 8.1)

4. Import LLDP Template

For the Network Topology module to work correctly:

  • Go to: Configuration → Templates → Import
  • Select the lldp_template.yaml file
  • Click "Import"
  • Link the template to desired hosts

5. Verification

After installation, verify that the modules are working:

  • Access the Zabbix frontend
  • New modules will appear in the sidebar menu
  • Test each module individually

⚠️ Important

• Trial version valid for 30 days
• Compatible only with Zabbix 7.0+
• If IP specified, will only work on that server