mirror of
https://github.com/cmur2/munin-mumble.git
synced 2024-12-22 02:54:27 +01:00
Make executable
This commit is contained in:
parent
895a55b262
commit
966717f036
3
mumble
Normal file → Executable file
3
mumble
Normal file → Executable file
@ -5,7 +5,6 @@
|
|||||||
# Copyright (c) 2012, Natenom / natenom@natenom.name
|
# Copyright (c) 2012, Natenom / natenom@natenom.name
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
|
|
||||||
# Path to Murmur.ice
|
# Path to Murmur.ice
|
||||||
iceslice = os.environ.get('iceslice', '/usr/share/slice/Murmur.ice')
|
iceslice = os.environ.get('iceslice', '/usr/share/slice/Murmur.ice')
|
||||||
@ -29,7 +28,7 @@ icesecret = os.environ.get('icesecret', 'secureme')
|
|||||||
# This value is being interpreted in kibiBytes.
|
# This value is being interpreted in kibiBytes.
|
||||||
messagesizemax = os.environ.get('messagesizemax', '65535')
|
messagesizemax = os.environ.get('messagesizemax', '65535')
|
||||||
|
|
||||||
import Ice
|
import Ice, sys
|
||||||
Ice.loadSlice("--all -I%s %s" % (iceincludepath, iceslice))
|
Ice.loadSlice("--all -I%s %s" % (iceincludepath, iceslice))
|
||||||
|
|
||||||
props = Ice.createProperties([])
|
props = Ice.createProperties([])
|
||||||
|
Loading…
Reference in New Issue
Block a user