Giter Club home page Giter Club logo

puppet-zabbixagent's People

Contributors

martijn avatar smerchek avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

puppet-zabbixagent's Issues

Incorrect path for pidfile

I have almost clean ubuntu 12.04 system managed remotely by puppet-agent.
With the initial configuration I have noticed the following problem in the log file

zabbix_agentd [23172]: cannot create PID file 
[/var/run/zabbix/zabbix_agentd.pid]: [2] No such file or directory

There is no /var/run/zabbix, but /var/run/zabbix-agent folder were created instead.
So, when perform this change in /etc/puppet/modules/zabbixagent/templates/zabbix_agentd.conf.unix.erb

+ PidFile=/var/run/zabbix-agent/zabbix_agentd.pid
- PidFile=/var/run/zabbix/zabbix_agentd.pid //Deleted

everything goes fine.

Just for information purposes I present my current puppet declaration (on puppet-master)

node 'metrics-fe1' {
 # - Ensure correctness of APT configuration -------------
 class { 'apt':
    proxy_port  => '3128',
    proxy_host  => 'proxy.metrics',
 }
 # - Add ppa with latest zabbix-agent
 apt::ppa { "ppa:h.tims/upstream-experimental": }

 # - Install all required packages --------------
 $base_packages = ['ntp'] # tried  ['ntp', zabbix-agent'] for the first time...,
 # ... but confict with zabbixagent below with message ' Duplicate declaration: Package[zabbix-agent] is already declared in file /etc/puppet/manifests/site.pp at line XX; cannot redeclare on node'

 package { $base_packages:
    ensure => installed,
 }
 class { 'zabbixagent':
    servers => 'zabbix-master.metrics',
 }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.