diff --git a/README.md b/README.md index 266f55d..aeb68b7 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,20 @@ de _monitoring_ pour le futur Phytotron du Tetalab. Le but premier de ce système est de faciliter la mise au point d'un automate de contrôle de l'enceinte thermostatée. Nous devrons +<<<<<<< HEAD +surveiller température et humidité du dd2, et température du +confinement biologique. +======= surveiller température et humidité du dd2, éclairage et température du confinement biologique. +>>>>>>> b47e467d21cec6ee688b4407d3ec54fa33e67ba6 Pour en savoir plus sur ce passionnant projet, il y a le canal IRC `#tetalab` sur le réseau Freenode et/ou les rencontres du mercredi soir au DD2, à Mixart-Myrys. +<<<<<<< HEAD +======= Et aussi https://pad.tetalab.org/p/dd2-monitoring # WTF status @@ -26,6 +33,7 @@ Premier essai RRD : ça marchote... +>>>>>>> b47e467d21cec6ee688b4407d3ec54fa33e67ba6 diff --git a/core/utils.c b/core/utils.c index 90049c6..7eef636 100644 --- a/core/utils.c +++ b/core/utils.c @@ -12,12 +12,12 @@ extern int verbosity; /* --------------------------------------------------------------- */ +/* maybe not a really goof initialisation... */ int seed_my_rand(int foo) { long v1, v2; v1 = getpid(); v2 = time(NULL); - return v1 ^ v2; } /* --------------------------------------------------------------- */ diff --git a/exemple.sh b/exemple.sh index 3e1824a..e0dbd7a 100755 --- a/exemple.sh +++ b/exemple.sh @@ -4,7 +4,7 @@ DATAFILE=/tmp/fake-datafile #----- collect the datas > ${DATAFILE} -for s in $(seq 1 2000) +for s in $(seq 1 1000) do v=$(./fake-values -s -t 4) echo $s $v >> ${DATAFILE} diff --git a/gnocchi/README.md b/gnocchi/README.md index 7f9a5a6..5152bab 100644 --- a/gnocchi/README.md +++ b/gnocchi/README.md @@ -2,8 +2,15 @@ ## blabla commercial +<<<<<<< HEAD + + +_The problem that [Gnocchi](https://gnocchi.xyz/) solves is the storage and indexing of +time series data and resources at a large scale. +======= _The problem that [Gnocchi](https://gnocchi.xyz/) solves is the storage and indexing of time series data and resources at a large scale. +>>>>>>> b47e467d21cec6ee688b4407d3ec54fa33e67ba6 This is useful in modern cloud platforms which are not only huge but also are dynamic and potentially multi-tenant. Gnocchi takes all of that into account._ diff --git a/rrdb/README.md b/rrdb/README.md index 1350fad..d0c003e 100644 --- a/rrdb/README.md +++ b/rrdb/README.md @@ -1,3 +1,6 @@ +<<<<<<< HEAD +## Round Robin Database +======= # Round Robin Database Un grand classique du genre. Délicat à comprendre au début. @@ -32,4 +35,5 @@ Trouver une interface en C pour faciliter la vie des gens. +>>>>>>> b47e467d21cec6ee688b4407d3ec54fa33e67ba6