NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

ERROR WHILE IMPORTING DASHBOARD FROM HARVEST TO GRAPHANA - Failed to import database

RodrigoCursino
2,676 Views

Hello guys,

 

I'm trying to import netapp-manager to graphana. 

 

After I run the command ./netapp-manager -import appear this message:

 

root@sv-cfx-grafa01:/opt/netapp-harvest# ./netapp-manager -import
[OK ] Will import dashboards to [http://10.200.53.202/api/dashboards/home]
[OK ] Dashboard directory is [/opt/netapp-harvest/grafana]
[ERROR ] Failed to import dashboard [db_netapp-detail-7-mode-network-port.json] due to error: 200 OK
[ERROR ] -Response was :<!-- Copyright 2008 Orbitz WorldWide

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->

 

<html>
<head>
<title>Graphite Browser</title>
</head>


<frameset rows="60,*" frameborder="1" border="1">
<frame src="/browser/header/" name="Header" id='header' scrolling="no" noresize="true" />

<frame src="/composer/?" name="content" id="composerFrame"/>

</frameset>
</html>

 

[ERROR ] Exiting due to fatal error.

 

 

This is my netapp-harvest.conf:

 

 

#### Global section for installation wide settings
##
[global]
grafana_api_key = kfsjdshdkgkflghfdgjkfdlgfd jgdfgfjfjgkdglkjdfçlgjçdgd
grafana_url = http://xxx.xxx.xxx.xxx/api/dashboards/home

##
#### Default section to set defaults for any user created poller section
##
[default]
graphite_server = xxx.xxx.xxx.xxx
username = netapp-harvest
password = xxxxxxxxx

## If using ssl_cert (and not password auth)
## uncomment and populate next three lines
# auth_type = ssl_cert
"netapp-harvest.conf" 81L, 3048C

 

 

Anybody know that is wrong?

 

Thanks

 

Rodrigo Cursino

1 REPLY 1

yannb
2,628 Views
Your URL is probably incorrect, it should stop before /api
Public