collectd usages divers

Depuis : http://collilieux.net/doc/collectd présentation collectd est un merveilleux outil de collecte de données. Le démon utilise de nombreux plugiciels pour collecter les informations d’un processeur, un multimètre sur port série, d’un serveur apache, etc. Toutes ces données collectées sont écrites dans des fichiers csv, rrd, en HTTP, etc. L’utilisation la plus courante consiste à collecter […]

Huawei Technical Forum: e220 at command for umts-only mode …

As with most 3G Modems AT+COPS only accepts 3 Parameters and though it will not work. But those work: GPRSONLY: AT^SYSCFG=13,1,3FFFFFFF,2,4 3GONLY: AT^SYSCFG=14,2,3FFFFFFF,2,4 GPRSPREF : AT^SYSCFG=2,1,3FFFFFFF,2,4 3GPREF: AT^SYSCFG=2,2,3FFFFFFF,2,4 This information was taken out of Vodafone Mobile Connect Software (Linux Version) Python Code. viaHuawei Technical Forum: e220 at command for umts-only mode ….

monter dossier d’un hote openvz sur un ve

Sous openvz l’on a besoin par moment de monter un dossier de l’hote sur les vps pour par exemple un dossier de sauvegarde ou de template pour des applications . Dans mon cas avec des ve debian voici la syntaxe que j’ai utilisé, creation d’un fichier /etc/vz/conf/vps.mount  #!/bin/bash source /etc/vz/vz.conf source ${VE_CONFFILE} mount –bind -n […]

Jean-Christophe VASSORT » OpenVZ

Régler l’heure d’un environnement virtuel OpenVZTuto servant à régler l’heure d’une machine virtuelle OpenVZ. Source: http://forum.openvz.org/index.php?t=msg&goto=6694& Admettons que l’environnement virtuel ait l’ID 101. On stoppe le VE:? vzctl stop 101On lui donne la possibilité de régler l’heure: vzctl set 101 –capability sys_time:on –saveOn le démarre: vzctl start 101On entre dedans pour finaliser l’opération: vzctl enter […]

desactiver console

setterm -blank off

RouterTech • View topic – VOIP ( SIP ) with Speedtouch 516v6 6.2G

FIXED the answer is the following Line Command :connection unbind application=SIP port=5060 :service host add name=VoIP mode=server :service host rule add name=VoIP protocol=udp baseport=5060 portrange=5060-5061 :service host rule add name=VoIP protocol=udp baseport=16384 portrange=16384-16482 :service host assign name=VoIP host=192.168.1.2 log=disabled :nat tmpladd intf=Internet type=nat outside_addr=0.0.0.1 inside_addr=192.168.1.2 protocol=udp :saveall :system reboot then having the ATA Device on […]

Thomson SpeedTouch 510 and SNMP – BroadbanterBanter

I’ve just got SNMP working on my Thomson SpeedTouch 510 ADSL router, so I can better monitor my bandwidth in order to decide whether to move from a 512 unlimited account to a Max DSL 20GB capped one. For the benefit of future googlers, here are some solutions to issues I ran into: 1) I’m […]

Configuring Thomson Speedtouch 510 for use with SNMP to get statistics with MRTG

****************************************************************************************************** Configuring Thomson Speedtouch 510 for use with SNMP to get statistics with MRTG By Dennis Slagers http://www.aroundmyroom.com/blog 10-08-2004 Usage: MRTG under Linux This document is published under Creative Commons License http://creativecommons.org/licenses/by/1.0/ When you notice the name of author and refer to the original text and copy this license condition you can copy this text […]

Sysadmin Wiki : openvz

OpenVZ est une technique de virtualisation noyau, qui permet de partager le noyau entre plusieurs systèmes. Il est équivalent à Vserver. Voici quelques commande d’exploitation utiles : vzctl set 107 –diskspace 6G:7G –save #définir les quotas disques à 6Go soft et 7Go hard vzctl set 106 –save –tcprcvbuf 17203200 #augmenter le quotas de reception tcp […]

openvz et sysctl.conf sous squeeze

Open with your favorite editor (eg: nano, vim) /etc/sysctl.conf and edit as following : net.ipv4.conf.all.rp_filter=1 net.ipv4.icmp_echo_ignore_broadcasts=1 net.ipv4.conf.default.forwarding=1 net.ipv4.conf.default.proxy_arp = 0 net.ipv4.ip_forward=1 kernel.sysrq = 1 net.ipv4.conf.default.send_redirects = 1 net.ipv4.conf.all.send_redirects = 0 net.ipv4.conf.eth0.proxy_arp=1 After you’ve edited /etc/sysctl.conf file run: sysctl -p Step 4. Open /etc/vz/vz.conf and set as following: NOTE: This is important! If you don’t do […]