Merge branch 'master' of ssh://tetalab.org/tTh/DD2-monitor
oups, je crains le pire...
This commit is contained in:
commit
cff07de4af
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
/* --------------------------------------------------------------- */
|
||||
|
@ -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}
|
||||
|
@ -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._
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user