{"id":15703555,"url":"https://github.com/jrottenberg/check_puppet","last_synced_at":"2025-05-12T21:06:40.570Z","repository":{"id":2568610,"uuid":"3548427","full_name":"jrottenberg/check_puppet","owner":"jrottenberg","description":"Uses foreman api to check if all nodes are behaving correctly","archived":false,"fork":false,"pushed_at":"2018-07-23T04:12:07.000Z","size":20,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-09T12:23:25.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jrottenberg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-25T23:26:12.000Z","updated_at":"2018-07-23T04:09:03.000Z","dependencies_parsed_at":"2022-09-18T23:41:46.879Z","dependency_job_id":null,"html_url":"https://github.com/jrottenberg/check_puppet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fcheck_puppet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fcheck_puppet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fcheck_puppet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fcheck_puppet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrottenberg","download_url":"https://codeload.github.com/jrottenberg/check_puppet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823419,"owners_count":21969846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T20:02:30.913Z","updated_at":"2025-05-12T21:06:40.493Z","avatar_url":"https://github.com/jrottenberg.png","language":"Python","readme":"Check\\_Puppet\\_*\n================\n\n\n### Usage\n\n#### Command line\n\nYou can test it quickly with :\n\n    ./check_puppet.py  -w 30 -c 60 -H server1.example.com -F foreman_host \n\nWill make sure server1.example has successfully ran puppet and reported back within 30 min (one hour for a critical) \n\n#### Nagios    \n\n##### Define a command \n\n    # check puppet \n    # Note : we have ssl ON by default on our foreman installation \n    define command{\n        command_name    check_puppet\n        command_line    $USER2$/check_puppet.py -S -H $HOSTNAME$ -F foreman.example.com -w $ARG1$ -c $ARG2$\n    }\n\n##### Then a service\n\n    define service{\n         use                     generic-service\n         service_description     check_puppet \n         check_command           check_puppet!60!120!\n         host_name               puppet-client1.example.com\n    }\n\n\n\n\n[![Build Status](https://secure.travis-ci.org/jrottenberg/check_puppet.png)](http://travis-ci.org/jrottenberg/check_puppet)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrottenberg%2Fcheck_puppet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrottenberg%2Fcheck_puppet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrottenberg%2Fcheck_puppet/lists"}