{"id":18292504,"url":"https://github.com/marclop/nrpe-formula","last_synced_at":"2026-01-22T19:48:14.127Z","repository":{"id":27543076,"uuid":"31024582","full_name":"marclop/nrpe-formula","owner":"marclop","description":"SaltStack Formula for the NRPE server","archived":false,"fork":false,"pushed_at":"2015-03-19T01:00:04.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T07:55:25.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marclop.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2015-02-19T16:29:14.000Z","updated_at":"2015-03-19T01:00:05.000Z","dependencies_parsed_at":"2022-09-03T18:01:59.042Z","dependency_job_id":null,"html_url":"https://github.com/marclop/nrpe-formula","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marclop/nrpe-formula","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marclop%2Fnrpe-formula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marclop%2Fnrpe-formula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marclop%2Fnrpe-formula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marclop%2Fnrpe-formula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marclop","download_url":"https://codeload.github.com/marclop/nrpe-formula/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marclop%2Fnrpe-formula/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28669698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T19:36:09.361Z","status":"ssl_error","status_checked_at":"2026-01-22T19:36:05.567Z","response_time":144,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-05T14:18:20.942Z","updated_at":"2026-01-22T19:48:14.111Z","avatar_url":"https://github.com/marclop.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NRPE formula\n\nFormula to set up the NRPE server. Made for the RHEL family exclusively\n\n### Note\n\nSee the full [Salt Formulas installation and usage instructions](http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html)\n\nAvailable states\n================\n\n- [nrpe](#nrpe)\n- [nrpe.generic](#nrpegeneric)\n- [nrpe.custom](#nrpecustom)\n- [nrpe.mysql](#nrpecustom)\n\n``nrpe``\n------------\nInstalls the nrpe server from distribution packages, enables and starts the service by default. Additionally, sets the Allowed hosts if defined in pillar, the dont_blame_nrpe and include_dir policies:\n```\nnrpe:\n  conf_include_dir: /etc/nrpe.d/\n  conf_allowed_hosts: host1,host2,host3,host4\n  conf_blame_nrpe: 1\n```\n\n``nrpe.generic``\n--------------------\nInstalls nrpe generic plugins checks\n```\nnrpe:\n  plugins:\n    - disk\n    - http\n    - load\n```\n\n``nrpe.custom``\n--------------------\nInstalls custom nrpe plugins and configs placed in nrpe/files/(plugins|nrpe.d) (which will be placed in the directory defined in the pillar variable conf_include_dir):\n```\nnrpe:\n  conf_include_dir: /etc/nrpe.d/\n\n```\n\n``nrpe.mysql``\n--------------------\nInstalls the nagios-plugins-mysql plugin, and sets check_mysql check. Galera boolean will enable basic galera healthchecks as defined in [Percona Blog](http://www.percona.com/blog/2013/10/31/percona-xtradb-cluster-galera-with-percona-monitoring-plugins/).Pillar explained bellow:\n```\nnrpe:\n  mysql:\n    hostname: # Required if mysql set in pillar MUST BE REPLACED BY MINION HOSTNAME (grains['host'])\n      user: nagios # Required if mysql set in pillar, user which will connect to MySQL instance\n      pass: nagios # OPTIONAL\n      galera: True # OPTIONAL\n      db: dbname   # OPTIONAL\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarclop%2Fnrpe-formula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarclop%2Fnrpe-formula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarclop%2Fnrpe-formula/lists"}