Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

netbox-disk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netbox-disk

Netbox Disk Plugin

  • 0.0.7.6.5.66
  • PyPI
  • Socket score

Maintainers
1

Directory structure

+- api - The API type
+- filters - Filters of the models
+- forms - The ModelForm, ModelFilterForm, ModelImportForm, ModelBulkEditForm
+- migrations - DB Django Migration
+- tables - The ModelBaseTable, ModelTable, RelatedModelTable
+- templates
  +- netbox_disk - The detail view of each model
    +- disk - The template content box in the Virtual Machine Model
+- views - PhysicalvolumeListView, PhysicalvolumeView, PhysicalvolumeEditView, PhysicalvolumeDeleteView, 
           PhysicalvolumeBulkImportView, PhysicalvolumeBulkEditView, PhysicalvolumeBulkDeleteView

Models

ERM
Drive

The drive has 4 parameter:

NameExample Value
Virtualmachinetest-vm (Link zu virtual machine)
IdentiferFestplatte 1
ClusterSTOR2000000 (Link zu cluster)
Size50GB
SystemNo
Filesystem

The filesystem has 1 parameter:

NameExample Value
fsEXT4
Linux Volume

The linux volume has 1 parameter:

NameExample Value
vg_namedocker
lv_namedocker
Path/var/lib/docker
FilesystemNTFS (Link zu Filesystem)
Windows Volume

The linux volume has 1 parameter:

NameExample Value
drive_name(D, E, F)
FilesystemNTFS (Link zu Filesystem)

Basis:

  • pv:
    • size
    • Storage Cluster
    • virtual_machine

Windows Form:

  • drive_name (D, E, F)
  • filesystem (ntfs)

Linux Form:

  • vg name
  • lv name
  • path
  • filesystem

Extra Filesystem Model & als ChoiceField ausgeben

Build

poetry publish --build

docker-compose build --no-cache && docker-compose build --no-cache && docker-compose up -d

git add . && git commit -m "0.0.7.6.5.66" && git push

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc