Skip to content

Commit

Permalink
Support Ubuntu Jammy (#4)
Browse files Browse the repository at this point in the history
* Support Ubuntu jammy

* Bump version
  • Loading branch information
chrisongthb authored Aug 30, 2023
1 parent fded85d commit db10091
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions data/os/Debian/22.04.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
check_mk::server::required_packages:
- 'python3-rrdtool'
5 changes: 3 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrisonpppt-check_mk",
"version": "1.0.2",
"version": "1.1.0",
"author": "https://github.com/chrisongthb",
"summary": "Manage check_mk agent and partly server",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,7 +49,8 @@
"operatingsystemrelease": [
"16.04",
"18.04",
"20.04"
"20.04",
"22.04"
]
}
],
Expand Down

0 comments on commit db10091

Please sign in to comment.