summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-09-28 19:58:32 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-09-28 19:58:32 +0200
commit397a932de585aa078c5c2a1fceae10c3e85093ee (patch)
tree4e753b0960092521ea5498c98d6936c13f1daa45 /CHANGES
parente8783b5de226f8c5e338e04c38aa4b692c986fd8 (diff)
downloadsmokeping-397a932de585aa078c5c2a1fceae10c3e85093ee.tar.gz
smokeping-397a932de585aa078c5c2a1fceae10c3e85093ee.tar.xz
* allow the slave name to be configured
* be more liberal in what is allowed for slave names * allow port configuration in the SSH probe
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7b01c00..dc593d2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+* In the SSH probe let the user configure the port to use when talking to the client --tobi
+
+* Make master/slave work when slave names contain uppercase letters and full dots. -- tobi
+
+* Allow slave-name to be configured -- tobi
+
* switched to config grammar 1.10 -- tobi
* make sure reload_config reloads in any case even when the config has not changed ...