- 09 Apr, 2020 1 commit
-
-
victorvassilev authored
* fix(api): update hosts to return sanitized timezone string * handle null time zone conversion to empty string * add annotation Co-authored-by:
Victor Vassilev <victorvassilev@gmail.com>
-
- 01 Apr, 2020 1 commit
-
-
Valentin Hristov authored
* feat(api): add new APIs for resource host\service details Resolve MON-5071 * fix(style): improve code style Resolve MON-5071 * fix(api): show the parent downtimes and acknowledgement in Resource details endpoints Resolve MON-5071
-
- 30 Mar, 2020 1 commit
-
-
victorvassilev authored
* apply fixes for validation purposes * apply style changes * apply style changes after bot feedback * Update src/Centreon/Infrastructure/Monitoring/MonitoringRepositoryRDB.php Co-Authored-By:
Valentin Hristov <vhr@users.noreply.github.com> * Update src/Centreon/Application/Controller/MonitoringHostsController.php Co-Authored-By:
Valentin Hristov <vhr@users.noreply.github.com> * Update src/Centreon/Domain/Monitoring/Host.php Co-Authored-By:
Valentin Hristov <vhr@users.noreply.github.com> * style changes Co-authored-by:
Victor Vassilev <victorvassilev@gmail.com> Co-authored-by:
Valentin Hristov <vhr@users.noreply.github.com>
-
- 13 Mar, 2020 1 commit
-
-
Bruno d'Auria authored
-
- 09 Mar, 2020 1 commit
-
-
victorvassilev authored
* enh(apiv2): add extra fields to host read endpoint Resolves: MON-4943 * fix(code): Clean switch case service monitoring (#8285) * fix(code): dedicated meta event console does not exist anymore * fix(code): scheduling queue console does not exist anymore * fix(code): merge some cases Co-authored-by:
Colin Gagnaire <cgagnaire@centreon.com> * fix(remote-server): fix import with strict mode (#7944) Refs: MON-7944 * Update src/Centreon/Domain/Monitoring/Host.php Co-Authored-By:
Kevin Duret <kduret@centreon.com> * Update src/Centreon/Domain/Monitoring/Host.php Co-Authored-By:
Kevin Duret <kduret@centreon.com> * doc(api): document how to generate html api documentation (#8394) * fix(topcounter): use session cache to store top counter hosts/services results (#8189) * use session cache to store top counter hosts/services results * resolve comments review * enh(performance): session size fix * fix(topcounter): manage reviews * fix topcounters session errors * fix timezone * replace deprecated method * remove useless request to get configuration poller main.cfg * Update moveFiles.php * Update moveFiles.php Co-authored-by:
qgarnier <garnier.quentin@gmail.com> Co-authored-by:
sc979 <34628915+sc979@users.noreply.github.com> Co-authored-by:
Kevin Duret <duret.kevin@gmail.com> * enh(config): prepare anomalydetection module (#8321) * enh(config): prepare anomalydetection module * Update service.class.php * fix(config): remove dead code Co-authored-by:
qgarnier <garnier.quentin@gmail.com> * enh(apiv2): add extra fields to host read endpoint Resolves: MON-4943 * Update src/Centreon/Domain/Monitoring/Host.php Co-Authored-By:
Kevin Duret <kduret@centreon.com> * Update src/Centreon/Domain/Monitoring/Host.php Co-Authored-By:
Kevin Duret <kduret@centreon.com> * remove api html doc Co-authored-by:
Colin Gagnaire <cgagnaire@centreon.com> Co-authored-by:
Kevin Duret <kduret@centreon.com> Co-authored-by:
qgarnier <garnier.quentin@gmail.com> Co-authored-by:
sc979 <34628915+sc979@users.noreply.github.com> Co-authored-by:
Kevin Duret <duret.kevin@gmail.com>
-
- 12 Feb, 2020 1 commit
-
-
Valentin Hristov authored
* feat(base): convert the route annotations as YAML configuration files Resolve BAM-930 * feat(test): enable symfony profiler pack Resolve MON-4795 * fix(api): `/centreon/api/latest/login` resulted in a `500 Internal Server Error` Resolve MON-4795 * fix(base): move Twig configuration to be loaded only in dev or test environment Resolve MON-4795 * feat(base): add YAML configurations describe the serializer rules Resolve MON-4795 * feat(base): cleanup code from JMS Serializer annotations and improve code style to be consistent with PSR2 and PSR12 Resolve MON-4795 * fix(config): fix centreon.yaml routes to load only configurations in Centreon directory Resolve MON-4795 * fix(base): move serialize annotation to YAML after rebase Resolve MON-4795 * feat(security): replace IsGranted annotations Resolve MON-4795 * feat(base): improve EntityCreator to load data about descrpitprs from the model class avoid annotations Resolve MON-4795 * feat(base): replace EntityDescriptor annotations with static method in the models Resolve MON-4795 * fix(chore): remove default twig view Resolve MON-4795
-
- 07 Feb, 2020 1 commit
-
-
victorvassilev authored
* enh(apiv2): add service fields logic * enh(apiv2): add host fields logic for downtime and criticality Resolves: MON-4790 * enh(doc): add apiv2 yaml entries for new fields * Apply suggestions from code review Fixed the variables definitions that can also be null * Apply suggestions from code review Fixed the variables definitions that can also be null * enh(doc): update html doc for apiv2 new fields * enh(apiv2): add service fields logic * enh(apiv2): add host fields logic for downtime and criticality Resolves: MON-4790 * enh(doc): add apiv2 yaml entries for new fields * Apply suggestions from code review Fixed the variables definitions that can also be null * Apply suggestions from code review Fixed the variables definitions that can also be null * enh(doc): update html doc for apiv2 new fields Co-authored-by:
Laurent Calvet <lcalvet@centreon.com> Co-authored-by:
Kevin Duret <duret.kevin@gmail.com>
-
- 24 Sep, 2019 1 commit
-
-
Laurent Calvet authored
This PR add a new version of the real time monitoring for services and hosts. The technical stack use Symfony 4 and FOSRestBundle. The new uri format is http[s]://_yourdomain.tld_/api/[**latest**|**v2**|**beta**]/monitoring/... See API documentation for more information: https://github.com/centreon/centreon/blob/MON-4113/doc/API/centreon-api-v2.html https://github.com/centreon/centreon/blob/MON-4113/doc/API/centreon-api-v2.yaml
-