Comments
-
Additonal information... The user works fine when im internal to the system.. but if i use the NAT on the firewall from the internet I get this above error message on ALL users... The firewall is a Cisco PIX that hasnt changed anything
-
Now that I think about this, what would be better would be under node details, have the ability to ADD a USER INPUTED EVENT. Then Steve K. could just add an EVENT stating he took system X down for Y reason. and then add another event to clear the EVENT he created. Then when you do a monthly report on events for a system it…
-
Tally another vote. I would love CANNED support for Netscalers to include VIP status and the common stuff as well
-
One of the easiest things that i would like to see added / support is to associate email contacts for notifications with a user name list. example : user John Doe has an email addy of 9164441322@sprintpcs.com then when you are doing your alerts and set up email notifications you just use the name "John Doe" which will know…
-
Ok this brings up a new set of questions heheh. If I am wanting to graph data that is the true value, example in this case the mib reports back the raw temp in F. example the mib value reports back 72 meaning 72 degrees Farenheit Do I: a.) use the mib value type of RAW b.) use the mib value type of Rate, making Unit:…
-
Josh, what is Corona????
-
well you have differnt choices depending upon your network switching infrastructure. A.) ROUTING - but you said they here isolated... which leads to B.) VLAN tagging - You can us a 802.11q vlan taggin capable nic card to build a trunk into your switch and then build a multitude of vlan interfaces on the Orion system.
-
Actually, I went back to the drawing board to help actually identify only the Ethernet Ports and then identify each of them based upon their actual Interface Speed as the Interface Type Description lists all ethernet ports as "Ethernet" and dont break down the different types of Ethernet interfaces. Below is my FINAL (for…
-
The answer to do this is a using the following SQL query SELECT Interfaces.InterfaceTypeDescription AS Interface_Type_Description, COUNT(Interfaces.InterfaceType) AS COUNT_of_Interface_Type, sum(case when Interfaces.InterfaceAlias = 'UNUSED' then 1 else 0 end) as Unused, sum(case when Interfaces.InterfaceAlias = 'RESERVED'…
-
So far I was playing with an Advanced SQL query report that had the following **WHICH ISNT WORKING** :( select InterfaceTypeDescription, count(*) Total, sum (case when InterfaceAlias = 'UNUSED' then 1 else 0 end) as Unused, sum (case when InterfaceAlias = 'RESERVED' then 1 else 0 end) as Reserved, sum (case when…
-
We do it here.. Both the Orion server and the SQL data base are running on ESX. NOTE: we are starting to see perfomance issues as we just pasted the 3000 instances mark and climbing so we are getting ready to move off of VMWare, however this is the #1 issue to NOT do. Ensure that the SQL server's database is on its own…