Commit Graph
2168 Commits
Author SHA1 Message Date
Neil Lathwood e09f5c552c Merge pull request #3800 from murrant/rrd-create-remote
RRD Cleanup: centralize rrd_exists check, utilize data_update() and rrd_name()
2016-08-10 18:44:45 +01:00
crcro a296a27adf duplicate description field when area was used 2016-08-10 04:28:08 +03:00
Tony Murray 21ad9c2a8b generic_v3_multiline: extra colin breaks the graph 2016-08-09 14:03:16 -05:00
Neil Lathwood d0d84503f1 Merge pull request #3994 from florianbeer/debug
Debug
2016-08-09 10:13:54 +01:00
Tony Murray 1182cb3f6d One more lint error 2016-08-08 22:46:58 -05:00
Tony Murray aa859fe5c4 Fix php lint error 2016-08-08 20:33:41 -05:00
Tony Murray 68303a96da Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-08-08 20:23:15 -05:00
Tony Murray 322b79f717 Merge remote-tracking branch 'upstream/master' into exceptions 2016-08-08 15:43:47 -05:00
Tony Murray c97ef9651e Merge pull request #3989 from crcro/apps-fix
fixes for general apps page
2016-08-08 15:04:58 -05:00
laf ec4535dae7 Added php lint checking for travis 2016-08-08 19:53:04 +01:00
Tony Murray f3fc6f2906 Use Exceptions
Use exceptions for addHost()
Gets rid of silly mixed return and only returns the device_id.  Throwing an exception if we run into any issues.
Slightly modifies api add host output again to include device_id
2016-08-07 12:16:40 -05:00
Florian Beer 22ef18793b Fix: Use of undefined constant yes - assumed 'yes' 2016-08-07 15:39:03 +02:00
Tony Murray ead28f6acd Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-08-07 08:22:32 -05:00
crcro a2e7726cd0 fixes for general apps page 2016-08-07 06:24:34 +03:00
Neil Lathwood d68949b724 Merge pull request #3971 from florianbeer/syslog
Syslog page updates
2016-08-05 22:11:41 +01:00
Tony Murray d489554121 Merge pull request #3963 from crcro/nfs-v3-stats-fix
nfs-v3-stats fixes
2016-08-05 13:32:45 -05:00
crcro 16f123451d fix indentation in functions.inc.php 2016-08-05 17:11:01 +03:00
Florian Beer adafda7773 Update syslog page
Brings Syslog page HTML in line with Eventlog page.
2016-08-05 14:30:06 +02:00
crcro 1476650740 app-dhcp-stats initial release 2016-08-05 14:46:29 +03:00
Florian Beer a7a8c55eb5 Add filter by priority to syslog 2016-08-05 13:34:23 +02:00
crcro 055ea768fc fix files names/layout for app page display 2016-08-04 21:59:26 +03:00
Tony Murray ccf5b993b5 Use nicecase on device apps page
Add powerdns-recursor
Indentation
2016-08-04 13:24:59 -05:00
Neil Lathwood 507d70641a Merge pull request #3929 from murrant/discovery-events
addHost: Reduce discovery event logs of existing devices and adds better error messages when adding hosts
2016-08-03 21:28:14 +01:00
crcro a6e72dbbe6 fix: forgot about the nicecase 2016-08-02 18:50:19 +03:00
crcro 7dfc4db15a app-os-updates initial release 2016-08-02 18:42:31 +03:00
Tony Murray 66bed276c2 Reconstruct addHost() so it is easier to understand
Update addHost() to return either device_id or a string
modify print_error(), print_message() to allow for $quiet variable
Only call addHost() once in addhost.php, if the snmp version isn't set, addHost will cope
Fix up snmp-scan.php and discovery-protocols.inc.php to detect when a device already exists
change in ip_exists() to make it more readable
2016-08-02 00:31:27 -05:00
Tony Murray 97daf3dd54 Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-08-01 10:18:28 -05:00
Ahmed Sajid 081d64895b Removed newline from graph rrd_option
This new line was causing Error Drawing Graph.

Tested on Infoblox 7.3.4
2016-07-28 17:14:19 -04:00
Tony Murray 2c98fd7426 Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-07-26 19:29:11 -05:00
Neil Lathwood 57499c456f Merge pull request #3869 from murrant/app-pdns-recursor
New App: Powerdns Recursor
2016-07-26 20:51:19 +01:00
Neil Lathwood 047c5f5b7f Merge pull request #3857 from jaroug/issue-3856
Fix NFSen tab not showing
2016-07-26 20:34:12 +01:00
Neil Lathwood 42a8c27237 Merge pull request #3821 from adaniels21487/issue-3272-1
Component Update - Status
2016-07-25 20:13:25 +01:00
Tony Murray 465139d458 Merge remote-tracking branch 'upstream/master' into app-pdns-recursor 2016-07-23 23:44:20 -05:00
crcro dd6b558077 fixed wrong graph template used 2016-07-23 17:26:42 +03:00
crcro 8ef99b6085 Revert "app-os-updates"
This reverts commit cfc4a03c0e.
2016-07-23 17:14:36 +03:00
crcro cfc4a03c0e app-os-updates
Fixed wrong graph template used
2016-07-23 17:01:57 +03:00
Tony Murray 94467671b3 New App: Powerdns Recursor
Polling must have access to stats for the device, port 8082 (Agent file could be added to avoid that)

**Graphs:**
Questions
Answers
Cache Performance
Cache Size
Outbound Queries

**Graph changes**
generic_multi:print_total added, allow per-dataset colors, document variables
generic_multi_line: allow per-dataset colors, document variables
2016-07-22 14:29:29 -05:00
jaroug 78170213d2 fix: strstr won't return anything if nfsensuffix is empty 2016-07-20 12:49:38 +02:00
jaroug 87eb2a6d5f fix: wrong variable used 2016-07-20 12:45:48 +02:00
crcro ff5b6c9a2b app: nfs-v3-stats
Rewrite of the original nfs-stats app.
Includes more stats, nicer graphs, no more nfsstats bin requirement.
2016-07-20 02:14:30 +03:00
Tony Murray 1f5cfe283e Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-07-18 15:58:56 -05:00
Søren Rosiak c9a4e9daa1 Merge pull request #3817 from laf/issue-3738 2016-07-18 22:07:41 +02:00
Neil Lathwood 7d1a94af7d Merge pull request #3842 from adaniels21487/issue-3841
Cisco-CBQOS - more colours, graph single class
2016-07-18 20:16:18 +01:00
Aaron Daniels 6f6b18cbc9 - Add the ability to only graph a single class map
- Add links to the classes on the policy selector.
2016-07-15 07:03:08 +10:00
Aaron Daniels 9826e0915a - Added more colours to the array and added better debugging. 2016-07-14 17:46:50 +10:00
deepseth 3e6de4fbdc Poller perf graph now displays MIN too
Was previously showing AVERAGE where MIN was expected
2016-07-12 17:37:07 +01:00
Aaron Daniels 52455e1128 Component Update - Status
- Align the component status field with the Nagios standard
  0=ok, 1=warning, 2=critical
- Modify existing modules to report these status' (Cisco-OTV)
- Add/Modify Alerting Macros to use these status'
- Add the a component status widget
- update edit page to report these status'
2016-07-11 16:51:01 +10:00
Søren Rosiak 53a4e0385c Merge pull request #3726 from laf/api-arp 2016-07-10 22:08:21 +02:00
Tony Murray f4a1e2798a Merge pull request #3758 from laf/macros-templates
Added more macros and alert templates
2016-07-09 21:20:49 -05:00
laf a6723d954a Added forced refresh for generic images widget 2016-07-10 00:42:33 +01:00