| Summary: | Плагин не отображается в разделе меню "Плагины" | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Aleksandr Sysoev <sysoevas> |
| Component: | netbox-ip-monitor | Assignee: | thatman <thatman> |
| Status: | CLOSED NOTABUG | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | burmatov202002, thatman |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
Он и не должен отображаться на этой вкладке, он дложен отображаться на странице с конкретным префиксом (соответствующим определенным требованиям). |
server-11.0.beta20250213-x86-64 - обновленный до актуального состояния Sisyphus netbox-4.2.7-alt1.noarch netbox-nginx-4.2.7-alt1.noarch netbox-ip-monitor-0.0.0-alt1.noarch Шаги воспроизведения: 1. Развернул netbox 2. Установил netbox-ip-monitor 3. В /etc/netbox/configuration.py добавил: PLUGINS = [ 'netbox_ip_monitor' ] 4. Выполнил: # upgrade_netbox # systemctl restart netbox netbox-rq Ожидаемый результат: плагин начинает отображаться в разделе "Плагины" Реальный результат: плагин не отображается При этом: В разделе плагинов он отмечен как установленный, так-же при API запросе: { "name": " NetBox IP Monitor", "package": "netbox_ip_monitor", "author": "Alexander Burmatov", "author_email": "burmatov202002@gmail.com", "description": "Visual representation of IP addresses", "version": "0.0.0" }