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.
Files changed (49) hide show
  1. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/PKG-INFO +1 -1
  2. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/bin/notificationforwarder +1 -1
  3. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/pyproject.toml +1 -1
  4. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/.gitignore +0 -0
  5. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/README.md +0 -0
  6. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/baseclass.py +0 -0
  7. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/email/formatter.py +0 -0
  8. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/email/forwarder.py +0 -0
  9. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/example/formatter.py +0 -0
  10. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/example/forwarder.py +0 -0
  11. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/json/__init__.py +0 -0
  12. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/json/logger.py +0 -0
  13. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/naemonlog/reporter.py +0 -0
  14. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/rabbitmq/formatter.py +0 -0
  15. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/rabbitmq/forwarder.py +0 -0
  16. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/syslog/formatter.py +0 -0
  17. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/syslog/forwarder.py +0 -0
  18. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/telegram/forwarder.py +0 -0
  19. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/text/__init__.py +0 -0
  20. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/text/logger.py +0 -0
  21. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/src/notificationforwarder/webhook/forwarder.py +0 -0
  22. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/lib/python/notificationforwarder/split1/forwarder.py +0 -0
  23. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/lib/python/notificationforwarder/split2/formatter.py +0 -0
  24. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/lib/python/notificationforwarder/split2/forwarder.py +0 -0
  25. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/lib/python/notificationforwarder/split3/formatter.py +0 -0
  26. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/lib/python/notificationforwarder/split3/forwarder.py +0 -0
  27. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/alertmanager_servicenow/formatter.py +0 -0
  28. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/bayern/formatter.py +0 -0
  29. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/datadup/formatter.py +0 -0
  30. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/datapost/formatter.py +0 -0
  31. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/discard/formatter.py +0 -0
  32. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split1/formatter.py +0 -0
  33. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split2/forwarder.py +0 -0
  34. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split3/formatter.py +0 -0
  35. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split3/forwarder.py +0 -0
  36. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split4/formatter.py +0 -0
  37. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/split4/forwarder.py +0 -0
  38. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/ticketsystem/forwarder.py +0 -0
  39. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/ticketsystem/reporter.py +0 -0
  40. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/pythonpath/local/lib/python/notificationforwarder/vong/formatter.py +0 -0
  41. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_alertmanager.py +0 -0
  42. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_classes.py +0 -0
  43. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_discard.py +0 -0
  44. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_formatter.py +0 -0
  45. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_logger.py +0 -0
  46. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_package.py +0 -0
  47. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_paths.py +0 -0
  48. {omdnotificationforwarder-3.0 → omdnotificationforwarder-4.0}/tests/test_reporter.py +0 -0
  49. {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.0
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 3.0')
81
+ version=f'%(prog)s 4.0')
82
82
 
83
83
  args = parser.parse_args()
84
84
  if not hasattr(args, 'formatter'):
@@ -21,7 +21,7 @@ packages = ["src/notificationforwarder"]
21
21
 
22
22
  [project]
23
23
  name = "omdnotificationforwarder"
24
- version = "3.0"
24
+ version = "4.0"
25
25
  authors = [
26
26
  { name="Gerhard Lausser", email="lausser@yahoo.com" },
27
27
  ]