Commit Graph

3498 Commits

Author SHA1 Message Date
Tyler Christiansen
c473b545e7 Merge pull request #83 from laf/issue-82
Added bootstrap3 fonts
2014-02-14 11:02:27 -08:00
Tyler Christiansen
f1c4bfa27a Merge pull request #78 from laf/issue-77
Updated login page design
2014-02-14 11:02:09 -08:00
Paul Gear
df943b8d1f Merge pull request #89 from laf/issue-84
chmod +x on poller-wrapper.py
2014-02-14 18:12:46 +10:00
laf
b5f9008d38 Fixed SQL queries for the top status box on homepage 2014-02-14 07:53:35 +00:00
laf
3aa4c8b8fc chmod +x on poller-wrapper.py 2014-02-14 07:31:26 +00:00
laf
89c15af57a Added bootstrap3 fonts 2014-02-09 20:59:33 +00:00
Paul Gear
b8b865d03f Merge pull request #81 from laf/issue-80
Changed top X boxes to fade rather than scroll
2014-02-06 08:58:55 +10:00
laf
d9194a12b8 Changed top X boxes to fade rather than scroll 2014-02-05 22:33:33 +00:00
laf
15d1d82ba2 Updated login page design 2014-02-04 09:35:40 +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
ad34b77b35 Merge pull request #74 from laf/issue-42
Added documentation to enable billing module
2014-02-02 15:05:48 -08:00
laf
fbc9178d1d New web based installer to simplify installation install.php will now redirect and exit if config.php exists
Updated install docs
2014-02-02 15:05:29 +00:00
laf
9792b9434d Added documentation to enable billing module 2014-01-28 20:44:04 +00:00
laf
07d4e5d81f Change <title> to use page_title_suffix as the fall back if nothing is set 2014-01-28 14:59:15 +00:00
laf
fd161cecde Created a console ui to show logs and devices/ports 2014-01-28 07:35:05 +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
c422f29fb4 Moved some variables from defaults.inc.php to definitions.inc.php 2014-01-16 11:21:22 +00: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
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
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