Monitoring

ultrex

New Member
Mar 7, 2011
28
0
1
Hello,

I want to see (monitoring) all the VM's stats graphically (RAM, CPU, HDD I / O or other).

I saw the SNMP, but I do not know how to record, and that work on all VMS

sorry my english bad
 
Hello,
if you've already installed/configured SNMP, check "cacti" "nagios" or similar tools.
 
Please help, how to install SNMP and configure to graphic I / O ? My I/O speed 100% :(
Hi,
snmp? I guess you need snmpd (the daemon).
Code:
apt-get install snmpd
Don't forget to change /etc/default/snmpd to use your external IP (if you want access the snmp-data from an other computer) and /etc/snmp/snmpd.conf for the right com2sec (and comunity: password).

Because monitoring: you know the wiki-section about this? http://pve.proxmox.com/wiki/Monitoring_with_Icinga i have wrote this some time ago.

Udo
 
I installed http://pve.proxmox.com/wiki/Monitoring_with_Icinga, but error:
https://IP/icinga/
Error: Could not read object configuration data!
Here are some things you should check in order to resolve this error:


  1. Verify configuration options using the -v command-line option to check for errors.
  2. Check the Icinga log file for messages relating to startup or status data errors.
and

https://IP/pnp4nagios/
[h=3]PNP Error[/h] Please check the Kohana documentation for information about the following error.
application/models/data.php [104]:
perfdata directory "/usr/local/icinga/share/perfdata/" is empty. Please check your Nagios config. Read FAQ online



I try run script:
pve:/usr/local/scripts# ./pvekvm2icinga.sh 111
create 111.conf for icinga
VM-config not found

Its 111 is openvz VM. How to monitoring all virtual mashine CPU, HDD I/O, ram ?