Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 16, 2020 15:09
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 r-ryantm/17fb26abf44b0c06d0c23f551e0b1870 to your computer and use it in GitHub Desktop.
Save r-ryantm/17fb26abf44b0c06d0c23f551e0b1870 to your computer and use it in GitHub Desktop.
/nix/store/x3r5rrisjw5hdx8hc816xk0rjhfbmmkm-zabbix-cli-2.2.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.2.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