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

8 Commits

Author SHA1 Message Date
Oskar Szafraniec
10bae306f3 run_query PHP 8.1 hot fix (#430)
As of PHP 8.1.0, the default setting is MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT. Previously, it was MYSQLI_REPORT_OFF.
2022-10-26 15:13:20 +02:00
Zane C. Bowers-Hadley
1914bcb1ea localhost -> 127.0.0.1 to work around bug where it complains about the directory not existing 2022-04-23 22:59:20 -05:00
Zane C. Bowers-Hadley
d609e23600 /tmp fix (#250)
* convert the snmp scripts using tmp files over to use mktemp

* reverse this... joy... not a temp file but cache file ;(

* moved cache file from under /tmp to /var/cache/librenms

* fix mysql tmp usage
2019-08-08 21:18:06 -05:00
Shao Yu-Lung (Allen)
8114d88f91 remove duplicate code 2019-03-16 14:33:31 +08:00
Slashdoom
c406061401 Fix: InnoDB stat support for MariaDB v10+ (#211)
* mariadb innodb support for v10+

* fix newer innodb insert buffers

* agent mysql to snmp extend
2019-01-09 23:40:40 -06: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
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