Comments
-
Well the earlier comment reports several issues. Has it been fixed for ITunes 11.1? Has it been updated for clarity between User and Computer?
-
okay, I can run the alert query against the repository database in ssms if I replace the parameters with the correct values, so it appears that I am the alert query ios not substituting the correct values. Any further ideas on how to make this work?
-
thanks for this service.
-
Be nice if there was a followup to this.
-
The metric seems to function properly - it is returning a value 0 (zero) but the alert does not seem to be pulling this value.
-
did that before posting. system id of the metric is CustomMetric-1 - query is select coalesce(sum(coalesce(md.v,0)),0) num_deadlocks from CON_METRICS_NAMES_#DBID# mn inner join CON_METRICS_#DBID# m on m.METRIC_NAME_ID = mn.ID inner join CON_METRICS_DETAIL_#DBID# md on m.ID = md.METRICS_ID where mn.NAME = 'CustomMetric-1'…
-
Could you please add Total Total ExecutionTime, Total CPU, Total IO etc?
-
Hi there, Does this work for 2007 / 2010? Many thanks for this, this is one thing that the standard template is crying out for. Graham
-
Wow, thanks for the super quick reply! Hmm.. I've since discovered that WMI (\ROOT\MicrosoftExchangeV2) is no longer supported for Exchange 2007 & later. You have to use PowerShell. Oh well, it's still a cool script! Graham
-
This alert displays as broken for me with the message that "Alert returned the value [null] which is not of the expected type [Number]" The custom metric seems to work fine.
-
Excellent work! A much needed addition to visibility into what our alerts are doing.
-
Hi Is this solution still the only one for monitoring a process? I tried to set this up, but get "Access rights are insufficient". The monitor is running as Administrator on a machine in same domain. The machine is a win2008-64Bit. I can run the script from a command promt on the ipmonitor server, manually and get…
-
Is there step by step directions on how to set this monitor up? Thanks.
-
Just to note...VNQM (formerly IPSLAM) module can do current and historical tracerouting plus alerting.
-
I have the Google Maps API working in NPM 12. Just need to backup inetpub folder before upgrading and paste in the GoogleMaps directory back into the new website directory.
-
Once you assign the poller, where do you go to actually look at the details captured by the poller?
-
All sorted - take note when creating a read-only login in SQL Server that you remember to uncheck force password expiry policy. A quick spot in the console (CTRL + SHIFT + J) in Chrome flagged up the expired login. Working like a dream again.
-
Thank you to the OP for sharing this useful code. I have got the API working on a client site and been running faultlessly for several weeks. I am not sure what has happened behind the scenes, but I came in the other morning and have a blank screen where the map used to be! If anyone has any previous experience with this…
-
Hello, I opened "Case # - 00207229 Custom Properties variable (new format) used as recipeint in "send an email/page" trigger action of an alert resolves to literal when additional email address is specified". I received two responses from Solarwinds: 1) Your issue is actually a bug that was resolved in a future version of…
-
How does one get this to work? It sounds very useful!
-
I may have run into the same issue recently and am contemplating opening a case next week. Perchance do you have a second email address included as a recipient? What I have found is if the variable is listed by itself, it resolves correctly. But if I add a second recipient, the variable get placed between two pairs of…
-
Can you send me the files so I can take a look? Just remove any info to your organization.
-
So my map is showing all nodes under city only. I have about 30 nodes in 14 different locations in the same city. How can I have each node show per location? I have LAT&LON set for each node.
-
Hey, would it be possible for you to send me those files as well?
-
Did you ever get it working?
-
How did you get it to work?
-
Did you ever figure out this issue? I also have 11.0.1 and my map is blank.
-
Well what do you know.... Persistence paid off and I got it to work after a few minor suggested tweaks back in this chain... I am going to see if I can get some other google map functions working now! Thanks for some great starting code.
-
Okay.... Have spent a few hours trying to get the map to show. My database connection works, my google maps api connection and key work. I can even change the iframe to use GoogleMapSiteMap.aspx instead of GoogleMap.aspx and I see a map from google but no information..... If I use the static test I see that. When I…
-
We just upgraded from 6.2.1 to 6.3.1 today. We lost any changes we had made to email templates, a custom time of day set which was tied to some rules, and any modifications made to built-in user defined groups. There may be more, not really sure. Did we do something wrong with the upgrade? Is this documented as a risk when…