Commit Graph

2136 Commits

Author SHA1 Message Date
Mike Rostermund
3807ec9811 Fix for broken <i> tag. (#5560) 2017-01-23 20:22:45 +00:00
FTBZ
a0f5fe4f37 feature: Added basic recurring maintenance for alerts #4480 2017-01-22 18:00:15 +00:00
Neil Lathwood
32da1bceea fix: Changing device type now is persistant (#5529) 2017-01-22 09:49:13 +00:00
Richard Mayhew
47397d0083 webui: Updated icons to use Font Awesome (#5468) 2017-01-21 11:24:05 +00:00
crcro
a9a02a0f80 feature: Added exim-stats to applications #5008 2017-01-20 08:47:13 +00:00
Aaron Daniels
de45d8d6b4 newdevice: Added loadbalancer information from F5 LTM (#5205) 2017-01-19 08:19:11 +00:00
Neil Lathwood
22b74ec363 webui: Update add/edit user page to use their instead of his #5457 (#5460) 2017-01-16 11:11:37 +00:00
Tony Murray
20dbda0829 Update os icon the handling. Add title to the os image (#5424) 2017-01-14 22:14:33 +00:00
Neil Lathwood
d5296319fb refactor: MySQL strict and query fixes (#5338)
* refactor: MySQL strict and query fixes

* moved sql file
2017-01-13 06:47:16 -06:00
David Bell
5052395c1f Correct oxidized search (#5379) 2017-01-10 14:46:20 +00:00
Rob Nichols
f98829ba9d fix: Added support for autotls in mail transport #5314 2017-01-10 10:03:47 +00:00
Søren Rosiak
92aab1608d feature: Oxidized basic config search (#5333) 2017-01-09 19:09:02 +00:00
Tony Murray
b3f6218359 fix: os type and group not being set (#5357) 2017-01-09 08:16:09 +00:00
Neil Lathwood
36e1cc82f6 webui: Disabled editing device notes for non-admin users (#5341) 2017-01-08 15:05:37 +02:00
Neil Lathwood
1e655c4e03 fix services mysql query to get distinct devices (#5344) 2017-01-08 09:33:33 +00:00
Neil Lathwood
da5783d917 feature: Add mysql failed query logging + fixed queries that break ONLY_FULL_GROUP_BY (#5327)
* feature: Add mysql failed query logging + fixed queries that break ONLY_FULL_GROUP_BY

* fix all schema errors and update system
2017-01-07 11:32:38 -06:00
Neil Lathwood
5e349685b3 newdevice: APC in-row coolers 2017-01-07 02:09:41 +02:00
Neil Lathwood
7f5c555ba5 refactor: Move mib based polling into yaml config files (#5234)
* refactor: More mib based polling into yaml config files

* doc update

* Update MIB-based-polling.md
2017-01-03 11:12:39 -06:00
Søren Rosiak
cdef7885aa webui: Small Best Practice Fixes 2017-01-02 00:03:23 +00:00
Tony Murray
e20a242785 refactor: use Composer to manage php dependencies (#5216) 2017-01-01 09:37:15 +00:00
Søren Rosiak
17f5cfef90 Revert "F5 LTM" (#5199) 2016-12-20 09:30:49 +00:00
Aaron Daniels
efa0747564 newdevice: Added additional support for F5 BigIP LTM objects 2016-12-19 19:50:44 +00:00
Neil Lathwood
e7d0d1dd7d fix: Fix state_indexes for state overview sensors (#5191) 2016-12-18 21:55:25 +02:00
Neil Lathwood
355c7407aa fix: Changed sql query for state sensors on device overview page to ignore null sensor_id (#5180) 2016-12-16 08:26:12 -06:00
Neil Lathwood
432f6e5276 docs: Removed mailing list in various places + small improvements to docs (#5154) 2016-12-12 12:51:10 -06:00
Neil Lathwood
9b9c10e204 fix: Cleanup printing ifAlias (#4874) 2016-12-12 14:25:48 +00:00
Neil Lathwood
f0fefcfe4f bug: fix editing device no longer attempts renaming if name not changed #5123 (#5125) 2016-12-07 22:16:05 -06:00
Neil Lathwood
9d5fd2b4cf webui: standardised all rowCount parameters for tables (#5067) 2016-11-26 20:57:12 +00:00
Tony Murray
48b0e53a54 fix: use password type for SMTP Auth #5051 2016-11-24 08:55:34 +00:00
Tony Murray
6708c7cb81 fix: eventlog type variable collision (#5046) 2016-11-22 14:27:16 +00:00
Tony Murray
bbf05feb90 webui: add link to recently added device (#5032) 2016-11-21 18:12:10 +00:00
Neil Lathwood
2bf496b0b1 webui: Do not show Config tab for devices set to be excluded from oxidized #4592 (#5029) 2016-11-21 06:45:24 +00:00
Neil Lathwood
3735f94e20 webui: Added support for removing pagerduty config in the webui (#5004) 2016-11-20 20:03:13 -06:00
Tony Murray
a83e126b40 refactor: Remove inappropriate usages of truncate() (#5028)
Where truncate() is used as substr(), replace with substr()
2016-11-20 11:12:25 +00:00
Søren Rosiak
9fb02bbcd3 feature: Add Microsoft Teams Alert Transport (#5023) 2016-11-19 14:49:18 +00:00
Neil Lathwood
25d67c6d79 fix: links on devices graphs page to take users straight to specific graph page (#5001)
* fix: Correct links to devices graphs #4928

* remove commented out link
2016-11-15 21:32:43 -06:00
Neil Lathwood
085e7537d8 fix: Merge pull request #4939 from laf/issue-4937
* fix: If all dashboards are deleted, create a default #4937

* Remove debug statement
2016-11-14 21:54:12 -06:00
Vitali Kari
8841eece94 feature: Adds support for enabling / disabling modules per OS (#4963)
* fixes #4946
first try, should be checked first
only discovery first

* add OS modules status indication

* add debug output
add os poller module support

* fix some whitespaces

* fix missing semicolon

* fix some whitespaces

* Modify the modules page

It now shows unset for unset device settings.
Also, `$os_module_status = $config['os'][$device['os']]['poller_modules'][$module];` doesn't work like you would expect. Fix that behavior.

* Fix mangled tabs

* optimize debug output
add docs

* text highlighting

* Streamline docs #1
* Update docs
* Spell out Global, OS, Device.
2016-11-13 13:46:05 -06:00
jonathon-k
0955d0271e webui: Allow admin users to modify hostnames in web UI #3445 2016-11-13 00:19:22 +00:00
Neil Lathwood
d5b20dbd1f webui: Added support for skipping snmp check on edit snmp page for devices (#4896) 2016-11-01 17:58:55 +00:00
jonathon-k
a251e81be5 fix: Remove escape characters for services form / display #4891 2016-11-01 17:20:12 +00:00
NetworkNub
e5d248ea8a fix missing config entries on global settings page 2016-10-25 14:10:33 -04:00
Neil Lathwood
c182cb0728 webui: Allow users to set their default dashboard from preferences page 2016-10-22 17:06:52 +01:00
laf
d32bdd8021 refactored some code 2016-10-22 15:51:20 +00:00
Søren Rosiak
23da8be9c3 feature: Add osTicket Alert Transport (#4791) 2016-10-20 19:31:30 +01:00
Jonathon Koyle
adc08b3039 style fixes 2016-10-19 16:03:51 -06:00
Jonathon Koyle
7cc9feb0f8 Allow regular users to set their own default dashboard from the preferences page 2016-10-19 15:44:26 -06:00
crcro
5569884f7f webui: Updated devices view (#4700) 2016-10-16 15:58:48 +01:00
Neil Lathwood
a2f2ccfd2c security: Fix some reported security issues (#4807) 2016-10-15 20:45:18 +01:00
Tony Murray
7cda0b39a7 webui: Disable page refresh on the search pages. Users can manually hit the refresh on the grid. (#4787) 2016-10-13 20:59:06 +01:00