Welcome to mirror list, hosted at ThFree Co, Russian Federation.

template_db_influxdb_http.yaml « influxdb_http « db « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cab2fa0600dc39a369223f691b04833b66533e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
zabbix_export:
  version: '6.2'
  date: '2022-04-06T19:54:42Z'
  groups:
    -
      uuid: a571c0d144b14fd4a87a9d9b2aa9fcd6
      name: Templates/Applications
  templates:
    -
      uuid: a6fe3640b23544e7ae15d438b38ce1cd
      template: 'InfluxDB by HTTP'
      name: 'InfluxDB by HTTP'
      description: |
        Get InfluxDB metrics by HTTP agent from Prometheus metrics endpoint.
        For organization discovery template need to use Authorization via API token. See docs: https://docs.influxdata.com/influxdb/v2.0/security/tokens/
        
        Don't forget change macros {$INFLUXDB.URL}, {$INFLUXDB.API.TOKEN}.
        Some metrics may not be collected depending on your InfluxDB instance version and configuration.
        
        You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback
        
        Template tooling version used: 0.41
      groups:
        -
          name: Templates/Applications
      items:
        -
          uuid: 286bb866060e47948c02408ebc841f1f
          name: 'InfluxDB: Get instance metrics'
          type: HTTP_AGENT
          key: influx.get_metrics
          history: '0'
          trends: '0'
          value_type: TEXT
          preprocessing:
            -
              type: CHECK_NOT_SUPPORTED
              parameters:
                - ''
            -
              type: PROMETHEUS_TO_JSON
              parameters:
                - ''
          url: '{$INFLUXDB.URL}/metrics'
          tags:
            -
              tag: component
              value: raw
        -
          uuid: f8f514943c9040d7b41f14db92ca6c91
          name: 'InfluxDB: Instance status'
          type: HTTP_AGENT
          key: influx.healthcheck
          history: 7d
          description: 'Get the health of an instance.'
          valuemap:
            name: 'InfluxDB healthcheck'
          preprocessing:
            -
              type: CHECK_NOT_SUPPORTED
              parameters:
                - ''
              error_handler: CUSTOM_VALUE
              error_handler_params: '{"status":"fail"}]}'
            -
              type: JAVASCRIPT
              parameters:
                - 'return JSON.parse(value).status == ''pass'' ? 1: 0'
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 30m
          url: '{$INFLUXDB.URL}/health'
          tags:
            -
              tag: component
              value: health
          triggers:
            -
              uuid: de130833b4514481aa56d3ba06e648fc
              expression: 'last(/InfluxDB by HTTP/influx.healthcheck)=0'
              name: 'InfluxDB: Health check was failed'
              priority: HIGH
              description: 'The InfluxDB instance is not available or unhealthy.'
              tags:
                -
                  tag: scope
                  value: availability
        -
          uuid: 56b1a9f2eb454a9b96a0e0a73d5439cf
          name: 'InfluxDB: Boltdb reads, rate'
          type: DEPENDENT
          key: influxdb.boltdb_reads.rate
          delay: '0'
          history: 7d
          value_type: FLOAT
          description: 'Total number of boltdb reads per second.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="boltdb_reads_total")].value.first()'
              error_handler: DISCARD_VALUE
            -
              type: CHANGE_PER_SECOND
              parameters:
                - ''
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: boltdb
        -
          uuid: 7bd505a8abb944c2bed17f8e4e5a8c84
          name: 'InfluxDB: Boltdb writes, rate'
          type: DEPENDENT
          key: influxdb.boltdb_writes.rate
          delay: '0'
          history: 7d
          value_type: FLOAT
          description: 'Total number of boltdb writes per second.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="boltdb_writes_total")].value.first()'
              error_handler: DISCARD_VALUE
            -
              type: CHANGE_PER_SECOND
              parameters:
                - ''
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: boltdb
        -
          uuid: 5d5e26ee272a4af6ac979e69a83de74d
          name: 'InfluxDB: Buckets, total'
          type: DEPENDENT
          key: influxdb.buckets.total
          delay: '0'
          history: 7d
          description: 'Number of total buckets on the server.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="influxdb_buckets_total")].value.first()'
              error_handler: DISCARD_VALUE
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 30m
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: buckets
        -
          uuid: 1c5931f514804a95ac4bfba3ec4a7d82
          name: 'InfluxDB: Dashboards, total'
          type: DEPENDENT
          key: influxdb.dashboards.total
          delay: '0'
          history: 7d
          description: 'Number of total dashboards on the server.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="influxdb_dashboards_total")].value.first()'
              error_handler: DISCARD_VALUE
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 30m
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: dashboards
        -
          uuid: 915f00d9dc9847bb8bc8007d034bb80d
          name: 'InfluxDB: Organizations, total'
          type: DEPENDENT
          key: influxdb.organizations.total
          delay: '0'
          history: 7d
          description: 'Number of total organizations on the server.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="influxdb_organizations_total")].value.first()'
              error_handler: DISCARD_VALUE
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 30m
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: organizations
        -
          uuid: e05aa2c424c140afa3794878ed2c3baa
          name: 'InfluxDB: Scrapers, total'
          type: DEPENDENT
          key: influxdb.scrapers.total
          delay: '0'
          history: 7d
          description: 'Number of total scrapers on the server.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="influxdb_scrapers_total")].value.first()'
              error_handler: DISCARD_VALUE
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 30m
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: scrapers
        -
          uuid: f77894d5ede9481381a268670bc88766
          name: 'InfluxDB: Task runs failed, rate'
          type: DEPENDENT
          key: influxdb.task_executor_complete.failed.rate
          delay: '0'
          history: 7d
          description: 'Total number of failure runs across all tasks.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="task_executor_total_runs_complete" && @.labels.status == "failed")].value.sum()'
              error_handler: DISCARD_VALUE
            -
              type: CHANGE_PER_SECOND
              parameters:
                - ''
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: tasks
          triggers:
            -
              uuid: f0d2137905bc477f979d035c06111844
              expression: 'min(/InfluxDB by HTTP/influxdb.task_executor_complete.failed.rate,5m)>{$INFLUXDB.TASK.RUN.FAIL.MAX.WARN}'
              name: 'InfluxDB: Too many tasks failure runs'
              event_name: 'InfluxDB: Too many tasks failure runs (over {$INFLUXDB.TASK.RUN.FAIL.MAX.WARN} for 5m)'
              priority: WARNING
              description: '"Number of failure runs completed across all tasks is too high."'
              tags:
                -
                  tag: scope
                  value: performance
        -
          uuid: a0183b6d934c4612b358c027c75eda6e
          name: 'InfluxDB: Task runs successful, rate'
          type: DEPENDENT
          key: influxdb.task_executor_complete.successful.rate
          delay: '0'
          history: 7d
          description: 'Total number of runs successful completed across all tasks.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="task_executor_total_runs_complete" && @.labels.status == "success")].value.sum()'
              error_handler: DISCARD_VALUE
            -
              type: CHANGE_PER_SECOND
              parameters:
                - ''
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: tasks
        -
          uuid: c3f147a2afb3438d8bacbb41fac6b1d0
          name: 'InfluxDB: Workers currently running'
          type: DEPENDENT
          key: influxdb.task_executor_runs_active.total
          delay: '0'
          history: 7d
          description: 'Total number of workers currently running tasks.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="task_executor_total_runs_active")].value.first()'
              error_handler: DISCARD_VALUE
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: tasks
        -
          uuid: 25595754557d49fca7c671df3f6a898c
          name: 'InfluxDB: Workers busy, pct'
          type: DEPENDENT
          key: influxdb.task_executor_workers_busy.pct
          delay: '0'
          history: 7d
          units: '%'
          description: 'Percent of total available workers that are currently busy.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="task_executor_workers_busy")].value.first()'
              error_handler: DISCARD_VALUE
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: tasks
        -
          uuid: 94d98714ecce4847be0bdb7b8802f1ec
          name: 'InfluxDB: Telegrafs, total'
          type: DEPENDENT
          key: influxdb.telegrafs.total
          delay: '0'
          history: 7d
          description: 'Number of total telegraf configurations on the server.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="influxdb_telegrafs_total")].value.first()'
              error_handler: DISCARD_VALUE
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 30m
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: telegraf
        -
          uuid: 23bad615af024a2e9f06d4541cf6f910
          name: 'InfluxDB: Telegraf plugins, total'
          type: DEPENDENT
          key: influxdb.telegraf_plugins.total
          delay: '0'
          history: 7d
          description: 'Number of individual telegraf plugins configured.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="influxdb_telegraf_plugins_count")].value.sum()'
              error_handler: DISCARD_VALUE
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 30m
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: telegraf
        -
          uuid: 079c1eee7d93484b9126598b23921e9d
          name: 'InfluxDB: Tokens, total'
          type: DEPENDENT
          key: influxdb.tokens.total
          delay: '0'
          history: 7d
          description: 'Number of total tokens on the server.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="influxdb_tokens_total")].value.first()'
              error_handler: DISCARD_VALUE
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 30m
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: tokens
        -
          uuid: 8699e951b7944659993422334a4cddc0
          name: 'InfluxDB: Uptime'
          type: DEPENDENT
          key: influxdb.uptime
          delay: '0'
          history: 7d
          value_type: FLOAT
          units: s
          description: 'InfluxDB process uptime in seconds.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="influxdb_uptime_seconds")].value.first()'
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: uptime
          triggers:
            -
              uuid: 335f27fb002544838f7150b11238d86b
              expression: 'last(/InfluxDB by HTTP/influxdb.uptime)<10m'
              name: 'InfluxDB: has been restarted'
              event_name: 'InfluxDB: has been restarted (uptime < 10m)'
              priority: INFO
              description: 'Uptime is less than 10 minutes'
              manual_close: 'YES'
              tags:
                -
                  tag: scope
                  value: notice
        -
          uuid: 86357d43721f4e6aa6b1dd7e63dd2f47
          name: 'InfluxDB: Users, total'
          type: DEPENDENT
          key: influxdb.users.total
          delay: '0'
          history: 7d
          description: 'Number of total users on the server.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="influxdb_users_total")].value.first()'
              error_handler: DISCARD_VALUE
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 30m
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: tokens
        -
          uuid: d31e0d0823af4f6c999cae3d49b3815b
          name: 'InfluxDB: Version'
          type: DEPENDENT
          key: influxdb.version
          delay: '0'
          history: 7d
          trends: '0'
          value_type: CHAR
          description: 'Version of the InfluxDB instance.'
          preprocessing:
            -
              type: JSONPATH
              parameters:
                - '$[?(@.name=="influxdb_info")].labels.version.first()'
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 3h
          master_item:
            key: influx.get_metrics
          tags:
            -
              tag: component
              value: version
          triggers:
            -
              uuid: d2b02cc426c748608968ae08c0823461
              expression: 'last(/InfluxDB by HTTP/influxdb.version,#1)<>last(/InfluxDB by HTTP/influxdb.version,#2) and length(last(/InfluxDB by HTTP/influxdb.version))>0'
              name: 'InfluxDB: Version has changed'
              event_name: 'InfluxDB: Version has changed (new version: {ITEM.VALUE})'
              priority: INFO
              description: 'InfluxDB version has changed. Ack to close.'
              manual_close: 'YES'
              tags:
                -
                  tag: scope
                  value: notice
      discovery_rules:
        -
          uuid: 41766fd081804c399c3a7e70dd1fbf03
          name: 'Organizations discovery'
          type: HTTP_AGENT
          key: influxdb.orgs.discovery
          delay: 10m
          filter:
            evaltype: AND
            conditions:
              -
                macro: '{#ORG_NAME}'
                value: '{$INFLUXDB.ORG_NAME.NOT_MATCHES}'
                operator: NOT_MATCHES_REGEX
                formulaid: A
              -
                macro: '{#ORG_NAME}'
                value: '{$INFLUXDB.ORG_NAME.MATCHES}'
                formulaid: B
          description: 'Discovery of organizations metrics.'
          item_prototypes:
            -
              uuid: c84ae278bd7c4387873bc8bbf6d8ba8f
              name: 'InfluxDB: [{#ORG_NAME}] Query response bytes, failed'
              type: DEPENDENT
              key: 'influxdb.org.http_query_response_bytes.failed.rate["{#ORG_NAME}"]'
              delay: '0'
              history: 7d
              value_type: FLOAT
              units: Bps
              description: 'Count of bytes returned with status not 200 per second.'
              preprocessing:
                -
                  type: JSONPATH
                  parameters:
                    - '$[?(@.name=="http_query_response_bytes" && @.labels.status != "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first()'
                  error_handler: DISCARD_VALUE
                -
                  type: CHANGE_PER_SECOND
                  parameters:
                    - ''
              master_item:
                key: influx.get_metrics
              tags:
                -
                  tag: component
                  value: queries
                -
                  tag: organization
                  value: '{#ORG_NAME}'
            -
              uuid: fb13e133cf054e8783ba6bf5deaf1686
              name: 'InfluxDB: [{#ORG_NAME}] Query response bytes, success'
              type: DEPENDENT
              key: 'influxdb.org.http_query_response_bytes.success.rate["{#ORG_NAME}"]'
              delay: '0'
              history: 7d
              value_type: FLOAT
              units: Bps
              description: 'Count of bytes returned with status 200 per second.'
              preprocessing:
                -
                  type: JSONPATH
                  parameters:
                    - '$[?(@.name=="http_query_response_bytes" && @.labels.status == "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first()'
                  error_handler: DISCARD_VALUE
                -
                  type: CHANGE_PER_SECOND
                  parameters:
                    - ''
              master_item:
                key: influx.get_metrics
              tags:
                -
                  tag: component
                  value: queries
                -
                  tag: organization
                  value: '{#ORG_NAME}'
            -
              uuid: 9688861c4268455193772389a957264f
              name: 'InfluxDB: [{#ORG_NAME}] Query requests, failed'
              type: DEPENDENT
              key: 'influxdb.org.query_request.failed.rate["{#ORG_NAME}"]'
              delay: '0'
              history: 7d
              value_type: FLOAT
              units: Rps
              description: 'Total number of query requests with status not 200 per second.'
              preprocessing:
                -
                  type: JSONPATH
                  parameters:
                    - '$[?(@.name=="http_query_request_count" && @.labels.status != "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first()'
                  error_handler: DISCARD_VALUE
                -
                  type: CHANGE_PER_SECOND
                  parameters:
                    - ''
              master_item:
                key: influx.get_metrics
              tags:
                -
                  tag: component
                  value: queries
                -
                  tag: organization
                  value: '{#ORG_NAME}'
              trigger_prototypes:
                -
                  uuid: 893fa5755b514c36aa177c4f4e25b254
                  expression: 'min(/InfluxDB by HTTP/influxdb.org.query_request.failed.rate["{#ORG_NAME}"],5m)>{$INFLUXDB.REQ.FAIL.MAX.WARN}'
                  name: 'InfluxDB: [{#ORG_NAME}]: Too many requests failures'
                  event_name: 'InfluxDB: [{#ORG_NAME}]: Too many requests failures (over {$INFLUXDB.REQ.FAIL.MAX.WARN} for 5m)'
                  priority: WARNING
                  description: 'Too many query requests failed.'
                  tags:
                    -
                      tag: scope
                      value: performance
            -
              uuid: da53d3185ba744c38fc264993c72b1b9
              name: 'InfluxDB: [{#ORG_NAME}] Query requests, success'
              type: DEPENDENT
              key: 'influxdb.org.query_request.success.rate["{#ORG_NAME}"]'
              delay: '0'
              history: 7d
              value_type: FLOAT
              units: Rps
              description: 'Total number of query requests with status 200 per second.'
              preprocessing:
                -
                  type: JSONPATH
                  parameters:
                    - '$[?(@.name=="http_query_request_count" && @.labels.status == "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first()'
                  error_handler: DISCARD_VALUE
                -
                  type: CHANGE_PER_SECOND
                  parameters:
                    - ''
              master_item:
                key: influx.get_metrics
              tags:
                -
                  tag: component
                  value: queries
                -
                  tag: organization
                  value: '{#ORG_NAME}'
            -
              uuid: 4f8dbb16f7a842678e4fb4343c88b560
              name: 'InfluxDB: [{#ORG_NAME}] Query requests bytes, failed'
              type: DEPENDENT
              key: 'influxdb.org.query_request_bytes.failed.rate["{#ORG_NAME}"]'
              delay: '0'
              history: 7d
              value_type: FLOAT
              units: Bps
              description: 'Count of bytes received with status not 200 per second.'
              preprocessing:
                -
                  type: JSONPATH
                  parameters:
                    - '$[?(@.name=="http_query_request_bytes" && @.labels.status != "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first()'
                  error_handler: DISCARD_VALUE
                -
                  type: CHANGE_PER_SECOND
                  parameters:
                    - ''
              master_item:
                key: influx.get_metrics
              tags:
                -
                  tag: component
                  value: queries
                -
                  tag: organization
                  value: '{#ORG_NAME}'
            -
              uuid: 6bbeb22e5c9b46a2bf480dcf41b4eb0e
              name: 'InfluxDB: [{#ORG_NAME}] Query requests bytes, success'
              type: DEPENDENT
              key: 'influxdb.org.query_request_bytes.success.rate["{#ORG_NAME}"]'
              delay: '0'
              history: 7d
              value_type: FLOAT
              units: Bps
              description: 'Count of bytes received with status 200 per second.'
              preprocessing:
                -
                  type: JSONPATH
                  parameters:
                    - '$[?(@.name=="http_query_request_bytes" && @.labels.status == "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first()'
                  error_handler: DISCARD_VALUE
                -
                  type: CHANGE_PER_SECOND
                  parameters:
                    - ''
              master_item:
                key: influx.get_metrics
              tags:
                -
                  tag: component
                  value: queries
                -
                  tag: organization
                  value: '{#ORG_NAME}'
          graph_prototypes:
            -
              uuid: 925d6b2f79b2479ab031118d795811fb
              name: 'InfluxDB: [{#ORG_NAME}]: Query requests'
              graph_items:
                -
                  color: 1A7C11
                  item:
                    host: 'InfluxDB by HTTP'
                    key: 'influxdb.org.query_request.success.rate["{#ORG_NAME}"]'
                -
                  sortorder: '1'
                  color: 2774A4
                  item:
                    host: 'InfluxDB by HTTP'
                    key: 'influxdb.org.query_request.failed.rate["{#ORG_NAME}"]'
            -
              uuid: 01921ee545c540bd8c0d51429bcce11b
              name: 'InfluxDB: [{#ORG_NAME}]: Query traffic'
              graph_items:
                -
                  color: 1A7C11
                  item:
                    host: 'InfluxDB by HTTP'
                    key: 'influxdb.org.http_query_response_bytes.success.rate["{#ORG_NAME}"]'
                -
                  sortorder: '1'
                  color: 2774A4
                  item:
                    host: 'InfluxDB by HTTP'
                    key: 'influxdb.org.http_query_response_bytes.failed.rate["{#ORG_NAME}"]'
                -
                  sortorder: '2'
                  color: F63100
                  item:
                    host: 'InfluxDB by HTTP'
                    key: 'influxdb.org.query_request_bytes.failed.rate["{#ORG_NAME}"]'
                -
                  sortorder: '3'
                  color: A54F10
                  item:
                    host: 'InfluxDB by HTTP'
                    key: 'influxdb.org.query_request_bytes.success.rate["{#ORG_NAME}"]'
          url: '{$INFLUXDB.URL}/api/v2/orgs'
          headers:
            -
              name: Content-type
              value: application/json
            -
              name: Authorization
              value: 'Token {$INFLUXDB.API.TOKEN}'
          preprocessing:
            -
              type: JAVASCRIPT
              parameters:
                - |
                  var result = [];
                  
                  JSON.parse(value).orgs.forEach(function (e) {
                      result.push({
                          "{#ORG_ID}": e.id,
                          "{#ORG_NAME}": e.name,
                          "{#ORG_DESCRIPTION}": e.description
                      });
                  });
                  
                  return JSON.stringify(result)
            -
              type: DISCARD_UNCHANGED_HEARTBEAT
              parameters:
                - 1h
      tags:
        -
          tag: class
          value: database
        -
          tag: target
          value: influxdb
      macros:
        -
          macro: '{$INFLUXDB.API.TOKEN}'
          description: 'InfluxDB API Authorization Token'
        -
          macro: '{$INFLUXDB.ORG_NAME.MATCHES}'
          value: '.*'
          description: 'Filter of discoverable organizations'
        -
          macro: '{$INFLUXDB.ORG_NAME.NOT_MATCHES}'
          value: CHANGE_IF_NEEDED
          description: 'Filter to exclude discovered organizations'
        -
          macro: '{$INFLUXDB.REQ.FAIL.MAX.WARN}'
          value: '2'
          description: 'Maximum number of query requests failures for trigger expression.'
        -
          macro: '{$INFLUXDB.TASK.RUN.FAIL.MAX.WARN}'
          value: '2'
          description: 'Maximum number of tasks runs failures for trigger expression.'
        -
          macro: '{$INFLUXDB.URL}'
          value: 'http://localhost:8086'
          description: 'InfluxDB instance URL'
      valuemaps:
        -
          uuid: d1b4478bdfc44c6db79a4a262f605d92
          name: 'InfluxDB healthcheck'
          mappings:
            -
              value: '0'
              newvalue: Failed
            -
              value: '1'
              newvalue: Ok
  graphs:
    -
      uuid: dd6b62b969594ddbb82895a8f8fc5623
      name: 'InfluxDB: Tasks runs'
      graph_items:
        -
          color: 1A7C11
          item:
            host: 'InfluxDB by HTTP'
            key: influxdb.task_executor_complete.failed.rate
        -
          sortorder: '1'
          color: 2774A4
          item:
            host: 'InfluxDB by HTTP'
            key: influxdb.task_executor_complete.successful.rate