Coder Social home page Coder Social logo

controlmobjects's People

Contributors

moauris avatar

Stargazers

 avatar

Watchers

 avatar  avatar

controlmobjects's Issues

Create AgentViewer Window

The AgentViewer

The AgentViewer is an A4 Sized window that displays M/Agent information.

If called with an Agent Object as its argument, it will display basic information about an M/Agent.

Use Master Details to Create a Select OS Custom Control

The OSInfo Object

OS Info is consisted of three parts: OSname, OSversion, and Architecture. To Create an OS Info we need to have a three segment comboboxes to allow users to select.

Create Custom Control

Create a custom control called OSInfoSelector

Generate Master Detail mechanism from Database

The database should contain a table with all the master Detail Info.

Link the Database to the new table

Since the master detail OSInfoSelector selects from the tbl_osinfo, the tables should be linked.

Need to validate DB Path

The program ran with the connection string invalid.

Need to make sure the path is a valid path, otherwise let the user select a database.

If let user select a database path, need to connect to that database and make sure that the schema fits the schema required.

Create Machine Picker

Create a machine picker window.

  • Display current machine entities in database.
  • When double clicked, display a Machine viewer.
  • Allow users to select a desired machine.

Set up a testing window frame

Need a welcome screen

A welcome screen

A welcome screen performs the below steps:

- Check Database Connection

Check if the database connection is valid. Try connect to the database. Success: next step. Failure: exit app.

Database Creation

Create Database for ControlMObjects

There should be the below databases:

1. tbl_agents

It is the table that stores all ControlM Agent objects
id
name
installed_version
host_interface_name
platform_architecture
server_agent_port
agent_server_port
protocol_version
date_created
date_changed
date_deactivated
change_version

2. tbl_servers

It is the table that represents all ControlM Server objects
id
name
installed_version
host_interface_name
date_created
date_changed
date_deactivated
change_version

3. tbl_host_interfaces

It is the table that represents all host interfaces, including standalone and clusters
id
interface_display_mode
node_virtual
node_primary
node_secondary
os_platform_architecture

4. tbl_machines

A table that represents machine objects, can be physical or virtual
id
hostname
domain
ipv4address
ipv6address

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.