History: Monitoring Tiki Manager
Preview of version: 1
- «
- »
Monitoring Tiki-manager
New command has been added to tiki-manager to monitor instances to facilitate integration with Zabbix. See MR.
Zabbix Configuration and Test
After installing Zabbix agent, update the configuration to monitor instances:
- Edit the file: `/etc/zabbix/zabbix_agentd.conf`
- Add the following at the end of the file:
UserParameter=tiki_manager.monitor[*],[tiki-manager full path]/tiki-manager instance:monitor -i "$1" -t
Example:
UserParameter=tiki_manager.monitor[*],/opt/tiki-manager/app/tiki-manager instance:monitor -i "$1" -t
- Restart the Zabbix services:
sudo systemctl restart zabbix-agent
- Access the Zabbix host list:
Go to: `http://hostname.domain/zabbix/zabbix.php?action=host.list`
Click on Items to create a new monitoring item.
You can specify instance IDs like ["10,12,3"] to monitor specific instances or use "all" to monitor every instance.
Once the item is created, it will be listed, and you can view logs and history.