Skip to content

Commit

Permalink
poetry config
Browse files Browse the repository at this point in the history
  • Loading branch information
sowoi committed May 31, 2023
1 parent 85715c8 commit 59028d4
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 1 deletion.
2 changes: 1 addition & 1 deletion check_graylog_alerts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
##!/usr/bin/env python
# Developer: Massoud Ahmed


Expand Down
155 changes: 155 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[tool.poetry]
name = "graylog-alerts-to-icinga"
version = "1.0.1"
description = "Monitor graylog alerts with icinga2"
authors = ["Okko <10256263+sowoi@users.noreply.github.com>"]
license = "Apache License Version 2"
readme = "README.md"
packages = [{include = "graylog_alerts_to_icinga"}]

[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.31.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 59028d4

Please sign in to comment.