Skip to content

Commit a7f22fc

Browse files
committed
Added NMAP to installer script
1 parent 215208a commit a7f22fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probe_installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def init_script(script_path, user):
105105
return init_script_tpl.read() % (script_path, user)
106106

107107
def write_load_list(ds18b20_sensors, other_sensors):
108-
default_sensors = "Ping,HTTP,Port,SNMPCustom,CPULoad,Memory,Diskspace,SNMPTraffic,CPUTemp,Probehealth,External_IP,aDNS,APT"
108+
default_sensors = "Ping,HTTP,Port,SNMPCustom,CPULoad,Memory,Diskspace,SNMPTraffic,CPUTemp,Probehealth,External_IP,aDNS,APT,NMAP"
109109
if not (other_sensors == ""):
110110
default_sensors = default_sensors + "," + other_sensors
111111
f=open("./sensors/__init__.py","w")

0 commit comments

Comments
 (0)