The most recent content from our members.
Enhance SWQL statements to allow reuse of aliases in the preceding SELECTION. Examples: SELECT A , A * B AS AB , B , B / A AS BA , AB + BA AS ABBA FROM TABLE; SELECT N.IPAddress AS IP , N.DnsBackward NAME , CHARINDEX('.',IP,1)-1 AS P1 , CHARINDEX('.',IP,P1)-1 AS P2 , CHARINDEX('.',IP,P2)-1 AS P3 , CHARINDEX('.',IP,P3)-1 AS…
Have an AS400 in a QA environment that we're testing alerting on for a migration from a previous platform. We have a custom poller set up to pull storage capacity and storage used. What I can't seem to figure out is how i would use the calculation for pecentage used (used/capacity) and report that as a percentage and alert…
We have a customer requesting the following two reports (for both Monthly and Weekly time periods): Top 20 Location Report ------------------------------- Report contains a table with the following columns - Location Node ID Average transmit (bps) Average transmit (% util) Average receive (bps) Average receive (% util)…
hi, i'm trying to do something very basic, but cant seem to find any info in the forums about it. i've got a bunch of HP printers i've set up a UDP to get the total number of pages printed from the printer. i'm keeping historical data on this OID. and i'd like a simple transformation of the data. I'd like to get todays…
I have been using the memory utilization dial / graph for awhile now and it has been working extremely well. At this point I am starting to be curious of exactly how this value is derived. I know there must be a specific combination of OIDs used to make the calculation but I don't know which ones. Also, I have seen…
It looks like you're new here. Sign in or register to get started.