Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

problem with topology_icon column #10

Open
RefreshMyMind opened this issue Mar 14, 2017 · 2 comments
Open

problem with topology_icon column #10

RefreshMyMind opened this issue Mar 14, 2017 · 2 comments

Comments

@RefreshMyMind
Copy link

I tried to install nagvis 1.8.x on Centeron 2.4.8, after some debuging, sql of install is not running like it should.
Query contains a column topology_icon which doesn't exist anymore

@kozfelipe
Copy link

kozfelipe commented Mar 23, 2017

INSERT INTO topology (topology_id, topology_name, topology_parent, topology_page, topology_order, topology_group, topology_url, topology_url_opt, topology_popup, topology_modules, topology_show) VALUES ('', 'Nagvis', 2, 243, 20, 1, './modules/centreon-nagvis/index.php', NULL, '0', '1', '1');

INSERT INTO topology( topology_id, topology_name, topology_parent, topology_page, topology_order, topology_group, topology_url, topology_url_opt, topology_popup, topology_modules, topology_show )
VALUES ('',  'Nagvis', 5, 513, 11, 1,  './modules/centreon-nagvis/nagvis-config.php', NULL ,  '0',  '1',  '1')

@RefreshMyMind
Copy link
Author

Yes, install.sql should be modified and pushed in a new release

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants