Comments
-
This is a very nice article. This may just be the answer I'm looking for. I have been asked to include the time that an alert is reset in the email that Orion sends. I also write to the NetPerfMon every time an alert is triggered or reset. I have followed along with your example and I had to make a minor change in the…
-
Yes, I have always used the HTML/CSS style email alerts. I always found that pretty emails get read and others get ...... well let's just say they are overlooked... here is a sample of our alert trigger email and our alert reset email. I like this because when they are viewed on a smartphone the contact numbers can be…
-
I like the pictures I'm seeing in the documentation, however, when I open my Device inventory page, for example, the page is blank and where there are filters on left in the navigation pane in the documentation there are no filters on my page. Any suggestions on where I might start troubleshooting this issue? We are using…
-
*** A Possible Solution *** Well this is a possible solution.... Not sure how pretty it is but it will get me over the hump and I can continue with the rest of the report request for the customer. What I have found I can do is.... * Create a new 'Custom Property' and call it "F_Address" (Full Address) make it a text field…
-
This script looks like it will only be effective when it is used with the /overwrite switch. Since the overwrite switch will clear flash and only leave one image the switch has no choice but to boot that image. We don't have the luxury of rebooting on the fly. We need to coordinate that and we like to have at a minimum the…
-
Update on graphs... Thanks to the SolarWinds Customer Support Group and their help with getting this figured out. the charts/graphs in SolarWinds 11.5.1 and 11.5.2 are completely different ard are drawn differently on the screen. The graph that is mentioned in this thread is what SolarWinds is referring to as a 'Classic'…
-
Yes I would love to.... But I keep receiving an error telling me that my image type is invalid. I am using a MAC Book Pro with SNAG-It as my capture utility. I have saved the screen shots as both JPEG and PNG files and also resized the images so they are less than a meg in size. Still can not insert the image. Any thoughts…
-
Very nice thread. We have been wanting to do this for a long time. I added one twist to this layout. Instead of using a different 'Custom HTNL' resource for every graph I created a new 'Summary View' with one column and one 'Custom HTML' resource. In the custom HTML resource I created a table with 2 columns and I put each…
-
Thank you for the reply... Yes please reach out when you have time so we can discuss. Anything we can do to help make improvements please feel free to reach out. If you like I can also do some desktop sharing so I can walk you though my work flow / process when working with the OLV.
-
So Far..... NOT a Fan.... The previous syslog viewer I have been using for the last 16 years with Orion is far easier to use, far easier to understand and is infinitely faster. We have 18 polling engines and thousands of devices sending syslogs 24 x 7. With the old syslog viewer if I wanted to research something all that…
-
Thats the problem I am running into... These aren't different device type... They are the same device type. I most cases the default Node Details web page is sufficient for this device type. In some sites we also want to see the CPU utilization for the same device type.... What I am trying to do use use the default node…
-
I have the solution for the multiple custom pollers in an advanced alert... I spent a few days (many hours) reading through post here... reading through post on the MRTG message boards, reading through the MIB text file from TrippLite, the RFC, and experimenting with report writer to get a working SQL statement. Remember…
-
I noticed the spaces on the lines following the crypto keyword. Thats why I created the other 2 expressions. The other 2 expressions basically capture all of the lines between the 2 character sets that surround the ((.|\n)*). The | (pipe symbol) acts like a Boolean 'OR' and will match anything before or after it. So the…