mivy00

Comments

  • Is there any update on this from SolarWinds, this enhancement request has been up for a little over a year. We are looking to collect stats around physical CPU, so stuff like this LPAR is using .94 CPU's this other one is using 2.43 CPU's
  • Hey aLTeReGo, I was reading through the release notes for Core 2017.3 (See Below) and I dod not see where SolarWinds addressed this issue. Can you point me to another link that shows they have corrected it? NPM 12.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support Matt
  • Questionaro thanks for your help I got it working. For others that may need a flapping alert some modification to this SQL will have to be done but this should get you started. Create a new alert Under Trigger Condition choose Custom SQL Alert I setup my trigger query on Node My custom SQL INNER JOIN Events ON…
  • We have several routers, when these routers go into wireless backup mode an event gets logged in the event table "accel UP". We want this alert to tell us if the wireless backup has been intiated for a specific router more than 5 times in a 24 hr period. An indication that our main internet inteface is perhaps flapping.…
  • We have been waiting for this component to be added to solarwinds for a couple years now, and can no longer wait. The call detail records are very important. We are currently looking at other monitoring solutions to fill this hole in our monitoring.....which is unfortunate.
    in Got Avaya?? Comment by mivy00 July 2011
  • Thank you for your help. I was hoping for a solution that did not involve the menu bar.
  • Hello, I was hoping you might be able to share the details of how the CPU alert you mentioned is configured. You can PM me if you like. We had a server that stopped collecting cpu data for almost 2 weeks and we need to configure an alert to catch that sort of behavior. Thank you.
  • After more thought I decided against using the advanced SQL alert. The issue being if I was looking for there to be 5 events in the event log then I would get an alert when the event count reached 5. But if the event count reached 6 and then the one of those events fell off of the 24hr time frame then the alert would fire…
  • That is what I was refering to Thanks guys
  • Thanks, this worked great!! My only question. Is the Util field that is shown the average utilization for that day or the max Utilization ?
  • I have no idea why that worked but it did. The data in the @Node.SysName variable matched what I was specifying in the compare ...... but I will take it. Thanks for the help!!
  • I am still looking for a way to accomplish this. The groups that were added in the latest release will allow you to do this but that is not a very elegent solution to the use case. I have more than 1000 network devices. To get these devices to show a warning status I have to go through and setup 1000 groups that contain…
  • This is the result. But I know it is not working because no mater the time frame I select the list never changes. Also the select a chart field is set to AVG Percent Utilization In I have another chart that is set to AVG Percent Utilization Out. Both charts have the same top 10 interfaces which is wrong, I would expect…
  • Never mind I found it. Under Type of Property to Monitor
  • This worked for me ..... I ended up getting the below code to work SELECT o.AlertConfigurations.Name, ao.AlertConfigurations.CustomProperties.KBLink as KnowledgeBaseLink, ao.AlertConfigurations.CustomProperties.KBLink as [_linkfor_KnowledgeBaseLink] from orion.alertobjects ao where ao.AlertObjectID = '${AlertObjectId}'
  • That is not a good solution. I would have to ignore more devices than the sonar would add. So at this point it sounds like the Sonar is not of any benifit I should add the devices manually?
  • I read that in some other posts, but I dont see it. I am on the latest versions of everything
  • So we fixed this issue by running the following update on the database update dbm_TimeSerieProcessingConfig SET IsClusteredColumnstore = 1 WHERE ID = 13 Where 13 is the ID of the VolumeUsage_CS table We found that the IsClusteredColumnStore value was set to a NULL value.
  • Well the settings page has 87 interfaces on it so I cant screenshot the whol thing but here is the bottom half
  • Did you get an answer to this? We are seeing a similar issue, and when i go to network atlas and attempt to enter that URL for a linked background and validate it says no image could be found.
  • So I like the table view, but I would like to make the value larger text and more bolded. I dont see a way to modify that. The Custom HTML sounded promising but I can find the code i need to use ...... This is the resource but I dont see what I could copy over to affect formatting <div class="ResourceWrapper "…
  • Sorry Ram, I just noticed your request the ticket number was 525993. 
  • I am on version 10.5 Thanks Maxdem for the above......after I made some modifications I was able to get the above SQL to run. I am still not sure that is what i am looking for..... It doesnt appear to group the utilization by day the output provides 427 lines and Im not sure how to group it to what I need and oviously…
  • So the end goal is that I have a diffrent map for each group. If I add a map to the default page it loads the same map no matter which group is selected. Is there a way to make the page load the correct map for the group that is selected?
  • Yeah I am aware of that. After alot of rigging I was finally able to do what I wanted to do. The end goal was to display the weather map on a 1920x1080 LCD screen at the corporate headqurters. The problem is that there is no weather map online that is remotely that size. Solarwinds does not provide an adequate way to…
  • Was there ever a solution to this? I have recently created a report and saved it. Some users can access the report others can not. The report does exist in the /report folder. I verified all the users have /reports setup in the account setup. The Orion server is windows 2008. I did notice that the new report belonged to…
  • Thank you fr the help, I changed the last 3 times @ContextNode is mentioned to @Node but I got the exact same result. It gave me 2 scripts one says configure terminal hostname1 exit the other says configure terminal hostname2 exit I would expect it to be something like configure terminal sh int TenGigabitEthernet0/3/0 | i…
  • Any additional info on this issue? It is the exact same issue I am running into trying to upgrade from 12.4 to 12.5 Get the same Error updating DB during the config wizard. Get the same Error in the config wizard Log Just deleting everything and starting over isnt really much of a solution. My DB appears to have memory…
  • Also I found a post that was referenced here several times, Is there any actual documentation around this usage of the SDK?