Skip to content

Commit

Permalink
Merge branch 'master' of github.com:scoopex/zabbix-agent-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Schöchlin committed Jun 22, 2022
2 parents 529a79c + eeabc5b commit c3d4935
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Releases

on:
push:
branches:
- master
tags:
- '*'

Expand All @@ -17,7 +15,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: refs/heads/master
- name: Setup
run: |
sudo apt-get install ruby-dev build-essential debhelper devscripts rpm xalan wget -y
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
zabbix-agent-extensions
=======================

[![Build package and test](https://github.com/scoopex/zabbix-agent-extensions/actions/workflows/continuous-integration-workflow.yml/badge.svg)](https://github.com/scoopex/zabbix-agent-extensions/actions/workflows/continuous-integration-workflow.yml)
[![Releases](https://github.com/scoopex/zabbix-agent-extensions/actions/workflows/release.yml/badge.svg)](https://github.com/scoopex/zabbix-agent-extensions/actions/workflows/release.yml)

# Overview

A set of zabbix UserParameter scripts and production ready monitoring templates for linux systems.

* this project ist originated on: https://github.com/scoopex/zabbix-agent-extensions
* this project is published at zabbix share: https://share.zabbix.com/operating-systems/zabbix-agent-extensions
* the ci is located at: https://travis-ci.org/scoopex/zabbix-agent-extensions
* the ci is implmented with github actions
* docker images of a zabbix agent can be obtained at https://hub.docker.com/repository/docker/scoopex666/zabbix-agent-with-agent-extensions

# Monitoring details
Expand Down

0 comments on commit c3d4935

Please sign in to comment.