Skip to content
Snippets Groups Projects
Select Git revision
21 results Searching

control

Blame
  • control 20.43 KiB
    [Package]
    version: 2
    depends: 
    incremental: False
    
    [Product]
    type: localboot
    id: telegraf
    name: telegraf
    description: Telegraf is the open source server agent to help you collect metrics from your stacks, sensors and systems.
    advice: Supports self-signed certificates. Copy certificate to custom/telegraf.pem. Windows is supported but the package chocolatey has to be installed before
    version: 5.1
    priority: 0
    licenseRequired: False
    productClasses: 
    setupScript: setup.opsiscript
    uninstallScript: uninstall.opsiscript
    updateScript: 
    alwaysScript: 
    onceScript: 
    customScript: 
    userLoginScript: 
    
    [ProductProperty]
    type: unicode
    name: agent_interval
    multivalue: False
    editable: True
    description: Default data collection interval for all inputs.
    values: ["10s", "60s"]
    default: ["10s"]
    
    [ProductProperty]
    type: unicode
    name: check_update_interval
    multivalue: False
    editable: True
    description: Interval for checking for updates
    values: ["15m", "30m", "60s"]
    default: ["30m"]
    
    [ProductProperty]
    type: unicode
    name: influxdb_database
    multivalue: False
    editable: True
    description: target database (output plugin influxdb)
    values: [""]
    default: [""]
    
    [ProductProperty]
    type: unicode
    name: influxdb_password
    multivalue: False
    editable: True
    description: Influxdb password (output plugin influxdb)
    values: [""]
    default: [""]
    
    [ProductProperty]
    type: unicode
    name: influxdb_retention_policy
    multivalue: False
    editable: True
    description: Influxdb retention policy (output plugin influxdb)
    values: ["autogen"]
    default: ["autogen"]
    
    [ProductProperty]
    type: unicode
    name: influxdb_server
    multivalue: False
    editable: True
    description: URL of Influxdb server
    values: [""]
    default: [""]
    
    [ProductProperty]
    type: unicode
    name: influxdb_user
    multivalue: False
    editable: True
    description: Influxdb user (output plugin influxdb)
    values: [""]
    default: [""]
    
    [ProductProperty]
    type: unicode
    name: influxdbv2_bucket
    multivalue: False
    editable: True
    description: Bucket (output plugin influxdb_v2)
    values: [""]
    default: [""]
    
    [ProductProperty]
    type: unicode
    name: influxdbv2_organization
    multivalue: False
    editable: True
    description: Organization (output plugin influxdb_v2)
    values: [""]
    default: [""]
    
    [ProductProperty]
    type: unicode
    name: influxdbv2_password_token
    multivalue: False
    editable: True
    description: Token (output plugin influxdb_v2)
    values: [""]
    default: [""]
    
    [ProductProperty]
    type: bool
    name: input_cpu_enabled
    description: Enable CPU Input Plugin
    default: True
    
    [ProductProperty]
    type: bool
    name: input_disk_enabled
    description: Enable Disk Input Plugin
    default: True
    
    [ProductProperty]
    type: bool
    name: input_diskio_enabled
    description: Enbale DiskIO Input Plugin
    default: True
    
    [ProductProperty]
    type: bool
    name: input_kernel_enabled
    description: Enable Kernel Input Plugin
    default: True
    
    [ProductProperty]
    type: bool
    name: input_mem_enabled
    description: Enable Memory Input Plugin
    default: True
    
    [ProductProperty]
    type: bool
    name: input_net_enabled
    description: Enable Net Input Plugin
    default: True
    
    [ProductProperty]
    type: bool
    name: input_netstat_enabled
    description: Enable Netstat Input Plugin
    default: True
    
    [ProductProperty]
    type: bool
    name: input_nfsclient
    description: Enable nfsclient input plugin (Linux only)
    default: False
    
    [ProductProperty]
    type: bool
    name: input_processes_enabled
    description: Enable Processes Input Plugin
    default: True
    
    [ProductProperty]
    type: bool
    name: input_swap_enabled
    description: Enbale Swap Input Plugin
    default: True
    
    [ProductProperty]
    type: bool
    name: input_system_enabled
    description: Enable System Input Plugin
    default: True
    
    [ProductProperty]
    type: bool
    name: input_systemd_units_enabled
    description: Enable systemd_units input plugin (Linux only)
    default: True
    
    [ProductProperty]
    type: unicode
    name: output_plugin
    multivalue: False
    editable: False
    description: Output plugin
    values: ["influxdb", "influxdb_v2"]
    default: ["influxdb"]
    
    [Changelog]
    telegraf (5.1-2) stable; urgency=low
    
    Fix property for nfsclient
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Mi, 10 Apr 2024 13:51:59 +0000
    
    telegraf (5.1-1) stable; urgency=low
    
    Add properties for input plugins:
    * nfsclient
    * systemd_units
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Mi, 10 Apr 2024 13:23:07 +0000
    
    telegraf (5.0-4) stable; urgency=low
    
    Fix outputs.influxdb.conf
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Fr, 08 Mär 2024 13:48:51 +0000
    
    telegraf (5.0-3) stable; urgency=low
    
    * Fix outputs.influxdb.conf for plugin influxdb_v2
    * Fix inputs.nagios.check_updates.conf
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Fr, 08 Mär 2024 11:24:23 +0000
    
    telegraf (5.0-2) stable; urgency=low
    
    * Fix empty outputs.influxdb.conf
    * Fix inputs.nagios.check_updates.conf
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Fr, 08 Mär 2024 10:35:47 +0000
    
    telegraf (5.0-1) stable; urgency=low
    
    Refactor package using new opsi-script methods
    * Set certificate option only if telegraf.pem exist in custom directory
    
    Improve windows support
    * Enable plugin win_eventlog on Windows
    * Restrict access to config files on Windows
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Fr, 08 Mär 2024 10:13:22 +0000
    
    telegraf (4.4-4) stable; urgency=low
    
    Update gpg key
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Fr, 27 Jan 2023 11:30:01 +0000
    
    telegraf (4.4-3) stable; urgency=low
    
    Fix output config
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Mo, 04 Jul 2022 14:06:25 +0000
    
    telegraf (4.4-2) stable; urgency=low
    
    Don't send bucket tag
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Mo, 04 Jul 2022 13:53:20 +0000
    
    telegraf (4.4-1) stable; urgency=low
    
    * Set option bucket_tag to bucket (out influxdbv2)
    * Fix permissions of /usr/local/share/ca-certificates/telegraf.crt (debian/ubuntu)
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Mo, 04 Jul 2022 11:56:04 +0000
    
    telegraf (4.3-3) stable; urgency=low
    
    Fix permissions of /etc/apt/trusted.gpg.d/influxdb.gpg
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Di, 17 Mai 2022 09:35:26 +0000
    
    telegraf (4.3-2) stable; urgency=low
    
    Update APT-key handling (use /etc/apt/trusted.gpg.d/)
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Di, 17 Mai 2022 09:29:13 +0000
    
    telegraf (4.3-1) stable; urgency=low
    
    Ubuntu: Use stable main repo. That should fix the install on Ubuntu 22.04
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Fr, 13 Mai 2022 09:38:59 +0000
    
    telegraf (4.2-7) stable; urgency=low
    
    Uninstall script added. --force-eyes option removed
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Mi, 06 Apr 2022 11:52:54 +0000
    
    telegraf (4.2-6) stable; urgency=low
    
    Fix: Install gnupgp2 for apt-key handling
    
     -- Stefan Staeglich <staeglis@informatik.uni-freiburg.de>  Fr, 04 Feb 2022 13:05:40 +0000
    
    telegraf (4.2-5) stable; urgency=high
    
    Add missing call of ShellInAnIcon_config_linux_permissions
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 21 Jan 2022 11:44:26 +0000
    
    telegraf (4.2-4) stable; urgency=high
    
    Security: Fix file permissions on linux
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 21 Jan 2022 11:24:04 +0000
    
    telegraf (4.2-3) stable; urgency=low
    
    Use asConfidential function
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Wed, 17 Nov 2021 10:04:04 +0000
    
    telegraf (4.2-2) stable; urgency=low
    
    Security hack: Use string "password" instead of string "secret"
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Thu, 16 Sep 2021 09:49:10 +0000
    
    telegraf (4.2-1) stable; urgency=low
    
    Rename token property for hiding it in  the opsi-configed
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Thu, 16 Sep 2021 09:44:22 +0000
    
    telegraf (4.1-2) stable; urgency=low
    
    Fix injection of bucket name
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Thu, 16 Sep 2021 09:42:13 +0000
    
    telegraf (4.1-1) stable; urgency=low
    
    Use own properties vor influxdb_v2. The old ones will be removed in a fruther version
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Thu, 16 Sep 2021 09:38:18 +0000
    
    telegraf (4.0-1) stable; urgency=low
    
    Support influxdb_v2 output plugin
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Wed, 15 Sep 2021 15:16:47 +0000
    
    telegraf (3.12-15) stable; urgency=low
    
    Use slash instead of back-slash
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Tue, 13 Jul 2021 16:25:00 +0000
    
    telegraf (3.12-14) stable; urgency=low
    
    Try to fix check_updates on Windows escaping the quotes
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Tue, 13 Jul 2021 16:13:36 +0000
    
    telegraf (3.12-13) stable; urgency=low
    
    Revert tries. Windows _checkupdates isn't working
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Tue, 13 Jul 2021 13:29:05 +0000
    
    telegraf (3.12-12) stable; urgency=low
    
    check_update on Windows: Try to use a bat file
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Tue, 13 Jul 2021 12:47:52 +0000
    
    telegraf (3.12-11) stable; urgency=low
    
    Fix syntax error (defvar was missing)
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Tue, 13 Jul 2021 11:25:11 +0000
    
    telegraf (3.12-10) stable; urgency=low
    
    Add property for check_update interval. Try to fix powershell command
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Tue, 13 Jul 2021 10:56:02 +0000
    
    telegraf (3.12-9) stable; urgency=low
    
    Windows check_updates: Try to execute via Powershell
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Tue, 13 Jul 2021 10:27:11 +0000
    
    telegraf (3.12-8) stable; urgency=low
    
    Don't check exitcode for repo powertools for supporting CentOS 7
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Mon, 12 Jul 2021 11:55:02 +0000
    
    telegraf (3.12-7) stable; urgency=low
    
    StringReplace on check_updates path
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 14:39:41 +0000
    
    telegraf (3.12-6) stable; urgency=low
    
    copy: End destination with "\" for avoiding that is handled as file
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 14:24:15 +0000
    
    telegraf (3.12-5) stable; urgency=low
    
    Use quotes in copy command
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 14:05:00 +0000
    
    telegraf (3.12-4) stable; urgency=low
    
    Use \ in copy command
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 14:01:54 +0000
    
    telegraf (3.12-3) stable; urgency=low
    
    Fix copy command
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 13:59:26 +0000
    
    telegraf (3.12-2) stable; urgency=low
    
    Use xcopy
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 13:57:14 +0000
    
    telegraf (3.12-1) stable; urgency=low
    
    check_updates on Windows
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 13:50:41 +0000
    
    telegraf (3.11-5) stable; urgency=low
    
    Remove NOEXEC in sudo rule
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 13:36:36 +0000
    
    telegraf (3.11-4) stable; urgency=low
    
    Check updates: Fix command on CentOS (use sudo)
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 13:26:29 +0000
    
    telegraf (3.11-3) stable; urgency=low
    
    Update check: Create sudo rule on CentOS
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 13:22:49 +0000
    
    telegraf (3.11-2) stable; urgency=low
    
    Fix TOML section name (inputs.exec)
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 10:55:01 +0000
    
    telegraf (3.11-1) stable; urgency=low
    
    Create config for checking update status on Linux
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 10:49:19 +0000
    
    telegraf (3.11-1) stable; urgency=low
    
    Install nagios-plugins-check-updates on CentOS. Enable repos needed (epel, powertools)
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 09:39:40 +0000
    
    telegraf (3.11-1) stable; urgency=low
    
    Install monitoring-plugins-standard on Debian / Ubuntu
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 09 Jul 2021 09:18:15 +0000
    
    telegraf (3.10-2) stable; urgency=low
    
    Fix $certpath$ on Windows
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Feb 2021 14:02:22 +0000
    
    telegraf (3.10-1) stable; urgency=low
    
    Set GODEBUG=x509ignoreCN=0 on Windows
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Feb 2021 12:40:11 +0000
    
    telegraf (3.10-1) stable; urgency=low
    
    Use certpath variable
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Feb 2021 12:29:09 +0000
    
    telegraf (3.9-1) stable; urgency=low
    
    Property for retention policy
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Wed, 27 Jan 2021 10:43:51 +0000
    
    telegraf (3.8-1) stable; urgency=low
    
    Property for agent_interval
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Wed, 27 Jan 2021 10:28:19 +0000
    
    telegraf (3.7-2) stable; urgency=low
    
    Fix Windows / CentOS part
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Wed, 11 Nov 2020 12:30:58 +0000
    
    telegraf (3.7-1) stable; urgency=low
    
    Add influxdb certificate to trust store
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Wed, 11 Nov 2020 11:32:25 +0000
    
    telegraf (3.6-2) stable; urgency=low
    
    Fix last change
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Thu, 22 Oct 2020 13:56:20 +0000
    
    telegraf (3.6-1) stable; urgency=low
    
    Set GODEBUG=x509ignoreCN=0 on Linux. It's needed for supporting old self-signed certificates without SAN entry on telegraf 1.16+
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Thu, 22 Oct 2020 13:49:13 +0000
    
    telegraf (3.5-2) stable; urgency=low
    
    Fix install on CentOS
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 02 Oct 2020 16:56:42 +0000
    
    telegraf (3.5-1) stable; urgency=low
    
    Install grok on Ubuntu
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 26 Jun 2020 15:13:13 +0000
    
    telegraf (3.4-14) stable; urgency=low
    
    Typo in PatchTextFile_config_telegraf_conf
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 26 Jun 2020 14:50:28 +0000
    
    telegraf (3.4-13) stable; urgency=low
    
    agent.conf: Precision parameter set
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Mon, 15 Jun 2020 10:52:11 +0000
    
    telegraf (3.4-12) stable; urgency=low
    
    Windows: Tray to stop telegraf before upgrading
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 20:55:52 +0000
    
    telegraf (3.4-11) stable; urgency=low
    
    Windows: Upgrade telegraf
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 20:52:00 +0000
    
    telegraf (3.4-10) stable; urgency=low
    
    Windows: Stop and start telegraf during configuration
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 20:48:59 +0000
    
    telegraf (3.4-9) stable; urgency=low
    
    FIx of windows service section
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 20:44:42 +0000
    
    telegraf (3.4-8) stable; urgency=low
    
    Cert path adjusted
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 18:57:56 +0000
    
    telegraf (3.4-7) stable; urgency=low
    
    Copy path adjusted
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 18:28:01 +0000
    
    telegraf (3.4-6) stable; urgency=low
    
    Hardcoded config path removed from output section
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 18:25:16 +0000
    
    telegraf (3.4-5) stable; urgency=low
    
    Use Windows 64bit path
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 18:21:22 +0000
    
    telegraf (3.4-4) stable; urgency=low
    
    Remove chmod from files section: Isn't OS independent
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 18:15:41 +0000
    
    telegraf (3.4-3) stable; urgency=low
    
    Windows name is Windows_NT
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 18:12:47 +0000
    
    telegraf (3.4-2) stable; urgency=low
    
    Moved linux code to linux sub
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 18:08:58 +0000
    
    telegraf (3.4-1) stable; urgency=low
    
    Try to support windows
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 17:40:44 +0000
    
    telegraf (3.3-2) stable; urgency=low
    
    Typo fixed
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 17:32:23 +0000
    
    telegraf (3.3-1) stable; urgency=low
    
    Try to use sub section
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 17:28:37 +0000
    
    telegraf (3.2-3) stable; urgency=low
    
    Test
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 16:31:32 +0000
    
    telegraf (3.2-2) stable; urgency=low
    
    Minor bug fixes
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 16:26:32 +0000
    
    telegraf (3.2-1) stable; urgency=low
    
    Rewrite of the remaining ShellInAnIcon.
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 16:21:05 +0000
    
    telegraf (3.1-2) stable; urgency=low
    
    ShellInAnIcon removed. Typo fixed
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 15:59:51 +0000
    
    telegraf (3.1-1) stable; urgency=low
    
    Rewrite outputs config with PatchTextFile
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 12 Jun 2020 15:54:43 +0000
    
    telegraf (3.0-2) stable; urgency=low
    
    Agent ShellInAnIcon removed. Use set instead of add in pacth section
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Wed, 10 Jun 2020 15:13:08 +0000
    
    telegraf (3.0-1) stable; urgency=low
    
    Start to rewrite using INI methods of opsi
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Wed, 10 Jun 2020 14:50:31 +0000
    
    telegraf (2.4-1) stable; urgency=low
    
    KDE neon support
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 15 May 2020 15:41:26 +0000
    
    telegraf (2.3-2) stable; urgency=low
    
    Typo
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 15 May 2020 13:54:31 +0000
    
    telegraf (2.3-1) stable; urgency=low
    
    RHEL support
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 15 May 2020 13:36:52 +0000
    
    telegraf (2.2-1) stable; urgency=low
    
    Adjusted template for default plugins / Change permissions of config files
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Wed, 29 Apr 2020 11:08:26 +0000
    
    telegraf (2.1-1) stable; urgency=low
    
    Network plugin added to template
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Mon, 27 Apr 2020 14:19:57 +0000
    
    telegraf (2.0-3) stable; urgency=low
    
    Create main config file again
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Mon, 27 Apr 2020 14:12:45 +0000
    
    telegraf (2.0-2) stable; urgency=low
    
    Template was missing
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Mon, 27 Apr 2020 14:05:59 +0000
    
    telegraf (2.0-1) stable; urgency=low
    
    Remove default config. Template for input plugins
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Mon, 27 Apr 2020 14:01:50 +0000
    
    telegraf (1.4-1) stable; urgency=low
    
    Repo key added to package
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Mon, 27 Apr 2020 13:08:46 +0000
    
    telegraf (1.3-2) stable; urgency=low
    
    apt-get update
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Mon, 27 Apr 2020 12:18:52 +0000
    
    telegraf (1.3-1) stable; urgency=low
    
    Support for self-signed certificates added
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Mon, 27 Apr 2020 10:35:04 +0000
    
    telegraf (1.2-3) stable; urgency=low
    
    Database was hard-coded
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 24 Apr 2020 14:29:14 +0000
    
    telegraf (1.2-2) stable; urgency=low
    
    Call of ShellInAnIcon_config_telegraf fixed
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 24 Apr 2020 14:20:38 +0000
    
    telegraf (1.2-1) stable; urgency=low
    
    Product property added for database. Added output config section
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 24 Apr 2020 14:17:31 +0000
    
    telegraf (1.1-1) stable; urgency=low
    
    Product properties added for user and password
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 24 Apr 2020 13:58:36 +0000
    
    telegraf (1.0-5) stable; urgency=low
    
    add-apt-repository replaced because it has no duplicates handling
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 24 Apr 2020 13:48:08 +0000
    
    telegraf (1.0-4) stable; urgency=low
    
    "source" command removed. Use opsi functions instead
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 24 Apr 2020 13:34:34 +0000
    
    telegraf (1.0-3) stable; urgency=low
    
    ShellInAnIcon_repository_debian wasn't running unattended
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 24 Apr 2020 13:26:21 +0000
    
    telegraf (1.0-2) stable; urgency=low
    
    ShellInAnIcon_repository_debian wasn't called
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 24 Apr 2020 12:27:47 +0000
    
    telegraf (1.0-1) stable; urgency=low
    
    Product property added
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 24 Apr 2020 12:21:13 +0000
    
    telegraf (1.0-1) stable; urgency=low
    
    Initial version. Installs telegraf only. Does no configuration!
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 24 Apr 2020 12:17:30 +0000
    
    telegraf (1.0-1) stable; urgency=low
    
    Project created with opsi Package Builder 8.4.4
    
     -- Stefan Staeglich <staeglis@cs.uni-freiburg.de>  Fri, 24 Apr 2020 11:20:22 +0000