fermin831
82b34dc847
Fixed N/A warning or critical in module graphs TICKETS #3392
2016-04-04 19:00:35 +02:00
fermin831
e71402e399
Improved critical and warning superposition in module graphs TICKETS #3515
2016-04-04 18:50:51 +02:00
mdtrooper
fdfc46d827
Finish add fictional point.
2016-04-04 17:52:26 +02:00
m-lopez-f
d46b8a92ea
Firts change of logs in delete agent. Tiquet: #3511
...
(cherry picked from commit 9076f4bda11c1ecdffec9875891eacc4dd177a94)
2016-04-04 16:48:41 +02:00
mdtrooper
304928b2ec
Working in the events for the fictional nodes.
2016-04-04 13:58:54 +02:00
fermin831
61280b2ad9
Updated migrate sql script to add integria alert changes TICKETS #3091
2016-04-04 13:57:30 +02:00
mdtrooper
a2cbc4d867
Organize the code.
2016-04-04 13:53:37 +02:00
fermin831
5e848da19a
Revert "Updated migrate sql script to add integria alert changes TICKETS #3091 "
...
This reverts commit baf2497d99da0f17226568bc0f1879c7726acdec.
2016-04-04 13:51:21 +02:00
mdtrooper
989cc2cc92
Fixed the unused param in the method init_events.
2016-04-04 13:45:13 +02:00
mdtrooper
b9000bb285
Starting with the fictional point.
2016-04-04 13:43:05 +02:00
fermin831
baf2497d99
Updated migrate sql script to add integria alert changes TICKETS #3091
2016-04-04 13:30:47 +02:00
mdtrooper
90be5b42a6
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
2016-04-04 12:21:56 +02:00
mdtrooper
5d650ef45d
Fixed lost tooltip (about quiet) in the form of agents.
...
(cherry picked from commit a345dcc9eb609b4dff67d845a6b610b0301d2c74)
2016-04-04 12:21:37 +02:00
mdtrooper
a345dcc9eb
Fixed lost tooltip (about quiet) in the form of agents.
2016-04-04 12:21:15 +02:00
fermin831
57190faf76
Fixed sql fail in snmp console TICKETS #3504
2016-04-04 12:16:07 +02:00
fermin831
5756d7281e
Substituted lines for intervals in modules graphs TICKETS #3392
2016-04-04 10:12:37 +02:00
Akihiro Uchida
1bb1344530
Evade zero division PHP Warning due to float overflow by factor
2016-04-04 16:18:56 +09:00
m-lopez-f
d4ebe9761c
Fixed output of two CLI funtions. Tiquet: #3510
2016-04-04 09:06:21 +02:00
Akihiro Uchida
57d6ae5c8b
Fix reporting format for exportdata
...
- for 'data', timestamp should be timestamp of data
- for 'avg', timestamp should be averaging period
2016-04-04 15:48:25 +09:00
artica
8c2b73c474
Auto-updated build strings.
2016-04-04 00:01:12 +02:00
artica
c0cb8b9610
Auto-updated build strings.
2016-04-03 00:01:12 +02:00
artica
7e52e0e4e6
Auto-updated build strings.
2016-04-02 00:01:25 +02:00
mdtrooper
48ac039334
Fixed the delete nodes.
2016-04-01 13:36:24 +02:00
mdtrooper
094c3d5cdb
Fixed somethings in the selection box.
2016-04-01 12:52:46 +02:00
mdtrooper
408a68e6ab
Fixed somethings in the selection box.
2016-04-01 12:21:40 +02:00
mdtrooper
651b405c42
Fixed somethings in the selection box.
2016-04-01 11:54:31 +02:00
mdtrooper
496313b2ec
Merge branch 'feature/new_networkmap' of https://github.com/pandorafms/pandorafms into feature/new_networkmap
2016-04-01 11:36:45 +02:00
mdtrooper
a879803322
Finish the relationship.
2016-04-01 11:36:22 +02:00
m-lopez-f
d9600bb10e
Fixed problems with kill procesess with tentacle. Tiquet: #3487
2016-04-01 09:59:06 +02:00
Arturo Gonzalez
c8f664a572
New maps in progress... (added vital functions to maps)
2016-04-01 09:52:15 +02:00
Junichi Satoh
582b4abb35
Changed column type of 'tagente_estado.status_changes' to unsigned.
...
(Fixed ff_threshold evaluation.)
Because of column type difference bettween 'tagente_estado.status_changes'
and 'tagente_modulo.min_ff_event', it didn't work correctly with over 127.
2016-04-01 12:46:47 +09:00
artica
63cdcb1288
Auto-updated build strings.
2016-04-01 00:01:19 +02:00
Arturo Gonzalez
6e6317cb8d
New maps in progress... (Fixed returned data in a node status function)
2016-03-31 16:48:30 +02:00
mdtrooper
ed3cb1b50c
Working in the relationships.
2016-03-31 15:08:44 +02:00
Ramon Novoa
c861aa908a
Added contact information to README.md.
2016-03-31 13:55:30 +02:00
Axel
646bf107e3
Update Dockerfile
...
Added SSH client
2016-03-31 12:59:12 +02:00
mdtrooper
17dee83d57
Working in the relationships.
2016-03-31 12:35:10 +02:00
artica
3ebfa6ae46
Auto-updated build strings.
2016-03-31 00:01:44 +02:00
mdtrooper
415589ec95
Added several delete nodes.
2016-03-30 16:12:35 +02:00
mdtrooper
7d66ba2dde
Working in the context menu and several nodes selected.
2016-03-30 15:49:17 +02:00
fermin831
11623b5c92
Fixed checks in availability reports TICKETS #3449
2016-03-30 14:59:34 +02:00
mdtrooper
1facd4d69f
Some fixes in the skins.
2016-03-30 13:05:08 +02:00
Arturo Gonzalez
3e399356d3
New maps in progress... (Fixed "delete arrows" with new data)
2016-03-30 12:45:47 +02:00
m-lopez-f
0b725ba2fc
Fixed warning in pandora_manage(CLI). Tiquet: #3496
...
(cherry picked from commit ccf7da77a9e0cf503c2558e09562f7a7478d374d)
2016-03-30 11:19:35 +02:00
Arturo Gonzalez
07928af596
New maps in progress... (Document the code)
2016-03-30 10:38:41 +02:00
m-lopez-f
8dbca91c6d
Fixed problems with stop tentacle server, doen't stop all procesess. Tiquet: #3488
...
(cherry picked from commit 0210afa536d0d495aeead215d4c37a4a98dae442)
2016-03-30 09:22:36 +02:00
artica
fdeb89f4f3
Auto-updated build strings.
2016-03-30 00:01:39 +02:00
Arturo Gonzalez
01d751505a
New maps in progress... (Init migrate ntw maps enterprise)
2016-03-29 14:04:11 +02:00
mdtrooper
16812b55b5
Merge branch 'develop' into feature/new_networkmap
2016-03-29 13:46:59 +02:00
mdtrooper
090563a119
Working in the selected nodes and dragging.
2016-03-29 13:33:50 +02:00