This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

All Nodes - Extended Tree (Ajax) - Alphabetical listing

Is there anyway of getting the device listings under the tree in Alphabetical order as it takes time to search down a list for a particularl VM when it could be anywhere in the list of 200 VM's?

Thanks

Jon

  • Not sure if there is an issue, but my AJAX Tree's... all of them, and my Applications listing... are all in alphabetical order.

    I can not find an option to change this from said alphabetized setup. Even my list of servers.. though this is all in my AJAX Node list.

  • hi Jon,

    Its probably easier to search using the 'Search for Nodes' resource you can add to a View.

  • I tried a couple things out here, one idea I have for you may be in the AJAX tree >>Manage Nodes>>then click the machine name header to group them alphabetically by machine name.

    I also (in the newsest version) in any Node tree click Edit and then enter a SQL query as a filter Like this

    A few example filters are:

    Filter the results to only show Nodes that are not UP
    Status<>1

    The valid status levels are:

    UNKNOWN(The current up/down status of the Node is unknown)
    UP(The Node is responding to PINGs)
    DOWN(The Node is not responding)
    WARNING(The Node may be responding, but the connection from the server to the Node is dropping packets)

    Only show Cisco devices
    Vendor = 'Cisco'

    Only show devices in Atlanta. (This assumes you have added a custom property named City)
    City = 'Atlanta'

    Only show devices beginning with "AX3-"
    Caption Like 'AX3-*'

    Only show Nortel devices that are Down
    Vendor Like 'Nortel*' AND Status=2

    Only show devices ending in '-TX'
    Vendor Like '*-TX'

    OR you can go further down and make Filter within a filter for any of these criteria:

    • NodeID
    • ObjectSubType
    • IP_Address
    • IP_Address_Type
    • DynamicIP
    • UnManaged
    • UnManageFrom
    • UnManageUntil
    • Caption
    • DNS
    • Community
    • RWCommunity
    • SysName
    • Vendor
    • LastBoot
    • SystemUpTime
    • LastSystemUpTimePollUtc
    • SysObjectID
    • Description
    • Location
    • Contact
    • RediscoveryInterval
    • PollInterval
    • VendorIcon
    • IOSImage
    • IOSVersion
    • GroupStatus
    • StatusDescription
    • Status
    • StatusLED
    • ChildStatus
    • ResponseTime
    • PercentLoss
    • AvgResponseTime
    • MinResponseTime
    • MaxResponseTime
    • NextPoll
    • EngineID
    • LastSync
    • MachineType
    • Severity
    • NextRediscovery
    • StatCollection
    • Allow64BitCounters
    • SNMPV2Only
    • AgentPort
    • SNMPVersion
    • SNMPV3Username
    • SNMPV3Context
    • SNMPV3PrivMethod
    • SNMPV3PrivKey
    • SNMPV3PrivKeyIsPwd
    • SNMPV3AuthMethod
    • SNMPV3AuthKey
    • SNMPV3AuthKeyIsPwd
    • RWSNMPV3Username
    • RWSNMPV3Context
    • RWSNMPV3PrivMethod
    • RWSNMPV3PrivKey
    • RWSNMPV3PrivKeyIsPwd
    • RWSNMPV3AuthMethod
    • RWSNMPV3AuthKey
    • RWSNMPV3AuthKeyIsPwd
    • CPULoad
    • TotalMemory
    • MemoryUsed
    • PercentMemoryUsed
    • BufferNoMemThisHour
    • BufferNoMemToday
    • BufferSmMissThisHour
    • BufferSmMissToday
    • BufferMdMissThisHour
    • BufferMdMissToday
    • BufferBgMissThisHour
    • BufferBgMissToday
    • BufferLgMissThisHour
    • BufferLgMissToday
    • BufferHgMissThisHour
    • BufferHgMissToday
    • External
    • EntityType
    • CMTS
    • BlockUntil
    • CustomPollerLastStatisticsPoll
    • CustomPollerLastStatisticsPollSuccess
    • IPAddressGUID
    • City
    • Department
    • Comments
    • PurchasePrice
    • PurchaseDate
    • InServiceDate
    • PONumber
    • AssetTag

    I sincerely hope this helps out.