Commit Graph
3425 Commits
Author SHA1 Message Date
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 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
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
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