Comments
-
I don't see it in my portal either? scheduled to upgrade in an hour...HELP PLS
-
Great line of thought! #bumpsquad
-
Seems to me that would be an email distribution list; you could even do it in conjunction with application custom properties. there are some good threads about using custom properties for email alerts.
-
or PICNIC - problem in chair, not in computer
-
I don't know how hard it would be to implement, but d*#@ that would be nice!
-
you can do this currently w/ advanced sql alerting
-
don't forget to vote your own feature requests up.
-
I'm in..I had to replicate alerts as well....also, go vote up the if...then...else b/c that would allow you to do this as well.
-
TESTIFY!!!
-
CONGRATS to all new MVPs and thanks for playin! Way to keep thwackin for all repeats!
-
it will be based on what "type" of page you put the custom HTML on. that being said, try using table.column format.... so "< href=''html://IT-WIKI.corp.com/${Nodes.Nodename}''>Link to ${Nodes.Nodename} Wiki </a> "
-
trollin thwack #bumpsquad
-
TGIF BUMP
-
the above appears to be a bad example as the field was cleared when I did an imported - I didn't think it cleared fields that were populated where the import field is empty... anyway: the below is another IP address that has this issue. I just imported a spreadsheet one of my engineers manually put together, but below that…
-
Hump day bump!
-
bumpsquad
-
in the interim, Gob submitted an event summary filtered content share that works well. definitely need something around this though.
-
#bumpsquad
-
IMHO and how I understand it to work, the AlertActive table is a transient table. Only when an alert is active, does it have an entry in that table. the history table has that entry as well, including what actions were taken, etc., and keeps the information. Really, given the new architecture of the DB, the CPs would be in…
-
Love the concept, I'm all about automation when possible. can you give example use case?
-
I think this needs to be on the bump list.. wluther, familyofcrowes, Jfrazier, cahunt, bluefunelemental, byrona, bsciencefiction.tv, RichardLetts, rschroeder
-
Oy! Vote Me Up!
-
Oy! Vote Me Up!
-
movement bump
-
Thanks for responding! I'm looking to edit. Definitely not trivial, I get that. I'll work on pulling in this fashion and see what I can do/make of it for this effort. Thanks!
-
Hey @"KMSigma.SWI" is the alert trigger/reset logic decipherable when exporting this way? I have a need to tweak logic on many alerts that is missing a piece of logic. i.e. a component check is triggering (based on old last status) even though the node is unmanaged. I have a few scenarios like this and adding custom…
-
did you try doing a simple SNMP walk against the nonstop?
-
query to see which creds are IPSLAM SELECT TOP 1000 ID, Name, Description, CredentialType, CredentialOwner FROM Orion.Credential Where CredentialOwner='IPSLAM'you can tweak the above with where clause using this as appropriate.
-
We've been trying to standardize on V3 creds...what a PITA. I added the CredsID and CredsName to the above query for SWQL for ease: SELECT top 10 N.IPAddress, N.Caption as Device, N.SNMPVersion as Version , NS.SettingValue as CredsID , C.Name as CredsName , N.SNMPv3Credentials.UserName, N.SNMPv3Credentials.PrivacyMethod,…
-
check this link for thread that utilizes custom pollers to address this issue