Commit Graph

1119 Commits

Author SHA1 Message Date
Paul Gear
d1c082d507 Merge pull request #189 from laf/issue-154
First full commit of plugin system
2014-03-29 09:30:57 +10:00
Paul Gear
94c789b74a Merge pull request #205 from laf/issue-laf-29
Updated global search both design wise and added bgp support
2014-03-29 09:18:09 +10:00
timdufrane
e2ddf3daf0 Fix top port overlay issues
Should not look like crap on small screens anymore
2014-03-28 13:22:22 -04:00
laf
336a24753d Updated global search both design wise and added bgp support 2014-03-18 22:36:22 +00:00
laf
dff43f78f2 Update ldap.inc.php 2014-03-14 00:46:44 +00:00
Paul Gear
a012b59790 Fix Scrutinizer report
- array(device=...legend={$legend}") of type array<integer,string,..."string"}> is not a sub-type of string.
- $sep of type string is not a sub-type of array.
2014-03-14 10:02:41 +10:00
Paul Gear
98fbee1f08 Fix issues Scrutinizer says that I introduced 2014-03-14 09:04:14 +10:00
laf
4151269de4 Moved plugins menu and enabled Test plugin by default 2014-03-12 22:03:47 +00:00
laf
8cf255072c Updated edit user screen so you can now update details 2014-03-10 23:50:16 +00:00
laf
c7e421e1fd First full commit of plugin system 2014-03-03 20:23:29 +00:00
Paul Gear
99eb663363 Merge pull request #149 from laf/issue-148
Visually tidied up the devices pages
2014-03-03 10:27:43 +10:00
laf
9c6d73dae3 Visually tidied up the devices pages 2014-03-02 20:10:15 +00:00
laf
ac3e92267c Fixed overview link 2014-03-02 14:18:44 +00:00
Paul Gear
99b3456fbc Merge pull request #132 from laf/issue-124
Tidied up eventlog on various pages to use bootstrap
2014-03-02 13:42:47 +10:00
Paul Gear
54f5ea0e30 Merge pull request #117 from laf/issue-116
Updated device/port/services box for bootstrap
2014-03-02 13:33:55 +10:00
Paul Gear
d83ab9e278 Merge pull request #115 from laf/issue-114
Updated print_optionbar_* to use bootstrap
2014-03-02 13:32:28 +10:00
Paul Gear
f43f469c2e Merge pull request #109 from laf/issue-108
Added Overview link to Overview dropdown
2014-03-02 13:17:15 +10:00
laf
5a995022dc Tidied up eventlog on various pages to use bootstrap 2014-02-28 22:02:39 +00:00
laf
eb53d05574 Updated device/port/services box for bootstrap 2014-02-27 20:22:11 +00:00
laf
d2bcf0913b Updated print_optionbar_* to use bootstrap 2014-02-27 19:49:24 +00:00
laf
54c3b7bc14 Refreshed visually the Device overview page 2014-02-26 22:33:45 +00:00
laf
37ea540f6a Added Overview link to Overview dropdown 2014-02-26 03:27:52 +00:00
Paul Gear
997dc3dad3 Merge pull request #101 from laf/issue-69
Updated mysql auth to use PHPass
2014-02-26 11:55:07 +10:00
laf
1fffec8e2d Update PasswordHash.php
Updated line 54 to $output.
2014-02-25 23:45:12 +00:00
laf
519e4aba84 Update PasswordHash.php 2014-02-23 22:05:22 +00:00
laf
18f9b89639 Removed code that was previously commented out 2014-02-23 17:55:07 +00:00
Paul Gear
74077a7fa0 Merge pull request #100 from laf/issue-94
Top X boxes can now be switched off
2014-02-23 22:40:32 +10:00
Paul Gear
affc283f25 Merge pull request #62 from laf/issue-61
Stop print-syslog.inc.php from shortening hostnames
2014-02-23 22:14:00 +10:00
laf
3fbd56b190 Top X boxes can now be switched off 2014-02-23 12:10:37 +00:00
Paul Gear
48fe1d10ca More complete fix for laf:issue-87
- Align all columns
 - Move all of the common parts of each query to the front so differences can be seen easily
 - Fix mixup of deleted vs. ignored
 - Ensure deleted & ignored are checked correctly in each query
2014-02-23 13:53:56 +10:00
Paul Gear
593b5ddb69 Merge branch 'issue-87' of github.com:laf/librenms into laf-issue-87 2014-02-23 12:04:25 +10:00
laf
e535ec2e47 Resolved critical bugs from scrutinizer 2014-02-22 15:47:57 +00:00
laf
b5f9008d38 Fixed SQL queries for the top status box on homepage 2014-02-14 07:53:35 +00:00
laf
d9194a12b8 Changed top X boxes to fade rather than scroll 2014-02-05 22:33:33 +00:00
laf
005504ae6d Updated session / cookie support 2014-02-03 22:39:37 +00:00
laf
04a9f4a2f3 Updated mysql auth to use PHPass 2014-02-03 12:10:06 +00:00
Tyler Christiansen
e80f8f33a6 Merge pull request #59 from laf/new-design-clean
Move UI to Bootstrap v3, courtesy of @laf.
2014-01-27 09:12:45 -08:00
laf
2b647013af Fixed title_image from the config.php 2014-01-14 19:40:59 +00:00
laf
2a3fb39b60 Removing tcpdf and also license from conflict list 2014-01-14 18:55:11 +00:00
laf
648f5bb500 Stop print-syslog.inc.php from shortening hostnames 2014-01-14 15:32:48 +00:00
laf
4c3ae78263 Locations in the dropdown menu now scrollable 2014-01-14 14:37:43 +00:00
laf
fc7404a3c4 Updates bringing forms / tables inline with Bootstrap v3, also adds Global search box 2014-01-13 10:08:59 +00:00
laf
b10ae234ac Moved the header call to after setcookie, also added an exit statement. 2014-01-09 10:41:40 +00:00
laf
29a35feea4 Updated hostbox-basic.inc.php as number of <td>'s were incorrect
Added 3 <td>'s to resolve table formatting and ensure view looks consistent with details page.
2013-12-05 22:22:22 +00:00
Paul Gear
ab23cbe144 Tidy top 10 displays 2013-11-26 15:32:53 +10:00
Paul Gear
a5b152cd98 Next front page improvement
- load all files in include directory
- half-baked attempt to make HTML output more readable
- add top hosts by total bits box
- horrible hack to generate_device_link() to make it possible to insert the device_bits graph
2013-11-26 14:35:23 +10:00
Paul Gear
663c3649a9 Remove commented code used for reference while creating the top ports screen 2013-11-26 12:33:09 +10:00
Paul Gear
3dac8fde8c Remove redundant code 2013-11-26 12:16:46 +10:00
Paul Gear
fbceedf3b7 Clean up sizing of top 10 graph 2013-11-26 11:21:21 +10:00
Paul Gear
7e6e66f362 Make top 10 box actually useful:
- Fix overlib popup when host metadata contains quotes
- Only show ports with traffic
- Add host & port links, and port graph
2013-11-26 11:03:00 +10:00
Paul Gear
b1ab8a7d32 Rename function to indicate purpose better 2013-11-26 07:51:39 +10:00
Paul Gear
a0979e85cd Tidy up formatting; proof-of-concept right side box 2013-11-19 08:57:43 +10:00
Paul Gear
6e9623c96d Continue moving styles to CSS
- Also started standardised infrastructure for minigraphs to make it easy to create them anywhere
2013-11-10 14:08:02 +10:00
Paul Gear
7dec0cfc21 Compact mouseover box header; remove embedded styles 2013-11-10 10:37:13 +10:00
Paul Gear
eafebe17a6 Add prominent report bug link 2013-11-10 05:01:32 +10:00
Paul Gear
a9454bd8f8 Aarrgh - need better workflow than this; attempt #7 2013-11-05 09:48:50 +10:00
Paul Gear
981fddde16 Menubar fix attempt #5 2013-11-05 09:47:34 +10:00
Paul Gear
5aa90bd0f3 Menubar fix attempt #5 2013-11-05 09:45:56 +10:00
Paul Gear
0effa7f784 Menubar fix attempt #4 2013-11-05 09:45:16 +10:00
Paul Gear
e249786eab Menubar fix attempt #3 2013-11-05 09:44:35 +10:00
Paul Gear
6e22dff742 Menubar fix attempt #2 2013-11-05 09:43:30 +10:00
Paul Gear
73e19cfcc1 Menubar fix attempt #1 2013-11-05 09:42:04 +10:00
Paul Gear
aa9dded019 Remove user-facing references to Observium
This eliminates nearly all of the user-facing references to Observium,
including in the names of temporary files and in the metadata of PDFs.  Many
of these may not be used any more, but I've adjusted them anyway.  These
changes should also make it easier to change the branding later if it is
needed.  There are a few references of which I still don't understand the
significance, so I've left them as-is for now.  The Unix agent in particular
is rather untidy.
2013-11-05 09:33:32 +10:00
Paul Gear
e9005d6ba8 Add link to project name 2013-10-29 08:40:20 +10:00
Paul Gear
e4dd93baed Use project name in the absence of a logo 2013-10-29 08:38:20 +10:00
Paul Gear
4ac6e31d40 First layout fix attempt 2013-10-29 08:22:08 +10:00
Paul Gear
7603d2074b Remove Observium images 2013-10-29 08:08:23 +10:00
Paul Gear
0e84681728 Remove PayPal links 2013-10-29 07:58:03 +10:00
Tyler Christiansen
b2eb12d0fe Update front-end copyright, team, link information 2013-10-28 11:53:07 -07:00
Tyler Christiansen
8e7a33e65f update copyright 2013-10-28 11:32:21 -07:00
Adam Amstrong
8c83b6a3c7 update foundry mibs
git-svn-id: http://www.observium.org/svn/observer/trunk@3250 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-29 13:08:01 +00:00
Adam Amstrong
74f3d0c78a snmp errors begone
git-svn-id: http://www.observium.org/svn/observer/trunk@3246 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-28 16:58:24 +00:00
Adam Amstrong
45a07ecabf generic_duplex previous add transparent area
git-svn-id: http://www.observium.org/svn/observer/trunk@3241 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 13:49:59 +00:00
Adam Amstrong
b273e04241 /// -> //
git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 12:24:34 +00: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
Adam Amstrong
ba28732c3b ports sort done in php
git-svn-id: http://www.observium.org/svn/observer/trunk@3238 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 10:34:01 +00:00
Adam Amstrong
f4f2f8dc3d fix cisco remote access sessions graph
git-svn-id: http://www.observium.org/svn/observer/trunk@3237 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-24 21:37:08 +00:00
Tom Laermans
cc7f01ee26 more rrdtool_escape goodness
git-svn-id: http://www.observium.org/svn/observer/trunk@3230 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-23 10:37:23 +00:00
Tom Laermans
75113e0218 introducing rrdtool_escape, more to come
git-svn-id: http://www.observium.org/svn/observer/trunk@3229 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-23 10:18:14 +00:00
Adam Amstrong
8951e15477 no need to define for graphs inside device/
git-svn-id: http://www.observium.org/svn/observer/trunk@3226 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-22 14:21:02 +00:00
Adam Amstrong
580ee8370e fixes to aruba accesspoint graphing
git-svn-id: http://www.observium.org/svn/observer/trunk@3225 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-22 14:20:08 +00:00
Adam Amstrong
d3796004ae accesspoint support (probably) from ethan sommer (#50)
git-svn-id: http://www.observium.org/svn/observer/trunk@3223 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-21 18:17:23 +00:00
Adam Amstrong
fcef689504 fix dell omsa temperatures. from robje.
git-svn-id: http://www.observium.org/svn/observer/trunk@3222 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-21 16:52:02 +00:00
Tom Laermans
86348b92bb syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3218 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-20 23:14:08 +00:00
Tom Laermans
24ed379a3b don't show graph if type is unset in definitions, eg os areca
git-svn-id: http://www.observium.org/svn/observer/trunk@3215 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-20 19:57:11 +00:00
Adam Amstrong
2880cf8f23 some database updates (adding some _deleted fields) and fix links table.
git-svn-id: http://www.observium.org/svn/observer/trunk@3199 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-17 10:33:56 +00:00
Adam Amstrong
8d5cfd0e46 alerting stuff (non-functional)
git-svn-id: http://www.observium.org/svn/observer/trunk@3197 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-16 16:24:43 +00:00
Adam Amstrong
4db1454e92 move from port_id to interface_id. make ports discovery only discover. add some cleaner functions. add a tiny bit of alerting infrastructure.
git-svn-id: http://www.observium.org/svn/observer/trunk@3195 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-16 13:25:50 +00:00
Tom Laermans
4985943822 syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3185 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-15 15:18:57 +00:00
Tom Laermans
4e8581c70f don't overwrite graph time period to 1y always
git-svn-id: http://www.observium.org/svn/observer/trunk@3179 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-14 09:40:13 +00:00
Tom Laermans
6c1b0e0d09 remove very efficient coding
git-svn-id: http://www.observium.org/svn/observer/trunk@3174 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-13 16:54:47 +00:00
Adam Amstrong
cd10fd2a61 add some global graphs. for great cpu-eating justice!
git-svn-id: http://www.observium.org/svn/observer/trunk@3170 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-11 16:27:55 +00:00
Adam Amstrong
f768558e7e fix auth for graphs to allow cidr filter. fix schema 006
git-svn-id: http://www.observium.org/svn/observer/trunk@3169 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-11 15:21:42 +00:00
Adam Amstrong
d52042ba47 cleanups to how graphing works. start using device= for device graphs.
git-svn-id: http://www.observium.org/svn/observer/trunk@3167 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-11 13:26:14 +00:00
Adam Amstrong
62c302b960 now remove the correct line
git-svn-id: http://www.observium.org/svn/observer/trunk@3166 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-10 15:23:11 +00:00
Adam Amstrong
26ffacfa60 fix bgp prefix graphs (stupid me, i removed the wrong line)
git-svn-id: http://www.observium.org/svn/observer/trunk@3165 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-10 15:22:51 +00:00
Adam Amstrong
6a0bfe288c graph improvements. FIXME - graph defs are getting messier. NEED SIMPLIFICATION.
git-svn-id: http://www.observium.org/svn/observer/trunk@3160 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 17:18:52 +00:00
Adam Amstrong
9240bd0211 nicer UCD memory graph
git-svn-id: http://www.observium.org/svn/observer/trunk@3159 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 16:58:00 +00:00
Adam Amstrong
831c1a2282 DERP
git-svn-id: http://www.observium.org/svn/observer/trunk@3158 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 16:38:42 +00:00
Adam Amstrong
790480769b snmpv3 support. for hipsters.
git-svn-id: http://www.observium.org/svn/observer/trunk@3156 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 16:18:23 +00:00
Adam Amstrong
547a1f0fc0 time fix. improvement to apps overview.
git-svn-id: http://www.observium.org/svn/observer/trunk@3155 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 14:13:03 +00:00
Adam Amstrong
3c14ae1b99 set scale for contexts/interrupts
git-svn-id: http://www.observium.org/svn/observer/trunk@3154 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 12:56:24 +00:00
Adam Amstrong
58d8129f11 missing graph types
git-svn-id: http://www.observium.org/svn/observer/trunk@3153 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 12:20:07 +00:00
Adam Amstrong
9888002704 fix netstat graphs (remove invalid double including of common.inc.php)
git-svn-id: http://www.observium.org/svn/observer/trunk@3151 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 11:05:28 +00:00
Adam Amstrong
dbf212f652 phpDocumentator headers. retire static-config. IF YOU ARE READING THIS, REMOVE IT FROM THE BOTTOM YOUR CONFIG.PHP. YES. YOU.
git-svn-id: http://www.observium.org/svn/observer/trunk@3150 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 10:01:42 +00:00
Tom Laermans
96884a1baf more time period corrections
git-svn-id: http://www.observium.org/svn/observer/trunk@3145 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-06 23:10:09 +00:00
Tom Laermans
7e96d87022 improvements to services
git-svn-id: http://www.observium.org/svn/observer/trunk@3144 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-06 23:02:18 +00:00
Tom Laermans
78fe096645 improvements to (mysql) app system
git-svn-id: http://www.observium.org/svn/observer/trunk@3135 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-06 19:03:03 +00:00
Tom Laermans
8df2b9b3f5 remove legacy variables, hopefully i didn't mess anything up
git-svn-id: http://www.observium.org/svn/observer/trunk@3134 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-06 18:38:11 +00:00
Tom Laermans
e15af852f7 html fixies, show rrdtool version on menu
git-svn-id: http://www.observium.org/svn/observer/trunk@3127 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-03 13:52:34 +00:00
Adam Amstrong
73d8d169ea fix processor_usage - set min/max scale and remove duplicate common.inc.php.
git-svn-id: http://www.observium.org/svn/observer/trunk@3125 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-03 10:48:27 +00:00
Adam Amstrong
62180e6146 add the ability to run poller without updating rrds. add --rigid to graphs.
git-svn-id: http://www.observium.org/svn/observer/trunk@3124 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-03 10:45:36 +00:00
Tom Laermans
613e8b1e29 syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3117 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-02 22:02:30 +00:00
Adam Amstrong
4f1ec54a47 updated vlan detection
git-svn-id: http://www.observium.org/svn/observer/trunk@3113 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-02 15:04:31 +00:00
Adam Amstrong
65854d986c HERPDERP
git-svn-id: http://www.observium.org/svn/observer/trunk@3112 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-02 14:55:30 +00:00
Adam Amstrong
7c541ceaf8 allow old graph format for bgp prefixes
git-svn-id: http://www.observium.org/svn/observer/trunk@3111 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-02 14:50:53 +00:00
Tom Laermans
1e15f90892 don't include deleted ports in port count on topnav
git-svn-id: http://www.observium.org/svn/observer/trunk@3107 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-01 18:34:47 +00:00
Tom Laermans
4ec536ec7a move logout link to the far right, update included documentation files
git-svn-id: http://www.observium.org/svn/observer/trunk@3103 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-30 22:26:33 +00:00
Adam Amstrong
6b7898b18c memcached and drbd application improvements
git-svn-id: http://www.observium.org/svn/observer/trunk@3099 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-30 15:13:13 +00:00
Adam Amstrong
850359711c add memcached application graphing support. move applications to <<<app-$name>>> for easier detection. add connection tracking to mysql application. move logout to /logout/ not
/?logout=yes.


git-svn-id: http://www.observium.org/svn/observer/trunk@3096 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-27 17:18:26 +00:00
Adam Amstrong
a12c71df4e quadgraphs -> graphrow
git-svn-id: http://www.observium.org/svn/observer/trunk@3093 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-26 16:49:38 +00:00
Adam Amstrong
22dad0dae4 revert change changing mempool/storage format
git-svn-id: http://www.observium.org/svn/observer/trunk@3091 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-26 16:15:11 +00:00
Adam Amstrong
77d055f9d6 fix services stuff
git-svn-id: http://www.observium.org/svn/observer/trunk@3090 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-26 13:05:52 +00:00
Adam Amstrong
283f33afa1 additions to unix-agent. addition of basic munin-plugin support.
git-svn-id: http://www.observium.org/svn/observer/trunk@3088 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-26 11:57:52 +00:00
Tom Laermans
b56d3d6320 remove support for GIF OS-icons, but add support to override OS icon through database, suitable for radlan devices and probably/possibly other OEMables
git-svn-id: http://www.observium.org/svn/observer/trunk@3087 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-24 22:50:15 +00:00
Tom Laermans
46b7c74e51 bring device overview info table layout in line with all other information panels
git-svn-id: http://www.observium.org/svn/observer/trunk@3081 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-22 17:13:27 +00:00
Adam Amstrong
0ddf804a89 show packages even if module is disabled. show generic icon for app if none exists
git-svn-id: http://www.observium.org/svn/observer/trunk@3079 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-22 12:24:12 +00:00
Adam Amstrong
58d6b254e2 add searching for MAC addresses (#30 Mike Stupalov)
git-svn-id: http://www.observium.org/svn/observer/trunk@3073 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-21 19:49:12 +00:00
Tom Laermans
e2dc9b246d syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3071 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-21 00:36:55 +00:00
Tom Laermans
bf58e662a9 don't put standard ports in base_url, add dpkg support for packages, fix display of packages in main menubar
git-svn-id: http://www.observium.org/svn/observer/trunk@3070 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-21 00:30:55 +00:00
Adam Amstrong
d2b48673e2 applications -> apps
git-svn-id: http://www.observium.org/svn/observer/trunk@3069 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 17:38:57 +00:00
Adam Amstrong
2b8178bb5b move all RRA decisions to config. switch mempool/storage to new rrds (sorry, data lost, the old rrds sucked). added some more apps pages.
git-svn-id: http://www.observium.org/svn/observer/trunk@3068 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 17:37:58 +00:00
Tom Laermans
08d09b71ae don't show ldap error when empty form is submitted
git-svn-id: http://www.observium.org/svn/observer/trunk@3067 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 13:34:52 +00:00
Adam Amstrong
0b667ffc93 more improvements to graphing
git-svn-id: http://www.observium.org/svn/observer/trunk@3066 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 13:00:00 +00:00
Adam Amstrong
a3b2db29b4 more graph improvements
git-svn-id: http://www.observium.org/svn/observer/trunk@3065 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 11:27:31 +00:00
Adam Amstrong
483b86d92f enable previous period button in graph browser for all graphs. doesn't work everywhere yet. add drbd icon. add apps menu.
git-svn-id: http://www.observium.org/svn/observer/trunk@3064 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 10:36:59 +00:00
Adam Amstrong
ee65ae5350 add previous period overlay to generic_bits/bytes and generic_duplex
git-svn-id: http://www.observium.org/svn/observer/trunk@3063 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 10:35:13 +00:00
Adam Amstrong
c09d5af16b new agent-based applications
git-svn-id: http://www.observium.org/svn/observer/trunk@3059 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-19 15:36:46 +00:00
Tom Laermans
ff72c2843e syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3045 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-17 15:27:17 +00:00
Adam Amstrong
a4feccf9e4 re-enable autoscale alt. don't know why it was commented out
git-svn-id: http://www.observium.org/svn/observer/trunk@3042 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-17 13:38:32 +00:00
Adam Amstrong
6c0ab6121d allow previous=yes graph variable
git-svn-id: http://www.observium.org/svn/observer/trunk@3041 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-17 13:29:27 +00:00
Tom Laermans
ffd95a120e allow prefix/suffix page_title config options
git-svn-id: http://www.observium.org/svn/observer/trunk@3038 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-17 10:48:35 +00:00
Tom Laermans
f491ec6580 cleanups, add epson printer discovery, fix bar colour on device overview for unknown toner colours
git-svn-id: http://www.observium.org/svn/observer/trunk@3036 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-14 23:28:23 +00:00
Tom Laermans
215e2a0422 restore alternating colours in graphs tab
git-svn-id: http://www.observium.org/svn/observer/trunk@3029 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-12 16:17:21 +00:00
Adam Amstrong
b952a94006 trim_tobias option. sorry Tobias, we love you really, but there's just too much of you! :D
git-svn-id: http://www.observium.org/svn/observer/trunk@3028 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-12 15:48:33 +00:00
Tom Laermans
d5690a7d93 url fixies
git-svn-id: http://www.observium.org/svn/observer/trunk@3023 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 17:36:28 +00:00
Tom Laermans
ebc03a87b2 change more tables to css colouring, some more to do but not for now...
git-svn-id: http://www.observium.org/svn/observer/trunk@3020 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 17:21:49 +00:00
Tom Laermans
5d901d378d css-based alternating colours, yay
git-svn-id: http://www.observium.org/svn/observer/trunk@3019 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 15:58:37 +00:00
Tom Laermans
764cb72cd5 fixes and cleanups
git-svn-id: http://www.observium.org/svn/observer/trunk@3018 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 15:53:10 +00:00
Tom Laermans
4e0c3fd679 allow VMWare freeform OS description and survive VM sleep OS switches, patch by Sander Steffann, fixes OBSERVIUM-22
git-svn-id: http://www.observium.org/svn/observer/trunk@3017 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 14:58:06 +00:00
Tom Laermans
08952e40c6 show toner on device overview (beta), minor fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@3014 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 23:00:31 +00:00
Tom Laermans
77da6769b3 fixed show_locations_dropdown, which broke html when disabled
git-svn-id: http://www.observium.org/svn/observer/trunk@3012 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 21:19:37 +00:00
Tom Laermans
4667d17f96 fix v4 address discovery retardness
git-svn-id: http://www.observium.org/svn/observer/trunk@3010 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 17:53:22 +00:00
Adam Amstrong
7ffe4f2de1 improve smokeping filename detection (see filenames with underscores instead of dots). this is temporary until we "discovery" these rather than look for them on the fly.
git-svn-id: http://www.observium.org/svn/observer/trunk@3005 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 13:03:42 +00:00
Adam Amstrong
ab6d127956 add IPSLA support
git-svn-id: http://www.observium.org/svn/observer/trunk@3002 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 12:53:44 +00:00
Tom Laermans
502f207291 only poll cisco CEF and cisco mac accounting on cisco devices + some small fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@2999 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 10:53:55 +00:00
Tom Laermans
a96f6064ea correctly case dBm instead of Dbm, minor fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@2997 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-08 16:21:52 +00:00
Tom Laermans
ded64baae9 don't show a double separator if you have vrf, bgp and no ospf
git-svn-id: http://www.observium.org/svn/observer/trunk@2996 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-08 16:09:58 +00:00
Tom Laermans
87d02ab9f9 Add fortigate support, many thanks to Matthias Cramer (matthias dot cramer at iway dot ch)
git-svn-id: http://www.observium.org/svn/observer/trunk@2986 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-07 22:36:20 +00:00
Tom Laermans
e68cc3246e syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@2974 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-06 15:19:43 +00:00
Tom Laermans
866c352c5f syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@2969 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 16:48:06 +00:00
Tom Laermans
2b6581f25d syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@2968 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 16:47:39 +00:00
Adam Amstrong
619415d668 OBSERVIUM-5 - fix generic_multi_simplex_seperated from Sander Steffann
git-svn-id: http://www.observium.org/svn/observer/trunk@2965 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 16:21:54 +00:00
Adam Amstrong
8b767eb208 add option to include custom top menubar entries from html/includes/print-menubar-custom.inc.php
git-svn-id: http://www.observium.org/svn/observer/trunk@2961 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 13:41:54 +00:00
Tom Laermans
9d4eafa92b speedup menu bar mysql
git-svn-id: http://www.observium.org/svn/observer/trunk@2960 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 13:21:27 +00:00
Tom Laermans
6954bd61f5 away with the silly packages
git-svn-id: http://www.observium.org/svn/observer/trunk@2958 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 13:11:20 +00:00
Adam Amstrong
cdfd0d070f print graph when debugging graph.php. (shiny, eh?)
git-svn-id: http://www.observium.org/svn/observer/trunk@2932 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-28 11:21:13 +00:00
Adam Amstrong
5b9e58ecd4 descriptions on graph page (none created yet)
git-svn-id: http://www.observium.org/svn/observer/trunk@2931 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-27 16:53:23 +00:00
Adam Amstrong
c01b6b87b2 add dpkg lister script for unix agent
git-svn-id: http://www.observium.org/svn/observer/trunk@2929 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-26 16:04:16 +00:00
Tom Laermans
ba2ec48790 typo fix, reported by reaperz on irc
git-svn-id: http://www.observium.org/svn/observer/trunk@2919 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-21 11:03:18 +00:00
Tom Laermans
324c4ce304 add default from/to for a graph, allow negative from to subtract time from to/now
git-svn-id: http://www.observium.org/svn/observer/trunk@2905 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-20 10:04:00 +00:00
Adam Amstrong
2530c5aacd blue == up, green == up,ignored
git-svn-id: http://www.observium.org/svn/observer/trunk@2891 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-09 15:31:55 +00:00
Tom Laermans
baeb083b97 make new colour bar smaller. FU, CSS
git-svn-id: http://www.observium.org/svn/observer/trunk@2890 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-08 19:19:54 +00:00
Adam Amstrong
4f8410a4fc colour bar on device list. yay or nay?
git-svn-id: http://www.observium.org/svn/observer/trunk@2889 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-08 18:05:23 +00:00
Adam Amstrong
ee1517e38b ldap tls support
git-svn-id: http://www.observium.org/svn/observer/trunk@2880 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-27 23:36:19 +00:00
Tom Laermans
6494b0603b allow sql update to be run from commandline, remove now-bogus comment from menubar
git-svn-id: http://www.observium.org/svn/observer/trunk@2873 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-16 23:18:49 +00:00
Adam Amstrong
5dbfd5c855 remove shutdown sessions from alerted bgp session list
git-svn-id: http://www.observium.org/svn/observer/trunk@2872 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-16 17:34:28 +00:00
Adam Amstrong
726df0ca5f fixes to BGP global page
git-svn-id: http://www.observium.org/svn/observer/trunk@2871 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-16 16:43:11 +00:00
Tom Laermans
1265179450 only put separator bar under vrf/ospf if you have bgp devices, too
git-svn-id: http://www.observium.org/svn/observer/trunk@2865 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-15 20:59:40 +00:00
Adam Amstrong
2c21b7f734 add entity-physical back to poller module list (duh!)
git-svn-id: http://www.observium.org/svn/observer/trunk@2855 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-03 18:37:00 +00:00
Adam Amstrong
4a7fe31add typo tmp -> temp
git-svn-id: http://www.observium.org/svn/observer/trunk@2850 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-25 05:51:12 +00:00
Tom Laermans
f48aeb05d9 only show device types we know of in our database
git-svn-id: http://www.observium.org/svn/observer/trunk@2840 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-19 10:35:27 +00:00
Adam Amstrong
c8568e421f requets and hit/miss stats for netscaler
git-svn-id: http://www.observium.org/svn/observer/trunk@2829 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-18 09:55:41 +00:00
Adam Amstrong
fd8d9a8c1b updated netscaler mib. netscaler vserver poller. netscaler vserver subtab in routing.
git-svn-id: http://www.observium.org/svn/observer/trunk@2826 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-18 08:12:37 +00:00
Adam Amstrong
924a4beb01 netscaler sensors
git-svn-id: http://www.observium.org/svn/observer/trunk@2823 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-17 15:58:34 +00:00
Adam Amstrong
21f1665ffe ucfirst -> ucwords. multiply bytes by 8.
git-svn-id: http://www.observium.org/svn/observer/trunk@2821 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-17 13:48:07 +00:00
Adam Amstrong
82e878fd48 netscaler tcp stats poller and three graph definitions
git-svn-id: http://www.observium.org/svn/observer/trunk@2819 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-17 13:37:52 +00:00
Adam Amstrong
f22f4b12a6 acsw change, and improve debugging for rrdtool graphing
git-svn-id: http://www.observium.org/svn/observer/trunk@2816 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-12 12:51:21 +00:00
Adam Amstrong
b15ac997f8 Cisco ACE support thanks to wez_db
git-svn-id: http://www.observium.org/svn/observer/trunk@2814 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-12 11:09:45 +00:00
Tom Laermans
607ec8a398 Add PanOS and ArubaOS support, patch by vendis / Christer.
git-svn-id: http://www.observium.org/svn/observer/trunk@2806 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-02 15:56:00 +00:00
Adam Amstrong
910bfe476c fortigate_sessions
git-svn-id: http://www.observium.org/svn/observer/trunk@2802 61d68cd4-352d-0410-923a-c4978735b2b8
2011-12-20 11:47:19 +00:00
Adam Amstrong
1511ca3479 ports page popup on "dot1Q" showing vlans and vlan status. (i rock, right? fuck yeah i do!)
git-svn-id: http://www.observium.org/svn/observer/trunk@2789 61d68cd4-352d-0410-923a-c4978735b2b8
2011-12-15 23:32:06 +00:00
Adam Amstrong
00b22a54a5 improved vlan display
git-svn-id: http://www.observium.org/svn/observer/trunk@2787 61d68cd4-352d-0410-923a-c4978735b2b8
2011-12-15 23:14:50 +00:00
Adam Amstrong
378261360c watchguard firebox detection and cpu support
git-svn-id: http://www.observium.org/svn/observer/trunk@2782 61d68cd4-352d-0410-923a-c4978735b2b8
2011-12-14 22:04:56 +00:00
Adam Amstrong
8cf5ae5c75 dirty bitch moron files
git-svn-id: http://www.observium.org/svn/observer/trunk@2780 61d68cd4-352d-0410-923a-c4978735b2b8
2011-12-14 10:54:35 +00:00
Adam Amstrong
e5193b6d48 dBm graph.
git-svn-id: http://www.observium.org/svn/observer/trunk@2776 61d68cd4-352d-0410-923a-c4978735b2b8
2011-12-12 16:21:30 +00:00
Adam Amstrong
d0cee15757 billing fixes and improvements
git-svn-id: http://www.observium.org/svn/observer/trunk@2764 61d68cd4-352d-0410-923a-c4978735b2b8
2011-12-07 13:52:46 +00:00
Adam Amstrong
38f95ce512 fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@2762 61d68cd4-352d-0410-923a-c4978735b2b8
2011-12-06 23:02:31 +00:00
Adam Amstrong
a1e96f708f billing rewrite (disabling svn after)
git-svn-id: http://www.observium.org/svn/observer/trunk@2758 61d68cd4-352d-0410-923a-c4978735b2b8
2011-12-06 22:17:37 +00:00
Adam Amstrong
4c497337c2 fix application auth on per-device basis
git-svn-id: http://www.observium.org/svn/observer/trunk@2751 61d68cd4-352d-0410-923a-c4978735b2b8
2011-12-02 13:57:13 +00:00