3522 Commits

Author SHA1 Message Date
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
Tyler Christiansen
9effac039f update install instructions for poller-wrapper 2013-12-18 03:36:47 +10:00
Tyler Christiansen
42f6d3732d Change crontab to use poller-wrapper by default 2013-12-18 03:36:47 +10:00
Tyler Christiansen
ef690cac7b add appropriate line 2013-12-18 03:36:12 +10:00
Tyler Christiansen
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
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
70dac0c128 Fix branding on poller-wrapper 2013-11-26 06:35:55 +10:00
Paul Gear
bd0be32357 Load defaults in wrapper 2013-11-26 06:33:33 +10:00
Paul Gear
ed532cca99 Replace poller-wrapper with exact version from https://github.com/Atrato/observium-poller-wrapper 2013-11-26 06:30:31 +10:00
Paul Gear
0a51167fe6 Merge branch 'master' into devel
Conflicts:
	includes/defaults.inc.php
2013-11-19 21:31:23 +10:00
Paul Gear
afd00f8f3c Alternative fix for graph.php debug failing 2013-11-19 21:00:33 +10:00