PostgreSQL loadable plugin
Source
xxxxxxxxxx
** limitations under the License.
**/
package main
import (
"errors"
"fmt"
"os"
"git.zabbix.com/ap/plugin-support/plugin/container"
"git.zabbix.com/ap/plugin-support/plugin/flag"
"git.zabbix.com/ap/plugin-support/zbxerr"
"git.zabbix.com/ap/postgresql/plugin"
"golang.zabbix.com/sdk/plugin/container"
"golang.zabbix.com/sdk/plugin/flag"
"golang.zabbix.com/sdk/zbxerr"
)
const COPYRIGHT_MESSAGE = //
`Copyright 2001-2024 Zabbix SIA
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0