R&D/클라우드

Kapacitor

sunshout 2018. 4. 6. 10:27



TICK scrypt

예제

stream 

// Select just the cpu measurement from our example database. 

|from()

 .measurement('cpu') 

|alert()

 .crit(lambda: "usage_idle" < 70)

 // Whenever we get an alert write it to a file. 

 .log('/tmp/alerts.log')


TICK 등록