Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "kapacitor",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 34,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "kapacitorConf",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 16,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 8,
                 column: 19,
                },
                end: Position {
                 line: 8,
                 column: 23,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeTextFile",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 24,
                 },
                 end: Position {
                  line: 8,
                  column: 37,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            Map(
             Map {
              recursive: false,
              bindings: [
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "name",
                    span: Span {
                     start: Position {
                      line: 9,
                      column: 5,
                     },
                     end: Position {
                      line: 9,
                      column: 9,
                     },
                    },
                   },
                  ),
                 ],
                 to: String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "kapacitord.conf",
                      span: Span {
                       start: Position {
                        line: 9,
                        column: 13,
                       },
                       end: Position {
                        line: 9,
                        column: 28,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 9,
                     column: 12,
                    },
                    end: Position {
                     line: 9,
                     column: 29,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "text",
                    span: Span {
                     start: Position {
                      line: 10,
                      column: 5,
                     },
                     end: Position {
                      line: 10,
                      column: 9,
                     },
                    },
                   },
                  ),
                 ],
                 to: IndentedString(
                  IndentedString {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "hostname=\"",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 11,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "config",
                          span: Span {
                           start: Position {
                            line: 11,
                            column: 19,
                           },
                           end: Position {
                            line: 11,
                            column: 25,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "networking",
                           span: Span {
                            start: Position {
                             line: 11,
                             column: 26,
                            },
                            end: Position {
                             line: 11,
                             column: 36,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "hostName",
                           span: Span {
                            start: Position {
                             line: 11,
                             column: 37,
                            },
                            end: Position {
                             line: 11,
                             column: 45,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\"\ndata_dir=\"",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 12,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 12,
                            column: 19,
                           },
                           end: Position {
                            line: 12,
                            column: 22,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "dataDir",
                           span: Span {
                            start: Position {
                             line: 12,
                             column: 23,
                            },
                            end: Position {
                             line: 12,
                             column: 30,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\"\n\n[http]\n  bind-address = \"",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 15,
                        column: 25,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 15,
                            column: 27,
                           },
                           end: Position {
                            line: 15,
                            column: 30,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "bind",
                           span: Span {
                            start: Position {
                             line: 15,
                             column: 31,
                            },
                            end: Position {
                             line: 15,
                             column: 35,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: ":",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 15,
                        column: 37,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "toString",
                          span: Span {
                           start: Position {
                            line: 15,
                            column: 39,
                           },
                           end: Position {
                            line: 15,
                            column: 47,
                           },
                          },
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 15,
                               column: 48,
                              },
                              end: Position {
                               line: 15,
                               column: 51,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "port",
                              span: Span {
                               start: Position {
                                line: 15,
                                column: 52,
                               },
                               end: Position {
                                line: 15,
                                column: 56,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\"\n  log-enabled = false\n  auth-enabled = false\n\n[task]\n  dir = \"",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 20,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 20,
                            column: 18,
                           },
                           end: Position {
                            line: 20,
                            column: 21,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "dataDir",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 22,
                            },
                            end: Position {
                             line: 20,
                             column: 29,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "/tasks\"\n  snapshot-interval = \"",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 21,
                        column: 30,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 21,
                            column: 32,
                           },
                           end: Position {
                            line: 21,
                            column: 35,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "taskSnapshotInterval",
                           span: Span {
                            start: Position {
                             line: 21,
                             column: 36,
                            },
                            end: Position {
                             line: 21,
                             column: 56,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\"\n\n[replay]\n  dir = \"",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 24,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 24,
                            column: 18,
                           },
                           end: Position {
                            line: 24,
                            column: 21,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "dataDir",
                           span: Span {
                            start: Position {
                             line: 24,
                             column: 22,
                            },
                            end: Position {
                             line: 24,
                             column: 29,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "/replay\"\n\n[storage]\n  boltdb = \"",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 27,
                        column: 19,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 27,
                            column: 21,
                           },
                           end: Position {
                            line: 27,
                            column: 24,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "dataDir",
                           span: Span {
                            start: Position {
                             line: 27,
                             column: 25,
                            },
                            end: Position {
                             line: 27,
                             column: 32,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "/kapacitor.db\"\n\n",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 29,
                        column: 7,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "optionalString",
                          span: Span {
                           start: Position {
                            line: 29,
                            column: 9,
                           },
                           end: Position {
                            line: 29,
                            column: 23,
                           },
                          },
                         },
                        ),
                        arguments: [
                         BinaryOperation(
                          BinaryOperation {
                           left: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 29,
                                 column: 25,
                                },
                                end: Position {
                                 line: 29,
                                 column: 28,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "loadDirectory",
                                span: Span {
                                 start: Position {
                                  line: 29,
                                  column: 29,
                                 },
                                 end: Position {
                                  line: 29,
                                  column: 42,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           operator: NotEqualTo,
                           right: Identifier(
                            Identifier {
                             id: "null",
                             span: Span {
                              start: Position {
                               line: 29,
                               column: 46,
                              },
                              end: Position {
                               line: 29,
                               column: 50,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "[load]\n  enabled = true\n  dir = \"",
                              span: Span {
                               start: Position {
                                line: 30,
                                column: 1,
                               },
                               end: Position {
                                line: 32,
                                column: 18,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 32,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 32,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "loadDirectory",
                                   span: Span {
                                    start: Position {
                                     line: 32,
                                     column: 24,
                                    },
                                    end: Position {
                                     line: 32,
                                     column: 37,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "\"\n",
                              span: Span {
                               start: Position {
                                line: 30,
                                column: 1,
                               },
                               end: Position {
                                line: 33,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 29,
                             column: 52,
                            },
                            end: Position {
                             line: 33,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n\n",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 35,
                        column: 7,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "optionalString",
                          span: Span {
                           start: Position {
                            line: 35,
                            column: 9,
                           },
                           end: Position {
                            line: 35,
                            column: 23,
                           },
                          },
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 35,
                               column: 25,
                              },
                              end: Position {
                               line: 35,
                               column: 28,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "defaultDatabase",
                              span: Span {
                               start: Position {
                                line: 35,
                                column: 29,
                               },
                               end: Position {
                                line: 35,
                                column: 44,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "enable",
                              span: Span {
                               start: Position {
                                line: 35,
                                column: 45,
                               },
                               end: Position {
                                line: 35,
                                column: 51,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "[[influxdb]]\n  name = \"default\"\n  enabled = true\n  default = true\n  urls = [ \"",
                              span: Span {
                               start: Position {
                                line: 36,
                                column: 1,
                               },
                               end: Position {
                                line: 40,
                                column: 21,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 40,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 40,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "defaultDatabase",
                                   span: Span {
                                    start: Position {
                                     line: 40,
                                     column: 27,
                                    },
                                    end: Position {
                                     line: 40,
                                     column: 42,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "url",
                                   span: Span {
                                    start: Position {
                                     line: 40,
                                     column: 43,
                                    },
                                    end: Position {
                                     line: 40,
                                     column: 46,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "\" ]\n  username = \"",
                              span: Span {
                               start: Position {
                                line: 36,
                                column: 1,
                               },
                               end: Position {
                                line: 41,
                                column: 23,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 41,
                                    column: 25,
                                   },
                                   end: Position {
                                    line: 41,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "defaultDatabase",
                                   span: Span {
                                    start: Position {
                                     line: 41,
                                     column: 29,
                                    },
                                    end: Position {
                                     line: 41,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "username",
                                   span: Span {
                                    start: Position {
                                     line: 41,
                                     column: 45,
                                    },
                                    end: Position {
                                     line: 41,
                                     column: 53,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "\"\n  password = \"",
                              span: Span {
                               start: Position {
                                line: 36,
                                column: 1,
                               },
                               end: Position {
                                line: 42,
                                column: 23,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 42,
                                    column: 25,
                                   },
                                   end: Position {
                                    line: 42,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "defaultDatabase",
                                   span: Span {
                                    start: Position {
                                     line: 42,
                                     column: 29,
                                    },
                                    end: Position {
                                     line: 42,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "password",
                                   span: Span {
                                    start: Position {
                                     line: 42,
                                     column: 45,
                                    },
                                    end: Position {
                                     line: 42,
                                     column: 53,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "\"\n",
                              span: Span {
                               start: Position {
                                line: 36,
                                column: 1,
                               },
                               end: Position {
                                line: 43,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 35,
                             column: 53,
                            },
                            end: Position {
                             line: 43,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n\n",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 45,
                        column: 7,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "optionalString",
                          span: Span {
                           start: Position {
                            line: 45,
                            column: 9,
                           },
                           end: Position {
                            line: 45,
                            column: 23,
                           },
                          },
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 45,
                               column: 25,
                              },
                              end: Position {
                               line: 45,
                               column: 28,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "alerta",
                              span: Span {
                               start: Position {
                                line: 45,
                                column: 29,
                               },
                               end: Position {
                                line: 45,
                                column: 35,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "enable",
                              span: Span {
                               start: Position {
                                line: 45,
                                column: 36,
                               },
                               end: Position {
                                line: 45,
                                column: 42,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "[alerta]\n  enabled = true\n  url = \"",
                              span: Span {
                               start: Position {
                                line: 46,
                                column: 1,
                               },
                               end: Position {
                                line: 48,
                                column: 18,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 48,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 48,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "alerta",
                                   span: Span {
                                    start: Position {
                                     line: 48,
                                     column: 24,
                                    },
                                    end: Position {
                                     line: 48,
                                     column: 30,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "url",
                                   span: Span {
                                    start: Position {
                                     line: 48,
                                     column: 31,
                                    },
                                    end: Position {
                                     line: 48,
                                     column: 34,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "\"\n  token = \"",
                              span: Span {
                               start: Position {
                                line: 46,
                                column: 1,
                               },
                               end: Position {
                                line: 49,
                                column: 20,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 49,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 49,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "alerta",
                                   span: Span {
                                    start: Position {
                                     line: 49,
                                     column: 26,
                                    },
                                    end: Position {
                                     line: 49,
                                     column: 32,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "token",
                                   span: Span {
                                    start: Position {
                                     line: 49,
                                     column: 33,
                                    },
                                    end: Position {
                                     line: 49,
                                     column: 38,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "\"\n  environment = \"",
                              span: Span {
                               start: Position {
                                line: 46,
                                column: 1,
                               },
                               end: Position {
                                line: 50,
                                column: 26,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 50,
                                    column: 28,
                                   },
                                   end: Position {
                                    line: 50,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "alerta",
                                   span: Span {
                                    start: Position {
                                     line: 50,
                                     column: 32,
                                    },
                                    end: Position {
                                     line: 50,
                                     column: 38,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "environment",
                                   span: Span {
                                    start: Position {
                                     line: 50,
                                     column: 39,
                                    },
                                    end: Position {
                                     line: 50,
                                     column: 50,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "\"\n  origin = \"",
                              span: Span {
                               start: Position {
                                line: 46,
                                column: 1,
                               },
                               end: Position {
                                line: 51,
                                column: 21,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 51,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 51,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "alerta",
                                   span: Span {
                                    start: Position {
                                     line: 51,
                                     column: 27,
                                    },
                                    end: Position {
                                     line: 51,
                                     column: 33,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "origin",
                                   span: Span {
                                    start: Position {
                                     line: 51,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 51,
                                     column: 40,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "\"\n",
                              span: Span {
                               start: Position {
                                line: 46,
                                column: 1,
                               },
                               end: Position {
                                line: 52,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 45,
                             column: 44,
                            },
                            end: Position {
                             line: 52,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n\n",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 54,
                        column: 7,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 54,
                            column: 9,
                           },
                           end: Position {
                            line: 54,
                            column: 12,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "extraConfig",
                           span: Span {
                            start: Position {
                             line: 54,
                             column: 13,
                            },
                            end: Position {
                             line: 54,
                             column: 24,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 55,
                        column: 5,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 10,
                     column: 12,
                    },
                    end: Position {
                     line: 55,
                     column: 7,
                    },
                   },
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 8,
                column: 38,
               },
               end: Position {
                line: 56,
                column: 4,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 59,
                column: 3,
               },
               end: Position {
                line: 59,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 59,
                column: 11,
               },
               end: Position {
                line: 59,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "kapacitor",
              span: Span {
               start: Position {
                line: 59,
                column: 20,
               },
               end: Position {
                line: 59,
                column: 29,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 60,
                     column: 5,
                    },
                    end: Position {
                     line: 60,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 60,
                      column: 14,
                     },
                     end: Position {
                      line: 60,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 60,
                           column: 30,
                          },
                          end: Position {
                           line: 60,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 60,
                            column: 34,
                           },
                           end: Position {
                            line: 60,
                            column: 39,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "kapacitor",
                           span: Span {
                            start: Position {
                             line: 60,
                             column: 41,
                            },
                            end: Position {
                             line: 60,
                             column: 50,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 60,
                          column: 40,
                         },
                         end: Position {
                          line: 60,
                          column: 51,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "dataDir",
                   span: Span {
                    start: Position {
                     line: 62,
                     column: 5,
                    },
                    end: Position {
                     line: 62,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 62,
                      column: 15,
                     },
                     end: Position {
                      line: 62,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 63,
                             column: 7,
                            },
                            end: Position {
                             line: 63,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 63,
                              column: 14,
                             },
                             end: Position {
                              line: 63,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "path",
                             span: Span {
                              start: Position {
                               line: 63,
                               column: 20,
                              },
                              end: Position {
                               line: 63,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 64,
                             column: 7,
                            },
                            end: Position {
                             line: 64,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "/var/lib/kapacitor",
                             span: Span {
                              start: Position {
                               line: 64,
                               column: 18,
                              },
                              end: Position {
                               line: 64,
                               column: 36,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 64,
                            column: 17,
                           },
                           end: Position {
                            line: 64,
                            column: 37,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 65,
                             column: 7,
                            },
                            end: Position {
                             line: 65,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 65,
                                column: 21,
                               },
                               end: Position {
                                line: 65,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 65,
                                 column: 25,
                                },
                                end: Position {
                                 line: 65,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Location where Kapacitor stores its state",
                                span: Span {
                                 start: Position {
                                  line: 65,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 65,
                                  column: 73,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 65,
                               column: 31,
                              },
                              end: Position {
                               line: 65,
                               column: 74,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 62,
                       column: 24,
                      },
                      end: Position {
                       line: 66,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "port",
                   span: Span {
                    start: Position {
                     line: 68,
                     column: 5,
                    },
                    end: Position {
                     line: 68,
                     column: 9,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 68,
                      column: 12,
                     },
                     end: Position {
                      line: 68,
                      column: 20,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 69,
                             column: 7,
                            },
                            end: Position {
                             line: 69,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 69,
                              column: 14,
                             },
                             end: Position {
                              line: 69,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "int",
                             span: Span {
                              start: Position {
                               line: 69,
                               column: 20,
                              },
                              end: Position {
                               line: 69,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 70,
                             column: 7,
                            },
                            end: Position {
                             line: 70,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Integer(
                         Integer {
                          value: "9092",
                          span: Span {
                           start: Position {
                            line: 70,
                            column: 17,
                           },
                           end: Position {
                            line: 70,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 71,
                             column: 7,
                            },
                            end: Position {
                             line: 71,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 71,
                                column: 21,
                               },
                               end: Position {
                                line: 71,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 71,
                                 column: 25,
                                },
                                end: Position {
                                 line: 71,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Port of Kapacitor",
                                span: Span {
                                 start: Position {
                                  line: 71,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 49,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 71,
                               column: 31,
                              },
                              end: Position {
                               line: 71,
                               column: 50,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 68,
                       column: 21,
                      },
                      end: Position {
                       line: 72,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "bind",
                   span: Span {
                    start: Position {
                     line: 74,
                     column: 5,
                    },
                    end: Position {
                     line: 74,
                     column: 9,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 74,
                      column: 12,
                     },
                     end: Position {
                      line: 74,
                      column: 20,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 75,
                             column: 7,
                            },
                            end: Position {
                             line: 75,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 75,
                              column: 14,
                             },
                             end: Position {
                              line: 75,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 75,
                               column: 20,
                              },
                              end: Position {
                               line: 75,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 76,
                             column: 7,
                            },
                            end: Position {
                             line: 76,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [],
                          span: Span {
                           start: Position {
                            line: 76,
                            column: 17,
                           },
                           end: Position {
                            line: 76,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 77,
                             column: 7,
                            },
                            end: Position {
                             line: 77,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "0.0.0.0",
                             span: Span {
                              start: Position {
                               line: 77,
                               column: 18,
                              },
                              end: Position {
                               line: 77,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 77,
                            column: 17,
                           },
                           end: Position {
                            line: 77,
                            column: 26,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 78,
                             column: 7,
                            },
                            end: Position {
                             line: 78,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 78,
                                column: 21,
                               },
                               end: Position {
                                line: 78,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 78,
                                 column: 25,
                                },
                                end: Position {
                                 line: 78,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Address to bind to. The default is to bind to all addresses",
                                span: Span {
                                 start: Position {
                                  line: 78,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 78,
                                  column: 91,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 78,
                               column: 31,
                              },
                              end: Position {
                               line: 78,
                               column: 92,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 74,
                       column: 21,
                      },
                      end: Position {
                       line: 79,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "extraConfig",
                   span: Span {
                    start: Position {
                     line: 81,
                     column: 5,
                    },
                    end: Position {
                     line: 81,
                     column: 16,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 81,
                      column: 19,
                     },
                     end: Position {
                      line: 81,
                      column: 27,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 82,
                             column: 7,
                            },
                            end: Position {
                             line: 82,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 82,
                                column: 21,
                               },
                               end: Position {
                                line: 82,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 82,
                                 column: 25,
                                },
                                end: Position {
                                 line: 82,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "These lines go into kapacitord.conf verbatim.",
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 82,
                                  column: 77,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 82,
                               column: 31,
                              },
                              end: Position {
                               line: 82,
                               column: 78,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 83,
                             column: 7,
                            },
                            end: Position {
                             line: 83,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [],
                          span: Span {
                           start: Position {
                            line: 83,
                            column: 17,
                           },
                           end: Position {
                            line: 83,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 84,
                             column: 7,
                            },
                            end: Position {
                             line: 84,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 84,
                              column: 14,
                             },
                             end: Position {
                              line: 84,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "lines",
                             span: Span {
                              start: Position {
                               line: 84,
                               column: 20,
                              },
                              end: Position {
                               line: 84,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 81,
                       column: 28,
                      },
                      end: Position {
                       line: 85,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "user",
                   span: Span {
                    start: Position {
                     line: 87,
                     column: 5,
                    },
                    end: Position {
                     line: 87,
                     column: 9,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 87,
                      column: 12,
                     },
                     end: Position {
                      line: 87,
                      column: 20,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 88,
                             column: 7,
                            },
                            end: Position {
                             line: 88,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 88,
                              column: 14,
                             },
                             end: Position {
                              line: 88,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 88,
                               column: 20,
                              },
                              end: Position {
                               line: 88,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 89,
                             column: 7,
                            },
                            end: Position {
                             line: 89,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "kapacitor",
                             span: Span {
                              start: Position {
                               line: 89,
                               column: 18,
                              },
                              end: Position {
                               line: 89,
                               column: 27,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 89,
                            column: 17,
                           },
                           end: Position {
                            line: 89,
                            column: 28,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 90,
                             column: 7,
                            },
                            end: Position {
                             line: 90,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 90,
                                column: 21,
                               },
                               end: Position {
                                line: 90,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 90,
                                 column: 25,
                                },
                                end: Position {
                                 line: 90,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "User account under which Kapacitor runs",
                                span: Span {
                                 start: Position {
                                  line: 90,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 90,
                                  column: 71,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 90,
                               column: 31,
                              },
                              end: Position {
                               line: 90,
                               column: 72,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 87,
                       column: 21,
                      },
                      end: Position {
                       line: 91,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "group",
                   span: Span {
                    start: Position {
                     line: 93,
                     column: 5,
                    },
                    end: Position {
                     line: 93,
                     column: 10,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 93,
                      column: 13,
                     },
                     end: Position {
                      line: 93,
                      column: 21,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 94,
                             column: 7,
                            },
                            end: Position {
                             line: 94,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 94,
                              column: 14,
                             },
                             end: Position {
                              line: 94,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 94,
                               column: 20,
                              },
                              end: Position {
                               line: 94,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 95,
                             column: 7,
                            },
                            end: Position {
                             line: 95,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "kapacitor",
                             span: Span {
                              start: Position {
                               line: 95,
                               column: 18,
                              },
                              end: Position {
                               line: 95,
                               column: 27,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 95,
                            column: 17,
                           },
                           end: Position {
                            line: 95,
                            column: 28,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 96,
                             column: 7,
                            },
                            end: Position {
                             line: 96,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 96,
                                column: 21,
                               },
                               end: Position {
                                line: 96,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 96,
                                 column: 25,
                                },
                                end: Position {
                                 line: 96,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Group under which Kapacitor runs",
                                span: Span {
                                 start: Position {
                                  line: 96,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 96,
                                  column: 64,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 96,
                               column: 31,
                              },
                              end: Position {
                               line: 96,
                               column: 65,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 93,
                       column: 22,
                      },
                      end: Position {
                       line: 97,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "taskSnapshotInterval",
                   span: Span {
                    start: Position {
                     line: 99,
                     column: 5,
                    },
                    end: Position {
                     line: 99,
                     column: 25,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 99,
                      column: 28,
                     },
                     end: Position {
                      line: 99,
                      column: 36,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 100,
                             column: 7,
                            },
                            end: Position {
                             line: 100,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 100,
                              column: 14,
                             },
                             end: Position {
                              line: 100,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 100,
                               column: 20,
                              },
                              end: Position {
                               line: 100,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 101,
                             column: 7,
                            },
                            end: Position {
                             line: 101,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 101,
                                column: 21,
                               },
                               end: Position {
                                line: 101,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 101,
                                 column: 25,
                                },
                                end: Position {
                                 line: 101,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Specifies how often to snapshot the task state  (in InfluxDB time units)",
                                span: Span {
                                 start: Position {
                                  line: 101,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 101,
                                  column: 104,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 101,
                               column: 31,
                              },
                              end: Position {
                               line: 101,
                               column: 105,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 102,
                             column: 7,
                            },
                            end: Position {
                             line: 102,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "1m0s",
                             span: Span {
                              start: Position {
                               line: 102,
                               column: 18,
                              },
                              end: Position {
                               line: 102,
                               column: 22,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 102,
                            column: 17,
                           },
                           end: Position {
                            line: 102,
                            column: 23,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 99,
                       column: 37,
                      },
                      end: Position {
                       line: 103,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "loadDirectory",
                   span: Span {
                    start: Position {
                     line: 105,
                     column: 5,
                    },
                    end: Position {
                     line: 105,
                     column: 18,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 105,
                      column: 21,
                     },
                     end: Position {
                      line: 105,
                      column: 29,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 106,
                             column: 7,
                            },
                            end: Position {
                             line: 106,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 106,
                                column: 14,
                               },
                               end: Position {
                                line: 106,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 106,
                                 column: 20,
                                },
                                end: Position {
                                 line: 106,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 106,
                                 column: 27,
                                },
                                end: Position {
                                 line: 106,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "path",
                                span: Span {
                                 start: Position {
                                  line: 106,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 106,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 107,
                             column: 7,
                            },
                            end: Position {
                             line: 107,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 107,
                                column: 21,
                               },
                               end: Position {
                                line: 107,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 107,
                                 column: 25,
                                },
                                end: Position {
                                 line: 107,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Directory where to load services from, such as tasks, templates and handlers (or null to disable service loading on startup)",
                                span: Span {
                                 start: Position {
                                  line: 107,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 107,
                                  column: 156,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 107,
                               column: 31,
                              },
                              end: Position {
                               line: 107,
                               column: 157,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 108,
                             column: 7,
                            },
                            end: Position {
                             line: 108,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 108,
                            column: 17,
                           },
                           end: Position {
                            line: 108,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 105,
                       column: 30,
                      },
                      end: Position {
                       line: 109,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "defaultDatabase",
                   span: Span {
                    start: Position {
                     line: 111,
                     column: 5,
                    },
                    end: Position {
                     line: 111,
                     column: 20,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 112,
                          column: 7,
                         },
                         end: Position {
                          line: 112,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 112,
                           column: 16,
                          },
                          end: Position {
                           line: 112,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 112,
                                column: 32,
                               },
                               end: Position {
                                line: 112,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 112,
                                 column: 36,
                                },
                                end: Position {
                                 line: 112,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "kapacitor.defaultDatabase",
                                span: Span {
                                 start: Position {
                                  line: 112,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 112,
                                  column: 68,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 42,
                              },
                              end: Position {
                               line: 112,
                               column: 69,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "url",
                        span: Span {
                         start: Position {
                          line: 114,
                          column: 7,
                         },
                         end: Position {
                          line: 114,
                          column: 10,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 114,
                           column: 13,
                          },
                          end: Position {
                           line: 114,
                           column: 21,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 115,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 115,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 115,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 115,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 115,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 115,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The URL to an InfluxDB server that serves as the default database",
                                     span: Span {
                                      start: Position {
                                       line: 115,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 115,
                                       column: 99,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 115,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 115,
                                    column: 100,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 116,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 116,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "http://localhost:8086",
                                  span: Span {
                                   start: Position {
                                    line: 116,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 116,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 116,
                                 column: 19,
                                },
                                end: Position {
                                 line: 116,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 117,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 117,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 117,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 117,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 117,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 114,
                            column: 22,
                           },
                           end: Position {
                            line: 118,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "username",
                        span: Span {
                         start: Position {
                          line: 120,
                          column: 7,
                         },
                         end: Position {
                          line: 120,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 120,
                           column: 18,
                          },
                          end: Position {
                           line: 120,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 121,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 121,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 121,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 121,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 121,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 121,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The username to connect to the remote InfluxDB server",
                                     span: Span {
                                      start: Position {
                                       line: 121,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 121,
                                       column: 87,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 121,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 121,
                                    column: 88,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 122,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 122,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 122,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 122,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 122,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 122,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 120,
                            column: 27,
                           },
                           end: Position {
                            line: 123,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "password",
                        span: Span {
                         start: Position {
                          line: 125,
                          column: 7,
                         },
                         end: Position {
                          line: 125,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 125,
                           column: 18,
                          },
                          end: Position {
                           line: 125,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 126,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 126,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 126,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 126,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 126,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 126,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The password to connect to the remote InfluxDB server",
                                     span: Span {
                                      start: Position {
                                       line: 126,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 126,
                                       column: 87,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 126,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 126,
                                    column: 88,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 127,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 127,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 127,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 127,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 127,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 127,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 125,
                            column: 27,
                           },
                           end: Position {
                            line: 128,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 111,
                    column: 23,
                   },
                   end: Position {
                    line: 129,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "alerta",
                   span: Span {
                    start: Position {
                     line: 131,
                     column: 5,
                    },
                    end: Position {
                     line: 131,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 132,
                          column: 7,
                         },
                         end: Position {
                          line: 132,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 132,
                           column: 16,
                          },
                          end: Position {
                           line: 132,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 132,
                                column: 32,
                               },
                               end: Position {
                                line: 132,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 132,
                                 column: 36,
                                },
                                end: Position {
                                 line: 132,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "kapacitor alerta integration",
                                span: Span {
                                 start: Position {
                                  line: 132,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 132,
                                  column: 71,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 132,
                               column: 42,
                              },
                              end: Position {
                               line: 132,
                               column: 72,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "url",
                        span: Span {
                         start: Position {
                          line: 134,
                          column: 7,
                         },
                         end: Position {
                          line: 134,
                          column: 10,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 134,
                           column: 13,
                          },
                          end: Position {
                           line: 134,
                           column: 21,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 135,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 135,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 135,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 135,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 135,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 135,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The URL to the Alerta REST API",
                                     span: Span {
                                      start: Position {
                                       line: 135,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 135,
                                       column: 64,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 135,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 135,
                                    column: 65,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 136,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 136,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "http://localhost:5000",
                                  span: Span {
                                   start: Position {
                                    line: 136,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 136,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 136,
                                 column: 19,
                                },
                                end: Position {
                                 line: 136,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 137,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 137,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 137,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 137,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 137,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 137,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 134,
                            column: 22,
                           },
                           end: Position {
                            line: 138,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "token",
                        span: Span {
                         start: Position {
                          line: 140,
                          column: 7,
                         },
                         end: Position {
                          line: 140,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 140,
                           column: 15,
                          },
                          end: Position {
                           line: 140,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 141,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 141,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 141,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 141,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 141,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 141,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Default Alerta authentication token",
                                     span: Span {
                                      start: Position {
                                       line: 141,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 141,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 141,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 141,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 142,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 142,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 142,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 142,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 142,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 142,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 143,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 143,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 143,
                                 column: 19,
                                },
                                end: Position {
                                 line: 143,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 140,
                            column: 24,
                           },
                           end: Position {
                            line: 144,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "environment",
                        span: Span {
                         start: Position {
                          line: 146,
                          column: 7,
                         },
                         end: Position {
                          line: 146,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 146,
                           column: 21,
                          },
                          end: Position {
                           line: 146,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 147,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 147,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 147,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 147,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 147,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 147,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Default Alerta environment",
                                     span: Span {
                                      start: Position {
                                       line: 147,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 147,
                                       column: 60,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 147,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 147,
                                    column: 61,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 148,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 148,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 148,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 148,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 148,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 149,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 149,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "Production",
                                  span: Span {
                                   start: Position {
                                    line: 149,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 149,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 149,
                                 column: 19,
                                },
                                end: Position {
                                 line: 149,
                                 column: 31,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 146,
                            column: 30,
                           },
                           end: Position {
                            line: 150,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "origin",
                        span: Span {
                         start: Position {
                          line: 152,
                          column: 7,
                         },
                         end: Position {
                          line: 152,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 152,
                           column: 16,
                          },
                          end: Position {
                           line: 152,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 153,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 153,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 153,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 153,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 153,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 153,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Default origin of alert",
                                     span: Span {
                                      start: Position {
                                       line: 153,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 153,
                                       column: 57,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 153,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 153,
                                    column: 58,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 154,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 154,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 154,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 154,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 154,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 154,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 155,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 155,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "kapacitor",
                                  span: Span {
                                   start: Position {
                                    line: 155,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 155,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 155,
                                 column: 19,
                                },
                                end: Position {
                                 line: 155,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 152,
                            column: 25,
                           },
                           end: Position {
                            line: 156,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 131,
                    column: 14,
                   },
                   end: Position {
                    line: 157,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 59,
               column: 32,
              },
              end: Position {
               line: 158,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 160,
                column: 3,
               },
               end: Position {
                line: 160,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 160,
                 column: 12,
                },
                end: Position {
                 line: 160,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 160,
                    column: 17,
                   },
                   end: Position {
                    line: 160,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 160,
                     column: 21,
                    },
                    end: Position {
                     line: 160,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 161,
                        column: 5,
                       },
                       end: Position {
                        line: 161,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 161,
                        column: 17,
                       },
                       end: Position {
                        line: 161,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 161,
                            column: 36,
                           },
                           end: Position {
                            line: 161,
                            column: 40,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "kapacitor",
                           span: Span {
                            start: Position {
                             line: 161,
                             column: 41,
                            },
                            end: Position {
                             line: 161,
                             column: 50,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 161,
                       column: 34,
                      },
                      end: Position {
                       line: 161,
                       column: 52,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 163,
                        column: 5,
                       },
                       end: Position {
                        line: 163,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "tmpfiles",
                      span: Span {
                       start: Position {
                        line: 163,
                        column: 13,
                       },
                       end: Position {
                        line: 163,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rules",
                      span: Span {
                       start: Position {
                        line: 163,
                        column: 22,
                       },
                       end: Position {
                        line: 163,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "d '",
                           span: Span {
                            start: Position {
                             line: 164,
                             column: 8,
                            },
                            end: Position {
                             line: 164,
                             column: 25,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 164,
                                 column: 13,
                                },
                                end: Position {
                                 line: 164,
                                 column: 16,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "dataDir",
                                span: Span {
                                 start: Position {
                                  line: 164,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 164,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "' - ",
                           span: Span {
                            start: Position {
                             line: 164,
                             column: 8,
                            },
                            end: Position {
                             line: 164,
                             column: 29,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 164,
                                 column: 31,
                                },
                                end: Position {
                                 line: 164,
                                 column: 34,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "user",
                                span: Span {
                                 start: Position {
                                  line: 164,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 164,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " ",
                           span: Span {
                            start: Position {
                             line: 164,
                             column: 8,
                            },
                            end: Position {
                             line: 164,
                             column: 41,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 164,
                                 column: 43,
                                },
                                end: Position {
                                 line: 164,
                                 column: 46,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "group",
                                span: Span {
                                 start: Position {
                                  line: 164,
                                  column: 47,
                                 },
                                 end: Position {
                                  line: 164,
                                  column: 52,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " - -",
                           span: Span {
                            start: Position {
                             line: 164,
                             column: 8,
                            },
                            end: Position {
                             line: 164,
                             column: 57,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 164,
                          column: 7,
                         },
                         end: Position {
                          line: 164,
                          column: 58,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 163,
                       column: 30,
                      },
                      end: Position {
                       line: 165,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 167,
                        column: 5,
                       },
                       end: Position {
                        line: 167,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 167,
                        column: 13,
                       },
                       end: Position {
                        line: 167,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "kapacitor",
                      span: Span {
                       start: Position {
                        line: 167,
                        column: 22,
                       },
                       end: Position {
                        line: 167,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 168,
                             column: 7,
                            },
                            end: Position {
                             line: 168,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Kapacitor Real-Time Stream Processing Engine",
                             span: Span {
                              start: Position {
                               line: 168,
                               column: 22,
                              },
                              end: Position {
                               line: 168,
                               column: 66,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 168,
                            column: 21,
                           },
                           end: Position {
                            line: 168,
                            column: 67,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 169,
                             column: 7,
                            },
                            end: Position {
                             line: 169,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 169,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 169,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 169,
                               column: 20,
                              },
                              end: Position {
                               line: 169,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 169,
                            column: 18,
                           },
                           end: Position {
                            line: 169,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 170,
                             column: 7,
                            },
                            end: Position {
                             line: 170,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "networking.target",
                                span: Span {
                                 start: Position {
                                  line: 170,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 170,
                                  column: 35,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 170,
                               column: 17,
                              },
                              end: Position {
                               line: 170,
                               column: 36,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 170,
                            column: 15,
                           },
                           end: Position {
                            line: 170,
                            column: 38,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 171,
                             column: 7,
                            },
                            end: Position {
                             line: 171,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 172,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 172,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 172,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 172,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "kapacitor",
                                       span: Span {
                                        start: Position {
                                         line: 172,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 172,
                                         column: 38,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/kapacitord -config ",
                                  span: Span {
                                   start: Position {
                                    line: 172,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 172,
                                    column: 63,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "kapacitorConf",
                                    span: Span {
                                     start: Position {
                                      line: 172,
                                      column: 65,
                                     },
                                     end: Position {
                                      line: 172,
                                      column: 78,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 172,
                                 column: 21,
                                },
                                end: Position {
                                 line: 172,
                                 column: 80,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "User",
                                span: Span {
                                 start: Position {
                                  line: 173,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 173,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "kapacitor",
                                  span: Span {
                                   start: Position {
                                    line: 173,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 173,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 173,
                                 column: 16,
                                },
                                end: Position {
                                 line: 173,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Group",
                                span: Span {
                                 start: Position {
                                  line: 174,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 174,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "kapacitor",
                                  span: Span {
                                   start: Position {
                                    line: 174,
                                    column: 18,
                                   },
                                   end: Position {
                                    line: 174,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 174,
                                 column: 17,
                                },
                                end: Position {
                                 line: 174,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 171,
                            column: 23,
                           },
                           end: Position {
                            line: 175,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 167,
                       column: 34,
                      },
                      end: Position {
                       line: 176,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 178,
                        column: 5,
                       },
                       end: Position {
                        line: 178,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 178,
                        column: 11,
                       },
                       end: Position {
                        line: 178,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "kapacitor",
                      span: Span {
                       start: Position {
                        line: 178,
                        column: 17,
                       },
                       end: Position {
                        line: 178,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "uid",
                           span: Span {
                            start: Position {
                             line: 179,
                             column: 7,
                            },
                            end: Position {
                             line: 179,
                             column: 10,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "config",
                            span: Span {
                             start: Position {
                              line: 179,
                              column: 13,
                             },
                             end: Position {
                              line: 179,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "ids",
                             span: Span {
                              start: Position {
                               line: 179,
                               column: 20,
                              },
                              end: Position {
                               line: 179,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "uids",
                             span: Span {
                              start: Position {
                               line: 179,
                               column: 24,
                              },
                              end: Position {
                               line: 179,
                               column: 28,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "kapacitor",
                             span: Span {
                              start: Position {
                               line: 179,
                               column: 29,
                              },
                              end: Position {
                               line: 179,
                               column: 38,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 180,
                             column: 7,
                            },
                            end: Position {
                             line: 180,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Kapacitor user",
                             span: Span {
                              start: Position {
                               line: 180,
                               column: 22,
                              },
                              end: Position {
                               line: 180,
                               column: 36,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 180,
                            column: 21,
                           },
                           end: Position {
                            line: 180,
                            column: 37,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "home",
                           span: Span {
                            start: Position {
                             line: 181,
                             column: 7,
                            },
                            end: Position {
                             line: 181,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 181,
                              column: 14,
                             },
                             end: Position {
                              line: 181,
                              column: 17,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "dataDir",
                             span: Span {
                              start: Position {
                               line: 181,
                               column: 18,
                              },
                              end: Position {
                               line: 181,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 178,
                       column: 29,
                      },
                      end: Position {
                       line: 182,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 184,
                        column: 5,
                       },
                       end: Position {
                        line: 184,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "groups",
                      span: Span {
                       start: Position {
                        line: 184,
                        column: 11,
                       },
                       end: Position {
                        line: 184,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "kapacitor",
                      span: Span {
                       start: Position {
                        line: 184,
                        column: 18,
                       },
                       end: Position {
                        line: 184,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "gid",
                           span: Span {
                            start: Position {
                             line: 185,
                             column: 7,
                            },
                            end: Position {
                             line: 185,
                             column: 10,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "config",
                            span: Span {
                             start: Position {
                              line: 185,
                              column: 13,
                             },
                             end: Position {
                              line: 185,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "ids",
                             span: Span {
                              start: Position {
                               line: 185,
                               column: 20,
                              },
                              end: Position {
                               line: 185,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "gids",
                             span: Span {
                              start: Position {
                               line: 185,
                               column: 24,
                              },
                              end: Position {
                               line: 185,
                               column: 28,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "kapacitor",
                             span: Span {
                              start: Position {
                               line: 185,
                               column: 29,
                              },
                              end: Position {
                               line: 185,
                               column: 38,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 184,
                       column: 30,
                      },
                      end: Position {
                       line: 186,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 160,
                  column: 28,
                 },
                 end: Position {
                  line: 187,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 58,
          column: 1,
         },
         end: Position {
          line: 188,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 188,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 188,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 188,
    column: 2,
   },
  },
 },
)