4ea56539f2
This commit fixes issue #199
2014-03-16 13:27:07 -07:00
c89eec224c
Merge pull request #186 from toyowheelin/issue-185
...
Add CPU graph & total bandwidth for Engenius devices
2014-03-14 10:07:46 +10:00
de52c06498
Merge pull request #182 from toyowheelin/issue-177
...
Re-do of pfsense commit
2014-03-14 10:05:57 +10:00
0f153e9fc6
Merge pull request #176 from laf/issue-175
...
Changed $observium_* to new names that are more generic
2014-03-14 09:52:13 +10:00
4d516bd290
Revert manual name to branded name
2014-03-14 09:13:11 +10:00
e6cb797986
Merge pull request #171 from f0o/ircbot
...
New and Awesome IRC-Bot!
2014-03-14 09:10:36 +10:00
44ef56c26e
Fix Scrutinizer issue
...
- "The variable $names does not seem to be defined for all execution paths leading up to this point."
2014-03-14 09:08:32 +10:00
dbd897fdd3
Merge pull request #170 from f0o/send_mail
...
Added generic 'send_mail()' Function
2014-03-14 08:05:10 +10:00
73ac4690f5
Merge pull request #169 from f0o/phpmailer
...
Upgrade of PHPMailer; rationale: "toyo had difficulties with loging in into GMail with the old version I think"
2014-03-14 08:02:52 +10:00
f7ae7c4ed6
Fixes issue #185
2014-03-10 13:48:25 -07:00
e8ba4bf975
Re-do of pfsense commit
2014-03-10 03:18:56 -07:00
8b408fce8d
Changed $observium_* to new names that are more generic
2014-03-09 14:51:42 +00:00
34f2196d1a
New and Awesome IRC-Bot!
2014-03-07 22:33:00 +01:00
e546c6ccf1
Added generic 'send_mail()' Function
...
`send_mail( (string|parse_email array) $emails, (string) $subject, (string) $message, (boolean) $html=false) ? boolean`
2014-03-07 22:30:07 +01:00
1ffcc3a940
Upgrade of PHPMailer
2014-03-07 22:21:22 +01:00
aedf02a2fe
Update defaults.inc.php
2014-03-07 07:23:07 -08:00
397f4fec46
Update print_error to uses alert alert-danger bootstrap alert
2014-03-02 21:12:34 +00:00
18d3607ccf
Merge pull request #72 from laf/console-ui
...
Created a console ui to show logs and devices/ports
2014-02-27 22:11:13 -08:00
997dc3dad3
Merge pull request #101 from laf/issue-69
...
Updated mysql auth to use PHPass
2014-02-26 11:55:07 +10:00
6395db8dae
Ports set to be ignored will now be ignored for threshold alerts
2014-02-25 14:22:02 +00:00
97131bb89b
Updated console-ui.php to use new include file for data
2014-02-23 18:23:52 +00:00
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
e63a5c15ab
Merge pull request #66 from laf/issue-65
...
Moved some variables from defaults.inc.php to definitions.inc.php
2014-02-23 22:19:35 +10:00
26bbb4f14a
Removed old variables from defaults.inc.php
2014-02-23 12:16:06 +00:00
3fbd56b190
Top X boxes can now be switched off
2014-02-23 12:10:37 +00:00
005504ae6d
Updated session / cookie support
2014-02-03 22:39:37 +00:00
fd161cecde
Created a console ui to show logs and devices/ports
2014-01-28 07:35:05 +00:00
c422f29fb4
Moved some variables from defaults.inc.php to definitions.inc.php
2014-01-16 11:21:22 +00:00
fc7404a3c4
Updates bringing forms / tables inline with Bootstrap v3, also adds Global search box
2014-01-13 10:08:59 +00:00
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
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
2cb24743fb
Added arp discovered device name and ip to eventlog
2014-01-09 10:34:39 +00:00
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
a0979e85cd
Tidy up formatting; proof-of-concept right side box
2013-11-19 08:57:43 +10:00
438aa30bd9
Tidy about page
...
- Restore previous Apache/PHP/MySQL/RRDtool versions
- Reorder and clean up headers
- Turn off ugly page generation stats by default
2013-11-05 10:23:15 +10:00
553cc63892
Merge branch 'master' into devel
2013-11-05 09:34:29 +10:00
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
ab5feaee2f
add framework for new cron features; add ability to update librenms daily
2013-11-03 22:16:01 -08:00
c1f8a5c2ae
Really really fix ARP discovery:
...
- Observium current humanize_port -> ifLabel
- Another reference to ip_address
2013-11-02 16:42:05 +10:00
f4cf950a6e
Really fix column names for ARP discovery
2013-11-02 16:38:47 +10:00
9fa809d784
Fix ARP discovery for current DB structure
2013-11-02 16:31:49 +10:00
9b818bea0d
Merge branch 'master' into devel
2013-10-29 21:06:38 +10:00
a33db38f02
Remove remaining live references to observium.org
2013-10-29 21:06:32 +10:00
4b1d536501
prevent 'ET phone home'
...
for now, simply commenting out the $dataHandle variable will prevent LibreNMS from sending stats.
2013-10-28 22:01:43 -07:00
2924040429
Merge branch 'master' into devel
2013-10-29 08:08:36 +10:00
7603d2074b
Remove Observium images
2013-10-29 08:08:23 +10:00
510c2b0fc4
Add ARP discovery patch (untested)
2013-10-28 15:55:57 +10:00
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
1de9e32d90
fix mac accounting
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3249 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-29 11:25:25 +00:00
1d4b392876
push more state to memcached fix sensors poller to not retry all temperature sensors where return >9000 5 times (lmsensors returns milliC, so 30000 for 30C)
...
git-svn-id: http://www.observium.org/svn/observer/trunk@3244 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 18:35:17 +00:00