{"id":19308653,"url":"https://github.com/mtulio/puppet-mod-zabbix","last_synced_at":"2026-01-27T06:34:15.542Z","repository":{"id":57665034,"uuid":"49543890","full_name":"mtulio/puppet-mod-zabbix","owner":"mtulio","description":"Puppet module to manager Zabbix","archived":false,"fork":false,"pushed_at":"2016-02-28T06:32:20.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T18:44:45.678Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtulio.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":"2016-01-13T02:33:10.000Z","updated_at":"2016-01-13T05:16:27.000Z","dependencies_parsed_at":"2022-09-26T20:31:15.138Z","dependency_job_id":null,"html_url":"https://github.com/mtulio/puppet-mod-zabbix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mtulio/puppet-mod-zabbix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtulio%2Fpuppet-mod-zabbix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtulio%2Fpuppet-mod-zabbix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtulio%2Fpuppet-mod-zabbix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtulio%2Fpuppet-mod-zabbix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtulio","download_url":"https://codeload.github.com/mtulio/puppet-mod-zabbix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtulio%2Fpuppet-mod-zabbix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28806451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T06:25:51.065Z","status":"ssl_error","status_checked_at":"2026-01-27T06:25:50.640Z","response_time":168,"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-10T00:16:00.747Z","updated_at":"2026-01-27T06:34:15.527Z","avatar_url":"https://github.com/mtulio.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zabbix\n\n[![Puppet Forge](http://img.shields.io/puppetforge/v/mtulio/zabbix.svg)](https://forge.puppetlabs.com/mtulio/zabbix)\n[![Build Status](https://travis-ci.org/mtulio/puppet-mod-zabbix.png?branch=master)](https://travis-ci.org/mtulio/puppet-mod-zabbix)\n\n\n\n#### Table of Contents\n\n1. [Overview](#1-overview)\n2. [Module Description](#2-module-description)\n3. [Setup](#3-setup)\n    * [What module affects](#what-module-affects)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning](#beginning)\n4. [Usage](#4-usage)\n5. [Limitations](#5-limitations)\n6. [Development](#6-development)\n7. [Release Notes](#7-release-notes)\n\n\n## 1. Overview\n\nThis module can install and configure zabbix agent [ and the server in future ]\n\n## 2. Module Description\n\nModule to manage Zabbix Agent.\n\n\n## 3. Setup\n\n See [Usage](#4-usage)\n\n### What module affects\n\n* This module module will set the zabbix repository [2.4] and install the latest version of agent\n\n### Setup Requirements \n\n\n### Beginning \n\nThis is a great module to configure your Zabbix agent. \n\n## 4. Usage\n\nYou have three ways to usage the class \n\n1. Using default template\n\n```\nclass { 'zabbix::agent': \n\topt_use_template =\u003e 'yes',\n\tserver \t\t =\u003e 'your.zabbix.server',\n}\n```\n\n2. Using custom template\n```\nclass { 'zabbix::agent': \n\topt_use_template =\u003e 'yes',\n\tserver \t\t =\u003e 'your.zabbix.server',\n\tagent_template   =\u003e 'path/to/your/template.erb',\n}\n```\n\n3. Using custom configuration\n```\nclass { 'zabbix::agent': \n\topt_use_template =\u003e 'no',\n\tserver\t\t =\u003e 'your.zabbix.server',\n\tlisten_port      =\u003e \"$::ipaddress\",\n\tlisten_ip        =\u003e '10050',\n\tstart_agents     =\u003e '2',\n\tserver_active    =\u003e 'your.zabbix.server',\n\tbuffers_send     =\u003e '10',\n\tbuffers_size     =\u003e '512',\n}\n```\n\n## 5. Limitations\n\nOS compatibility [tested]: \n* Red Hat family 7+ \n\nWe're working to support more OS.\n\n## 6. Development\n\nSee project page at :\n* Github: https://github.com/mtulio/puppet-mod-zabbix\n* Puppet forge: https://forge.puppetlabs.com/mtulio/zabbix\n\n## 7. Release Notes\n\n[1.1.1]\n* Fix metadata dependences\n\n[1.1.0] \u003c-\n* Add firewall rule when agent is installed\n* Check selinux rules and show a message when it's enforcing mode.\n\n[1.0.3] \n* Review puppet code style and inheritance\n* Review Documentation\n\n[1.0.2]\n* Fix inheritance\n* Review puppet code style\n\n[1.0.1]\n* Fix default env names\n\n[1.0.0]\n* Add zabbix agent configuration\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtulio%2Fpuppet-mod-zabbix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtulio%2Fpuppet-mod-zabbix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtulio%2Fpuppet-mod-zabbix/lists"}