KSC Reports via Email/System output - opennms

I have a KSC report that i run once a month that gives me the previous months usages on specific firewall interfaces i am interested in.
Is there any way to get this report via email in a PDF for example? Or Alternatively get the output via a script onto the file system?
Thanks
Joe.

Not at the moment.
There is some work ongoing to make KSC reports available via Grafana, which has a "snapshot" feature that might meet your requirement.

Related

How do you email Swift automation test results?

I would like to be able to email my automation test results to my team. I am not sure how to get this done so a point in the right direction would be really helpful. I have found code that will be able to send out an email, however to fill the body with the results I would need to know the file that xCode is storing them in, which I am not able to find.
This is just ideas that I am throwing out there, if there is a better way to go about this I am all ears.
Thank you for your help
ui automation test results are in plist format (TestSummaries.plist) so you need to parse this plist file to extract the test result.
We are using trainer gem to convert results to junit xml format. I think it would be good starting point for you to use above gem and attach xml file in your email.
You could look into running your suite on Jenkins server. There is an option you can set up to send result to an email address. However be warned that since xcode 8 has been release Jenkins and Xcode are not the best of friends.

Log report software for ELK stack

I have a node ELK (elasticsearch-logstash-kibana), and i need save report and statistics of logs, there is software that does this?
I have found other dashboard for elasticsearch but are all similar to kibana and not save report (packetbeat, elasticsearch-monitoring etc...)
According to this github thread you can save the results of a chart into CSV.
From there, it's easy to use MS Excel or some other tool to create a report.
I think is as far as you can go with free tools.
p.s.: this seems to be another option but it looks like it only dumps the result, not produce reports like you want.

Local file link to shared dropbox files

Since this is my first time posting a question on stackexchange, please excuse me if I've not included anything. Suggestions for a better post are very welcome!
Background
I'm looking for a way to create a file:// link in e-mails with a specific purpose. In my company we're all using Macbooks with Outlook as our e-mail-client. As soon as a specific document is updated, I would like to be able to e-mail a colleague saying: "here is the to the file". My personal link would be: file:///Users/<MyUserName>/Dropbox/Filepath.ext. However, this does not evaluate correctly on my colleagues computer. I have made it to work with a manual username change, but I'm hoping that there is a way to automatically fill in the username of that person.
My Question:
How can I make the link in such a way that it will always refer to that user's specific user folder?
Resources explored
I've tried working with file://~/ but that always gives a 'can't find the document' error. I've tried googling it but Dropbox and other services only point towards URL-links or to their website. Stackexchange hasn't provided me with an answer so far (Internal links / ":file//" links is without answer). Searching for 'computer independent file links' haven't given me any solace either.
Any help would be greatly appreciated!
not sure if this is what you want. You can check the dorpbox API and read a bit about it. But an easier way might be IFTTT, a free tool which launch triggers. So basically you need to create a folder in dropbox for each user and then use this tool to make triggers for each user. You can send an email and include the new dropbox link and as well you can program the IFTTT to send a file://Users//Dropbox/USER_DROPBOX_FOLDER/{{FILENAME}} whenever a file is placed in his folder.

VSTS Load test reports

We've setup some different load tests and need to generate/send the result pr. e-mail, a link, pdf or similar. The output and metrics are saved to a database (resultstore), but I haven't been able to find too much information on how to generate a report without having visual studio. One thing that comes into mind, is creating a custom report in reporting service (any one know of existing reports I could use?).
Any thoughts?
Thanks
Ended up with creating a report myself using reporting services. If I can make generic enough, I'll post it here.

How can I test Windows Error Reporting?

My company participates in Windows Error Reporting via Winqual. We'd like to add some additional data to our crash reports, using WERRegisterMemoryBlock. Obviously we'd like to make sure this is working before we ship our next version. How can we test it?
Is there a way to locally preview precisely what is going to be sent? Does this realistically reproduce what we are going to be able to retrieve from Winqual?
Alternatively, can we generate a real report from a developer machine, then retrieve the report from Winqual? How would we distinguish this test case from the rest of our Winqual data?
[...] can we generate a real report from a
developer machine, then retrieve the
report from Winqual?
build a special test version of your application
upload a product mapping for this test version to WER
crash the test version on a machine with error reporting enabled
check Winqual, after a couple of days a report should show up
if the report does not come with CAB data already, enable additional data request (in Winqual)
crash the test version again on a machine with error reporting enabled
check Winqual, after a couple of days a report with CAB data should be waiting for you
download the CAB data and check if/that it contains what you need (you will need to use WinDbg to get the full picture, VS is not as thorough with minidumps as WinDbg)
How would we distinguish this test
case from the rest of our Winqual
data?
give the test version a special name and version (EXE name and *.rc)
just using a different "product name" and "product version" (=WER friendly names) is not enough to get an extra event ID / bucket, but an extra EXE name plus "Product Name" for the application mapping should do the trick
The best test would be to map a test only version of your product. You can verify that the expected information is present and then make sure you change the version and upload a new product mapping file before shipping

Resources