mirror of
https://github.com/Tafkas/fritzbox-munin.git
synced 2023-10-10 13:36:55 +02:00
cleanup
This commit is contained in:
parent
e12deaab55
commit
1fc9e555c5
@ -5,13 +5,12 @@
|
|||||||
Author: Christian Stade-Schuldt
|
Author: Christian Stade-Schuldt
|
||||||
Like Munin, this plugin is licensed under the GNU GPL v2 license
|
Like Munin, this plugin is licensed under the GNU GPL v2 license
|
||||||
http://www.opensource.org/licenses/GPL-2.0
|
http://www.opensource.org/licenses/GPL-2.0
|
||||||
If you've put your gunicorn pid somewhere other than the
|
Add the following section to your munin-node's plugin configuration:
|
||||||
default /var/run/gunicorn.pid, you can add a section like
|
|
||||||
this to your munin-node's plugin configuration:
|
|
||||||
|
|
||||||
[fritzbox_*]
|
[fritzbox_*]
|
||||||
env.fritzbox_ip [ip address of the fritzbox]
|
env.fritzbox_ip [ip address of the fritzbox]
|
||||||
env.password [fritzbox password]
|
env.fritzbox_password [fritzbox password]
|
||||||
|
|
||||||
This plugin supports the following munin configuration parameters:
|
This plugin supports the following munin configuration parameters:
|
||||||
#%# family=auto contrib
|
#%# family=auto contrib
|
||||||
#%# capabilities=autoconf
|
#%# capabilities=autoconf
|
||||||
|
@ -1,19 +1,16 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
fritzbox_wifi_devices - A munin plugin for Linux to monitor AVM Fritzbox
|
fritzbox_wifi_devices - A munin plugin for Linux to monitor AVM Fritzbox
|
||||||
Copyright (C) 2015 Christian Stade-Schuldt
|
Copyright (C) 2015 Christian Stade-Schuldt
|
||||||
Author: Christian Stade-Schuldt
|
Author: Christian Stade-Schuldt
|
||||||
Like Munin, this plugin is licensed under the GNU GPL v2 license
|
Like Munin, this plugin is licensed under the GNU GPL v2 license
|
||||||
http://www.opensource.org/licenses/GPL-2.0
|
http://www.opensource.org/licenses/GPL-2.0
|
||||||
If you've put your gunicorn pid somewhere other than the
|
Add the following section to your munin-node's plugin configuration:
|
||||||
default /var/run/gunicorn.pid, you can add a section like
|
|
||||||
this to your munin-node's plugin configuration:
|
|
||||||
|
|
||||||
[fritzbox_*]
|
[fritzbox_*]
|
||||||
env.fritzbox_ip [ip address of the fritzbox]
|
env.fritzbox_ip [ip address of the fritzbox]
|
||||||
env.password [fritzbox password]
|
env.fritzbox_password [fritzbox password]
|
||||||
|
|
||||||
This plugin supports the following munin configuration parameters:
|
This plugin supports the following munin configuration parameters:
|
||||||
#%# family=auto contrib
|
#%# family=auto contrib
|
||||||
#%# capabilities=autoconf
|
#%# capabilities=autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user