Charl Thiem
Charl Thiem
Using the following command line also works ``` psql "host=11.22.33.44 port=5432 user=zabbix connect_timeout=10 dbname=postgres" ``` Which is what I think the plugin does? ``` pg.backends.count[host=11.22.33.44 port=5432 user=zabbix connect_timeout=10,postgres] ``` Takes...
``` getent passwd zabbix zabbix:x:998:994:Zabbix Monitoring System:/var/lib/zabbix:/sbin/nologin ``` Indicated that the zabbix user home is `/var/lib/zabbix` (for my centos environment) ``` mkdir -p /var/lib/zabbix cp ~/.pgpass /var/lib/zabbix/.pgpass chown -R zabbix:zabbix...
When adding the password to the connection macro, it works as expected `{$PG_CONN}` `host=11.22.33.44 port=5432 user=zabbix password=secret connect_timeout=10` So I know the module is working... still just that silly .pgpass...
I need this too!
This sounds close to something I am interested in. I would like to know the **duration** of the state. | _start | _stop | state| | --- | --- |...
I'm having the same issue, on a CentOS server ``` /etc/puppetlabs/puppet/module-source/MY_MODULE_NAME/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/nanliu-staging/0.4.1/nanliu-staging does not exist, something went wrong. Try removing it manually ``` I have a dependency on the tomcat module...
Hi Here is the requested content. I am still new to librarian puppet. I've tried for hours but couldn't figure out what I'm doing wrong. Thank you **ModuleFile** ``` name...
@carlossg Thank you. I updated to 1.3.2, not sure why it was on a older version. It's working now.
@nitram509 for this one I wasn't entirely sure what the indended purpose for `job.Fail()` was, since nothing was done with the error. I wanted to be able to distinquish between...
@nitram509 will you take a peak at this one when you have some time please. I've been using it successfully in my own project.