#Purging old cluster data

1 messages · Page 1 of 1 (latest)

normal notch
#

I followed the procedure on NAbox to delete and purge old clusters by using the 'curl' commands; however, the old clusters still show up; is there a procedure I missed?

normal notch
#

Cancel... It took the weekend to purge, I thought the process was instantaneous.

normal notch
#

Now trying to get a dashboard to be embedded in SolarWinds. Anyone do something like that before?

trail socket
#

hi @normal notch I've not heard of anyone else doing that in SolarWinds. How does SolarWinds support embedding? Does it support Grafana directly or HTML embeds?

silent osprey
silent osprey
normal notch
#

It is html embeds, but it requires signing, and Grafana requires embedding. I was able to get a dashboard from a standalone Grafana instance by setting an AD cert, allowing embedding and then forcing the Grafana instance to '1', and forcing the instance 'name' in a couple of places. I am probably mis-stating the verbs, but I wasn't able to do it in NABox yet. However, I am able to use a playlist in NABox. Fun, fun...

trail socket
#

gotcha - yeah, I was gonna say, you could try updating your grafana with

[security]
allow_embedding = true

but sounds like you've already walked down that path

normal notch
#

FYI, we have wallboards run by Solarwinds; They allow creation of 'playlists' using embedded pages from other web servers, such as Grafana. Trying to integrate the two... I'll get to the options I used from my local Grafana on PGSQL and let you know later, and of course, if I can get NABox playlists or dashboards to work with Solarwinds

normal notch
#

Here are the changes I made or ensured were there to be able to share this copy of Grafana in the .ini:
[server]
protocol = https
cert_file = xxx
cert_key = yyy
[users]
auto_assign_org = true
auto_assign_org_id = 1
login_default_rg_id = 1
[auth_anonymous]
enabled = true
org_name = ORG_NAME (As entered in GUI)