Code Monkey home page Code Monkey logo

Comments (5)

alvagante avatar alvagante commented on July 28, 2024

Honestly I'm not using Puppet on Windows and have not much experience on it, I think that Chocolatey is the choice of reference when managing packages on Windows, so I would take it for granted and present when trying to support Windows on the modules.

from puppet-puppet.

salderma avatar salderma commented on July 28, 2024

Ok. I'll work on a patch. I may also follow up with patches for the monitoring integration.

from puppet-puppet.

salderma avatar salderma commented on July 28, 2024

So as a followup on this, it does seem that when we have example42/puppi, example42/puppet-monitor, and example42/puppet-puppet installed with the latest versions, things work well on Windows. The one issue I did encounter was what seems to me to be a logic problem in example42/puppet-puppet/manifests/init.pp:854:

### Service monitoring, if enabled ( monitor => true )
if $puppet::monitor_tool and $puppet::runmode == 'service' {

I would think this ought to test $puppet::monitor instead of (or in addition to) $puppet::monitor_tool, what do you think? The case I ran into is when $puppet::monitor is false, but the node inherits $puppet::monitor_tool from the global $::monitor_tool. This causes a windows machine to want to install example42/puppet-nrpe when $::monitor_tool = 'nagios'.

I'm going to continue to investigate extending the monitor subsystem (at least for nagios/icinga) to help windows use the NSCA client instead of NRPE, but I've got a long way to go on that.

from puppet-puppet.

alvagante avatar alvagante commented on July 28, 2024

Yes, you are right, ty

from puppet-puppet.

salderma avatar salderma commented on July 28, 2024

Thanks, I'll close this issue, my initial hurdles have all been conquered!

from puppet-puppet.

Related Issues (20)

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.