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

308 Commits

Author SHA1 Message Date
VVelox
94aa0feacd add unbound SNMP extend script (#102) 2017-03-19 18:03:59 +00:00
Tony Murray
495f46afb4 Update mysql script to php7 version... (#104)
* Update mysql script to php7 version...

* Update mysql
2017-03-10 06:29:19 -06:00
Tuxis Internet Engineering V.O.F
61579bf0ac Enable ipv6 in Xinetd (#100)
* Fix indenting and enable IPv6 in Xinetd

* Fix changelog

* Typo
2017-03-08 08:51:04 +00:00
Tony Murray
7f79fc4167 Update mysql 2017-03-07 23:48:15 -06:00
VVelox
1b1d8b491f clean up snmp/mysql_stats.php and make it a proper snmpd extend script now (#99)
* cleanup and make it something that can properly be invoked via cli

* blank the user/pass/host bits increasing the chances it will work out of the box

* Update mysql_stats.php

* Update mysql_stats.php

* Update mysql_stats.php

* Update mysql_stats.php

* Rename mysql_stats.php to mysql
2017-03-07 23:40:09 -06:00
VVelox
e7c3310701 add Nvidia SNMP extend poller (#94)
* add Nvidia SNMP extend

* update the extend path

* now support more than 4 GPUs

this will now support how ever many GPUs are installed on a system...

Just double checked and it appears nvidia-smi dmon only reports up to 4 GPUs at a time... so if we have more than 4, begin checking they exist and if so print them
2017-03-03 20:41:38 +00:00
VVelox
2308481188 add squid snmp extend (#93) 2017-03-03 18:55:55 +00:00
VVelox
2700598925 FreeBSD NFS extends (#90)
* add the FreeBSD NFS client and server extends

* white space cleanup

* white space cleanup
2017-03-03 14:49:15 +00:00
VVelox
db3b5c7cec add Postgres SNMP extend (#91)
* add Postgres SNMP extend

* minor comment cleanups

* use env for check_postgres.pl

* quote the string
2017-03-01 23:46:13 +00:00
VVelox
42e4887439 add detailed Postfix poller (#92)
* add detailed postfix poller

* env perl
2017-03-01 18:35:06 +00:00
Tony Murray
c4101c9ef2 Merge pull request #84 from VVelox/master
add a snmpd extend script for fail2ban
2017-02-24 11:10:43 -06:00
Tony Murray
8343e7f34e Update fail2ban 2017-02-24 11:09:21 -06:00
Tony Murray
4fcce9f01d Redefining $firewalled 2017-02-24 11:02:19 -06:00
VVelox
8bfbce68e5 if cache older than 360 seconds, don't use it 2017-02-23 09:54:38 -06:00
VVelox
0a78888889 use $f2bc for getting jail status now and not just only overall status 2017-02-23 09:13:59 -06:00
VVelox
1e160b86e4 don't reuse the variable $iptables 2017-02-23 08:46:18 -06:00
VVelox
4b53918a7d poke the user about setting a iptables path as well 2017-02-23 08:45:04 -06:00
VVelox
90620a8558 misc. path cleanups 2017-02-23 08:40:59 -06:00
VVelox
5ee0faa2c3 make caching optional 2017-02-22 21:58:03 -06:00
VVelox
4ffd86f8bd Update fail2ban 2017-02-22 21:42:53 -06:00
VVelox
0227094c6f track both firewall and fail2ban-client 2017-02-20 13:18:50 -06:00
VVelox
3932875ce0 correct a comment 2017-02-20 03:50:59 -06:00
VVelox
c367e9ff9d now requires cron usage 2017-02-20 03:49:50 -06:00
VVelox
d90f3e8792 use fail2ban-client instead 2017-02-19 23:41:51 -06:00
VVelox
710f38e8ff move this over to perl and properly check iptables 2017-02-18 00:09:12 -06:00
VVelox
6f76427952 remove pointless exit 2017-02-17 23:08:53 -06:00
VVelox
4b600ad2b4 whoops, forgot to remove \ as well 2017-02-17 23:08:25 -06:00
Tony Murray
bb4c67b217 Merge pull request #86 from florianbeer/patch-1
Update shebang
2017-02-17 22:42:57 -06:00
VVelox
6955e5d410 don't assume it appends the jail name 2017-02-17 10:33:02 -06:00
VVelox
8b78f863d3 update to check fail2ban and f2b 2017-02-17 10:32:27 -06:00
Florian Beer
e3f3bd3efb Update shebang
With the original shebang this script didn't work on Debian and Ubuntu machines. Using `/usr/bin/env bash` makes the script more portable.
2017-02-17 16:37:00 +01:00
Robert Verspuy
ff6ee0e2bc Fixed correct amount of pipeline symbols when degrees symbol is missing. (#85)
When the script is called through xinetd/check_mk (on my system), there is no degree symbol, but a space.
Changed the script to handle both correctly
2017-02-17 00:46:13 +00:00
kitsune
21c953d11a Merge branch 'master' of https://github.com/librenms/librenms-agent 2017-02-16 11:30:03 -06:00
VVelox
1ec8f204ee add fail2ban snmpd extend script 2017-02-16 10:50:46 -06:00
rockyluke
58d17264c7 Use command -v instead binary path (#80) 2017-02-16 15:12:01 +00:00
VVelox
60becc9b3a add a single pool php-fpm net-snmpd extend poller (#83) 2017-02-16 15:10:53 +00:00
VVelox
677bd4187e add a single pool php-fpm net-snmpd extend poller 2017-02-15 11:37:18 -06:00
crcro
575956cae3 snmp: exim-stats (#79)
* exim-stats frozen mails

* added total queue info
2017-01-20 08:47:30 +00:00
Tony Murray
d090686b72 Merge pull request #75 from bungojungo/master
Added fedora support to distro/os-updates
2016-12-14 16:39:59 -06:00
Tony Murray
ae43e5f493 Merge pull request #73 from paulgear/master
Make ups-nut work on Debian Jessie
2016-12-14 16:39:47 -06:00
Tony Murray
6c130ea65e Merge pull request #76 from murrant/powerdns-python26
Support python2.6 for powerdns scripts
2016-12-14 16:34:10 -06:00
Tony Murray
3d061d2407 Support python2.6 for powerdns scripts
fixes #67
2016-12-14 16:27:15 -06:00
Jason Scalia
dc604636bc added fedora/dnf support 2016-12-07 22:11:48 -05:00
Jason Scalia
8b3ca2dac2 Added fedora support 2016-12-07 21:48:22 -05:00
Paul Gear
de1f1775cc Restore previous default UPS name 2016-12-03 14:16:54 +10:00
Paul Gear
465ec12dd4 Make ups-nut work on Debian Jessie
This script was broken on Debian Jessie (and probably
all other Debian-based distros, including Ubuntu).
This commit removes the hard-coding of paths and uses
$PATH per normal bash practice, and should work on a
wider range of shell variants.
2016-12-03 14:07:02 +10:00
arrmo
e52776889c Update to Distro (to support dd-wrt) (#72) 2016-11-26 08:12:41 +00:00
Mathias B
c5fea261de Add Debian support (#71)
Before that only Ubuntu was supported, now Debian users can use this nice script too!
2016-11-17 08:31:56 +00:00
Karl Shea
36ed3f008c Agent: script to collect data from GPSD (#69) 2016-10-08 21:26:07 +01:00
Tuxis Internet Engineering V.O.F
91c251fd94 fix: a dirty hack to prevent failing of stats when the cluster is rebuilding (#68)
because Ceph returns '-inf' which the json decompiler doesn't seem to get..
2016-10-05 09:06:48 +00:00