Commit Graph

2628 Commits

Author SHA1 Message Date
Mark Schouten bf913f5a3b Add initial support for Proxmox VM network traffic. [WIP] 2015-08-31 16:32:28 +02:00
laf 0f9ac4afd1 Scrut fix 2015-08-30 15:09:54 -07:00
laf e4fd45037c Final update for overwriting ifAlias 2015-08-30 14:34:37 -07:00
Richard Lawley 1384505d1c Fix broken repeated RRA config
Since d8693f0 the RRA config section repeats in the file - the second contains MAX instead of the first MIN definition.
2015-08-28 14:38:57 +01:00
Daniel Preussker 8e19a57f15 Merge pull request #1782 from laf/issue-1779
Added dnos to this, does not seem worth duplicating the code for another os
2015-08-28 09:00:14 +00:00
Neil Lathwood 1574e1884d Merge pull request #1787 from vitalisator/issue-1754
add arrows to edges
2015-08-28 09:59:41 +01:00
laf 813b518abf Renamed file 2015-08-28 08:58:06 +00:00
f0o a1f9fe19fa Added option to display errored ports in device summary 2015-08-28 09:24:08 +01:00
vitalisator 5fe78afec6 add arrows to edges 2015-08-28 08:54:35 +02:00
laf 2dc98ce2f7 Added check for zywall using OID 2015-08-27 21:01:31 +00:00
laf e7df128547 Added dnos to this, does not seem worth duplicating the code for another os 2015-08-27 20:43:30 +00:00
f0o 976dbfd100 Temporally fixes #1771
A nicer fix would be knowing a full sysDescr.0 from a Zyxel IES DSLAM to be more specific with the matching.
2015-08-27 19:00:17 +01:00
Daniel Preussker cdada6e729 Merge pull request #1774 from Rosiak/issue-1773
Basic MacOSX Discovery
2015-08-27 17:16:49 +00:00
Rosiak d58cdc0bb7 Basic MacOSX Discovery 2015-08-27 19:04:01 +02:00
f0o 29887af376 Remain PHP Backwards compatibility 2015-08-26 08:44:15 +01:00
Clint Armstrong a71172969f fix unused code 2015-08-25 11:35:27 -04:00
Clint Armstrong 33baea6d6a release schema lock 2015-08-25 11:35:25 -04:00
Clint Armstrong 38af8b4c4c return instead of exit 2015-08-25 11:35:25 -04:00
Clint Armstrong d9efadb441 fix bailout comparison 2015-08-25 11:35:25 -04:00
Clint Armstrong e74a6db216 move lock checks after bail out 2015-08-25 11:35:25 -04:00
Clint Armstrong c5fcb87b51 bail if schema is already up to date 2015-08-25 11:35:24 -04:00
Clint Armstrong 1379a13c76 wait for all locks to be free when updating schema 2015-08-25 11:35:24 -04:00
Clint Armstrong 777d5d6c6f add function to check for a lock 2015-08-25 11:35:24 -04:00
Clint Armstrong 86e0f42dc7 bail out if we can't get a lock on schema_update 2015-08-25 11:35:24 -04:00
Clint Armstrong b34fcf8728 remove debug echos 2015-08-25 11:35:13 -04:00
Clint Armstrong e7c51f2a80 add mysql lock for polling 2015-08-25 11:35:13 -04:00
laf 86059f67c1 updated to use function for last commit 2015-08-25 08:40:20 +00:00
laf 59de0d1478 Clean up some poller debug + added updated version and last git commit 2015-08-24 20:54:19 +00:00
laf 35614cea23 fixed scrut issue, declare array 2015-08-24 18:39:49 +00:00
Neil Lathwood 065ad345c6 Merge pull request #1721 from f0o/issue-1478
Add basic Pushbullet transport.
2015-08-24 19:37:50 +01:00
Todd Eddy 4e084c9632 Add netgear OID to os discovery 2015-08-23 19:01:39 -04:00
Paul Gear c25dc9ccdb Merge pull request #1750 from laf/issue-1729
Also use ifHighSpeed if ifSpeed is 0 and ifHighSpeed exists
2015-08-24 07:50:55 +10:00
laf 0baa0d81e2 Reworked if check 2015-08-23 21:39:37 +00:00
laf a413968eb8 Also use ifHighSpeed if ifSpeed is 0 and ifHighSpeed exists 2015-08-23 20:06:28 +00:00
laf c0125f28e4 Added support for rrdtool 1.5 2015-08-23 19:36:22 +00:00
laf 8bf254182b Removed commented out code 2015-08-23 17:54:55 +00:00
laf 8d929bc43c Moved the snmp query for poe outside of the loop 2015-08-23 17:04:20 +00:00
laf 1d9fc71c71 Revert change which skips over ports that are down / admin down 2015-08-23 09:40:55 +00:00
laf 3ae9637ac4 Added $memcache->getStats() back in 2015-08-22 15:15:01 +00:00
laf fde6d20999 Removed d_echo from memcache 2015-08-22 15:13:06 +00:00
Neil Lathwood 2c210b9b22 Merge pull request #1734 from tuxis-ie/ipv6-syslog
Rewrite sender-ip if ::ffff: is prepended because the syslogserver us…
2015-08-21 23:14:55 +01:00
Mark Schouten dadbcb454a Fix two typos 2015-08-21 23:42:18 +02:00
Mark Schouten 4792879ce5 Remove all unneeded if($debug)-statements and replace them with d_echo in the rest of the directories... 2015-08-21 16:10:01 +02:00
Mark Schouten 677a4f3f5f Remove all unneeded if($debug)-statements and replace them with d_echo . discovery dir.. 2015-08-21 16:10:01 +02:00
Mark Schouten 55a2e0423d Remove all unneeded if($debug)-statements and replace them with d_echo 2015-08-21 16:10:00 +02:00
Mark Schouten b79d2906ae Rewrite sender-ip if ::ffff: is prepended because the syslogserver uses IPv6 2015-08-21 16:02:59 +02:00
Paul Gear bb2f34b02c Merge pull request #1719 from laf/tiles-default
Make new dashboard the default
2015-08-21 12:38:44 +10:00
f0o 5e858b63e5 Pass snmp-auth parameters enclosed by single-quotes 2015-08-20 19:19:15 +00:00
Daniel Preussker 9844abb771 Merge pull request #1724 from tuxis-ie/fix-agent-apps
Fix agent apps
2015-08-20 12:53:26 +00:00
Mark Schouten 47c87cb7c6 Fix typos (Sorry about that)
Replace if($debug){..} with d_echo
2015-08-20 13:26:18 +02:00