Metadata-Version: 2.2
Name: netbox_unacceptable_events
Version: 0.2.1
Summary: Netbox plugin. Assign devices and virtual machines and application systems to information security unacceptable events
Download-URL: https://pypi.org/project/netbox-unacceptable-events/
Author: Oleg Senchenko
Author-email: senchenkoob@mail.ru
Maintainer: Oleg Senchenko
Maintainer-email: senchenkoob@mail.ru
License: MIT
Keywords: netbox,netbox-plugin
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-python
Dynamic: summary

# netbox-plugin-unacceptable-events-users-computers


```bash
pip3 install netbox-unacceptable-events-users-computers
```



Добавить в файле netbox/netbox/configuration.py

```
PLUGINS = [
    'ptuevents'
]
```

В командной строке
```
./manage.py migrate
```

Перезапустить сервер netbox.
