5544313363
Create pulse-mem.inc.php
2015-10-03 11:47:55 +02:00
f68af37ad5
Accept negative values for munin-plugins
2015-09-15 18:15:45 +01:00
b9bf61bbf6
Merge pull request #1789 from tuxis-ie/add-proxmox-app
...
Add proxmox monitoring.
2015-09-01 11:53:35 +00:00
a608faf06b
Add DocBlock
2015-09-01 12:22:54 +02:00
8ade12ddc8
Merge pull request #1811 from laf/issue-1689
...
Ability to override the ports ifAlias
2015-09-01 07:27:53 +00:00
c708610c96
Added basic detection for FortiOS
2015-08-31 21:19:39 +00:00
8543ca3d46
Fix some if-else-codeblocks according to codingstyle
2015-08-31 16:36:00 +02:00
822a93b509
Do not run the Proxmox-stuff unless it is explicitly enabled in the config
2015-08-31 16:34:55 +02:00
bf913f5a3b
Add initial support for Proxmox VM network traffic. [WIP]
2015-08-31 16:32:28 +02:00
e4fd45037c
Final update for overwriting ifAlias
2015-08-30 14:34:37 -07:00
59de0d1478
Clean up some poller debug + added updated version and last git commit
2015-08-24 20:54:19 +00:00
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
0baa0d81e2
Reworked if check
2015-08-23 21:39:37 +00:00
a413968eb8
Also use ifHighSpeed if ifSpeed is 0 and ifHighSpeed exists
2015-08-23 20:06:28 +00:00
8bf254182b
Removed commented out code
2015-08-23 17:54:55 +00:00
8d929bc43c
Moved the snmp query for poe outside of the loop
2015-08-23 17:04:20 +00:00
1d9fc71c71
Revert change which skips over ports that are down / admin down
2015-08-23 09:40:55 +00:00
55a2e0423d
Remove all unneeded if($debug)-statements and replace them with d_echo
2015-08-21 16:10:00 +02:00
47c87cb7c6
Fix typos (Sorry about that)
...
Replace if($debug){..} with d_echo
2015-08-20 13:26:18 +02:00
30e47b382c
Do not include the applications, but enable them in the database. The application poller will run them. Also, reduce code-duplication.
2015-08-20 12:36:37 +02:00
e2f5a1fdf0
Make app-recognition more efficient
2015-08-20 12:25:47 +02:00
060b0e3e22
Merge pull request #1660 from laf/issue-1652
2015-08-11 22:33:42 +02:00
b1fcc3c84b
updated firmware to version
2015-08-11 20:11:04 +00:00
f266aa044b
Merge pull request #1661 from mmarchand/issue-1641
...
Update IOS-XR watts to be dbm sensor as well
2015-08-11 18:45:15 +01:00
efee54043a
Swapped 2012 Datacenter / Non-DC around
2015-08-11 16:05:04 +00:00
011181c622
IOS-XR does not provide dbm values for transceivers so we calculate them from mWatts entries
...
Fix #1641
2015-08-11 16:35:29 +02:00
c652cb652e
Added serial,version, cpu and mem for zywall
2015-08-11 12:32:54 +00:00
7817890b80
Fix parenthesis typo
2015-08-07 17:11:12 +02:00
5467756328
Generalise mapping ifDescr to ifAlias
...
This allows both per OS enforcing of ifDescr = ifAlias as well as populating
when ifAlias = '' or NULL
2015-08-07 17:07:26 +02:00
2dd8fe0553
Reorder ifalias_null check to prevent var flapping
...
This needs to run before IF-MIB data update, and needs to check and set
$this_port['ifAlias'] only as to not break the $data_oids loop.
2015-08-07 16:41:33 +02:00
d553c69236
Merge pull request #1632 from infernix/ifalias-null
...
Properly reference ifalias_null config flag
2015-08-07 09:27:31 +00:00
d628094f36
Merge pull request #1639 from laf/windows-fix
...
Updated Windows build versions + added server type for windows os
2015-08-07 09:16:54 +00:00
023e42a101
Updated Windows build versions + added server type for windows os
2015-08-06 20:00:36 +00:00
5e68b2e6e1
Also update $this_port for port descr parsing
2015-08-06 17:57:53 +02:00
f016c84981
Properly reference ifalias_null config flag
...
Fixes an issue introduced in 9908eb2e37e6f487d93776a72bc2a97b6781f5b7
2015-08-06 16:51:02 +02:00
9223f8953c
Fix uptime issues introduced in #1610
...
As stated
2015-08-06 10:43:17 +02:00
5369112d48
Fix some scrutinizer coding style issues
2015-08-04 18:36:03 +02:00
86827f559e
Perle Media Converter Detection
...
- Basic support for Perle Media Converters, tested on a SMI-10G-STS
chassis
- MIB is available from
http://download.perle.com/Media%20Converters/v1.8/mcr_mgt/snmp/perle-mcr-mgt.MIB
has been converted with dos2unix
- Perle has given me permission to use their logo
2015-08-04 10:58:09 +02:00
6290019623
make the code clear
2015-08-03 16:56:57 +02:00
7e2b8f72f1
add google gecode API key support. Config variable: $config[geoloc][api_key] = "place_your_key_here"
2015-08-03 10:29:08 +02:00
1633b83e91
add support for Google geocoding API key
2015-08-03 10:18:52 +02:00
17dac9e755
Removed old alerting system code
2015-08-01 15:54:15 +00:00
8379c96346
Merged separate modules into a single 'cisco-voice' module.
...
Renamed each module to a more appropriate name.
2015-08-01 14:48:54 +10:00
f6ee98ce07
Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1540
2015-07-30 20:32:47 +10:00
b68b6192a0
Added Poller modules for Cisco Voice Routers
...
Added the following modules:
- Cisco PRI - graphs the total and inuse Primary Rate ISDN channels.
- Cisco DSP - graphs the total and inuse Digital Signal Processor (DSP) resources.
- Cisco MTP - graphs the total and inuse Media Termination Point (MTP) resources.
- Cisco XCode - graphs the total and inuse Transcoder resources.
2015-07-30 17:10:24 +10:00
c0a8fb351f
Fix missing closing tag
2015-07-28 19:52:02 +02:00
4338de103a
Add Basic Aerohive Support
...
- As stated in the title
2015-07-28 19:30:08 +02:00
064f374160
Merge pull request #1501 from laf/issue-1334-new
...
New overview page and new map
2015-07-26 14:33:34 +10:00
4a91324b26
fixed table name
2015-07-23 19:25:51 +01:00
0b93725029
Updated to use new table name
2015-07-23 18:41:41 +01:00