The most recent content from our members.
I'm following the instructions here Business hours reporting in the Web Based Report Writer but am having some trouble. I hope the community can help me out. I need to create a group availability report that only considers business hour (M-F, 6-6). The guide I've linked above has me working in Report Writer (which I've…
Hello All, I opened case #797909 with Solarwinds for help regarding the Web Access portal (KWA) timing out. The issue was that we maxed out the 4 GB database built into Kiwi. Solarwinds recommendation was to use the "log to database" feature in Kiwi combined with SQL reports to get the same information as the KWA. I was…
I have a report our NOC team uses to identify items that are down. We added three added custom properties for ticket information, assignee and ticket status. When a technican clicks on any of the three custom properties it brings them to another page to enter the information. The issue I am trying to work around is the…
I am trying to write an SQL query to show all my interfaces that have a status of down or warning. The following works: SELECT InterfaceID, StatusLED, FullName, Status FROM Interfaces WHERE (Status = '2') OR (Status = '3') But, I want it to exclude a node based on the condition of a second node. e.g. Node Names: NodeA is…
It looks like you're new here. Sign in or register to get started.