1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00

librenms-agent (1.1.0)

librenms-agent (1.1.0) stable; urgency=low

  - New upstream versions
  - Include SNMP scripts
  - Fix Ceph scripts
  - Fix nginx scripts
This commit is contained in:
PipoCanaja
2020-01-19 11:07:38 +01:00
committed by GitHub
2 changed files with 12 additions and 1 deletions

View File

@@ -4,7 +4,9 @@ install:
mkdir -p $(PREFIX)/usr/lib/check_mk_agent/plugins
mkdir -p $(PREFIX)/usr/lib/check_mk_agent/repo
mkdir -p $(PREFIX)/usr/lib/check_mk_agent/local
cp -r agent-local/* $(PREFIX)/usr/lib/check_mk_agent/repo/
mkdir -p $(PREFIX)/usr/share/librenms-agent/snmp
cp -rL agent-local/* $(PREFIX)/usr/lib/check_mk_agent/repo/
cp -rL snmp/* $(PREFIX)/usr/share/librenms-agent/snmp
rm $(PREFIX)/usr/lib/check_mk_agent/repo/README
mkdir -p $(PREFIX)/usr/bin
install -m 0750 check_mk_agent $(PREFIX)/usr/bin/check_mk_agent

9
debian/changelog vendored
View File

@@ -1,3 +1,12 @@
librenms-agent (1.1.0) stable; urgency=low
- New upstream versions
- Include SNMP scripts
- Fix Ceph scripts
- Fix nginx scripts
-- Mark Schouten <mark@tuxis.nl> Wed, 03 Jul 2019 12:06:00 +0200
librenms-agent (1.0.7) stable; urgency=low
- New upstream versions