Skip to content

Commit

Permalink
Merge pull request #3 from incident-io/no-glibc
Browse files Browse the repository at this point in the history
Release v1.0.2
  • Loading branch information
isaacseymour authored Nov 14, 2024
2 parents 4591012 + 4a87c6c commit 84e1cb5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 1.0.2

- Executable is no longer linked to glibc, so will run in any environment.

## 1.0.1

- Adds the ability to set additional metadata, such as a team when invoking the command. E.g. `--metadata='{"team":"myteam"}'`
- Allows the plugin to capture contact and contact group names from alerts, which may be useful in capturing the owning team of an alert.

## 1.0.0

- Initial release
- Initial release
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ release: clean

# Clean up build artifacts
clean:
rm -f $(BINARY) $(BINARY)-*
rm -f $(BINARY) $(BINARY)-*
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Nagios incident.io Alert Source Plugin

This repo contains a Nagios plugin to send Nagios notifications to incident.io.
This repo contains a Nagios plugin to send Nagios notifications to incident.io.

> [!NOTE]
> You'll need to [create a Nagios Alert Source][create-source] in your incident.io account to
> generate the `--api_url` and `--token` values required by the plugin.
[create-source]: https://app.incident.io/~/alerts/sources/create

## Installation

Expand Down

0 comments on commit 84e1cb5

Please sign in to comment.