muninlite: remove patch "hostname"
Since muninlite 2.0 the unpatched upstream also uses /proc/sys/kernel/hostname. Thus the patch is not necessary anymore. Signed-off-by: Lars Kruse <devel@sumpfralle.de>
This commit is contained in:
parent
b85f7ea6e9
commit
f5ae7f7718
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- a/muninlite.in
|
|
||||||
+++ b/muninlite.in
|
|
||||||
@@ -113,7 +113,7 @@ PLUGINS=$RES
|
|
||||||
|
|
||||||
# ===== MAIN LOOP =====
|
|
||||||
FUNCTIONS="list nodes config fetch version quit"
|
|
||||||
-HOSTNAME=$( { hostname -f || hostname || cat /proc/sys/kernel/hostname || echo "unknown"; } 2>/dev/null )
|
|
||||||
+HOSTNAME=$(/sbin/uci get "system.@system[0].hostname" 2>/dev/null || cat /proc/sys/kernel/hostname)
|
|
||||||
echo "# munin node at $HOSTNAME"
|
|
||||||
while read -r arg0 arg1
|
|
||||||
do
|
|
Loading…
Reference in a new issue