4355 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 75 / 218
Newer►
  • Puppet Server: Tuning Guide — Documentation — Puppet Labs
    October 21, 2015 at 9:55:59 AM GMT+2 - permalink - archive.org - http://docs.puppetlabs.com/puppetserver/2.1/tuning_guide.html
    puppet puppet4 puppetserver
  • puppetdb query : get last report for all nodes

    curl -s -G http://localhost:8080/pdb/query/v4/reports --data-urlencode 'query=["=","latest_report?","true"]'| jq '.[] | {certname: .certname, receive_time: .receive_time}'

    October 19, 2015 at 5:27:38 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?N4WFzQ
    puppetdb
  • puppetdb query : get non reporting nodes

    retrieve last_report older than 30 minutes :

    curl -s -G http://localhost:8080/pdb/query/v4/reports --data-urlencode "query=[\"and\",[\"<\",\"receive_time\",\"$(date --utc +%Y-%m-%dT%H:%M -d '30 min ago')\"],[\"=\",\"latest_report?\",\"true\"]]"|jq '.[]| {certname: .certname, receive_time: .receive_time}'

    October 19, 2015 at 5:24:39 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?CW0tyw
    puppetdb
  • puppetdb ssl setup (jetty)

    Il faut récupérer le ca.pem du puppetmaster, et les certificats du puppetdb en question
    sudo scp $(puppet master --configprint ssldir)/ca/ca_crt.pem puppetdb.example.com:/etc/puppetdb/ssl/ca.pem
    $ sudo scp $(puppet master --configprint ssldir)/private_keys/puppetdb.example.com.pem puppetdb.example.com:/etc/puppetdb/ssl/private.pem
    $ sudo scp $(puppet master --configprint ssldir)/certs/puppetdb.example.com.pem puppetdb.example.com:/etc/puppetdb/ssl/public.pem

    • modifier conf pour prendre tout ça en compte :

    /etc/puppetdb/conf.d/jetty.ini

    The host or IP address to listen on for HTTPS connections

    ssl-host = 0.0.0.0

    The port to listen on for HTTPS connections

    ssl-port = 8081

    Private key path

    ssl-key = /etc/puppetdb/ssl/private.pem

    Public certificate path

    ssl-cert = /etc/puppetdb/ssl/public.pem

    Certificate authority path

    ssl-ca-cert = /etc/puppetdb/ssl/ca.pem

    October 19, 2015 at 11:36:54 AM GMT+2 - permalink - archive.org - https://docs.puppetlabs.com/puppetdb/3.1/install_from_source.html#step-3-option-b-manually-generating-and-preparing-certificates
    puppetdb
  • puppetdb call api en HTTPS

    With SSL:

    curl -X GET https://puppetdb.example.com:8081/pdb/query/v4/resources \
    --tlsv1 \
    --cacert /etc/puppet/ssl/certs/ca.pem \
    --cert /etc/puppet/ssl/certs/thisnode.pem \
    --key /etc/puppet/ssl/private_keys/thisnode.pem \
    --data-urlencode query@<filename>

    This requires that you specify a certificate (issued by the same CA PuppetDB trusts), a private key, and a CA certificate.

    In both examples, <filename> should be a file that contains the query to execute.

    October 19, 2015 at 11:35:51 AM GMT+2 - permalink - archive.org - https://docs.puppetlabs.com/puppetdb/3.1/api/query/tutorial.html
    puppetdb
  • thumbnail
    basecamp/trix
    October 19, 2015 at 10:37:03 AM GMT+2 - permalink - archive.org - https://github.com/basecamp/trix#readme
    editeur editor text textarea wysiwyg
  • thumbnail
    Avis Netgear WN2000RPT : achat/vente Répéteur Wi-Fi sur ldlc.com
    • http://www.ldlc.com/comment/c5290/p201005190029/netgear-wn2000rpt/#PC01086846
    October 16, 2015 at 5:30:17 PM GMT+2 - permalink - archive.org - http://www.ldlc.com/comment/c5290/p201005190029/netgear-wn2000rpt/#PC01086846
    hardware repeteur wifi
  • IPerf: des exemples... - Le blog de NicoLargo
    October 16, 2015 at 5:11:25 PM GMT+2 - permalink - archive.org - http://blog.nicolargo.com/2008/01/iperf-des-exemples.html
    debit iperf network perf test
  • Frontend puppetdb

    Ya le choix :

    https://github.com/puppet-community/puppetboard
    https://github.com/spotify/puppetexplorer
    https://github.com/propyless/panopuppet

    October 16, 2015 at 3:48:47 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?ZBgWyQ
    frontend puppetdb
  • thumbnail
    http2/h2i at master · bradfitz/http2
    October 16, 2015 at 2:52:05 PM GMT+2 - permalink - archive.org - https://github.com/bradfitz/http2/tree/master/h2i
    http http2
  • Welcome - Polymer 1.0
    October 14, 2015 at 11:50:13 AM GMT+2 - permalink - archive.org - https://www.polymer-project.org/1.0/
    css framework front
  • Avoir un aperçu des noms de metriques les plus utilisés (reçues par statsd)

    ngrep -itq -W byline -d any '' port 8125|egrep -v '(^U|^$)'|logtop -s 500000

    October 14, 2015 at 11:30:30 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?X5ZuZQ
    ngrep statsd
  • Principles of Chaos Engineering

    via Doo

    October 14, 2015 at 11:17:35 AM GMT+2 - permalink - archive.org - http://www.principlesofchaos.org/
    long management
  • Spotify engineering culture (part 1) | Labs

    via Doo

    October 14, 2015 at 11:17:22 AM GMT+2 - permalink - archive.org - https://labs.spotify.com/2014/03/27/spotify-engineering-culture-part-1/
    management spotify
  • irssi alias close all query

    Nouvel alias :)

    cleanq = "/foreach query /unquery";

    October 13, 2015 at 5:09:40 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?rNWBCQ
    alias irssi
  • Follow-up to 'GitFlow considered harmful' | End of Line Blog
    October 13, 2015 at 4:43:32 PM GMT+2 - permalink - archive.org - http://endoflineblog.com/follow-up-to-gitflow-considered-harmful
    git
  • thumbnail
    Make a Github Pages blog with Pelican - Fedora Magazine

    via nico

    October 13, 2015 at 3:55:28 PM GMT+2 - permalink - archive.org - http://fedoramagazine.org/make-github-pages-blog-with-pelican/
    blog github pages public
  • A Pomodoro Timer for GNOME

    Pour penser à se bouger/s'étirer un peu toutes les heures

    October 13, 2015 at 3:34:35 PM GMT+2 - permalink - archive.org - http://gnomepomodoro.org/
    gnome timer
  • arping debian

    Deux binaires arping dispos et bien différents (l'un permet les gratuitous reply, l'autre non). Voici les paquets :

    • arping
    • iputils-arping (permet les g. reply)

    https://packages.debian.org/search?searchon=contents&keywords=arping&mode=exactfilename&suite=stable&arch=any

    October 13, 2015 at 2:58:28 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?EFUIsA
    arp arping debian
  • Programmable Infrastructure

    via Doo

    October 13, 2015 at 11:40:10 AM GMT+2 - permalink - archive.org - http://programmableinfrastructure.com/
    brique soft stack
Links per page: 20 50 100
◄Older
page 75 / 218
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation