Bonjour,
Hello,
Je viens d'installer Centreon 2.7.4 sur Ubuntu 14.04 afin de pouvoir configurer plusieurs VM sous RedHat 5.6.
I just installed Centreon 2.7.4 on Ubuntu 14.04 to be able to set up multiple VM on RedHat 5.6.
J'ai configuré par la suite SNMP sur mon serveur RedHat à superviser. Voici les élements dans le fichier de configuration du fichier /etc/snmp/snmpd/conf :
I configured SNMP on my RedHat server to monitor. Here are the elements in the configuration file :
com2sec notConfigUser 172.22.x.x public
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
view all included .1
access notConfigGroup "" any noauth exact systemview none none
access notConfigGroup "" any noauth exact all none none
Si j'exécute la commande suivante "snmpwalk -v 2c -c public 127.0.0.1", j'obtiens seulement ces informations :
If I execute the folowwing command line "snmpwalk -v 2c -c public 127.0.0.1", I only get this information :
SNMPv2-MIB:: sysDescr.0 = STRING: Linux slnxciref05 2.6.18-238.19.1.el5 #1 SMP Sun Jul 10 08:43:41 EDT 2011 x86_64
SNMPv2-MIB:: sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
DISMAN-EVENT-MIB:: sysUpTimeInstance = Timeticks: (202) 0:00:02.02
SNMPv2-MIB:: sysContact.0 = STRING: Root <[email protected]> (configure /etc/snmp/snmp.local.conf)
SNMPv2-MIB:: sysName.0 = STRING: slnxciref05
SNMPv2-MIB:: sysLocation.0 = STRING: Unknown (edit /etc/snmp/snmpd.conf)
SNMPv2-MIB:: sysORLastChange.0 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB:: sysORID.1 = OID: SNMPv2-MIB:: snmpMIB
SNMPv2-MIB:: sysORID.2 = OID: TCP-MIB::tcpMIB
SNMPv2-MIB:: sysORID.3 = OID: IP-MIB::ip
SNMPv2-MIB:: sysORID.4 = OID: UDP-MIB::udpMIB
SNMPv2-MIB:: sysORID.5 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
SNMPv2-MIB:: sysORID.6 = OID: SNMP-FRAMEWORK-MIB:: snmpFrameworkMIBCompliance
SNMPv2-MIB:: sysORID.7 = OID: SNMP-MPD-MIB:: snmpMPDCompliance
SNMPv2-MIB:: sysORID.8 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
SNMPv2-MIB:: sysORDescr.1 = STRING: The MIB module for SNMPv2 entities
SNMPv2-MIB:: sysORDescr.2 = STRING: The MIB module for managing TCP implementations
SNMPv2-MIB:: sysORDescr.3 = STRING: The MIB module for managing IP and ICMP implementations
SNMPv2-MIB:: sysORDescr.4 = STRING: The MIB module for managing UDP implementations
SNMPv2-MIB:: sysORDescr.5 = STRING: View-based Access Control Model for SNMP.
SNMPv2-MIB:: sysORDescr.6 = STRING: The SNMP Management Architecture MIB.
SNMPv2-MIB:: sysORDescr.7 = STRING: The MIB for Message Processing and Dispatching.
SNMPv2-MIB:: sysORDescr.8 = STRING: The management information definitions for the SNMP User-based Security Model.
SNMPv2-MIB:: sysORUpTime.1 = Timeticks: (3) 0:00:00.03
SNMPv2-MIB:: sysORUpTime.2 = Timeticks: (3) 0:00:00.03
SNMPv2-MIB:: sysORUpTime.3 = Timeticks: (3) 0:00:00.03
SNMPv2-MIB:: sysORUpTime.4 = Timeticks: (3) 0:00:00.03
SNMPv2-MIB:: sysORUpTime.5 = Timeticks: (3) 0:00:00.03
SNMPv2-MIB:: sysORUpTime.6 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB:: sysORUpTime.7 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB:: sysORUpTime.8 = Timeticks: (4) 0:00:00.04
HOST-RESOURCES-MIB::hrSystemUptime.0 = Timeticks: (205341) 0:34:13.41
HOST-RESOURCES-MIB::hrSystemUptime.0 = No more variables left in this MIB View (It is past the end of the MIB tree)
Pouvez-vous me dire comment je peux superviser l'espace disque, le load average, la RAM ?
Could you thell me how can I monitor disk space, load average, RAM ?
Actuellement, si je supervise ces informations, j'obtiens ceci sous Centreon :
Curretly, if I supervise this information, I get this error under Centreon :
Load average: , , .
ERROR: cannot find ram information
Disk CRITICAL - no output (-p number expected... it doesn't exist, try another disk number)
Je reste à votre disposition pour tout complément d'information.
I remain at your disposal for any information.
Cordialement
Regards
Nicolas
Hello,
Je viens d'installer Centreon 2.7.4 sur Ubuntu 14.04 afin de pouvoir configurer plusieurs VM sous RedHat 5.6.
I just installed Centreon 2.7.4 on Ubuntu 14.04 to be able to set up multiple VM on RedHat 5.6.
J'ai configuré par la suite SNMP sur mon serveur RedHat à superviser. Voici les élements dans le fichier de configuration du fichier /etc/snmp/snmpd/conf :
I configured SNMP on my RedHat server to monitor. Here are the elements in the configuration file :
com2sec notConfigUser 172.22.x.x public
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
view all included .1
access notConfigGroup "" any noauth exact systemview none none
access notConfigGroup "" any noauth exact all none none
Si j'exécute la commande suivante "snmpwalk -v 2c -c public 127.0.0.1", j'obtiens seulement ces informations :
If I execute the folowwing command line "snmpwalk -v 2c -c public 127.0.0.1", I only get this information :
SNMPv2-MIB:: sysDescr.0 = STRING: Linux slnxciref05 2.6.18-238.19.1.el5 #1 SMP Sun Jul 10 08:43:41 EDT 2011 x86_64
SNMPv2-MIB:: sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
DISMAN-EVENT-MIB:: sysUpTimeInstance = Timeticks: (202) 0:00:02.02
SNMPv2-MIB:: sysContact.0 = STRING: Root <[email protected]> (configure /etc/snmp/snmp.local.conf)
SNMPv2-MIB:: sysName.0 = STRING: slnxciref05
SNMPv2-MIB:: sysLocation.0 = STRING: Unknown (edit /etc/snmp/snmpd.conf)
SNMPv2-MIB:: sysORLastChange.0 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB:: sysORID.1 = OID: SNMPv2-MIB:: snmpMIB
SNMPv2-MIB:: sysORID.2 = OID: TCP-MIB::tcpMIB
SNMPv2-MIB:: sysORID.3 = OID: IP-MIB::ip
SNMPv2-MIB:: sysORID.4 = OID: UDP-MIB::udpMIB
SNMPv2-MIB:: sysORID.5 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
SNMPv2-MIB:: sysORID.6 = OID: SNMP-FRAMEWORK-MIB:: snmpFrameworkMIBCompliance
SNMPv2-MIB:: sysORID.7 = OID: SNMP-MPD-MIB:: snmpMPDCompliance
SNMPv2-MIB:: sysORID.8 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
SNMPv2-MIB:: sysORDescr.1 = STRING: The MIB module for SNMPv2 entities
SNMPv2-MIB:: sysORDescr.2 = STRING: The MIB module for managing TCP implementations
SNMPv2-MIB:: sysORDescr.3 = STRING: The MIB module for managing IP and ICMP implementations
SNMPv2-MIB:: sysORDescr.4 = STRING: The MIB module for managing UDP implementations
SNMPv2-MIB:: sysORDescr.5 = STRING: View-based Access Control Model for SNMP.
SNMPv2-MIB:: sysORDescr.6 = STRING: The SNMP Management Architecture MIB.
SNMPv2-MIB:: sysORDescr.7 = STRING: The MIB for Message Processing and Dispatching.
SNMPv2-MIB:: sysORDescr.8 = STRING: The management information definitions for the SNMP User-based Security Model.
SNMPv2-MIB:: sysORUpTime.1 = Timeticks: (3) 0:00:00.03
SNMPv2-MIB:: sysORUpTime.2 = Timeticks: (3) 0:00:00.03
SNMPv2-MIB:: sysORUpTime.3 = Timeticks: (3) 0:00:00.03
SNMPv2-MIB:: sysORUpTime.4 = Timeticks: (3) 0:00:00.03
SNMPv2-MIB:: sysORUpTime.5 = Timeticks: (3) 0:00:00.03
SNMPv2-MIB:: sysORUpTime.6 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB:: sysORUpTime.7 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB:: sysORUpTime.8 = Timeticks: (4) 0:00:00.04
HOST-RESOURCES-MIB::hrSystemUptime.0 = Timeticks: (205341) 0:34:13.41
HOST-RESOURCES-MIB::hrSystemUptime.0 = No more variables left in this MIB View (It is past the end of the MIB tree)
Pouvez-vous me dire comment je peux superviser l'espace disque, le load average, la RAM ?
Could you thell me how can I monitor disk space, load average, RAM ?
Actuellement, si je supervise ces informations, j'obtiens ceci sous Centreon :
Curretly, if I supervise this information, I get this error under Centreon :
Load average: , , .
ERROR: cannot find ram information
Disk CRITICAL - no output (-p number expected... it doesn't exist, try another disk number)
Je reste à votre disposition pour tout complément d'information.
I remain at your disposal for any information.
Cordialement
Regards
Nicolas