osberg

Comments

  • Hi ZackM, You are correct here. The files is now called AlertHistory. Here are the columns that are in this table: For AlertHistory ----------------------- SELECT TOP 1000 [AlertHistoryID] ,[AlertID] ,[TimeStamp] ,[EventTypeWord] ,[Name] ,[ObjectType] ,[AlertEnabled] ,[Frequency] ,[Message] ,[AccountID] ,[AlertActiveID]…
  • Ok been talking to solarwinds about this, and they tell me that the logs is now called. Alerting.Service.v2.log but that is not something there are in the Database manager, so can´t compare what was in the old and what is in the new. I can asked solarwinds again here, since I would really like this get fixed, and if I get…
  • I find the report very good, but I have a issue here. My AlertLog is total empty, and I am running 11.5 is there a way I can check what file the alerts are been log to? I would really like to get this report up and run.
  • Hi there, How can I use the script in my SW?? I can see that my 8510 dont give me the cpu and memory that is been used on my WLC controller. so how can your script fix this? Frank
  • I got a question here, first of all very nice script. But I am getting a error on this matter : Msg 195, Level 15, State 10, Line 3 'ToString' is not a recognized built-in function name. Msg 195, Level 15, State 10, Line 3 'ToString' is not a recognized built-in function name. how to fix this?
  • Hi, I will come back to you later today with info on this
  • Hi all, We have just got the lastes version for the UCS system into our DC, and that is great Fun stuff to play with but one thing I am looking for is a proper way to make a good view in SW so that i am getting the right and correct info asap when I go into SW. So what and how has all of your setup this in your SW system.…
  • Hi all, Anybody here there might can help with the SQL part, so it dont look into a time graph etc.Hoping some great SQL sharks are in here
  • Hi there, I really like this view you have made here, but how has you done this?? I am guessing you are doing this by SQL, so can you please share this?? Frank
  • Was wondering one thing.... I can use the script SELECT COUNT(InterfaceDescription) AS NumPorts, N.Caption FROM NCM.Interfaces I JOIN Orion.Nodes N ON (I.Node.CoreNodeID = N.NodeID) WHERE NOT ((InterfaceTypeName like '%Virtual%') OR (InterfaceTypeName = 'other') OR (InterfaceTypeName like '%loop%')) GROUP BY N.NodeID,…
  • I am also trying to make some modification to the script so that I can run a backup of my ASA firewall. When I login to the device the command to bakcup the devices is like this : write net 10.5.0.251:/ASA/PL340ASA My scripts is like this, but not working: script BaseChangeTemplate( NCM.Nodes @ContextNode, string @TFTP,…