vsmon-users Mailing List for Virtual server monitor
Status: Beta
Brought to you by:
guillaumep
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Guillaume P. <gui...@re...> - 2009-01-15 20:02:15
|
Can you provide additionnal informations? On what Linux distribution are you installing vsmon?
Guillaume Pratte
Toutes les opinions et les prises de position exprimées dans ce courriel
sont celles de son auteur et ne représentent pas nécessairement celles
de Révolution Linux.
Any views and opinions expressed in this email are solely those of the
author and do not necessarily represent those of Revolution Linux.
----- Mail Original -----
De: "Nathan Ridge" <ri...@ma...>
À: vsm...@li...
Envoyé: Mercredi 14 Janvier 2009 21:12:12 GMT -05:00 USA/Canada - États de l'Est
Objet: [Vsmon-users] ImportError: No module named django
Hi there,
I have installed vsmon per instructions, everything has worked except now
getting the following error.
Can anyone please be so kind to assist me, my knowledge of python is
limited.
Mod_python error: "PythonHandler django.core.handlers.modpython"
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 287, in HandlerDispatch
log=debug)
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 461, in import_module
f, p, d = imp.find_module(parts[i], path)
ImportError: No module named django
( this error shows in web browser )
Regards & thanks.
Nathan.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Vsmon-users mailing list
Vsm...@li...
https://lists.sourceforge.net/lists/listinfo/vsmon-users
|
|
From: Nathan R. <ri...@ma...> - 2009-01-15 03:03:17
|
Hi there,
I have installed vsmon per instructions, everything has worked except now
getting the following error.
Can anyone please be so kind to assist me, my knowledge of python is
limited.
Mod_python error: "PythonHandler django.core.handlers.modpython"
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 287, in HandlerDispatch
log=debug)
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 461, in import_module
f, p, d = imp.find_module(parts[i], path)
ImportError: No module named django
( this error shows in web browser )
Regards & thanks.
Nathan.
|
|
From: Guillaume P. <gui...@re...> - 2007-07-06 02:40:46
|
vsmon 0.5.1 has just been released.=20
The main emphasis of this release is stability. vsmon was using the mobile=
=20
code feature of Pyro, a fonctionnality enabling the download of code from t=
he=20
backend to the frontend. This feature had a few problems (it was crashing t=
he=20
vsmon backend), so it is not used anymore. Code which has to be shared=20
between the frontend and the backend is now in the vsmon-common package.
Another appreciable change is that vsmon's dependancies are now reduced to =
a=20
minimum : Python and Pyro for the backend, Python, Pyro and Django for the=
=20
frontend. Pertinent files of Threadpool and pyprocps are now included=20
directly in vsmon.
Other changes includes :
Backend=20
* Corrected a bug with parsing /proc/meminfo in recent kernels.
* Added LISTEN_PORT and LISTEN_ADDRESS options in configuration file.=20
=46rontend=20
* Fixed infinite wait when contacting a client behind a firewall by add=
ing=20
a timeout (proxytimeout.py).=20
Nagios-plugin=20
* Better error handling.=20
You can download the source on SourceForge :
https://sourceforge.net/project/showfiles.php?group_id=3D177272
Or install from packages :
http://vsmon.revolutionlinux.com/Virtual_server_monitor:Installation
=2D-=20
Guillaume Pratte
Coordonnateur de la R&D
R=E9volution Linux
Toutes les opinions et les prises de position exprim=E9es dans ce courriel =
sont=20
celles de son auteur et ne r=E9presentent pas n=E9cessairement celles de=20
R=E9volution Linux.
Any views and opinions expressed in this email are solely those of the auth=
or=20
and do not necessarily represent those of Revolution Linux.
|
|
From: Guillaume P. <gui...@re...> - 2007-01-03 20:07:54
|
I just completed the documentation and the packaging for vsmon-0.5. M=
any=20
great new features were added in this release :
Frontend
* Front page is now a summary of all hosts in the parc. Detailed
informations for each host is accessible by clicking on host na=
mes.
* Front page has a search field for vserver or host names.
o Added red highlight on swap >=3D 50% and load >=3D 2.
* Ability to assign an owner to each vserver.
* Shows disk usage information.
* No longer show IP adresses.
Backend
* Disk usage information.
* (optimisation) Added a query that returns host info without the
vservers info.
* Made backend work even if there is no support for vserver.
* No longer obtain IP addresses. Removed libdnet dependancy.
* Made the parsing of /proc/<pid>/stat work for kernel 2.6.18.
* Can be used on hosts without Linux-VServers.
Nagios plugin
* New in version 0.5. Enable to use the vsmon backend to monitor =
an
host disk, memory and swap. The plugin monitors ALL mount point
according to an "intelligent" algorithm, which determines warni=
ng
and critical thresold in function of the total size of the
partition. More details here
<http://vsmon.revolutionlinux.com/Virtual_server_monitor:Nagios=
_plugin>.
Upgrade instructions
Table structure for the frontend changed a lot. Since the vsmon user=
=20
base is not very large yet, and the only data stocked in version 0.4 =
are=20
the hosts to contact, no upgrading script for the tables is provided.=
=20
Please drop the database follow instructions for a new installation t=
o=20
recreate the necessary tables.
Note that future versions _will_ provide an upgrade path for the data=
.
You will also need to diff your current configuration file=20
(/usr/lib/python2.4/site-packages/vsmon/settings.py) with the new one=
in=20
order to incorporate the changes. You should use the new version and=
=20
change the header of the file to fill the necessary informations for =
the=20
database connection.
For more informations, please visit http://vsmon.revolutionlinux.com/=
.
--=20
Guillaume Pratte
Recherche et d=E9veloppement
R=E9volution Linux
Toutes les opinions et les prises de position exprim=E9es dans ce cou=
rriel sont celles de son auteur et ne r=E9presentent pas n=E9cessaire=
ment celles de R=E9volution Linux.
Any views and opinions expressed in this email are solely those of th=
e author and do not necessarily represent those of Revolution Linux.
|
|
From: Guillaume P. <gui...@re...> - 2006-09-28 16:41:36
|
Debian packages are available here : http://vsmon.revolutionlinux.com/Virtual_server_monitor:Installation#= Debian_testing.2Funstable The packages are far from beeing perfect, but they work. --=20 Guillaume Pratte Recherche et d=E9veloppement R=E9volution Linux Toutes les opinions et les prises de position exprim=E9es dans ce cou= rriel sont celles de son auteur et ne r=E9presentent pas n=E9cessaire= ment celles de R=E9volution Linux. Any views and opinions expressed in this email are solely those of th= e author and do not necessarily represent those of Revolution Linux. |
|
From: Guillaume P. <gui...@gu...> - 2006-09-20 05:22:57
|
Welcome to the vsmon-users mailing list. Please post any questions regarding the utilisation of the Virtual Server Monitor here. Guillaume Pratte |