Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Django model to store additional command outputs #179

Open
jeffkala opened this issue Sep 19, 2024 · 1 comment
Open

Implement Django model to store additional command outputs #179

jeffkala opened this issue Sep 19, 2024 · 1 comment

Comments

@jeffkala
Copy link
Contributor

Environment

  • Nautobot version: 2.3+
  • nautobot-plugin-nornir version: next

Proposed Functionality

A data model to store command outputs for devices. This wouldn't be time series information. Imagine a model to define commands and have their outputs per device.(1toMany) relationship.

Use Case

  1. Additional configuration or show command outputs per device can offer valuable information.
  2. In general show command output is comforting to network engineers. Navigating to device view and having a few show outputs of commands can offer the ability to quickly validate certain data attributes.
  3. Extensions to other applications like device onboarding, golden config, etc. could benefit from this data being available. E.g. Golden Config could introduce the ability to compliance check data that may not natively exist in the backup/intended config paradigm.
@jeffkala
Copy link
Contributor Author

@itdependsnetworks did I miss anything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants