Changeset 1815 for pykota/trunk
- Timestamp:
- 10/13/04 10:26:06 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkhint
r1814 r1815 24 24 # 25 25 # $Log$ 26 # Revision 1.21 2004/10/13 08:26:06 jalet 27 # Doesn't suggest hardware(snmp) anymore if the command used was not snmpget. 28 # This caused problem when snmpwalk was successful but not snmpget for example 29 # 26 30 # Revision 1.20 2004/10/13 08:09:19 jalet 27 31 # More complete PATH. … … 269 273 snmpcommand = self.accepts(SNMPTESTS, hostname) 270 274 if snmpcommand is not None : 271 if hasSNMP :275 if hasSNMP and snmpcommand.startswith("snmpget ") : 272 276 # don't do a more complex test, just consider it will work 273 277 accounter = 'hardware(snmp)'