Skip to content

Commit

Permalink
Update default wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
Takahiro-Yoko committed Jan 17, 2025
1 parent 8978486 commit 61b10a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def initialize(info = {})
OptString.new('USERNAME', [ true, 'User name for LibreNMS', '' ]),
OptString.new('PASSWORD', [ true, 'Password for LibreNMS', '' ]),
OptString.new('PATH', [ true, 'LibreNMS installed location', '/opt/librenms' ]),
OptInt.new('WAIT', [ true, 'Wait time (seconds) for cron to poll the device', 75 ]),
OptInt.new('WAIT', [ true, 'Wait time (seconds) for cron to poll the device', 315 ]),
]
)
end
Expand Down

0 comments on commit 61b10a4

Please sign in to comment.