4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 61 / 217
Newer►
  • The Bash Hackers Wiki [Bash Hackers Wiki]
    June 8, 2016 at 3:04:54 PM GMT+2 - permalink - archive.org - http://wiki.bash-hackers.org/
    bash
  • Summary Salt Highstate Outputter · GitHub

    Un output compact au high state

    June 6, 2016 at 3:07:16 PM GMT+2 - permalink - archive.org - https://gist.github.com/JustinCarmony/e1f764bc650999ac872e
    salt
  • SSL/TLS and PKI Timeline

    via skunnyk

    June 1, 2016 at 1:45:46 PM GMT+2 - permalink - archive.org - https://www.feistyduck.com/ssl-tls-and-pki-timeline/
    https pki ssl timeline tls
  • Restart a hanged virtual machine | XenLens

    Sometimes it may happen that your vm has hanged and XenCenter controls(Reboot and Force Reboot) do not work.

    You may see an error when you try to force a reboot (The operation could not be performed because a domain still exists for the specified VM.).

    This is a process to reboot the hanged vm from the XenServer host console.

    To get the uuid of the VM that is hung:

    xe vm-list

    Get the vm domain id by uuid:

    list_domains

    Then destroy the domain of the vm:

    /opt/xensource/debug/destroy_domain -domid <domid>

    Now you can force a reboot on your vm:

    xe vm-reboot uuid=<uuid> --force

    If it has no effect you can also try:

    xe vm-reset-powerstate uuid=<uuid> --force

    May 31, 2016 at 6:34:50 PM GMT+2 - permalink - archive.org - http://www.xenlens.com/restart-a-hanged-virtual-machine/
    xen
  • Regarder "Campagne "Ça suffit le gâchis"" sur YouTube

    Excellent!

    May 29, 2016 at 1:13:25 PM GMT+2 - permalink - archive.org - https://www.youtube.com/playlist?list=PLIGbVmWpW-WwEnLCtx0zjilu90Woa9qNG
    campagne gachi pub
  • Using Bash To Output To Screen And File At The Same Time

    tee : pour output à la fois sur stdout et dans un fichier

    May 29, 2016 at 9:47:14 AM GMT+2 - permalink - archive.org - http://www.skorks.com/2009/09/using-bash-to-output-to-screen-and-file-at-the-same-time/
    output stdout
  • Note: Test Sensu

    Quelques retours :

    Pas forcément évident à installer, je suis parti sur la version "standalone" == on installe toute l'archi sur un seul host, ce qui est suffisant pour tester ou bien pour une petite infra.

    Pour résumer il faut du redis, du rabbitmq (donc erlang), ensuite sensu (sensu-server sensu-client sensu-api) et enfin le dashboard libre uchiwa.
    Ensuite côté clients, simplement le daemon sensu-client qui tourne (et bien configuré pour joindre le rabbitmq)

    La doc est plutot bien faite mais parfois incomplete, beaucoup de partie "coming soon"...

    Quelques ressentis à chaud :

    • clairement Sensu n'est pas une solution out of the box facile à mettre en place/configurer, il faut le voir comme un framework et il y a pas mal de boulot avant d'arriver à une solution qui tourne. L'avantage c'est qu'on en fait ce qu'on en veut, c'est très souple.
    • l'approche des checks est originale : on peut les configurer côté serveur (manière traditionnelle) ou bien côté client. Dans ce dernier cas, le client execute ses checks comme un grand et balance ses résultats. Pas besoin de configuration côté serveur, ça simplifie la gestion de configuration.
    • le dashboard uchiwa est très basique, à confirmer mais je n'ai pas l'impression qu'on puisse effectuer des actions comme sur nagios du genre "planifier un downtine" ou bien "désactiver les notifications ou un check" etc C'est seulement du read only sur l'etat actuel de la plateforme
    • il existe plusieurs types de checks : les check classiques qui retourne 0,1,2 (meme modele que nagios) pour dire si OK/WARNING/CRITICAL et les checks "metrics" qui retourne des listes de "clé valeur timestamp" qu'on peut forward à son systeme de stockage timeseries comme par exemple graphite. Je trouve l'idée assez séduisante de tout avoir au même endroit, ça permettrait de se passer de collectd.

    On pourrait passer d'une stack : Nagios/collectd/graphite/grafana/statsd à une stack Sensu/Graphite/grafana/statsd

    Je compléterai si je reviens dessus.

    EDIT: je retire ce que j'ai dis sur uchiwa : on peut "stash" un service ou un host ce qui empeche de créer des events (alertes) à posteriori.

    May 28, 2016 at 11:06:35 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?F5SAfw
    monitoring sensu supervision
  • Note: TIL

    keepalive par defaut en http 1.1 et obviously ça ne sert à rien dans un script

    May 27, 2016 at 6:27:58 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?2kf38w
    til
  • Sensu Metric vs Collectd - Google Groupes
    May 27, 2016 at 5:50:47 PM GMT+2 - permalink - archive.org - https://groups.google.com/forum/#!topic/sensu-users/ZaoD1li3GJo
    monitoring sensu supervision
  • Prometheus - Monitoring system & time series database
    May 27, 2016 at 3:41:28 PM GMT+2 - permalink - archive.org - https://prometheus.io/
    monitoring supervision
  • Icinga | Open Source Monitoring

    vs sensu ?

    May 27, 2016 at 2:26:30 PM GMT+2 - permalink - archive.org - https://www.icinga.org/
    monitoring supervision
  • 6.3. Information On Classic UI parameters

    statuscgi binay params --

    serviceprops : 2 + 8 + 32 + 8192 + 32768
    hostprops : same

    /nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28&serviceprops=41002&hostprops=41002&sorttype=2&sortoption=6&sorttype=1&sortoption=6
    #define HOST_NO_SCHEDULED_DOWNTIME 2
    #define HOST_STATE_UNACKNOWLEDGED 8
    #define HOST_CHECKS_ENABLED 32
    #define HOST_NOTIFICATIONS_ENABLED 8192
    #define HOST_PASSIVE_CHECKS_ENABLED 32768

    May 26, 2016 at 3:36:16 PM GMT+2 - permalink - archive.org - http://docs.icinga.org/latest/en/cgiparams.html#cgiparams-filter
    nagios
  • Uchiwa | Simple Dashboard for Sensu
    May 25, 2016 at 9:36:07 AM GMT+2 - permalink - archive.org - https://www.uchiwa.io/#/
    monitoring nagios sensu supervision
  • Sensu | Monitoring for today's infrastructure.
    May 25, 2016 at 9:35:53 AM GMT+2 - permalink - archive.org - https://sensuapp.org/
    monitoring nagios sensu supervision
  • Note: date

    $ date "+%F %T"
    2016-05-24 16:02:07

    May 24, 2016 at 4:02:39 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?SP2ltw
    date
  • GitLab Container Registry | GitLab

    via Doo

    May 24, 2016 at 11:43:24 AM GMT+2 - permalink - archive.org - https://about.gitlab.com/2016/05/23/gitlab-container-registry/
    ci deploy docker
  • Clean Coder Blog

    via alk

    "Not quite. What I'm saying is that we've passed the point of diminishing returns. No future language will give us the factor of 10 advantage that assembler gave us over binary. No future language will give us 50%, or 20%, or even 10% reduction in workload over current languages. The short-cycle discipline has reduced the differences to virtual immeasurability."

    May 24, 2016 at 9:59:58 AM GMT+2 - permalink - archive.org - http://blog.cleancoder.com/uncle-bob/2016/05/21/BlueNoYellow.html
    code dev
  • How does a web session work ?

    Encore du rappel, du basique qui ne fait pas de mal. Très bien expliqué

    May 20, 2016 at 9:03:09 PM GMT+2 - permalink - archive.org - http://machinesaredigging.com/2013/10/29/how-does-a-web-session-work/
    session sessions web
  • Webapp Blue-Green Deployment Without Breaking Sessions/With Fallback With HAProxy « The Holy Java

    à voir

    May 20, 2016 at 9:38:24 AM GMT+2 - permalink - archive.org - https://theholyjava.wordpress.com/2013/09/05/blue-green-deployment-without-breaking-sessions-with-haproxy-and-jetty/
    blue deploy green
  • Cross-origin resource sharing - Wikipedia, the free encyclopedia

    Petite piqûre de rappel, ça ne fait pas de mal

    May 19, 2016 at 3:34:59 PM GMT+2 - permalink - archive.org - https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
    ajax cors origin request security web
Links per page: 20 50 100
◄Older
page 61 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation