Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 16, 2019 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/2385fb13d5ded9ffd2bcf2bcfa039ef6 to your computer and use it in GitHub Desktop.
Save ryantm/2385fb13d5ded9ffd2bcf2bcfa039ef6 to your computer and use it in GitHub Desktop.
/nix/store/hl746ljq56cgshiidjbihm974iykws7q-zabbix-cli-2.0.1
├── bin
│   ├── zabbix-cli
│   ├── zabbix-cli-bulk-execution
│   └── zabbix-cli-init
├── lib
│   └── python2.7
│   └── site-packages
│   ├── usr
│   │   └── share
│   │   └── zabbix-cli
│   │   └── zabbix-cli.conf
│   ├── zabbix_cli
│   │   ├── apiutils.py
│   │   ├── apiutils.pyc
│   │   ├── cli.py
│   │   ├── cli.pyc
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── logs.py
│   │   ├── logs.pyc
│   │   ├── prettytable.py
│   │   ├── prettytable.pyc
│   │   ├── pyzabbix.py
│   │   ├── pyzabbix.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── zabbix_cli-2.0.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment