Commit Graph

11 Commits

Author SHA1 Message Date
Tony Murray
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
Tony Murray
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
Job Snijders
d8693f05ae Fix coding style part 2 2015-07-15 11:04:22 +02:00
Alexander Sosna
5a7988e2e4 chmod 0644 to php files not directly executed 2015-04-28 22:58:03 +02:00
Søren Rosiak
8fd0889e13 APC InfraStruxure Detection
- Just basic s/n & hw detection
2015-04-13 23:29:04 +02:00
Søren Rosiak
a15180333a Minor APC Polling Changes
- Add InRow Serial ID
- Convert from OID to MIB names
2015-04-13 23:11:27 +02:00
Adam Amstrong
cacf913a55 # -> / for phpdoc
git-svn-id: http://www.observium.org/svn/observer/trunk@3239 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 11:29:53 +00:00
Tom Laermans
722d912aa1 cleanup OS polling
git-svn-id: http://www.observium.org/svn/observer/trunk@1841 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-15 11:59:47 +00:00
Tom Laermans
fbd4ccaa62 Add detection of APC InRow chillers, patch by Bill Fenner
git-svn-id: http://www.observium.org/svn/observer/trunk@1816 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-10 15:57:58 +00:00
Tom Laermans
7de52b2f91 better versions for APC AOS
git-svn-id: http://www.observium.org/svn/observer/trunk@1514 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 13:30:59 +00:00
Adam Amstrong
15cdf5c9fa add force10 mibs and os type detection. move per-os polling scripts from includes/polling/device-* to includes/polling/os/*
git-svn-id: http://www.observium.org/svn/observer/trunk@1442 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-20 13:49:36 +00:00