forked from oetiker/smokeping-3.x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
64 lines (37 loc) · 1.75 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Configuration Changes from 2.x
------------------------------
* DYNAMIC hosts are not supported anymore
Hosts with the DYNAMIC keyword are not supported anymore. If you want to
ping a host with a dynamic IP, use a dynamic dns provider to get a stable
dns name to use in your smokeping config. This also removes the dyndir and
smokemail properties from the configuration.
* parents property is gone
The parents property for constructing alternate trees is not supported
anymore. Use m-\S+ properties to provide additional information to the
extopus frontend for organizing your data into trees.
* menuextra is gone
If you want to create links to external resources, you can configure the
frontend to construct them and user m-\S+ properties to provide information.
* imgurl,imgcache are gone
If data has to be saved temporarily, it happens in the 'cachedir'
* pagedir, linkstyle is gone
Data presentation happens in extopus
* sendmail is gone
Smokeping uses the Mail::Sender module to submit mail directly to the
mailserver.
* syslogpriority is gone
The logging priority is inherent in the type of log message.
* cgiurl is gone
The Smokeping Server does not need this information anymore
* concurrentprobes is gone
Probes do run concurrently
* changecgiprogramname is gone
Things are all based on mojolicious now, this setting does not apply anymore
* tmail is gone
For now tSmoke is not supported anymore. In the future
this functionality may be added into extopus for online viewing.
* Presentation is different
The Presentation section of the configuration file has changed quite a lot
since the data presentation part of smokeping has moved to extopus.
All that is left in this section is some minimal configuration for
influencing the extopus data display.