Nagios server status on confluence - nagios

Is it possible to print/display Nagios server status report on confluence page? I want to automate it so confluence page grabs data and display on its side

Related

Amend custom URL for SSRS server

I have a server running SSRS. Visiting the server URL directs to the intranet URL:
http://server/CloudReports/Pages/Folder.aspx
I believe the 'CloudReports' folder name was customised previously but where can I edit this?
I've looked in Reporting Services Configuration Manager and can't find anything.

Save as Power BI Report Server for publish

I tried to publish a report with SSRS BI.
I used Power BI desktop May 2019 and Report server ver 15.0.1104.310
IE run with run as administrator
Power BI run with run as administrator
Reporting Server Configuration run with run as administrator
Set Web service URL
Set database and test it
Set web portal URL
Generate a report in Power BI Desktop and save it in a folder
now I tried to save as report by portal URL but catch error :
an error occurred while attempting to save the report to power bi report server
Set new report server http://reporting-power/ReportsPBI this link work well on IE
When save as this report ask a question for set file name I set Test.pbix and click on OK button. save process start and shown above error message.
Also I tried to create a new folder on Power BI Report server and save as report on this folder, and again received above error again.
I search problem and just find this link for SSRS 2016 does not support publishing power bi reports locally but I used 2019 and received same error.
should be change service account. I set use built-in account.
But the service account used in Report server Configuration Manager was not a local admin.
With a user that is a local administrator on the server, we were able to get PBI Reports working on PBIRS.

SQL Server Reporting Services: External Images from API not loading in report

We have an internal SSRS report that we recently updated to utilize a new API that replaces an existing service used to display images. The original API was hosted internally while the new service is hosted in our new Azure environment. We updated our SSRS report to utilize the new service and can run that report in our local dev environments, but when we deploy to our staging server (running SQL 2014 on a Windows 2012 R2 box) the pictures don't load and we find the following error in the SSRS log files (I've removed the URL for security reasons):
An error occurred retrieving the external resource The underlying connection was closed: An unexpected error occurred on a send.
After doing a Wireshark capture, we found that SSRS is initiating connection to the API using TLSv1, while calls to the same API URL in the browser on the server, which render images fine, are using TLSv1.2. I can see that TLSv1.2 is enabled on the server, but how do I force SSRS to utilize that when running this report and reaching out to the new API?
So, found out how to do this and turns out there are some simple registery updates that need to be made to force SSRS to communicate over TLSv1.2. This tutorial helped me out, mainly section 3 which dealt with the SSRS/SQL server: https://techcommunity.microsoft.com/t5/sql-server-support/enable-tls-1-2-protocol-for-reporting-services-with-custom-net/ba-p/318825

Report Access Issue in SSRS 2005

We have hundreds of SSRS 2005 reports in an ASP.Net 2.0 application. We are using following Javascript for rendering the report
window.location.href = url;
Url Example
http://aaa88/ReportServer/Pages/ReportViewer.aspx?/InventoryTracking/Receiving/MyReport&rs:Command=Render&rc:Parameters=false&Emp="20"
Example: Generate report from URL - SQL Server Reporting Services 2008
By typing the url anybody in the domain is able to view the report.
We need to ensure that the report should not be accessible without entering proper credentials.
We must also ensure that the website is able to render the report using "window.location.href" and without prompting the user
What is the solution for this in SSRS 2005?

SharePoint 2010 Reporting Services Integrated-mode Error

I am running SharePoint 2010 and Reporting Services 2008 R2 SharePoint integrated-mode. I am able to browse to the reportserver site : http://DBserver/reportserver which lists my site collections and I am able to get to the document library which holds my reports. However, when I try opening a report I get the following error:
Report Server has encountered a SharePoint error. (rsSharePointError)
The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.
For more information about this error navigate to the report server on the local server machine, or enable remote errors
I am able to resolve that issue by going to Central Admin, Application Management, General Settings and turning Web Page Security Validation Off. But if I do that I get an error when using silverlight features like site, or list creation.
Any ideas?

Resources