omdnotificationforwarder 3.0__tar.gz → 4.0__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.
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/PKG-INFO +1 -1
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/bin/notificationforwarder +1 -1
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/pyproject.toml +1 -1
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/.gitignore +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/README.md +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/baseclass.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/email/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/email/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/example/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/example/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/json/__init__.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/json/logger.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/naemonlog/reporter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/rabbitmq/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/rabbitmq/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/syslog/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/syslog/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/telegram/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/text/__init__.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/text/logger.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/webhook/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/lib/python/notificationforwarder/split1/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/lib/python/notificationforwarder/split2/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/lib/python/notificationforwarder/split2/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/lib/python/notificationforwarder/split3/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/lib/python/notificationforwarder/split3/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/alertmanager_servicenow/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/bayern/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/datadup/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/datapost/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/discard/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split1/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split2/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split3/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split3/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split4/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split4/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/ticketsystem/forwarder.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/ticketsystem/reporter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/vong/formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_alertmanager.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_classes.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_discard.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_formatter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_logger.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_package.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_paths.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_reporter.py +0 -0
- {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_webhook.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: omdnotificationforwarder
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.0
|
|
4
4
|
Summary: A framework for notification scripts for OMD
|
|
5
5
|
Project-URL: Homepage, https://github.com/lausser/noteventificationforhandlerwarder
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/lausser/noteventificationforhandlerwarder/issues
|
|
@@ -78,7 +78,7 @@ Example for an HTTP-based reporter:
|
|
|
78
78
|
help='Logger type: text (default) or json, or custom logger module',
|
|
79
79
|
default='text')
|
|
80
80
|
parser.add_argument('--version', action='version',
|
|
81
|
-
version=f'%(prog)s
|
|
81
|
+
version=f'%(prog)s 4.0')
|
|
82
82
|
|
|
83
83
|
args = parser.parse_args()
|
|
84
84
|
if not hasattr(args, 'formatter'):
|
|
File without changes
|
|
File without changes
|
{omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/baseclass.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|