Commit Graph
3432 Commits
Author SHA1 Message Date
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
Tyler Christiansen 4168059ce8 fix wes's twitter handle 2014-01-25 13:52:57 -08:00
Tyler Christiansen 13f54fc2d6 Merge branch 'master' of github.com:librenms/librenms 2014-01-24 19:45:44 -08:00
Tyler Christiansen 108a22b889 add development documentation 2014-01-24 19:44:21 -08:00
Tyler Christiansen 4a95ae0777 update readme for devel instructions 2014-01-24 19:40:38 -08:00
Tyler Christiansen 9d7e2337fa add scripted version of dev deploy instructions by wes 2014-01-24 19:38:02 -08:00
Tyler Christiansen 3d35c805ed add scripted version of dev deploy instructions by wes 2014-01-24 19:37:48 -08:00
Tyler Christiansen a86e2a0c80 Merge pull request #64 from laf/issue-63
Merge PR #63 to clean up structure and remove unnecessary files.
2014-01-21 21:50:02 -08:00
Tyler Christiansen 34aed05c8d Merge pull request #70 from f0o/master
Merge PR #70 from @f0o to add ifAlias parsing on monitored servers
2014-01-19 14:53:14 -08:00
f0o d1c7f00bed Added wiki page.
as discussed in #70
2014-01-19 13:52:34 +01:00
f0o f38b1938ad Seemingly bug-free and free (as in freedom) version of Observium's ifAlias snmp extension. 2014-01-18 14:53:15 +01:00
laf 2b647013af Fixed title_image from the config.php 2014-01-14 19:40:59 +00:00
laf d4e65672fe Updated README.md to remove tcpdf 2014-01-14 19:26:31 +00:00
laf 2a3fb39b60 Removing tcpdf and also license from conflict list 2014-01-14 18:55:11 +00:00
laf 8f15151e9f Moved some files to contrib/ and removed generate-map.sh 2014-01-14 17:36:52 +00:00
laf 87c343e3cd Removed contrib/ folder 2014-01-14 16:27:12 +00:00
laf 2b1828b8b9 Remove folder attic/ 2014-01-14 16:22:27 +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 e3f23a1009 Updated / Added JS and CSS files needed for new design. Updated README.md to include qTip and jqPlot license exceptions 2014-01-13 08:29:35 +00:00
Paul Gear 776e4a0d6a Merge pull request #54 from laf/issue-20
Added arp discovered device name and ip to eventlog
2014-01-12 14:37:33 -08:00
Paul Gear 2433560e96 Merge pull request #57 from paravoid/master
process_syslog: remove debugging statements
2014-01-12 14:31:32 -08:00
Faidon Liambotis af1e82ddbb process_syslog: remove debugging statements
Currently, filtered syslog messages (via syslog_filter) are spewed into
stdout (unlike unfiltered ones), presumably for debugging. When
syslog.php has been invoked from rsyslog, writing to stdout results in
an EPIPE which is unhandled and hence syslog.php dies. Remove them, as
they're completely redundant and of dubious gains to debugging.
2014-01-11 17:34:45 +02:00
Tyler Christiansen af591a1547 Merge pull request #55 from laf/issue-48
Merge laf's update to move the location redirect
2014-01-10 20:37:47 -08:00
Tyler Christiansen b099b21034 Merge pull request #53 from laf/issue-44
Merge laf's update to include device deletion confirmation.
2014-01-10 20:17:41 -08:00
laf b10ae234ac Moved the header call to after setcookie, also added an exit statement. 2014-01-09 10:41:40 +00:00
laf 2cb24743fb Added arp discovered device name and ip to eventlog 2014-01-09 10:34:39 +00:00
Paul Gear 25368ccd34 Merge pull request #37 from laf/issue-35
Avoid PHP warnings in logs
2013-12-17 09:52:52 -08:00
Paul Gear 12f4a34a47 Merge branch 'wrapper' of github.com:librenms/librenms into wrapper 2013-12-18 03:48:36 +10:00
Paul Gear 1af146e39b Fix branding on poller-wrapper 2013-12-18 03:36:47 +10:00
Paul Gear 3306768e2d Load defaults in wrapper 2013-12-18 03:36:47 +10:00
Paul Gear 58620f5a9d Replace poller-wrapper with exact version from https://github.com/Atrato/observium-poller-wrapper 2013-12-18 03:36:47 +10:00
Tyler ChristiansenandPaul Gear 9effac039f update install instructions for poller-wrapper 2013-12-18 03:36:47 +10:00
Tyler ChristiansenandPaul Gear 42f6d3732d Change crontab to use poller-wrapper by default 2013-12-18 03:36:47 +10:00
Tyler ChristiansenandPaul Gear ef690cac7b add appropriate line 2013-12-18 03:36:12 +10:00
Tyler ChristiansenandPaul Gear b403921398 add poller-wrapper 2013-12-18 03:35:52 +10:00
laf 9cd95cd52a Updated the device delete page so that confirmation is requested. 2013-12-10 03:19:42 +00:00
laf c32a1973d1 Update ajax_listports.php
Now checks if _GET['debug'] isset to avoid php warnings in logs
2013-12-08 10:52:18 +00:00
Paul Gear 04ceb53be6 Merge pull request #33 from laf/issue-32
Issue 32
2013-12-07 13:10:53 -08:00
laf 08d6087d60 Fixed detail/basic view code so this now runs correctly
Added || $subformat == "basic" to if statement that checked for just details view before.
2013-12-05 22:24:58 +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
laf 5cce6fd773 Update INSTALL_RHEL.md 2013-12-05 12:12:02 +00:00
laf 94eb372945 $subformat was being set rather than checked in if statement
Line 266, changed = to == so the if statement works.
2013-12-05 11:47:19 +00:00
Tyler Christiansen 693172f93d Merge pull request #31 from laf/patch-1
Update INSTALL_RHEL.md
2013-12-04 18:42:22 -08:00
laf 628e3f35c2 Update INSTALL_RHEL.md
Corrected path to http config file:

/etc/httpd/conf.d/librenms.conf
2013-12-05 00:09:20 +00:00
Paul Gear ab23cbe144 Tidy top 10 displays 2013-11-26 15:32:53 +10:00
Paul Gear 8d63a2d368 Slow down front page box scroll 2013-11-26 14:38:07 +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