773ee96240
refactor: Restrict storage discovery walks to os ( #8528 )
...
leave hrstorage and ucd unrestricted
Not sure on the ilo, but I think linux and windows servers can return data
2018-04-09 13:54:14 +01:00
313b46236e
Added Tegile Storage OS detection, storage pool, and project storage. ( #8464 )
...
* added Tegile Storage 001
* Tegile fixed whitespace 002
* Added tegile.snmprec 003
* Added TEGILE-MIB
* Tried to fix svg size issue
* Tried to fix svg size issue 005
* Tried to fix svg size issue 006
* Trying dedup 007
* Revert "Trying dedup 007"
This reverts commit b30a3edb49f34aca46dc9e1d0f4671d49bbf0b43.
* Tried to fix svg size issue 009
* Tried to fix svg size issue 010
* Reverted changes and created new branch
* changed tegile to intelliflash
* changed tegile to intelliflash
* changed tegile to intelliflash 002
* added intelliflash snmprec
* added Json test data
* Update intelliflash.json
* Redid logo
* Update tegile.svg
* changed to intelliflash1. intelliflash2 will come later.
* removed previous commit I made
* Adding project usage
* simplified project calculations
* simplified project calculations
* simplified project calculations
* simplified project calculations
* Cleaned up comments
* Added disco OS if check and removed network over graph
* chenged os detection to sysObjectID. Fixed disco if check.
* Updated json test file
* Fixed intelliflash-pr storage units.
* Updated test data
* Updated test data to remove bgp module
2018-04-09 00:57:22 -05:00
2537291734
nimbleos Changed to bit shift high << 32 and add low. Changed over graphs. ( #8411 )
...
* Changed to concat 32bit high.low counters
* Changed to concat 32bit high.low counters
* Correction. Needed to bit shift.
Correction. Needed to bit shift << 32 on high and add low.
* Correction. Needed to bit shift.
Correction. Needed to bit shift << 32 on high and add low.
* Added storage removed processor and memory
No point in processor and memory until nimble supports it. Added stroage to overhead.
2018-03-23 15:23:02 -05:00
f95cc1b07f
Added Nimble storage volume utilization ( #8405 )
...
* Added nimble storage volume utilization
* Added nimble storage volume utilization
* Added author
* Fixed style issues
2018-03-16 13:43:28 -05:00
4fc946bd21
Move ignore_storage call to discover_storage ( #7973 )
...
* Move ignore_storage call to discover_storage
* Remove long if statement
2018-01-04 22:24:06 -06:00
4ffdbe0e6a
fix: Fix can't find CPQHOST-MIB ( #8024 )
2018-01-04 22:42:16 +00:00
b45302bf70
newdevice: Updated Checkpoint Gaia detection and added storage ( #7656 )
...
* newdevice: Updated Checkpoint Gaia detection and added storage
* update db_schema
* added murrants discovery options
* Rename 216.sql to 217.sql
2017-11-22 23:28:33 -06:00
6b44ac784a
newdevice: Added support for Huawei OceanStor devices
2017-10-12 19:55:25 +02:00
c8b677779d
newdevice: Added HPE ILO4 storage, memory and additional sensors
...
* HPE ILO4 enhance
Added Storage, Memory pools, new status (Array Controller, Logical Drive)
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Delete hpe.ilo.inc.php
2017-10-09 20:24:20 +01:00
98786c0ea7
feature: Allow ignore_mount, ignore_mount_string, ignore_mount_regex per OS ( #7304 )
...
* feature: Allow ignore_mount, ignore_mount_string, ignore_mount_regex at OS level
* Change the storage settings to override global instead of merge.
Add documentation
2017-09-13 19:43:21 +01:00
b18c41b1a9
refactor: Use the Config class includes/discovery ( #7299 )
...
* refactor: use the Config class includes/discovery
* fix issue with $config variable not accessible in include-dir.inc.php
* improved whitespace
* Tidy up discovery_by_ip
2017-09-11 21:26:41 +01:00
d0c87400f3
newdevice: Added detection and sensor support for EMC OneFS v8 ( #6416 )
...
* newdevice: Added detection and sensor support for EMC OneFS v8
* Improve discovery
2017-04-14 21:25:24 -05:00
3e01de724f
newdevice: Add CPU and memory for Entera devices #5974
...
* Add CPU and memory for Entera devices
* Renaming file for consistency
* split -> explode
* Added graphs to overview page, changed oid used for CPU, and added storage
* Remove uneeded code
* Fixed storage
2017-02-23 23:01:56 +00:00
87de5607df
refector: centralised check for ignore storage devices #5075 ( #5076 )
...
refector: Centralised check for ignore storage devices #5075
2016-11-30 22:50:29 +02:00
42123010c8
refactor: Added support for dskTable in UCD-SNMP-MIB ( #4993 )
2016-11-21 07:08:38 +00:00
edbb6ae0e3
refactor: Centralize MIB include directory specification ( #4603 )
...
* refactor: Centralize MIB include directory specification
The default is now:
```
$config['mib_dir'].'/mibdirname:'.$config['mib_dir']
```
This means we exclude OS mibs and only use ours (we could prepend `+` if we want to include os mibs.
All snmp calls should only include the name of the subdirectory under the mibs directory.
* Remove d_echo from Proc
Fix snmpsim tests.
2016-09-28 14:19:28 +01:00
9284bc60ff
Update code in includes to be PSR-2 compliant ( #4220 )
...
refactor: Update code in /includes to be psr2 compliant #4220
2016-08-28 18:32:58 +01:00
ead28f6acd
Merge remote-tracking branch 'upstream/master' into rrd-create-remote
2016-08-07 08:22:32 -05:00
e62f4dcd6c
Equalogic patches
...
Detect Equalogics as storage device.
The units need to be set to 1000000 since the returned storage values are in MBs.
2016-08-04 09:15:00 -04:00
57650e4ffc
Remove nfs requirement for distributed poller (with rrdtool 1.5+)
...
Use data_update instead of rrd_update/rrd_create and influx_update
Centralize rrd file check so we can check against a remote rrdcached server too
Use rrd_name() to generate rrd file names
2016-07-07 21:10:06 -05:00
38d28ec9b1
Reformatting if-else
2016-05-18 15:14:03 +02:00
c99c74bd95
Improved support for Equallogic storage arrays and DELL servers
2016-05-12 17:36:08 +02:00
d0eab1c02b
Moved memory graphs for vmware to mempool polling
2015-12-13 18:02:24 +00:00
677a4f3f5f
Remove all unneeded if($debug)-statements and replace them with d_echo . discovery dir..
2015-08-21 16:10:01 +02:00
d8693f05ae
Fix coding style part 2
2015-07-15 11:04:22 +02:00
ffce63968f
Fixed negative values for storage: http://munin-monitoring.org/ticket/1371
2015-06-02 17:36:10 +01:00
9614a203ca
Added netapp storage support and restructured storage files/dir
2015-05-11 14:28:54 +01:00
5a7988e2e4
chmod 0644 to php files not directly executed
2015-04-28 22:58:03 +02:00
a369c442eb
syntaxer run
...
git-svn-id: http://www.observium.org/svn/observer/trunk@2643 61d68cd4-352d-0410-923a-c4978735b2b8
2011-10-04 14:38:54 +00:00
fa8f834a89
fix discovery to remove include_dir function. ignore -32768 values returned for sensors. build rrd graphs via pipe.
...
git-svn-id: http://www.observium.org/svn/observer/trunk@2493 61d68cd4-352d-0410-923a-c4978735b2b8
2011-09-18 15:38:05 +00:00
9c2c396d73
fix Novel Netware memory/storage detection (missing storage for now, but atleast memory is in the memory section, not storage!)
...
git-svn-id: http://www.observium.org/svn/observer/trunk@2156 61d68cd4-352d-0410-923a-c4978735b2b8
2011-04-24 12:43:03 +00:00