-
MSSQL Permissions for read only access
What are the minimum permissions required for a MSSQL read-only user to build dashboards on Grafana? Grafana has a MSSQL module where you can do normal SQL queries, but I don't want give access to passwords, ssh keys etc...
-
Is anyone using Grafana datasource plugin with DPA?
If you are, how do you have things set up? My DBAs are wanting to implement Grafana (for SWIS querying) but our DPA server doesn't talk to our Orion server. Can the DPA server handle the REST calls without needing the Orion server as the middleman?
-
How to Convert SWQL to SQL?
Greetings all, I am very new to using SQL and am still having trouble wrapping my head around it. As you can see, that would be one of the main issues when trying to take the reigns at SWQL. As a rule of thumb, what is the best way to convert SWQL to SQL or vice-versa? My objective is to pull data from my SolarWinds…
-
Docker File for Solarwinds Datasource for Grafana
Dear , Need to Run Grafana in the Dockerized environment , Need to integrate Solarwinds Datasoure in the Docker file , steps mentioned as below , https://github.com/etichy/grafana-swis-datasource Can you share me some reference of the docker file for the above request. Thanks Basil
-
Grafana Dashboard from Solar winds Data
Dear Thank you for the great community , I am trying to build a grafana dashboard from orion active alert information Layout information attached . I have a query to fetch the active alerts in the system , severtiy , region , i tried to put this query in the grafana query but saying NO DaTA , Can you please help me to…
-
Adding Grafana Swis Datasource in the Grafana Application
Dear, Thanks for this wonderful community , I am trying to push Solarwinds data in building some sample Grafana Dashboard , I had got this plugin from github https://github.com/etichy/grafana-swis-datasource Challenge is , I would like to add this as the datasource in Grafana app , When i try to add Datasource it is…
-
Integration of Grafana with SolarWinds Data
Dear , I am new to this Platform , Need your kind reply for the below queries , From SWQL studio were able to pull out active.alerts from the Orion Server , Question , Can we make use of Grafana Dashboard feeding directly from Solar winds API / Query ? Can you please share the doucmentation , Need to do some prototype in…
-
Pulling data from Orion into Grafana
We are trying to use Grafana to develop a capacity dashboard for all of our monitoring systems. I am relatively new to SWQL and SQL. In trying to pull data from Orion, the tables are set up in such a way as to make continual graphing difficult. For example, percent utilization data seems to only be available in tables…
-
Grafana: NPM datasource
Has anyone looked into integrating solarwinds as a datasource with grafana? In our company we have a lot of different monitoring systems and data sources that can be merged together and correlated together with Grafana (i.e. Elasticsearch, zabbix, etc). We would really like to access the NPM stats via the API but there…
-
Grafana Pie charts
Hello. Is there a way to pull interfaces data from Solarwinds to create pie charts or utilization charts in grafana? I was able to pull cpu data but that all not for one but for all nodes' using SELECT downsample(ObservationTimeStamp) as time, a.Node.Caption, AVG(AvgLoad) as CpuLoad, AVG(AvgMemoryUsed) as MemoryUsed FROM…