Skip to content

Commit fdececa

Browse files
committed
Bump version 1.12.1
1 parent db49fc8 commit fdececa

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.12.1:
2+
* Adjust no-alerters message to warn not critical
3+
* Include output on "command" monitor failure
4+
* Switch map output to just OSM
5+
* Make make_start option required if map is enabled
6+
* Improve help output and add basic man page
7+
* Add hostname to notifications
8+
* Support loading config files from a directory
9+
* Add timeout for receive in network listener
10+
* Add option to capture "command" monitor output
11+
* Switch to icmplib for "ping" monitor
12+
113
1.12:
214
* Require Python 3.7+
315
* Add allow_redirects option for HTTP monitor

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "simplemonitor"
3-
version = "1.12.0"
3+
version = "1.12.1"
44
description = "A simple network and host monitor"
55
license = "BSD-3-Clause"
66
authors = ["James Seward <james@jamesoff.net>"]

0 commit comments

Comments
 (0)