{"id":15517612,"url":"https://github.com/bodgit/puppet-watchdog","last_synced_at":"2025-04-23T03:52:12.112Z","repository":{"id":24364498,"uuid":"27763450","full_name":"bodgit/puppet-watchdog","owner":"bodgit","description":"Puppet Module for managing hardware watchdogs","archived":false,"fork":false,"pushed_at":"2022-01-06T09:17:43.000Z","size":117,"stargazers_count":0,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-15T09:54:04.394Z","etag":null,"topics":["puppet","watchdog"],"latest_commit_sha":null,"homepage":"https://forge.puppetlabs.com/bodgit/watchdog","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bodgit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-09T11:27:40.000Z","updated_at":"2021-06-04T16:53:36.000Z","dependencies_parsed_at":"2022-08-22T07:00:15.610Z","dependency_job_id":null,"html_url":"https://github.com/bodgit/puppet-watchdog","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-watchdog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-watchdog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-watchdog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-watchdog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodgit","download_url":"https://codeload.github.com/bodgit/puppet-watchdog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366687,"owners_count":21418768,"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":["puppet","watchdog"],"created_at":"2024-10-02T10:13:54.157Z","updated_at":"2025-04-23T03:52:12.095Z","avatar_url":"https://github.com/bodgit.png","language":"Ruby","readme":"# watchdog\n\n[![Build Status](https://travis-ci.com/bodgit/puppet-watchdog.svg?branch=main)](https://travis-ci.com/bodgit/puppet-watchdog)\n[![Codecov](https://img.shields.io/codecov/c/github/bodgit/puppet-watchdog)](https://codecov.io/gh/bodgit/puppet-watchdog)\n[![Puppet Forge version](http://img.shields.io/puppetforge/v/bodgit/watchdog)](https://forge.puppetlabs.com/bodgit/watchdog)\n[![Puppet Forge downloads](https://img.shields.io/puppetforge/dt/bodgit/watchdog)](https://forge.puppetlabs.com/bodgit/watchdog)\n[![Puppet Forge - PDK version](https://img.shields.io/puppetforge/pdk-version/bodgit/watchdog)](https://forge.puppetlabs.com/bodgit/watchdog)\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with watchdog](#setup)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with watchdog](#beginning-with-watchdog)\n3. [Usage - Configuration options and additional functionality](#usage)\n4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Description\n\nThis module manages a hardware watchdog.\nThis is usually implemented as a kernel device and optionally a userspace\nprocess to periodically reset the device to prevent it rebooting the machine.\n\nThis module ensures that the watchdog is enabled and configured to reset the\nmachine if it has not been reset after the specified period.\nIf a userspace process is required to reset the watchdog then this will be\nconfigured to run periodically.\n\n## Setup\n\n### Setup Requirements\n\nThis module assumes that the appropriate hardware device is already configured\nand accessible.\nThis could be as simple as loading a kernel module or as complex as compiling\na whole new kernel from scratch.\n\n### Beginning with watchdog\n\n```puppet\ninclude watchdog\n```\n\n## Usage\n\nIf you want to use something else to manage the watchdog daemon, you can do:\n\n\n```puppet\nclass { 'watchdog':\n  service_manage =\u003e false,\n}\n```\n\n## Reference\n\nThe reference documentation is generated with\n[puppet-strings](https://github.com/puppetlabs/puppet-strings) and the latest\nversion of the documentation is hosted at\n[https://bodgit.github.io/puppet-watchdog/](https://bodgit.github.io/puppet-watchdog/)\nand available also in the [REFERENCE.md](https://github.com/bodgit/puppet-watchdog/blob/main/REFERENCE.md).\n\n## Limitations\n\nThere is no standard for watchdog timeout periods so it's potentially tricky\nto ship a default value that works on all hardware however hopefully a period\nof 60 seconds should work in 99% of cases.\n\nThis module has been built on and tested against Puppet 5 and higher.\n\nThe module has been tested on:\n\n* RedHat Enterprise Linux 6/7\n* OpenBSD 6.7/6.8 (anything as far back as 4.9 should work)\n\n## Development\n\nThe module relies on [PDK](https://puppet.com/docs/pdk/2.x/pdk.html) and has\n[rspec-puppet](http://rspec-puppet.com) tests. Run them with:\n\n```\n$ bundle exec rake spec\n```\n\nPlease log issues or pull requests at\n[github](https://github.com/bodgit/puppet-watchdog).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-watchdog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodgit%2Fpuppet-watchdog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-watchdog/lists"}