Previous Topic: edgewatch ExamplesNext Topic: Recommendations for Log File Monitoring


Remove Log Monitoring Entries

To stop monitoring a log file or directory, you must remove the appropriate entry from the Log Monitor table and the sysedge.cf file. Removing an entry using point configuration from the CA Virtual Assurance user interface accomplishes both. Manual removal requires that you remove the entry from both places in separate operations.

To remove log monitor entries in CA Virtual Assurance

  1. Access the CA Virtual Assurance user interface.
  2. Click the Resources tab.

    The Managed Resource pane and Data Center page appear.

  3. Expand Managed in the Managed Resource pane and select the server on which the agent resides.

    A page appears with server details.

  4. Click Configuration, then click Log Monitors.

    The Log Monitor table appears with all existing self monitors.

  5. Select the monitor to delete and click Actions, Delete.

    The entry is deleted from the table. The agent performs a warm start to apply the change.

To remove log monitor entries manually

  1. Delete the watch logfile directive for the entry from the local sysedge.cf file and save the file.
  2. Run the edgewatch utility using one of the following commands for the -o parameter:
    -o delete index
    
    -o setstatus index 6
    
    index

    Specifies the index value of the log monitor entry to remove.

    When using the setstatus command, a value of 6 sets the row status to destroy and deletes the entry.

  3. Restart the agent.

    The entry is deleted.