assetkanibek

Comments

  • rschroeder​ thanks for your answer, but I want to create a little bit difference report. If you see screen below, you can see the report which shows node down and up time and outage duration. So I want to create something like this, but with interfaces. I have about 70 interfaces that I need. I have found from…
  • Does anyone know how to add it to NPM 12?
  • Hi all! Who added this report to NPM 12? What do you change, if yes? Best regards, Asset
  • Hi all! I have solved this problem. I have maked change with timezone, then rebooted the server. After that I have repaired Job engine v2 service. That's all! Thanks for your answers!
  • Hi all! I want to change the date of report time, for example report interface down events for last 1 month of during two weeks, etc. How to change that?
  • Hi all! Today with my groupmate which works with SQL helped me understand the code. So I have changed Node Downtime Reports under myself to see interfaces down/up events and duration. rob.hock​ thanks for your report. I have changed it a little bit Now I want to upgrade my report to change the date between events. Also, I…
  • Who could help me to understand this part of SQL code? StartTime.EventTime AS DownEventTime, //this is DownEventTime raw, isn't it? ( SELECT TOP 1 EventTime //what does it mean? FROM Events AS EndTimeTable where EndTimeTable.EventTime >= StartTime.EventTime AND EndTimeTable.EventType = 5 AND EndTimeTable.NetObjectType =…