Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 3490d73

Browse files
author
Brice Figureau
committed
The oid parameter should be handled like a string not a boolean
Otherwise it is impossible to root mysql-snmp to a different oid than the default one. Signed-off-by: Brice Figureau <[email protected]>
1 parent 926f5e4 commit 3490d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-snmp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ sub run
10381038
'master|m!',
10391039
'slave|s!',
10401040
'innodb|i!',
1041-
'oid|o',
1041+
'oid|o=s',
10421042
'procs|l|process-list!',
10431043
'refresh|r=i',
10441044
'daemon_pid|daemon-pid=s',

0 commit comments

Comments
 (0)