Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "soft" restart (modems) #38

Open
ghost opened this issue Apr 24, 2017 · 3 comments
Open

Implement "soft" restart (modems) #38

ghost opened this issue Apr 24, 2017 · 3 comments
Assignees

Comments

@ghost
Copy link

ghost commented Apr 24, 2017

FarmRadioHangar/fessbox#133

@laserpants
Copy link
Contributor

Implemented in UI.

@miopa
Copy link

miopa commented May 2, 2017

On the debug API (running on port 19990), I added resetModems call, with optional parameters name and reason.

If reason is specified, the action will be logged as an app event and picked by Telegraf.

If name is not specified, all modems will be restarted.

A modem can't be restarted if it's 'defunct'.

Modems should be restarted individually, there is no scenario in which they all need to be restarted at once. Also, we'll have stats which modems are problematic.

e.g.

http://hostname:19990/resetModems?name=airtel1&reason=something

@laserpants
Copy link
Contributor

Pending issue FarmRadioHangar/fessbox#146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants