1636 Commits

Author SHA1 Message Date
c704553fa6 Merge pull request #204 from laf/issue-laf-28
Updated daily schedule to remove old syslog and eventlog entries
2014-03-29 09:22:41 +10:00
c5c9da955d Corrected comment character 2014-03-28 13:05:39 -04:00
b2bc7b8db8 Shorthost should return full IP addresses
Using filter_var to simply return the hostname if it is an IP address.
2014-03-28 13:04:44 -04:00
d81d5328ea Merge pull request #201 from laf/issue-laf-27
Added Windows 2012 polling support
2014-03-25 23:18:33 +10:00
a4deb6b116 Merge pull request #200 from toyowheelin/issue-199
This commit fixes issue #199
2014-03-25 23:18:05 +10:00
7b33275200 Merge pull request #198 from toyowheelin/issue-197
This addresses issues-197. Thanks to lafwood for debugging this for me.
2014-03-25 23:12:14 +10:00
laf
630023aef3 Updated dail schedule to remove old syslog and eventlog entries 2014-03-18 14:13:27 +00:00
laf
469124f0a9 Added Windows 2012 polling support 2014-03-16 20:54:49 +00:00
4ea56539f2 This commit fixes issue #199 2014-03-16 13:27:07 -07:00
dfa99d6206 This addresses issues-197. Thanks to lafwood for debugging this for me. 2014-03-16 07:20:13 -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
laf
8b408fce8d Changed $observium_* to new names that are more generic 2014-03-09 14:51:42 +00:00
f0o
34f2196d1a New and Awesome IRC-Bot! 2014-03-07 22:33:00 +01:00
f0o
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
f0o
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
laf
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
laf
6395db8dae Ports set to be ignored will now be ignored for threshold alerts 2014-02-25 14:22:02 +00:00
laf
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
laf
26bbb4f14a Removed old variables from defaults.inc.php 2014-02-23 12:16:06 +00:00
laf
3fbd56b190 Top X boxes can now be switched off 2014-02-23 12:10:37 +00:00
laf
005504ae6d Updated session / cookie support 2014-02-03 22:39:37 +00:00
laf
fd161cecde Created a console ui to show logs and devices/ports 2014-01-28 07:35:05 +00:00
laf
c422f29fb4 Moved some variables from defaults.inc.php to definitions.inc.php 2014-01-16 11:21:22 +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
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
laf
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