17573 Commits

Author SHA1 Message Date
artica
b572cf650c Auto-updated build strings. 2015-07-24 00:01:10 +02:00
artica
48215f3dfa Auto-updated build strings. 2015-07-23 00:01:13 +02:00
mdtrooper
247f14aef9 Fixed the report item SLA with some configurations. 2015-07-22 16:50:52 +02:00
m-lopez-f
0bbd4ba18f Fixed error to access when download mibs. Tiquet: #2523 2015-07-22 13:30:45 +02:00
m-lopez-f
a316419afa Add new options when render proc is active. Tiquet: #2503 2015-07-22 11:49:00 +02:00
m-lopez-f
da80a1ad82 Fixed creation hbar, not show all legend. Tiquet: #2498 2015-07-22 10:33:49 +02:00
artica
b75940bfe8 Auto-updated build strings. 2015-07-22 00:01:40 +02:00
mdtrooper
9bc9e6f729 Fixed the availability item report. TICKET: #2423 2015-07-21 18:50:57 +02:00
m-lopez-f
3e7264a470 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-07-21 13:26:21 +02:00
m-lopez-f
6b6f18a695 When user hace acl's and tags dont see data in tree view, its fixed. Tiquet:#2508 2015-07-21 13:26:07 +02:00
mdtrooper
a4b5f8607f Added feature. The report items SLA, Availaibily and General do not show the not init modules. TICKET: #2510 2015-07-21 13:10:44 +02:00
mdtrooper
a8162a1876 Added function 'modules_is_not_init' 2015-07-21 13:06:22 +02:00
mdtrooper
1b766d9e3e Fixed PHP warnings. 2015-07-21 12:02:33 +02:00
m-lopez-f
0ef4510990 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-07-21 11:01:24 +02:00
m-lopez-f
7ecbd7cfed Fixed error when user hace strict_user and acl's permisions and tags. Tiquet: #2508 2015-07-21 11:01:01 +02:00
mdtrooper
f1ada9076e Added a filter 'normal & critical' in severity into events. 2015-07-21 10:40:29 +02:00
m-lopez-f
f2181d66d7 Fixed problems with visual console. Tiquets: #2465,#2483,#2482,#2486 2015-07-21 08:41:26 +02:00
artica
6113be2fde Auto-updated build strings. 2015-07-21 00:01:11 +02:00
artica
577e210556 Auto-updated build strings. 2015-07-20 00:01:09 +02:00
artica
4c53848244 Auto-updated build strings. 2015-07-19 00:01:09 +02:00
artica
362f9863cf Auto-updated build strings. 2015-07-18 00:01:12 +02:00
Alejandro Gallardo Escobar
a90111ac18 Restored the call 'get_agent_modules_json_for_multiple_agents' and improved their performance 2015-07-17 10:02:11 +02:00
m-lopez-f
82354079ce Fixed heigth in pure view when view services map. Tiquet: #2470 2015-07-17 09:49:44 +02:00
artica
cde2fb5a7b Auto-updated build strings. 2015-07-17 00:01:39 +02:00
Alejandro Gallardo Escobar
df27567592 Fixed an error in the function 'planned_downtimes_stop'
(cherry picked from commit f01c021b14136dcc85b26bb1fa806f20c305ce24)
2015-07-16 15:51:53 +02:00
mdtrooper
75873b02d4 Some fixes in the visualmap. 2015-07-16 15:12:47 +02:00
Alejandro Gallardo Escobar
f14b07014f Merge pull request #34 from pandorafms/feature/ticket#2404-planned-downtimes-acl
Ended, tested and aproved
2015-07-16 13:48:41 +01:00
Alejandro Gallardo Escobar
4d43033d46 Fixed some general and ACL errors and improved some pieces of code
Downtime editor.
Some of the ACL checks added are:
-Permission check on downtime before adding an agent
-Permission check on agent before adding an agent
-Permission check on downtime before deleting an agent
-Permission check on agent before deleting an agent
-Permission check on downtime before creating or updating the downtime
-Removed the ACL check for every result item (it is done before, into the query)
-Permission check on the query for the agents added to the downtime

Downtime editor ajax.
Some of the ACL checks added are:
-Permission check on downtime before retrieving the modules
-Permission check on agent before retrieving the modules
-Permission check on downtime before deleting the modules
-Permission check on agent before deleting the modules
-Permission check on downtime before adding the modules
-Permission check on agent before adding the modules
2015-07-16 13:53:57 +02:00
Alejandro Gallardo Escobar
cbd4b60aca Fixed an error in the function 'extract_column' 2015-07-16 13:27:11 +02:00
mdtrooper
85b47df1fe Fixed the xml reports with & in the values. 2015-07-16 11:48:17 +02:00
artica
f94c6668e0 Auto-updated build strings. 2015-07-16 00:01:15 +02:00
Alejandro Gallardo Escobar
e8d68739b7 Added a function to stop a planned downtime (once type) and recover the agent and modules status 2015-07-15 18:41:58 +02:00
Alejandro Gallardo Escobar
05f40a21fc Now the data column of the module's raw data dialog are casted to double when is numeric 2015-07-15 16:55:08 +02:00
Alejandro Gallardo Escobar
a85edf061e Fixed the format of the decimal and the thousands marker for the numeric fields 2015-07-15 16:53:51 +02:00
Alejandro Gallardo Escobar
ff5e786a5f Fixed some count functions and improvments on other functions 2015-07-15 16:08:20 +02:00
artica
cd5beffee5 Auto-updated build strings. 2015-07-15 00:01:16 +02:00
m-lopez-f
c4d6c18b25 Fixed styles and errors of php 2015-07-14 15:59:39 +02:00
mdtrooper
adf6c263ea Added support for arrays into the function 'agents_get_addresses' 2015-07-14 12:49:36 +02:00
Alejandro Gallardo Escobar
a097aabf80 Replaced the use of the jQuery 'attr' function with the 'prop' function when using the 'selected' property.
The 'attr' function is going to be deprecated an may cause errors in Firefox.
2015-07-14 11:11:22 +02:00
Alejandro Gallardo Escobar
b0f894437e Minor fix 2015-07-14 10:20:04 +02:00
artica
7909ba2963 Auto-updated build strings. 2015-07-14 00:01:12 +02:00
Alejandro Gallardo Escobar
4f2c35ac63 Added the 'required' attribute to the input text and input text password through a function parameter 2015-07-13 12:45:35 +02:00
Akihiro Uchida
eef7cd9df6 Prune menu sections disabled by enterprise_acl 2015-07-13 13:51:45 +09:00
artica
25c03bae2f Auto-updated build strings. 2015-07-13 00:01:09 +02:00
artica
f666daca40 Auto-updated build strings. 2015-07-12 00:01:12 +02:00
artica
594870f0e9 Auto-updated build strings. 2015-07-11 00:01:17 +02:00
Alejandro Gallardo Escobar
13a5b8aba2 Error fixes 2015-07-10 15:20:28 +02:00
Alejandro Gallardo Escobar
398185bc8e Simplified the code 2015-07-10 15:11:34 +02:00
mdtrooper
f3d6513c65 Added useful function 'is_metaconsole' in functions.php 2015-07-10 15:00:12 +02:00
Akihiro Uchida
9fbe18a5d4 Disable modification of executed planned downtime 2015-07-10 11:02:21 +09:00