-
Notifications
You must be signed in to change notification settings - Fork 36
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
Some fixups #36
Open
shtrom
wants to merge
6
commits into
Tafkas:master
Choose a base branch
from
shtrom:shtrom-s-master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Some fixups #36
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ssword authentication this implementation should also work seamlessly with "master-password" style authentication.
Signed-off-by: Olivier Mehani <[email protected]> (cherry picked from commit 3b0c139)
Signed-off-by: Olivier Mehani <[email protected]> Show exception message on error Signed-off-by: Olivier Mehani <[email protected]> (cherry picked from commit 98d41e3)
Signed-off-by: Olivier Mehani <[email protected]> (cherry picked from commit c2819d4)
shtrom
force-pushed
the
shtrom-s-master
branch
2 times, most recently
from
September 30, 2019 07:29
8b63414
to
4a24b67
Compare
Dear Olivier, thanks for the update with fritzbox-munin plugin. Do you know if your plugin is working for "Fritzbox 6890 LTE" too and can we integrate this into LibreNMS https://www.librenms.org or is it just working with Munin monitoring system? Thanks in advance for your reply.
|
AFAIK, this repo is only for Munin. Can't speak for the 6890, as I have an older model. That said, the Munin protocol is simple enough that you could fairly easily repurpose the script. The hard bit of parsing the data out of the Fritz!Box should is already done. |
This allows the graph to be better grouped with other hosts. Signed-off-by: Olivier Mehani <[email protected]> (cherry picked from commit 09b56fd)
shtrom
force-pushed
the
shtrom-s-master
branch
from
October 1, 2019 00:22
4a24b67
to
fabad1f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here's a few fixes to make the plugins a bit nicer; generally making them a bit more flexible for various uses.