Commit Graph

54 Commits

Author SHA1 Message Date
Tom Laermans
e61065a4a3 don't set ANY low limit for current
git-svn-id: http://www.observium.org/svn/observer/trunk@1908 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-17 13:57:37 +00:00
Tom Laermans
1644eb66cb don't set low limit for current
git-svn-id: http://www.observium.org/svn/observer/trunk@1907 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-17 13:56:04 +00:00
Tom Laermans
d077282444 Reindent/cleanup, remove dead files
git-svn-id: http://www.observium.org/svn/observer/trunk@1858 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-15 15:39:57 +00:00
Tom Laermans
12fbf7430c more cleanup/reindent, yay
git-svn-id: http://www.observium.org/svn/observer/trunk@1839 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-15 11:24:35 +00:00
Tom Laermans
06d2a707d5 some sensor unification, rename sensor rrds and rename the DS, add testing IPMI support (no web-part yet) - tested against Intel RMM3 and working. some further cleanups as well.
git-svn-id: http://www.observium.org/svn/observer/trunk@1758 61d68cd4-352d-0410-923a-c4978735b2b8
2010-12-15 17:54:42 +00:00
Tom Laermans
a1bf48e63e many small fixes, hacky way to ignore no more variables, fix up supermicro sensor limits, loosen automatic sensor limit settings a bit
git-svn-id: http://www.observium.org/svn/observer/trunk@1675 61d68cd4-352d-0410-923a-c4978735b2b8
2010-08-13 13:17:53 +00:00
Adam Amstrong
0db6ad08ff vastly improved entity-sensors and cisco-entity-sensors speed. improved entity-mib inventory. removed device_id element from oid caches. add min/max ranges to sensor graphs.
git-svn-id: http://www.observium.org/svn/observer/trunk@1669 61d68cd4-352d-0410-923a-c4978735b2b8
2010-08-11 17:08:56 +00:00
Adam Amstrong
3b5ed3524e autoset thresholds for sensors which don't have them
git-svn-id: http://www.observium.org/svn/observer/trunk@1666 61d68cd4-352d-0410-923a-c4978735b2b8
2010-08-11 12:46:07 +00:00
Adam Amstrong
7b2fc2dbe1 fixes to new sensors setup
git-svn-id: http://www.observium.org/svn/observer/trunk@1533 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 20:34:31 +00:00
Adam Amstrong
0e7561e56f sensor eventlog cleanup (don't put current value, it's too much info)
git-svn-id: http://www.observium.org/svn/observer/trunk@1530 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 18:50:21 +00:00
Adam Amstrong
4f2972660f retooled sensors discovery. use global $valid_sensor, use sensors table only, replace sensor_precision with sensor_multiplier and sensor_divisor, remove all old discover_* functions and replace with discover_sensor
git-svn-id: http://www.observium.org/svn/observer/trunk@1529 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 18:25:11 +00:00
Tom Laermans
06c48f84af bugfix in discover_sensor
git-svn-id: http://www.observium.org/svn/observer/trunk@1359 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-15 21:39:58 +00:00
Tom Laermans
2b8285099c fix updating of currents until the function is merged to discover_sensor :)
git-svn-id: http://www.observium.org/svn/observer/trunk@1349 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-13 10:31:46 +00:00
Adam Amstrong
ae7b3fe74a don't set current value of processor on discovery (duh)
git-svn-id: http://www.observium.org/svn/observer/trunk@1320 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-09 14:04:05 +00:00
Adam Amstrong
dcf90d4af1 update precision (divisor) on processors
git-svn-id: http://www.observium.org/svn/observer/trunk@1319 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-09 13:53:54 +00:00
Tom Laermans
6996cc2e24 start of universal discover_sensor, change humidity to that one already, rest needs small rework
git-svn-id: http://www.observium.org/svn/observer/trunk@1313 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-07 14:55:21 +00:00
Tom Laermans
1ed4749f40 move current to sensors table, plug some sql injection holes
git-svn-id: http://www.observium.org/svn/observer/trunk@1312 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-07 14:34:44 +00:00
Tom Laermans
27d1a215f3 Move voltages to sensors table, clean up some unused functions and move web-only functions to the html includes file
git-svn-id: http://www.observium.org/svn/observer/trunk@1311 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-07 13:58:11 +00:00
Tom Laermans
600b0ba2bf move fanspeed to sensors table - please run discovery immediately after svn up
git-svn-id: http://www.observium.org/svn/observer/trunk@1270 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-25 23:16:04 +00:00
Tom Laermans
635398d2c8 move temperatures to sensors table - please run discovery immediately after svn up
git-svn-id: http://www.observium.org/svn/observer/trunk@1269 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-25 22:12:56 +00:00
Tom Laermans
d449b63524 sensors table, with humidity as its first consumer - akcp humidity support implemented
git-svn-id: http://www.observium.org/svn/observer/trunk@1249 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-23 15:54:56 +00:00
Tom Laermans
0bcea700cc fix the last discovery function to use the by-reference array, toner
git-svn-id: http://www.observium.org/svn/observer/trunk@1198 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-17 14:26:30 +00:00
Tom Laermans
c5f104b18a netman plus currents + use by-reference array on discover_current()
git-svn-id: http://www.observium.org/svn/observer/trunk@1195 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-17 10:46:04 +00:00
Tom Laermans
8ad6ddd3ad Unify + use by-reference array for fans too
git-svn-id: http://www.observium.org/svn/observer/trunk@1194 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-17 10:14:53 +00:00
Tom Laermans
ba6e3429d0 various fixes, add some more netmanplus stats, convert discover_volt and discover_freq to use the by-reference array like discover_temperature
git-svn-id: http://www.observium.org/svn/observer/trunk@1193 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-17 10:03:50 +00:00
Adam Amstrong
1f5dce0cbf voltages without thresholds will now be set +/- 5%. i expect this will cause a shitstorm amongst cheap hardware, but lets see how it goes. need some means of tuning these (it only sets if a limit isn't passed to the function, and there isn't already a limit in the database)
git-svn-id: http://www.observium.org/svn/observer/trunk@1152 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-12 15:56:37 +00:00
Adam Amstrong
e696b60ba7 switch to preg_split (split deprecated). ignore temps >1000 and == 0 for lmsensors
git-svn-id: http://www.observium.org/svn/observer/trunk@1150 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-12 15:17:38 +00:00
Tom Laermans
b20d382a8c current support (STILL NEEDS AN ICON, YES), discovery only on APC devices at the moment
git-svn-id: http://www.observium.org/svn/observer/trunk@1125 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-09 20:03:16 +00:00
Tom Laermans
ba9b26313d fix updating already known temperatures on discovery, plus schema change which I forgot on one of the previous commits
git-svn-id: http://www.observium.org/svn/observer/trunk@1119 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-09 18:56:05 +00:00
Tom Laermans
647bf59d1c more mge fixes, cleanups, and addition of frequency monitoring (no webinterface part yet)
git-svn-id: http://www.observium.org/svn/observer/trunk@1095 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-03 10:23:11 +00:00
Tom Laermans
564e9fdc07 MGE UPS support, various fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@1093 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-03 09:12:07 +00:00
Adam Amstrong
65d040878a migrate temperature discovery to discover_temperature() function (and remove all those old generic duplicates! ack!) same rrd filenames are retained for now, perhaps we'll move to type-specific names in the future?
git-svn-id: http://www.observium.org/svn/observer/trunk@1082 61d68cd4-352d-0410-923a-c4978735b2b8
2010-04-29 15:19:42 +00:00
Tom Laermans
caa5d5e4a0 fixed UPDATE queries in discovery for voltages,fans,toner
git-svn-id: http://www.observium.org/svn/observer/trunk@1067 61d68cd4-352d-0410-923a-c4978735b2b8
2010-04-17 19:35:48 +00:00
Adam Amstrong
de586b0cfb apostrophe -> semicolon. merci grivat!
git-svn-id: http://www.observium.org/svn/observer/trunk@1048 61d68cd4-352d-0410-923a-c4978735b2b8
2010-03-26 18:34:21 +00:00
Adam Amstrong
152dc52b4e fix bug where mempool >2GB was broken. (i blame sid3windr for this, he was probably distracting me with talk of printers or something)
git-svn-id: http://www.observium.org/svn/observer/trunk@1047 61d68cd4-352d-0410-923a-c4978735b2b8
2010-03-26 18:30:27 +00:00
Adam Amstrong
0625d880c6 fix fans to notify *BELOW* speed not above! :D
git-svn-id: http://www.observium.org/svn/observer/trunk@1022 61d68cd4-352d-0410-923a-c4978735b2b8
2010-03-13 16:52:03 +00:00
Adam Amstrong
3281e71a9a some db cleanups and removal of debugging and cleanup of processor descriptions
git-svn-id: http://www.observium.org/svn/observer/trunk@1012 61d68cd4-352d-0410-923a-c4978735b2b8
2010-03-12 17:18:04 +00:00
Tom Laermans
cf3478b8a5 Dell Laser Toner discovery for EnterpriseNMS
git-svn-id: http://www.observium.org/svn/observer/trunk@1007 61d68cd4-352d-0410-923a-c4978735b2b8
2010-03-11 19:09:19 +00:00
Adam Amstrong
1e2d5266ff add CISCO-ENHANCED-MEMPOOL-MIB support to new mempool discovery/poller
git-svn-id: http://www.observium.org/svn/observer/trunk@1002 61d68cd4-352d-0410-923a-c4978735b2b8
2010-03-11 02:53:17 +00:00
Adam Amstrong
ce3c052e5a Juniper JunOSe temperatures (sponsored by redLED Industries Inc.)
git-svn-id: http://www.observium.org/svn/observer/trunk@987 61d68cd4-352d-0410-923a-c4978735b2b8
2010-03-05 03:54:35 +00:00
Adam Amstrong
0c79c7a509 db update
git-svn-id: http://www.observium.org/svn/observer/trunk@980 61d68cd4-352d-0410-923a-c4978735b2b8
2010-03-01 02:21:08 +00:00
Adam Amstrong
1e7860e930 bit of restructuring and tiding. all hail bunny.
git-svn-id: http://www.observium.org/svn/observer/trunk@977 61d68cd4-352d-0410-923a-c4978735b2b8
2010-02-28 22:04:15 +00:00
Adam Amstrong
ed23a0b7a8 remove " from processor descriptions (need to standardize this later)
git-svn-id: http://www.observium.org/svn/observer/trunk@942 61d68cd4-352d-0410-923a-c4978735b2b8
2010-02-24 15:22:55 +00:00
Adam Amstrong
3405339a3d continuation of storage changes, addition of rrdtool functions
git-svn-id: http://www.observium.org/svn/observer/trunk@937 61d68cd4-352d-0410-923a-c4978735b2b8
2010-02-24 13:46:12 +00:00
Adam Amstrong
d58bd29035 add generic memory pool poller and add old-cisco-memory-pool-mib support
git-svn-id: http://www.observium.org/svn/observer/trunk@931 61d68cd4-352d-0410-923a-c4978735b2b8
2010-02-22 00:57:13 +00:00
Adam Amstrong
230b0192a7 honestly, this really, truly fixes processor detection on IOS. probably.
git-svn-id: http://www.observium.org/svn/observer/trunk@907 61d68cd4-352d-0410-923a-c4978735b2b8
2010-02-21 02:44:00 +00:00
Adam Amstrong
2fce1156e6 update processors code some more
git-svn-id: http://www.observium.org/svn/observer/trunk@903 61d68cd4-352d-0410-923a-c4978735b2b8
2010-02-21 02:18:32 +00:00
Adam Amstrong
ff8c9e8f84 fix processors
git-svn-id: http://www.observium.org/svn/observer/trunk@902 61d68cd4-352d-0410-923a-c4978735b2b8
2010-02-21 02:13:40 +00:00
Adam Amstrong
5852121416 add a default catch-all IOS cpu poller using avgBusy5
git-svn-id: http://www.observium.org/svn/observer/trunk@899 61d68cd4-352d-0410-923a-c4978735b2b8
2010-02-21 01:35:13 +00:00
Tom Laermans
3d00309d03 fix voltage limits
git-svn-id: http://www.observium.org/svn/observer/trunk@871 61d68cd4-352d-0410-923a-c4978735b2b8
2010-02-16 01:42:39 +00:00