View Issue Details

IDProjectCategoryView StatusLast Update
2039RackTablesdefaultpublic2021-09-05 14:47
ReporterVL Assigned Toinfrastation  
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionwon't fix 
Platform0.20.14OSubuntuOS Version14.04
Summary2039: Adding new cacti graph
DescriptionWhen I added new grafs to object, I can not see them just a links, but when i added new graph to the same object with the same id from other servers received an error : internal error Argument 'column_name' of value 'graph_id' is invalid (duplicate ID value 47096). And question is why I didnt see graphs when I added them just links , why is it not provided that there can be several cacti bases with the same id graphs? how can I fix this on my own
Steps To Reproduceadd new grapf with thr same id
TagsNo tags attached.
Attached Files
1.jpg (210,281 bytes)   
1.jpg (210,281 bytes)   
2.jpg (204,792 bytes)   
2.jpg (204,792 bytes)   
3.jpg (160,808 bytes)   
3.jpg (160,808 bytes)   

Activities

infrastation

infrastation

2021-07-22 02:00

administrator   ~0004327

Could you add a copy of the table at Main page : Reports : Server configuration?
VL

VL

2021-07-22 07:13

reporter   ~0004329

May be it shoud be enable somewhere? I can not se? it.
4.jpg (286,104 bytes)
infrastation

infrastation

2021-07-22 11:26

administrator   ~0004331

Right, that report was not available in release 0.20.14, which is 4 years behind. It would be best to make backups of code and data (or a VM snapshot) and to try upgrading to release 0.21.5 then.
VL

VL

2021-07-29 06:54

reporter   ~0004339

updated
image.png (49,352 bytes)   
image.png (49,352 bytes)   
VL

VL

2021-07-29 07:52

reporter   ~0004341

After update, I can't find tab cacti((
infrastation

infrastation

2021-07-29 10:12

administrator   ~0004343

Does the first picture look any different now?
infrastation

infrastation

2021-07-29 10:21

administrator   ~0004345

The Cacti plugin is not enabled by default (perhaps there is a bug there, but anyway). If you do NOT need any graphs you had created earlier, it is OK to run the following SQL commands
DROP TABLE CactiGraph;
DROP TABLE CactiServer;

Then you will be able to enable the plugin at Main page : Configuration : Plugins.
infrastation

infrastation

2021-07-29 10:23

administrator   ~0004347

Or even better, run the following query instead to enable the plugin:
INSERT INTO Plugin VALUES ('cacti','Cacti','1.0','http://www.racktables.org/','enabled');

Then please check if the first image still looks like before.
VL

VL

2021-07-30 06:57

reporter   ~0004349

Does the first picture look any different now? - no
infrastation

infrastation

2021-09-05 14:47

administrator   ~0004359

I refuse to work on this request.

Issue History

Date Modified Username Field Change
2021-07-21 02:50 VL New Issue
2021-07-21 02:50 VL File Added: 1.jpg
2021-07-21 02:50 VL File Added: 2.jpg
2021-07-21 02:50 VL File Added: 3.jpg
2021-07-22 02:00 infrastation Note Added: 0004327
2021-07-22 07:13 VL Note Added: 0004329
2021-07-22 07:13 VL File Added: 4.jpg
2021-07-22 11:26 infrastation Note Added: 0004331
2021-07-29 06:54 VL Note Added: 0004339
2021-07-29 06:54 VL File Added: image.png
2021-07-29 07:52 VL Note Added: 0004341
2021-07-29 10:12 infrastation Note Added: 0004343
2021-07-29 10:21 infrastation Note Added: 0004345
2021-07-29 10:23 infrastation Note Added: 0004347
2021-07-30 06:57 VL Note Added: 0004349
2021-09-05 14:47 infrastation Assigned To => infrastation
2021-09-05 14:47 infrastation Status new => closed
2021-09-05 14:47 infrastation Resolution open => won't fix
2021-09-05 14:47 infrastation Note Added: 0004359