-
python-gocept.munin-0.1-3.lbn13.noarch
This package provides base classes for defining Munin graphs and a main
function to handle munin-typical symlinked scripts.
Munin plugin scripts
====================
A single plugin file defines (multiple) graphs by subclassing the bases as mentioned in
the next section. The main function uses the called script's filename to
determine which of the defined graphs is relevant.
Data for each graph is determined by retrieving a text file from a URL (with
possibly given basic authentication data).
The format for the data is plain/text wich each line having key/value pairs
split by ':'. The values are expected to be floats.
All graph bases expect two environment variables to be set:
URL
The URL at which to retrieve data from. Must include a '%s' which encodes
the graph name.
AUTH
HTTP basic authentication information. Either empty or in the form of
'username:password'.
The environment variables can be configured using munin's `plugin-conf.d` like
this:
The plugin is called `prefix_something_1`::
[prefix_*]
env.URL http://foo:8900/myapp/munin?data=%s
env.AUTH admin:admin
Graph bases
===========
The following base classes are currently defined:
SimpleGraph
A simple graph with a single value that is plotted as an absolute value.
SimpleMultiGraph
Multiple absolute values plotted on the same graph and scale.
more bases will be added as needed.
Main function
=============
The main function handles munin-typical `type_option_index` symlink scripts by
looking at the name from which the main script was called.
Example script
==============
Here's a sample script that you could symlink into the `plugins` directory::
from gocept.munin.client import SimpleGraph, main
class people(SimpleGraph):
name = key = 'people'
title = 'How many people are there?'
category = 'Office'
main()
[root@mistress gocept.munin-0.1]# cat README.txt
==========================================
Utilities for writing munin client scripts
==========================================
This package provides base classes for defining Munin graphs and a main
function to handle munin-typical symlinked scripts.
Munin plugin scripts
====================
A single plugin file defines (multiple) graphs by subclassing the bases as mentioned in
the next section. The main function uses the called script's filename to
determine which of the defined graphs is relevant.
Data for each graph is determined by retrieving a text file from a URL (with
possibly given basic authentication data).
The format for the data is plain/text wich each line having key/value pairs
split by ':'. The values are expected to be floats.
All graph bases expect two environment variables to be set:
URL
The URL at which to retrieve data from. Must include a '%s' which encodes
the graph name.
AUTH
HTTP basic authentication information. Either empty or in the form of
'username:password'.
The environment variables can be configured using munin's `plugin-conf.d` like
this:
The plugin is called `prefix_something_1`::
[prefix_*]
env.URL http://foo:8900/myapp/munin?data=%s
env.AUTH admin:admin
Graph bases
===========
The following base classes are currently defined:
SimpleGraph
A simple graph with a single value that is plotted as an absolute value.
SimpleMultiGraph
Multiple absolute values plotted on the same graph and scale.
more bases will be added as needed.
Main function
=============
The main function handles munin-typical `type_option_index` symlink scripts by
looking at the name from which the main script was called.
Example script
==============
Here's a sample script that you could symlink into the `plugins` directory::
from gocept.munin.client import SimpleGraph, main
class people(SimpleGraph):
name = key = 'people'
title = 'How many people are there?'
category = 'Office'
main()
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 13
-
python-gocept.munin-0.1-3.lbn13.noarch
This package provides base classes for defining Munin graphs and a main
function to handle munin-typical symlinked scripts.
Munin plugin scripts
====================
A single plugin file defines (multiple) graphs by subclassing the bases as mentioned in
the next section. The main function uses the called script's filename to
determine which of the defined graphs is relevant.
Data for each graph is determined by retrieving a text file from a URL (with
possibly given basic authentication data).
The format for the data is plain/text wich each line having key/value pairs
split by ':'. The values are expected to be floats.
All graph bases expect two environment variables to be set:
URL
The URL at which to retrieve data from. Must include a '%s' which encodes
the graph name.
AUTH
HTTP basic authentication information. Either empty or in the form of
'username:password'.
The environment variables can be configured using munin's `plugin-conf.d` like
this:
The plugin is called `prefix_something_1`::
[prefix_*]
env.URL http://foo:8900/myapp/munin?data=%s
env.AUTH admin:admin
Graph bases
===========
The following base classes are currently defined:
SimpleGraph
A simple graph with a single value that is plotted as an absolute value.
SimpleMultiGraph
Multiple absolute values plotted on the same graph and scale.
more bases will be added as needed.
Main function
=============
The main function handles munin-typical `type_option_index` symlink scripts by
looking at the name from which the main script was called.
Example script
==============
Here's a sample script that you could symlink into the `plugins` directory::
from gocept.munin.client import SimpleGraph, main
class people(SimpleGraph):
name = key = 'people'
title = 'How many people are there?'
category = 'Office'
main()
[root@mistress gocept.munin-0.1]# cat README.txt
==========================================
Utilities for writing munin client scripts
==========================================
This package provides base classes for defining Munin graphs and a main
function to handle munin-typical symlinked scripts.
Munin plugin scripts
====================
A single plugin file defines (multiple) graphs by subclassing the bases as mentioned in
the next section. The main function uses the called script's filename to
determine which of the defined graphs is relevant.
Data for each graph is determined by retrieving a text file from a URL (with
possibly given basic authentication data).
The format for the data is plain/text wich each line having key/value pairs
split by ':'. The values are expected to be floats.
All graph bases expect two environment variables to be set:
URL
The URL at which to retrieve data from. Must include a '%s' which encodes
the graph name.
AUTH
HTTP basic authentication information. Either empty or in the form of
'username:password'.
The environment variables can be configured using munin's `plugin-conf.d` like
this:
The plugin is called `prefix_something_1`::
[prefix_*]
env.URL http://foo:8900/myapp/munin?data=%s
env.AUTH admin:admin
Graph bases
===========
The following base classes are currently defined:
SimpleGraph
A simple graph with a single value that is plotted as an absolute value.
SimpleMultiGraph
Multiple absolute values plotted on the same graph and scale.
more bases will be added as needed.
Main function
=============
The main function handles munin-typical `type_option_index` symlink scripts by
looking at the name from which the main script was called.
Example script
==============
Here's a sample script that you could symlink into the `plugins` directory::
from gocept.munin.client import SimpleGraph, main
class people(SimpleGraph):
name = key = 'people'
title = 'How many people are there?'
category = 'Office'
main()
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-gocept.munin-0.1-3.lbn13.noarch
This package provides base classes for defining Munin graphs and a main
function to handle munin-typical symlinked scripts.
Munin plugin scripts
====================
A single plugin file defines (multiple) graphs by subclassing the bases as mentioned in
the next section. The main function uses the called script's filename to
determine which of the defined graphs is relevant.
Data for each graph is determined by retrieving a text file from a URL (with
possibly given basic authentication data).
The format for the data is plain/text wich each line having key/value pairs
split by ':'. The values are expected to be floats.
All graph bases expect two environment variables to be set:
URL
The URL at which to retrieve data from. Must include a '%s' which encodes
the graph name.
AUTH
HTTP basic authentication information. Either empty or in the form of
'username:password'.
The environment variables can be configured using munin's `plugin-conf.d` like
this:
The plugin is called `prefix_something_1`::
[prefix_*]
env.URL http://foo:8900/myapp/munin?data=%s
env.AUTH admin:admin
Graph bases
===========
The following base classes are currently defined:
SimpleGraph
A simple graph with a single value that is plotted as an absolute value.
SimpleMultiGraph
Multiple absolute values plotted on the same graph and scale.
more bases will be added as needed.
Main function
=============
The main function handles munin-typical `type_option_index` symlink scripts by
looking at the name from which the main script was called.
Example script
==============
Here's a sample script that you could symlink into the `plugins` directory::
from gocept.munin.client import SimpleGraph, main
class people(SimpleGraph):
name = key = 'people'
title = 'How many people are there?'
category = 'Office'
main()
[root@mistress gocept.munin-0.1]# cat README.txt
==========================================
Utilities for writing munin client scripts
==========================================
This package provides base classes for defining Munin graphs and a main
function to handle munin-typical symlinked scripts.
Munin plugin scripts
====================
A single plugin file defines (multiple) graphs by subclassing the bases as mentioned in
the next section. The main function uses the called script's filename to
determine which of the defined graphs is relevant.
Data for each graph is determined by retrieving a text file from a URL (with
possibly given basic authentication data).
The format for the data is plain/text wich each line having key/value pairs
split by ':'. The values are expected to be floats.
All graph bases expect two environment variables to be set:
URL
The URL at which to retrieve data from. Must include a '%s' which encodes
the graph name.
AUTH
HTTP basic authentication information. Either empty or in the form of
'username:password'.
The environment variables can be configured using munin's `plugin-conf.d` like
this:
The plugin is called `prefix_something_1`::
[prefix_*]
env.URL http://foo:8900/myapp/munin?data=%s
env.AUTH admin:admin
Graph bases
===========
The following base classes are currently defined:
SimpleGraph
A simple graph with a single value that is plotted as an absolute value.
SimpleMultiGraph
Multiple absolute values plotted on the same graph and scale.
more bases will be added as needed.
Main function
=============
The main function handles munin-typical `type_option_index` symlink scripts by
looking at the name from which the main script was called.
Example script
==============
Here's a sample script that you could symlink into the `plugins` directory::
from gocept.munin.client import SimpleGraph, main
class people(SimpleGraph):
name = key = 'people'
title = 'How many people are there?'
category = 'Office'
main()
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 13
-
python-gocept.munin-0.1-3.lbn25.noarch
This package provides base classes for defining Munin graphs and a main
function to handle munin-typical symlinked scripts.
Munin plugin scripts
====================
A single plugin file defines (multiple) graphs by subclassing the bases as mentioned in
the next section. The main function uses the called script's filename to
determine which of the defined graphs is relevant.
Data for each graph is determined by retrieving a text file from a URL (with
possibly given basic authentication data).
The format for the data is plain/text wich each line having key/value pairs
split by ':'. The values are expected to be floats.
All graph bases expect two environment variables to be set:
URL
The URL at which to retrieve data from. Must include a '%s' which encodes
the graph name.
AUTH
HTTP basic authentication information. Either empty or in the form of
'username:password'.
The environment variables can be configured using munin's `plugin-conf.d` like
this:
The plugin is called `prefix_something_1`::
[prefix_*]
env.URL http://foo:8900/myapp/munin?data=%s
env.AUTH admin:admin
Graph bases
===========
The following base classes are currently defined:
SimpleGraph
A simple graph with a single value that is plotted as an absolute value.
SimpleMultiGraph
Multiple absolute values plotted on the same graph and scale.
more bases will be added as needed.
Main function
=============
The main function handles munin-typical `type_option_index` symlink scripts by
looking at the name from which the main script was called.
Example script
==============
Here's a sample script that you could symlink into the `plugins` directory::
from gocept.munin.client import SimpleGraph, main
class people(SimpleGraph):
name = key = 'people'
title = 'How many people are there?'
category = 'Office'
main()
[root@mistress gocept.munin-0.1]# cat README.txt
==========================================
Utilities for writing munin client scripts
==========================================
This package provides base classes for defining Munin graphs and a main
function to handle munin-typical symlinked scripts.
Munin plugin scripts
====================
A single plugin file defines (multiple) graphs by subclassing the bases as mentioned in
the next section. The main function uses the called script's filename to
determine which of the defined graphs is relevant.
Data for each graph is determined by retrieving a text file from a URL (with
possibly given basic authentication data).
The format for the data is plain/text wich each line having key/value pairs
split by ':'. The values are expected to be floats.
All graph bases expect two environment variables to be set:
URL
The URL at which to retrieve data from. Must include a '%s' which encodes
the graph name.
AUTH
HTTP basic authentication information. Either empty or in the form of
'username:password'.
The environment variables can be configured using munin's `plugin-conf.d` like
this:
The plugin is called `prefix_something_1`::
[prefix_*]
env.URL http://foo:8900/myapp/munin?data=%s
env.AUTH admin:admin
Graph bases
===========
The following base classes are currently defined:
SimpleGraph
A simple graph with a single value that is plotted as an absolute value.
SimpleMultiGraph
Multiple absolute values plotted on the same graph and scale.
more bases will be added as needed.
Main function
=============
The main function handles munin-typical `type_option_index` symlink scripts by
looking at the name from which the main script was called.
Example script
==============
Here's a sample script that you could symlink into the `plugins` directory::
from gocept.munin.client import SimpleGraph, main
class people(SimpleGraph):
name = key = 'people'
title = 'How many people are there?'
category = 'Office'
main()
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python-gocept.munin-0.1-3.lbn25.noarch
This package provides base classes for defining Munin graphs and a main
function to handle munin-typical symlinked scripts.
Munin plugin scripts
====================
A single plugin file defines (multiple) graphs by subclassing the bases as mentioned in
the next section. The main function uses the called script's filename to
determine which of the defined graphs is relevant.
Data for each graph is determined by retrieving a text file from a URL (with
possibly given basic authentication data).
The format for the data is plain/text wich each line having key/value pairs
split by ':'. The values are expected to be floats.
All graph bases expect two environment variables to be set:
URL
The URL at which to retrieve data from. Must include a '%s' which encodes
the graph name.
AUTH
HTTP basic authentication information. Either empty or in the form of
'username:password'.
The environment variables can be configured using munin's `plugin-conf.d` like
this:
The plugin is called `prefix_something_1`::
[prefix_*]
env.URL http://foo:8900/myapp/munin?data=%s
env.AUTH admin:admin
Graph bases
===========
The following base classes are currently defined:
SimpleGraph
A simple graph with a single value that is plotted as an absolute value.
SimpleMultiGraph
Multiple absolute values plotted on the same graph and scale.
more bases will be added as needed.
Main function
=============
The main function handles munin-typical `type_option_index` symlink scripts by
looking at the name from which the main script was called.
Example script
==============
Here's a sample script that you could symlink into the `plugins` directory::
from gocept.munin.client import SimpleGraph, main
class people(SimpleGraph):
name = key = 'people'
title = 'How many people are there?'
category = 'Office'
main()
[root@mistress gocept.munin-0.1]# cat README.txt
==========================================
Utilities for writing munin client scripts
==========================================
This package provides base classes for defining Munin graphs and a main
function to handle munin-typical symlinked scripts.
Munin plugin scripts
====================
A single plugin file defines (multiple) graphs by subclassing the bases as mentioned in
the next section. The main function uses the called script's filename to
determine which of the defined graphs is relevant.
Data for each graph is determined by retrieving a text file from a URL (with
possibly given basic authentication data).
The format for the data is plain/text wich each line having key/value pairs
split by ':'. The values are expected to be floats.
All graph bases expect two environment variables to be set:
URL
The URL at which to retrieve data from. Must include a '%s' which encodes
the graph name.
AUTH
HTTP basic authentication information. Either empty or in the form of
'username:password'.
The environment variables can be configured using munin's `plugin-conf.d` like
this:
The plugin is called `prefix_something_1`::
[prefix_*]
env.URL http://foo:8900/myapp/munin?data=%s
env.AUTH admin:admin
Graph bases
===========
The following base classes are currently defined:
SimpleGraph
A simple graph with a single value that is plotted as an absolute value.
SimpleMultiGraph
Multiple absolute values plotted on the same graph and scale.
more bases will be added as needed.
Main function
=============
The main function handles munin-typical `type_option_index` symlink scripts by
looking at the name from which the main script was called.
Example script
==============
Here's a sample script that you could symlink into the `plugins` directory::
from gocept.munin.client import SimpleGraph, main
class people(SimpleGraph):
name = key = 'people'
title = 'How many people are there?'
category = 'Office'
main()
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python-gocept.munin-egginfo-0.1-2.lbn13.noarch
easy_install egg information
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 13
-
python-gofer-2.6.1-1.lbn19.noarch
Provides gofer python lib modules.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-gofer-2.11.0-1.lbn25.noarch
Provides gofer python lib modules.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python-gofer-amqp-2.6.1-1.lbn19.noarch
Provides the gofer amqp messaging adapter package.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-gofer-amqp-2.11.1-2.lbn25.noarch
Provides the gofer amqp messaging adapter package.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25