Page History
Uptime Infrastructure Monitor uses action profiles to perform recovery steps when a service monitor returns a critical status. Action Profiles are templates that define an action to perform when a monitor encounters a problem and can be applied to one or more service monitors.
An Action Profile allows you to specify: When
- When to start and stop performing the action (escalations).
...
- The name of the log file to which Uptime Infrastructure Monitor writes error information.
...
- The name and location of a recovery script that can reboot a server or restart an application, process or service.
...
- The name of a Windows host and service, as well as whether to start, stop or restart the host or service.
...
- An SNMP trap to be sent to a specific traphost and trap community.
Use the following steps to create an action profile:
- Click on the Services tab.
- Click the Add Action Profile link on the left tree menu.
- Set up the action profile to perform the desired steps (e.g. log to file, run a script, start / stop Windows service, send an SNMP trap, etc.), and then click Save.
Next, attach the action profile to an existing service monitor with the following steps:
- Click on the Services tab.
- Locate the service monitor in the list, and then click its name (or click the View icon).
- Scroll to the bottom of the page, and then click the Edit Action Profiles button.
- Add the appropriate Action Profile to the right list, and then click the Save button.
...
- Take LDAP Query, replace %s in the query with the name under LDAP Username
- Connect to LDAP using the distinguished name pointing to that user. If authentication fails (or user is not found), it will return "Invalid Credentials"
- On success, it takes LDAP Group Distinguished Name, and reads the object.
- If it can not find the object at all, it will output "No Group exists under that Distinguished Name."
- If it finds the object but the Group object is not under a domain name, it will not be able to read it and returns "Could not get members listing for Group Distinguished Name."
- If object is read, and the distinguished name in the object exists, the users are inserted into the local Uptime Infrastructure Monitor database
- If object is read, but it contains entries that do not link to a user, that particular user is skipped and not inserted into Uptime Infrastructure Monitor.
...
- .
...
Active Directory Explorer
http://technet.microsoft.com/en-ca/sysinternals/bb963907.aspx
Wireshark
...