Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open a command prompt and go to the <uptime dir>uptimescripts folder.
  2. Run the following command to verify if you can create a rexec session:
    Code Block
    languagesql
    agentcmd.exe -s -p 9998 \[hostname\] "rexec \[password\] \[CommandName\]"
    For example: C:Program Filesuptime softwareuptimescripts>agentcmd.exe -s -p 9998 testhost "rexec uptime test"

Creating an action profile and adding it to a service monitor

...