in More Search Options

Manual Unmanage function

Last post 09-25-2008 3:07 PM by spendlet8801. 1 replies.
Page 1 of 1 (2 items)
Sort Posts:
  • 08-04-2008 1:17 PM

    • sotherls
    • Top 50 Contributor
    • Joined on 10-15-2007
    • Florida
    • Posts 168
    • Points 404

    Manual Unmanage function

    I would love to have the ability to simply check or uncheck a node for managing rather than setting a date range. This way I have positive control as to when the node comes back online.

    Currently, using the date range I tend to forget that a device was unmanaged and then it pops back up as being down for x amount of days. Our helpdesk then scrambles around trying to determine if it is a new trouble issue.

    I have tried to counter this by developing an alert to report the unmanaged period but it is still not as desirable as having a checkbox in addition to a date range.

    Orion 8.51 SP3
    APM 1.0
    Windows Server 2003
    MS SQL 2005 Standard
    • Post Points: 3
  • 09-25-2008 3:07 PM In reply to

    Re: Manual Unmanage function

    What I ended up doing was creating a custom property in the Custom Property Editor called DefaultUM and Set the value to Yes for all the nodes I don't want to be managed, but still want them in ORION. Then I used the Database Manger and performed the following Query

     

    UPDATE Nodes SET
    Unmanaged = 1,
    UnmanagedTo = '1/1/2099 12:00:00 AM'
    WHERE DefaultUM = 1
    If you need to manage one later you just go to System Manager or Node Manager on the web and click Manage.
    
    • Post Points: 1
Page 1 of 1 (2 items)