syslog server update
This commit is contained in:
parent
afb6a60bfe
commit
3d01ea03c0
|
|
@ -77,7 +77,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<span>List refresh automatically every 15 seconds.</span><br>
|
<span>List refresh automatically every 15 seconds.</span><br>
|
||||||
<small>(Local Time is NPT-Time adjusted with your GMT Offset)</small>
|
<small>(Local Time is NTP-Time adjusted with your GMT Offset)</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
@ -1310,7 +1310,7 @@
|
||||||
type="text"
|
type="text"
|
||||||
name="syslog.port"
|
name="syslog.port"
|
||||||
id="syslog.port"
|
id="syslog.port"
|
||||||
placeholder="514"
|
placeholder="1514"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
disabled
|
disabled
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -196,7 +196,7 @@ bool Configuration::readFile() {
|
||||||
|
|
||||||
syslog.active = data["syslog"]["active"] | false;
|
syslog.active = data["syslog"]["active"] | false;
|
||||||
syslog.server = data["syslog"]["server"] | "lora.link9.net";
|
syslog.server = data["syslog"]["server"] | "lora.link9.net";
|
||||||
syslog.port = data["syslog"]["port"] | 514;
|
syslog.port = data["syslog"]["port"] | 1514;
|
||||||
|
|
||||||
tnc.enableServer = data["tnc"]["enableServer"] | false;
|
tnc.enableServer = data["tnc"]["enableServer"] | false;
|
||||||
tnc.enableSerial = data["tnc"]["enableSerial"] | false;
|
tnc.enableSerial = data["tnc"]["enableSerial"] | false;
|
||||||
|
|
@ -293,7 +293,7 @@ void Configuration::init() {
|
||||||
|
|
||||||
syslog.active = false;
|
syslog.active = false;
|
||||||
syslog.server = "lora.link9.net";
|
syslog.server = "lora.link9.net";
|
||||||
syslog.port = 514;
|
syslog.port = 1514;
|
||||||
|
|
||||||
wxsensor.active = false;
|
wxsensor.active = false;
|
||||||
wxsensor.heightCorrection = 0;
|
wxsensor.heightCorrection = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue