• Home
  • My Tools
  • Visio Stencils
  • Online Tools
  • PS Scripts
  • PS One Liners
  • Downloads
  • Product Review
  • About

Smarter Together

~ by I.M.H.O.

Smarter Together

Tag Archives: Monitoring

Monitoring Reports – Configuration showing more than one monitoring reports entry

28 Wednesday Oct 2015

Posted by Paul Bloem in Control Panel

≈ Leave a comment

Tags

Monitoring

Occasionally I come across deployments where some interesting things have happened. This is an oldie but certainly something I come across from time to time.Multiple Reporting Server entries

Problem

When expanding the “View Monitoring reports” link from within the Lync\SkypefB Control Panel, more than one Monitoring Reports Service is found.

Looking at the configuration in Lync\SkypefB Server Management Shell, you will notice 2 identities. One of these is valid and another, well..perhaps a botched attempt at deploying monitoring reports.Get-CsReportingConfiguration

Solution

Basically we need to identify which of these entries is valid and which needs to be SQL Reporting Services brokenremoved. Once we know that, we can safely remove the stale entry.

To find out which entry is in use simply click on the link and see where it takes you.

My first link goes nowhere.

Now to test the other entry.SQL Reporting Services OKThat’s more like it. So now that I know which is valid and which is not, its time to remove the culprit. This is done in PowerShell as follows:

Remove-CsReportingConfiguration -Identity <identity of stale reference>

Get-CsReportingConfiguration

Now to check the Lync\Skype4B Control Panel for the Monitoring Reports entries, of
course we need to refresh the Silverlight pane. Skype for Business Control Panel

Since the Reporting Services are loaded into the Control Panel on start up, its best to close the window and open it again.

And Sorted!

Only one entry is now visible in the Control Panel.

-36.607157 174.789203
Advertisement

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Skype (Opens in new window)
  • Click to email a link to a friend (Opens in new window)
  • Click to print (Opens in new window)

Like this:

Like Loading...

Whats new in Skype for Business Monitoring Tool V1.3?

03 Saturday Oct 2015

Posted by Paul Bloem in Lync 2013 Monitoring, PowerShell GUI, Powershell Scripts, Skype for Business, Skype for Business Monitoring, Skype for Business Tools, Tools, UC Sorted Tools

≈ 2 Comments

Tags

Free Monitoring, Lync Tools, Monitoring, PowerShell GUI, Skype for Business Monitoring, Synthetic Transactions, Tools

A few months back a new pet project resulted in an application called Skype for Business Monitoring Tool. Simply stated this application is a series of synthetic transactions in a PowerShell wrapper. The tool will run a selection of tests then report the results to the local event log.

Shortly after that a reporting module was added. The reporting module will compile an email report covering the previous 24 hour cycle of tests. The report includes a success vs failure rate and colour codes the ratio either green, amber or red to indicate health for each test in question.

What’s new in V1.3?

The following features have been added:-

Alert emailing

This is an alert email that is generated at the end of a test cycle if any of the synthetic transactions fail. The email consist of the Event ID and description of the error (the format is rough at present but server its purpose well – a review of this is planned)

UC Sorted Skype Monitoring
TIP
Since the FROM address isn’t checked for validity, I like to use this address to identify the Customer or Pool that’s reporting the issues. That way I can write an email rule that automatically deals with messages according to my required behaviour (eg escalate or also send to etc.). Of course you need to be sure that your email scrubbing policies allow these through.

More Tests

A total of 24 tests are now available, that equates to 12 new tests introduced in this release. These include:-Skype Monitoring Test

  • Group IM
  • Application Sharing
  • Persistent Chat
  • Data Conferencing
  • UCWA Conferencing
  • Web App Conferencing
  • Web App Anonymous Conferencing
  • Web Scheduler
  • XMPP
  • Audio Video Edge
  • Mobility IM
  • PSTN Peer-to-Peer

New “About”

A ReadMe.htm file now contains all the “About” information, version details, event ID references and notes. The ReadMe.htm file is also sent by email as the test email function

UCSorted Help File

Download

What’s planned for VNext?

A new module that monitors and reports on the Skype Server roles. The items I plan to include are as follows:-

  • Skype related Services
  • CPU usage and peaks
  • Memory usage and peaks
  • Disk usage
  • Daily report on Skype related Event Log warnings and Errors

Please do chime in if you have any suggestions or feedback.

-Sorted

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Skype (Opens in new window)
  • Click to email a link to a friend (Opens in new window)
  • Click to print (Opens in new window)

Like this:

Like Loading...

New Tool – Skype for Business Monitoring

03 Friday Jul 2015

Posted by Paul Bloem in Lync Tools, Monitoring, Monitoring Tools, Skype for Business Monitoring, Tool, Tools, UC Sorted Tools

≈ 4 Comments

Tags

Free Monitoring, Monitoring, monitoring Skyoe for Business, Skype for Business Monitoring, Synthetic Transactions, Tools

Its surprising how many deployments I have seen that don’t monitor their SkypeLync environments. Its even more surprising how many monitor only the usual server type bits such as disk usage, processor, RAM utilization and services.

May I suggest that at the very least you monitor your environment by means of synthetic transaction.

Description

Test of SkypeLync modalities by utilizing Synthetic Transactions. Test results generate Event logs on the machine where the tool is being run, for easy identification by any monitoring platform.

All connectivity is over PSRemote Sessions to the Front End Pools. Automation is achieved by means of the schedule tab, this makes use of the Windows Task Scheduler.

What is a synthetic transaction?

Synthetic transactions are actions, run in real time, that are performed on monitored objects. In the case of LyncSkype for Business, synthetic transaction allow you to emulate actions such as sending an IM, making an outbound call, delivering a voicemail message, and so on.

So why do I need this tool?

Of course if you are a Powershell Guru and you have scripted your own Synthetic Transactions that great. However, this tool does more than simply run a bunch of synthetic transactions.

What else does it do?

  1. The results of each synthetic transaction are recorded in the Event Log of the PC where the tool is run from.
  2. Event log name where the results are recorded is separate from other event logs.
  3. The Event ID’s represent both success and failure of tests with separate ID’s depending on the result.
  4. Event ID’s also contain a brief description of the test being performed.
  5. The tool also has a Schedule tab that allows you to setup a scheduled task that will run on a repetition interval of your choice.
  6. Instead of trying to replace your existing monitoring tools, this tool generates Event Logs you can simply add to your monitored stack.

Besides running the Tool to monitor your environment, what else could it be used for?

  • Quick test after server rebootsserver updatestopology changes
  • Test against a particular Front EndEdge Server
  • Test specified user for things such as login or voicemail

Download Skype for Business Monitoring Tool – Installer

To see it in action click HERE

DISCALIMER

This tool is NOT a replacement for the commercially available tools such as Nectar, EventZero, Unify², Prognosis or GSX. If you are after statistical data and history, triggered actions, dashboards, network performance, Session Border Controller monitoring or even QoS and network monitoring etc. then please do spend the cash and talk to these folks.

-36.607262 174.789446

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Skype (Opens in new window)
  • Click to email a link to a friend (Opens in new window)
  • Click to print (Opens in new window)

Like this:

Like Loading...

IMHO YouTube Channel

Follow Smarter Together on WordPress.com

Enter your email address to subscribe and receive notifications of new posts.

Join 674 other subscribers

Show your appreciation by donating

Archives

Category

ABS ABServer ADContacts Address Book AddressBook AddressBook Service Communicator contacts CX500 Devices DHCP DNS Edge Server Error Codes event id Exchange UM 2010 GAL Install Guide Lync 2013 Tools Lync Edge Lync Tools Microsoft Teams Monitoring Polycom Powershell Scripts Product Review QOS Quick Reference Guide Reskit RGS RTC Database SIP SIP Options Skype for Business Skype for Business Monitoring Skype for Business Tools SQL Teams TMG Tool Tools Troubleshoot Edge UC Sorted Tools UM Uncategorized Unified Messaging visio Visio Stencil voicemail

Create a free website or blog at WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Follow Following
    • Smarter Together
    • Join 63 other followers
    • Already have a WordPress.com account? Log in now.
    • Smarter Together
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...
 

    %d bloggers like this: