Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 743e833

Browse files
authored
basic & kibana (#113)
1 parent c0ee785 commit 743e833

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

FireMotD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Script name: FireMotD
3-
# Version: v9.13.180716
3+
# Version: v9.14.180716
44
# Created on: 10/02/2014
55
# Author: Willem D'Haese
66
# Contributors: Thomas Dietrich, Dmitry Romanenko
@@ -600,6 +600,7 @@ ExportData () {
600600
fi
601601
fi
602602
else
603+
TemplateType="basic"
603604
if [[ -s "/usr/share/firemotd/templates/FireMotD-template-${TemplateType}.json" ]] ; then
604605
cp "/usr/share/firemotd/templates/FireMotD-template-${TemplateType}.json" $ExportFile
605606
chmod 766 $ExportFile

templates/FireMotD-template-all.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,10 @@
130130
"Generated": "@cron",
131131
"Version": "Unknown",
132132
"LastRun": "Never"
133+
},
134+
"Kibana": {
135+
"Generated": "@cron",
136+
"Version": "Unknown",
137+
"LastRun": "Never"
133138
}
134139
}

0 commit comments

Comments
 (0)