cmdbsyncer 4.1.0.dev4__tar.gz → 4.1.0.dev5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cmdbsyncer-4.1.0.dev4/cmdbsyncer.egg-info → cmdbsyncer-4.1.0.dev5}/PKG-INFO +1 -1
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/__init__.py +26 -5
- cmdbsyncer-4.1.0.dev5/application/buildinfo.txt +1 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/changelog/v4.1.md +2 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/plugins.py +14 -6
- cmdbsyncer-4.1.0.dev5/application/plugins/ansible/plugin.json +6 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/bmc_remedy/plugin.json +17 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/checkmk/plugin.json +23 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/cisco_dna/plugin.json +6 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/csv/plugin.json +21 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/idoit/plugin.json +20 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/jdisc/plugin.json +13 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/jira/plugin.json +15 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/jira_cloud/plugin.json +16 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/json/plugin.json +17 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/ldap/plugin.json +24 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/maintenance/plugin.json +16 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/mssql/plugin.json +28 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/mysql/plugin.json +23 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/netbox/plugin.json +14 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/prtg/plugin.json +11 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/pyodbc/plugin.json +28 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/rest/plugin.json +22 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/rules/plugin.json +9 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/vmware/plugin.json +6 -0
- cmdbsyncer-4.1.0.dev5/application/plugins/yml/plugin.json +21 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5/cmdbsyncer.egg-info}/PKG-INFO +1 -1
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/cmdbsyncer.egg-info/SOURCES.txt +21 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/pyproject.toml +2 -1
- cmdbsyncer-4.1.0.dev4/application/buildinfo.txt +0 -1
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/LICENSE +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/README.md +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/_version.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/api/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/api/inventory.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/api/objects.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/api/rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/api/syncer.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/api/views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/auth/views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/changelog/.pages +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/changelog/v3.10.md +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/changelog/v3.11.md +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/changelog/v3.12.md +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/changelog/v3.5.md +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/changelog/v3.7.md +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/changelog/v3.8.md +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/changelog/v3.9.md +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/changelog/v4.0.md +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/cli.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/config.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/docu_links.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/enterprise.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/audit.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/cron.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/get_account.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/inventory.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/local_config_file.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/local_config_presets.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/mongo_keys.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/notification_channels.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/notification_dispatch.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/sates.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/sql.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/syncer_jinja.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/tablib_formater.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/tests/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/helpers/tests/test_sql.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/mcp_server.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/account.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/config.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/cron.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/field_approval.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/forms.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/host.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/host_inventory_tree.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/notification_channel.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/notification_rule.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/notification_state.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/saved_search.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/states.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/models/user.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/custom_attributes/models.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/custom_attributes/rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/custom_attributes/views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/debug.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/email.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/inventory/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/log/log.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/log/models.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/log/views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/plugin.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/rule/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/rule/filter.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/rule/match.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/rule/models.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/rule/rewrite.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/rule/rule.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/rule/views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/modules/statefile.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/notices/strict_certificate_verification.txt +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/ansible/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/ansible/admin_views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/ansible/inventory.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/ansible/models.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/ansible/playbook_rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/ansible/rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/ansible/runner.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/ansible/site_syncer.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/ansible/views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/bmc_remedy/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/bmc_remedy/bmc_remedy.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/admin_views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/bi.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/cmk2.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/cmk_rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/dcd.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/downtimes.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/groups.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/helpers.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/import_v1.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/import_v2.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/inits.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/inventorize.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/models.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/notification_rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/passwords.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/poolfolder.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/sites.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/syncer.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tags.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_bi.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_cmk2.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_cmk_rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_dcd.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_downtimes.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_groups.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_helpers.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_import_v1.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_import_v2.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_inventorize.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_notification_rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_passwords.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_poolfolder.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_sites.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_syncer.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_tags.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/tests/test_users.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/users.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/checkmk/views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/cisco_dna/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/cisco_dna/syncer.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/cron.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/csv/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/csv/csv.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/file_requests.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/idoit/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/idoit/admin_views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/idoit/models.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/idoit/rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/idoit/syncer.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/idoit/views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/jdisc/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/jdisc/applications.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/jdisc/devices.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/jdisc/executables.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/jdisc/jdisc.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/jira/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/jira/jira.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/jira_cloud/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/jira_cloud/jira_cloud.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/json/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/json/json.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/ldap/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/ldap/ldap.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/maintenance/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/mssql/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/mysql/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/mysql/mysql.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/admin_views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/cluster.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/contacts.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/dataflow.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/devices.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/interfaces.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/ips.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/models.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/netbox.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/networks.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/prefixes.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/netbox/virtualmachines.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/prtg/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/prtg/prtg.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/pyodbc/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/pyodbc/pyodbc.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/rest/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/rest/rest.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/rules/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/rules/admin_views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/rules/autorules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/rules/models.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/rules/rule_definitions.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/rules/rule_import_export.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/rules/views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/syncer_shell.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/vmware/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/vmware/admin_views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/vmware/custom_attributes.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/vmware/models.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/vmware/rules.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/vmware/views.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/vmware/vmware.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/yml/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins/yml/yml.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/plugins_cli.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/static/css/cmdbsyncer.css +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/static/js/main.js +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/static/logo_white.png +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/_brand.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/_theme.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/_host_tabs.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/account_pick_type.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/ansible_playbook_run.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/ansible_project_detail.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/ansible_rule_list.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/bulk_label_form.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/changelog_archive.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/checkmk_rule_mngmt_list.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/checkmk_settings_list.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/copy_as_new_form.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/data_quality.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/file/list.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/file/modals/form.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/host_details.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/host_edit.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/host_inventory_tree.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/host_list.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/host_relations_graph.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/host_timeline.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/index.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/local_config_editor.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/master.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/model/clone_confirm.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/model/inline_list_base.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/object_list.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/set_cmk_version_form.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/admin/set_template_form.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/base.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/change_password.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/debug.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/debug_host.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/email/newuser.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/email/notification.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/email/resetpassword.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/formular.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/license_info.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/login.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/logout_confirm.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/request_password.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/set_2fa.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/templates/set_theme.html +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/themes/dracula.css +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/themes/gruvbox-dark.css +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/themes/gruvbox-light.css +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/themes/nord.css +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/themes_registry.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/_form_fields.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/_form_sections.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/account.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/config.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/cron.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/data_quality.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/default.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/field_approval.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/fileadmin.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/host.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/host_filters.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/host_renderers.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/host_widgets.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/license.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/notification_channel.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/notification_rule.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/saved_search.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/application/views/user.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/cmdbsyncer.egg-info/dependency_links.txt +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/cmdbsyncer.egg-info/entry_points.txt +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/cmdbsyncer.egg-info/requires.txt +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/cmdbsyncer.egg-info/top_level.txt +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/requirements-ansible.txt +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/requirements-extras.txt +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/requirements.txt +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/setup.cfg +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/syncerapi/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/syncerapi/v1/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/syncerapi/v1/core/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/syncerapi/v1/inventory/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/syncerapi/v1/rest/__init__.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/tests/test_api.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/tests/test_api_csrf_invariant.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/tests/test_default_view.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/tests/test_mongo_keys.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/tests/test_plugin.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/tests/test_plugin_ssti.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/tests/test_plugins_cli.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/tests/test_rule.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/tests/test_rule_match.py +0 -0
- {cmdbsyncer-4.1.0.dev4 → cmdbsyncer-4.1.0.dev5}/tests/test_webhook_token_hash.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cmdbsyncer
|
|
3
|
-
Version: 4.1.0.
|
|
3
|
+
Version: 4.1.0.dev5
|
|
4
4
|
Summary: Rule-based modular synchronizer for Checkmk, Netbox, Ansible, I-DOIT, Jira CMDB and 15+ other CMDB/monitoring systems
|
|
5
5
|
Author-email: Kuhn & Ruess GmbH <info@kuhn-ruess.de>
|
|
6
6
|
Maintainer-email: Bastian Kuhn <mail@bastian-kuhn.de>
|
|
@@ -20,7 +20,18 @@ if os.path.basename(sys.argv[0] or '').removesuffix('.py') in _CLI_ENTRYPOINTS:
|
|
|
20
20
|
# form via Mongo — together they account for the bulk of CLI startup time.
|
|
21
21
|
CLI_MODE = os.environ.get('CMDBSYNCER_CLI') == '1'
|
|
22
22
|
|
|
23
|
+
# Pip console scripts (``cmdbsyncer …``) trigger this module via
|
|
24
|
+
# ``from application.cli import main`` and don't put cwd on ``sys.path``
|
|
25
|
+
# beforehand — but ``local_config.py``, the user ``plugins/`` package,
|
|
26
|
+
# ``disabled_plugins.json`` and friends all live in the deployment
|
|
27
|
+
# directory. Inject cwd here, before any import that depends on it,
|
|
28
|
+
# so pip-install behaves like a source checkout (where Python adds the
|
|
29
|
+
# script directory to ``sys.path[0]`` automatically).
|
|
30
|
+
if os.getcwd() not in sys.path:
|
|
31
|
+
sys.path.insert(0, os.getcwd())
|
|
32
|
+
|
|
23
33
|
import importlib
|
|
34
|
+
import importlib.util
|
|
24
35
|
import pkgutil
|
|
25
36
|
import warnings
|
|
26
37
|
from logging import config as log_config
|
|
@@ -122,11 +133,21 @@ from application import enterprise # noqa: E402
|
|
|
122
133
|
from application.enterprise import run_hook as enterprise_hook # noqa: E402
|
|
123
134
|
|
|
124
135
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
136
|
+
# Load local_config.py via absolute path from cwd, not via ``sys.path``.
|
|
137
|
+
# Pip-installed console scripts (``cmdbsyncer …``) trigger
|
|
138
|
+
# ``application/__init__.py`` through ``from application.cli import main``
|
|
139
|
+
# *before* cli.py's ``sys.path.insert(0, cwd)`` runs — so a plain
|
|
140
|
+
# ``from local_config import config`` would silently fail and leave
|
|
141
|
+
# ``CRYPTOGRAPHY_KEY`` at ``None``, breaking every Account.get_password() call.
|
|
142
|
+
_lc_path = os.path.join(os.getcwd(), 'local_config.py')
|
|
143
|
+
if os.path.isfile(_lc_path):
|
|
144
|
+
_spec = importlib.util.spec_from_file_location('local_config', _lc_path)
|
|
145
|
+
_mod = importlib.util.module_from_spec(_spec)
|
|
146
|
+
_spec.loader.exec_module(_mod)
|
|
147
|
+
sys.modules.setdefault('local_config', _mod)
|
|
148
|
+
app.config.update(_mod.config)
|
|
149
|
+
else:
|
|
150
|
+
logger.warning("local_config.py not found in %s", os.getcwd())
|
|
130
151
|
|
|
131
152
|
|
|
132
153
|
# REQUIRE_HTTPS is the single switch that controls whether the GUI's
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
BUILD_DATE=2026-05-08T14:17:04Z
|
|
@@ -90,6 +90,8 @@
|
|
|
90
90
|
### Setup
|
|
91
91
|
- FEAT: `cmdbsyncer sys self_configure` now creates a default `app.wsgi` so PyPI installs can be served by Apache/mod_wsgi or uWSGI without writing one by hand
|
|
92
92
|
- FIX: `Edit local_config.py` GUI now writes to the same `local_config.py` Python actually imports. PyPI installs previously wrote into site-packages instead of the deployment directory next to `app.wsgi`
|
|
93
|
+
- FIX: PyPI installs now find `local_config.py` reliably — `CRYPTOGRAPHY_KEY` and friends are no longer silently `None`, so Account passwords decrypt correctly when running `cmdbsyncer …` from the deployment directory
|
|
94
|
+
- FIX: PyPI installs now ship every plugin's `plugin.json` (was only the `.py` files), and the user `plugins/` directory plus `disabled_plugins.json` next to `app.wsgi` are picked up correctly instead of being looked for inside `site-packages`
|
|
93
95
|
- FEAT: Offline installation bundle always ships base, extras and ansible Python dependencies plus the default Ansible playbook collection, and the bundled `install.sh` deploys the playbooks to `/opt/cmdbsyncer/ansible` (override via `ANSIBLE_TARGET`, skip with `SKIP_ANSIBLE=1`, replace existing target with `FORCE=1`)
|
|
94
96
|
- FEAT: New `make release-pre` target ships sequential pre-release builds (`.devN` / `aN` / `bN` / `rcN`) to PyPI without requiring a hand-edit before each upload; `tools/build_offline_bundle.sh --syncer-version 4.1.0.dev3 --enterprise-version 0.3.9.dev1` pins the offline bundle to those pre-releases so QA can test them on air-gapped systems
|
|
95
97
|
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
A plugin is enabled by default when its directory ships under
|
|
4
4
|
``application/plugins/`` or ``plugins/``. The only opt-out is
|
|
5
|
-
``disabled_plugins.json``
|
|
6
|
-
disabled idents (or directory names — both work).
|
|
5
|
+
``disabled_plugins.json`` in the deployment directory, which holds a
|
|
6
|
+
JSON list of disabled idents (or directory names — both work).
|
|
7
7
|
|
|
8
8
|
Both the disabled list and the per-plugin ``plugin.json`` data are read
|
|
9
9
|
exactly once per process and cached. The filesystem state cannot change
|
|
@@ -14,8 +14,16 @@ the same process — it busts its own cache).
|
|
|
14
14
|
import os
|
|
15
15
|
import json
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
# Bundled plugins live next to this file (``application/plugins/``),
|
|
18
|
+
# regardless of pip-install vs. source-checkout. Derive the path from
|
|
19
|
+
# ``__file__`` so it always resolves to the package root.
|
|
20
|
+
_APP_DIR = os.path.dirname(os.path.dirname(__file__))
|
|
21
|
+
# User plugins and ``disabled_plugins.json`` live in the deployment
|
|
22
|
+
# directory (cwd at app-import time): ``/opt/cmdbsyncer/`` for pip
|
|
23
|
+
# installs, the repo root for source checkouts. Using ``__file__`` here
|
|
24
|
+
# would point into ``site-packages/`` on pip and miss the user files.
|
|
25
|
+
_USER_DIR = os.getcwd()
|
|
26
|
+
_DISABLED_PLUGINS_PATH = os.path.join(_USER_DIR, 'disabled_plugins.json')
|
|
19
27
|
|
|
20
28
|
# In-memory registry for plugin types that ship inside a pip-installed
|
|
21
29
|
# Enterprise package rather than as a directory under plugins/. Callers
|
|
@@ -90,8 +98,8 @@ def _plugin_data_cache():
|
|
|
90
98
|
if _PLUGIN_DATA_CACHE is not None:
|
|
91
99
|
return _PLUGIN_DATA_CACHE
|
|
92
100
|
cache = {}
|
|
93
|
-
for
|
|
94
|
-
|
|
101
|
+
for plugin_root in (os.path.join(_USER_DIR, 'plugins'),
|
|
102
|
+
os.path.join(_APP_DIR, 'plugins')):
|
|
95
103
|
if not os.path.isdir(plugin_root):
|
|
96
104
|
continue
|
|
97
105
|
for entry in os.listdir(plugin_root):
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "0.0.1",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "BMC Remedy",
|
|
5
|
+
"description": "WIP",
|
|
6
|
+
"ident": "bmc_remedy",
|
|
7
|
+
"account_presets" : {
|
|
8
|
+
},
|
|
9
|
+
"account_custom_field_presets": {
|
|
10
|
+
"hostname_field": "dnshostname",
|
|
11
|
+
"namespace": "",
|
|
12
|
+
"class_name": "",
|
|
13
|
+
"verify_cert": "True",
|
|
14
|
+
"ca_cert_chain": "",
|
|
15
|
+
"ca_root_cert": ""
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "Checkmk Version 2.x",
|
|
5
|
+
"description": "",
|
|
6
|
+
"ident": "cmkv2",
|
|
7
|
+
"account_presets" : {
|
|
8
|
+
"address": "https://servername/sitename"
|
|
9
|
+
},
|
|
10
|
+
"account_custom_field_presets": {
|
|
11
|
+
"limit_by_accounts": "",
|
|
12
|
+
"limit_by_hostnames": "",
|
|
13
|
+
"list_disabled_hosts": "",
|
|
14
|
+
"bakery_key_id": "",
|
|
15
|
+
"bakery_passphrase": "",
|
|
16
|
+
"dont_delete_hosts_if_more_then": "",
|
|
17
|
+
"dont_activate_changes_if_more_then": "",
|
|
18
|
+
"verify_cert": "True",
|
|
19
|
+
"ca_cert_chain": "",
|
|
20
|
+
"ca_root_cert": "",
|
|
21
|
+
"import_filter": ""
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.1.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "CSV",
|
|
5
|
+
"ident": "csv",
|
|
6
|
+
"account_presets" : {
|
|
7
|
+
},
|
|
8
|
+
"account_custom_field_presets": {
|
|
9
|
+
"path": "",
|
|
10
|
+
"hostname_field": "host",
|
|
11
|
+
"delimiter": ";",
|
|
12
|
+
"encoding": "utf-8",
|
|
13
|
+
"rewrite_hostname": "",
|
|
14
|
+
"inventorize_key": "",
|
|
15
|
+
"inventorize_match_by_domain": "",
|
|
16
|
+
"inventorize_match_attribute": "",
|
|
17
|
+
"inventorize_collect_by_key": "",
|
|
18
|
+
"inventorize_rewrite_collect_by_key": "",
|
|
19
|
+
"delete_host_if_not_found_on_import": ""
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "I-doit",
|
|
5
|
+
"ident": "i-doit",
|
|
6
|
+
"account_presets" : {
|
|
7
|
+
"address": "https://servername/path"
|
|
8
|
+
},
|
|
9
|
+
"account_custom_field_presets": {
|
|
10
|
+
"api_token": "",
|
|
11
|
+
"object_types": "C__OBJTYPE__SERVER,C__OBJTYPE__VIRTUAL_SERVER",
|
|
12
|
+
"object_categories": "C__CATG__IP,C__CATG__MONITORING",
|
|
13
|
+
"language": "en",
|
|
14
|
+
"filter_cmdb_status": "6",
|
|
15
|
+
"filter_monitoring_status": "False",
|
|
16
|
+
"verify_cert": "True",
|
|
17
|
+
"ca_cert_chain": "",
|
|
18
|
+
"ca_root_cert": ""
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "Jdisc",
|
|
5
|
+
"ident": "jdisc",
|
|
6
|
+
"account_presets" : {
|
|
7
|
+
"address": "https://servername/graphql"
|
|
8
|
+
},
|
|
9
|
+
"account_custom_field_presets": {
|
|
10
|
+
"rewrite_hostname": "",
|
|
11
|
+
"import_unnamed_devices": ""
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "Jira on premise",
|
|
5
|
+
"description": "",
|
|
6
|
+
"ident": "jira",
|
|
7
|
+
"account_presets" : {
|
|
8
|
+
},
|
|
9
|
+
"account_custom_field_presets": {
|
|
10
|
+
"page_size": "1000",
|
|
11
|
+
"verify_cert": "True",
|
|
12
|
+
"ca_cert_chain": "",
|
|
13
|
+
"ca_root_cert": ""
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "Jira Cloud",
|
|
5
|
+
"description": "",
|
|
6
|
+
"ident": "jira_cloud",
|
|
7
|
+
"account_presets" : {
|
|
8
|
+
},
|
|
9
|
+
"account_custom_field_presets": {
|
|
10
|
+
"workspace_id": "Required",
|
|
11
|
+
"ql_query": "Required",
|
|
12
|
+
"verify_cert": "True",
|
|
13
|
+
"ca_cert_chain": "",
|
|
14
|
+
"ca_root_cert": ""
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "JSON Files",
|
|
5
|
+
"description": "",
|
|
6
|
+
"ident": "json",
|
|
7
|
+
"account_presets": {},
|
|
8
|
+
"account_custom_field_presets": {
|
|
9
|
+
"path": "",
|
|
10
|
+
"hostname_field": "host",
|
|
11
|
+
"rewrite_hostname": "",
|
|
12
|
+
"data_key": ""
|
|
13
|
+
},
|
|
14
|
+
"depends_on_syncer_plugins": [
|
|
15
|
+
"rest"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "LDAP Server",
|
|
5
|
+
"description": "",
|
|
6
|
+
"ident": "ldap",
|
|
7
|
+
"account_presets" : {
|
|
8
|
+
},
|
|
9
|
+
"account_custom_field_presets": {
|
|
10
|
+
"base_dn": "",
|
|
11
|
+
"search_filter": "",
|
|
12
|
+
"attributes": "memberOf",
|
|
13
|
+
"hostname_field": "host",
|
|
14
|
+
"encoding": "ascii",
|
|
15
|
+
"allow_unencrypted": "",
|
|
16
|
+
"rewrite_hostname": "",
|
|
17
|
+
"inventorize_key": "",
|
|
18
|
+
"inventorize_match_by_domain": "",
|
|
19
|
+
"inventorize_match_attribute": "",
|
|
20
|
+
"inventorize_collect_by_key": "",
|
|
21
|
+
"inventorize_rewrite_collect_by_key": ""
|
|
22
|
+
},
|
|
23
|
+
"depends_on_py_modules": [ "ldap"]
|
|
24
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "Syncer Maintenance",
|
|
5
|
+
"description": "",
|
|
6
|
+
"ident": "maintenance",
|
|
7
|
+
"account_presets" : {
|
|
8
|
+
},
|
|
9
|
+
"account_custom_field_presets": {
|
|
10
|
+
"delete_hosts_after_days": "0",
|
|
11
|
+
"dont_delete_hosts_if_more_then": "",
|
|
12
|
+
"account_filter": "",
|
|
13
|
+
"stale_after_days": "0",
|
|
14
|
+
"auto_archive_when_stale": "False"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "Microsoft SQL Server",
|
|
5
|
+
"description": "",
|
|
6
|
+
"ident": "mssql",
|
|
7
|
+
"account_presets" : {
|
|
8
|
+
},
|
|
9
|
+
"account_custom_field_presets": {
|
|
10
|
+
"fields": "",
|
|
11
|
+
"table": "",
|
|
12
|
+
"instance": "",
|
|
13
|
+
"serverport": "",
|
|
14
|
+
"database": "",
|
|
15
|
+
"custom_query": "",
|
|
16
|
+
"allow_ddl": "",
|
|
17
|
+
"hostname_field": "host",
|
|
18
|
+
"rewrite_hostname": "",
|
|
19
|
+
"driver": "ODBC Driver 18 for SQL Server",
|
|
20
|
+
"inventorize_key": "",
|
|
21
|
+
"inventorize_match_by_domain": "",
|
|
22
|
+
"inventorize_match_attribute": "",
|
|
23
|
+
"inventorize_collect_by_key": "",
|
|
24
|
+
"inventorize_rewrite_collect_by_key": ""
|
|
25
|
+
},
|
|
26
|
+
"depends_on_py_modules": [ "pypyodbc"],
|
|
27
|
+
"depends_on_syncer_plugins" : ["pypyodbc"]
|
|
28
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "MySQL",
|
|
5
|
+
"description": "",
|
|
6
|
+
"ident": "mysql",
|
|
7
|
+
"account_presets" : {
|
|
8
|
+
},
|
|
9
|
+
"account_custom_field_presets": {
|
|
10
|
+
"hostname_field": "",
|
|
11
|
+
"rewrite_hostname": "",
|
|
12
|
+
"table": "",
|
|
13
|
+
"fields": "",
|
|
14
|
+
"database": "",
|
|
15
|
+
"custom_query": "",
|
|
16
|
+
"allow_ddl": "",
|
|
17
|
+
"inventorize_key": "",
|
|
18
|
+
"inventorize_match_by_domain": "",
|
|
19
|
+
"inventorize_match_attribute": "",
|
|
20
|
+
"inventorize_collect_by_key": "",
|
|
21
|
+
"inventorize_rewrite_collect_by_key": ""
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "Netbox",
|
|
5
|
+
"ident": "netbox",
|
|
6
|
+
"account_custom_field_presets": {
|
|
7
|
+
"rewrite_hostname": "",
|
|
8
|
+
"verify_cert": "True",
|
|
9
|
+
"ca_cert_chain": "",
|
|
10
|
+
"ca_root_cert": "",
|
|
11
|
+
"import_filter": "",
|
|
12
|
+
"delete_host_if_not_found_on_import": ""
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "General ODBC Connector",
|
|
5
|
+
"description": "",
|
|
6
|
+
"ident": "odbc",
|
|
7
|
+
"account_presets" : {
|
|
8
|
+
},
|
|
9
|
+
"account_custom_field_presets": {
|
|
10
|
+
"fields": "",
|
|
11
|
+
"table": "",
|
|
12
|
+
"instance": "",
|
|
13
|
+
"serverport": "",
|
|
14
|
+
"database": "",
|
|
15
|
+
"custom_query": "",
|
|
16
|
+
"allow_ddl": "",
|
|
17
|
+
"hostname_field": "host",
|
|
18
|
+
"rewrite_hostname": "",
|
|
19
|
+
"driver": "FreeTDS",
|
|
20
|
+
"trust_server_certificate": "",
|
|
21
|
+
"inventorize_key": "",
|
|
22
|
+
"inventorize_match_by_domain": "",
|
|
23
|
+
"inventorize_match_attribute": "",
|
|
24
|
+
"inventorize_collect_by_key": "",
|
|
25
|
+
"inventorize_rewrite_collect_by_key": ""
|
|
26
|
+
},
|
|
27
|
+
"depends_on_py_modules": [ "pypyodbc"]
|
|
28
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "Query Rest APIs",
|
|
5
|
+
"description": "",
|
|
6
|
+
"ident": "external_restapi",
|
|
7
|
+
"account_presets": {},
|
|
8
|
+
"account_custom_field_presets": {
|
|
9
|
+
"auth_type": "",
|
|
10
|
+
"cert": "",
|
|
11
|
+
"request_headers": "{'Content-Type': 'application/json'}",
|
|
12
|
+
"data_key": "result",
|
|
13
|
+
"method": "GET",
|
|
14
|
+
"post_body": "{}",
|
|
15
|
+
"hostname_field": "host",
|
|
16
|
+
"rewrite_hostname": "",
|
|
17
|
+
"verify_cert": "True",
|
|
18
|
+
"ca_cert_chain": "",
|
|
19
|
+
"ca_root_cert": "",
|
|
20
|
+
"path": ""
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"author": "Kuhn & Rueß GmbH",
|
|
4
|
+
"name": "YML",
|
|
5
|
+
"description": "",
|
|
6
|
+
"ident": "yml",
|
|
7
|
+
"account_presets" : {
|
|
8
|
+
},
|
|
9
|
+
"account_custom_field_presets": {
|
|
10
|
+
"auth_type": "",
|
|
11
|
+
"cert": "",
|
|
12
|
+
"request_headers": "{'Content-Type': 'application/json'}",
|
|
13
|
+
"name_of_hosts_key": "",
|
|
14
|
+
"name_of_variables_key": "",
|
|
15
|
+
"rewrite_hostname": "",
|
|
16
|
+
"verify_cert": "True",
|
|
17
|
+
"ca_cert_chain": "",
|
|
18
|
+
"ca_root_cert": "",
|
|
19
|
+
"path": ""
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cmdbsyncer
|
|
3
|
-
Version: 4.1.0.
|
|
3
|
+
Version: 4.1.0.dev5
|
|
4
4
|
Summary: Rule-based modular synchronizer for Checkmk, Netbox, Ansible, I-DOIT, Jira CMDB and 15+ other CMDB/monitoring systems
|
|
5
5
|
Author-email: Kuhn & Ruess GmbH <info@kuhn-ruess.de>
|
|
6
6
|
Maintainer-email: Bastian Kuhn <mail@bastian-kuhn.de>
|
|
@@ -91,12 +91,14 @@ application/plugins/ansible/admin_views.py
|
|
|
91
91
|
application/plugins/ansible/inventory.py
|
|
92
92
|
application/plugins/ansible/models.py
|
|
93
93
|
application/plugins/ansible/playbook_rules.py
|
|
94
|
+
application/plugins/ansible/plugin.json
|
|
94
95
|
application/plugins/ansible/rules.py
|
|
95
96
|
application/plugins/ansible/runner.py
|
|
96
97
|
application/plugins/ansible/site_syncer.py
|
|
97
98
|
application/plugins/ansible/views.py
|
|
98
99
|
application/plugins/bmc_remedy/__init__.py
|
|
99
100
|
application/plugins/bmc_remedy/bmc_remedy.py
|
|
101
|
+
application/plugins/bmc_remedy/plugin.json
|
|
100
102
|
application/plugins/checkmk/__init__.py
|
|
101
103
|
application/plugins/checkmk/admin_views.py
|
|
102
104
|
application/plugins/checkmk/bi.py
|
|
@@ -113,6 +115,7 @@ application/plugins/checkmk/inventorize.py
|
|
|
113
115
|
application/plugins/checkmk/models.py
|
|
114
116
|
application/plugins/checkmk/notification_rules.py
|
|
115
117
|
application/plugins/checkmk/passwords.py
|
|
118
|
+
application/plugins/checkmk/plugin.json
|
|
116
119
|
application/plugins/checkmk/poolfolder.py
|
|
117
120
|
application/plugins/checkmk/rules.py
|
|
118
121
|
application/plugins/checkmk/sites.py
|
|
@@ -140,12 +143,15 @@ application/plugins/checkmk/tests/test_syncer.py
|
|
|
140
143
|
application/plugins/checkmk/tests/test_tags.py
|
|
141
144
|
application/plugins/checkmk/tests/test_users.py
|
|
142
145
|
application/plugins/cisco_dna/__init__.py
|
|
146
|
+
application/plugins/cisco_dna/plugin.json
|
|
143
147
|
application/plugins/cisco_dna/syncer.py
|
|
144
148
|
application/plugins/csv/__init__.py
|
|
145
149
|
application/plugins/csv/csv.py
|
|
150
|
+
application/plugins/csv/plugin.json
|
|
146
151
|
application/plugins/idoit/__init__.py
|
|
147
152
|
application/plugins/idoit/admin_views.py
|
|
148
153
|
application/plugins/idoit/models.py
|
|
154
|
+
application/plugins/idoit/plugin.json
|
|
149
155
|
application/plugins/idoit/rules.py
|
|
150
156
|
application/plugins/idoit/syncer.py
|
|
151
157
|
application/plugins/idoit/views.py
|
|
@@ -154,18 +160,26 @@ application/plugins/jdisc/applications.py
|
|
|
154
160
|
application/plugins/jdisc/devices.py
|
|
155
161
|
application/plugins/jdisc/executables.py
|
|
156
162
|
application/plugins/jdisc/jdisc.py
|
|
163
|
+
application/plugins/jdisc/plugin.json
|
|
157
164
|
application/plugins/jira/__init__.py
|
|
158
165
|
application/plugins/jira/jira.py
|
|
166
|
+
application/plugins/jira/plugin.json
|
|
159
167
|
application/plugins/jira_cloud/__init__.py
|
|
160
168
|
application/plugins/jira_cloud/jira_cloud.py
|
|
169
|
+
application/plugins/jira_cloud/plugin.json
|
|
161
170
|
application/plugins/json/__init__.py
|
|
162
171
|
application/plugins/json/json.py
|
|
172
|
+
application/plugins/json/plugin.json
|
|
163
173
|
application/plugins/ldap/__init__.py
|
|
164
174
|
application/plugins/ldap/ldap.py
|
|
175
|
+
application/plugins/ldap/plugin.json
|
|
165
176
|
application/plugins/maintenance/__init__.py
|
|
177
|
+
application/plugins/maintenance/plugin.json
|
|
166
178
|
application/plugins/mssql/__init__.py
|
|
179
|
+
application/plugins/mssql/plugin.json
|
|
167
180
|
application/plugins/mysql/__init__.py
|
|
168
181
|
application/plugins/mysql/mysql.py
|
|
182
|
+
application/plugins/mysql/plugin.json
|
|
169
183
|
application/plugins/netbox/__init__.py
|
|
170
184
|
application/plugins/netbox/admin_views.py
|
|
171
185
|
application/plugins/netbox/cluster.py
|
|
@@ -177,20 +191,25 @@ application/plugins/netbox/ips.py
|
|
|
177
191
|
application/plugins/netbox/models.py
|
|
178
192
|
application/plugins/netbox/netbox.py
|
|
179
193
|
application/plugins/netbox/networks.py
|
|
194
|
+
application/plugins/netbox/plugin.json
|
|
180
195
|
application/plugins/netbox/prefixes.py
|
|
181
196
|
application/plugins/netbox/rules.py
|
|
182
197
|
application/plugins/netbox/views.py
|
|
183
198
|
application/plugins/netbox/virtualmachines.py
|
|
184
199
|
application/plugins/prtg/__init__.py
|
|
200
|
+
application/plugins/prtg/plugin.json
|
|
185
201
|
application/plugins/prtg/prtg.py
|
|
186
202
|
application/plugins/pyodbc/__init__.py
|
|
203
|
+
application/plugins/pyodbc/plugin.json
|
|
187
204
|
application/plugins/pyodbc/pyodbc.py
|
|
188
205
|
application/plugins/rest/__init__.py
|
|
206
|
+
application/plugins/rest/plugin.json
|
|
189
207
|
application/plugins/rest/rest.py
|
|
190
208
|
application/plugins/rules/__init__.py
|
|
191
209
|
application/plugins/rules/admin_views.py
|
|
192
210
|
application/plugins/rules/autorules.py
|
|
193
211
|
application/plugins/rules/models.py
|
|
212
|
+
application/plugins/rules/plugin.json
|
|
194
213
|
application/plugins/rules/rule_definitions.py
|
|
195
214
|
application/plugins/rules/rule_import_export.py
|
|
196
215
|
application/plugins/rules/views.py
|
|
@@ -198,10 +217,12 @@ application/plugins/vmware/__init__.py
|
|
|
198
217
|
application/plugins/vmware/admin_views.py
|
|
199
218
|
application/plugins/vmware/custom_attributes.py
|
|
200
219
|
application/plugins/vmware/models.py
|
|
220
|
+
application/plugins/vmware/plugin.json
|
|
201
221
|
application/plugins/vmware/rules.py
|
|
202
222
|
application/plugins/vmware/views.py
|
|
203
223
|
application/plugins/vmware/vmware.py
|
|
204
224
|
application/plugins/yml/__init__.py
|
|
225
|
+
application/plugins/yml/plugin.json
|
|
205
226
|
application/plugins/yml/yml.py
|
|
206
227
|
application/static/logo_white.png
|
|
207
228
|
application/static/css/cmdbsyncer.css
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "cmdbsyncer"
|
|
7
|
-
version = "4.1.0.
|
|
7
|
+
version = "4.1.0.dev5"
|
|
8
8
|
description = "Rule-based modular synchronizer for Checkmk, Netbox, Ansible, I-DOIT, Jira CMDB and 15+ other CMDB/monitoring systems"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
@@ -80,6 +80,7 @@ application = [
|
|
|
80
80
|
"templates/**/*",
|
|
81
81
|
"static/**/*",
|
|
82
82
|
"themes/*.css",
|
|
83
|
+
"plugins/**/plugin.json",
|
|
83
84
|
]
|
|
84
85
|
|
|
85
86
|
[tool.pylint.main]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
BUILD_DATE=2026-05-08T12:35:08Z
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|