Versions Compared

Key

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

Table of Contents

Introduction

Opmanteks Opmantek's Virtual Operator can be used to help create jobs comprised of commands sets to be run on various nodes, reporting to see job results and troubleshooting to diagnoses nodes which raise condtions conditions through opConfigs opConfig's plugin system.

Quick actions are virtual operator templates which can save you time from creating commonly run jobs. Or give operators easy access to run commands on remote systems.

...

Clicking schedule will add the Job to opConfigs opConfig's queue and take you to the report schedule.

...

Quick actions are templates for new virtual operator Virtual Operator jobs, we have shipped four sample jobs but you can create your own. These are defined in the file: /usr/local/omk/lib/json/opConfig/table_schemas/opConfig_action-elements.json

Clicking the quick action button will take you too a new virtual operator screen and fill out the specified fields.

Create a new json file under You can create your own Quick Actions by copying the /usr/local/omk/lib/json/opConfig/table_schemas/opConfig_action-elements.json file to /usr/local/omk/conf/table_schemas/opConfig_action-elements.json and then editing it. Available options are described below.

Code Block
languagejs
 {
    "name": "IOS Hourly Collection",
    "description": "Hourly baseline collection for Cisco IOS.",
    "command_sets": ["IOS_DAILY"],
    "buttonLabel": "Collect Now",
    "buttonClass": "btn-primary"
  }

...