@@ -6,7 +6,7 @@ I am using it for reporting with a cron and SaltStack outputs in json format, bu
This version 2 is a complete redesign from the MBB `portail_admin` project, that is to say with OOP, a model / database and a more modern UI.
It was a part of MBB `portail_admin` application (wrote mainly by my former wo-worker [_Jimmy Lopez_](https://github.com/Falindir)), but is now a plugin of MBB `portail_admin` and can be used in a standalone version (default).
It was a part of MBB `portail_admin` application (wrote mainly by my former co-worker [_Jimmy Lopez_](https://github.com/Falindir)), but is now a plugin of MBB `portail_admin` and can be used in a standalone version (default).
The first version was a single file; you can see it [here](https://github.com/remyd1/salt_states/tree/master/monitor_salt_json). In this first version, cron files were written into `/var/www/html/exports/YYYYMM/YYYYMMDD_export-name.json`, then in `/var/www/html/exports/YYYYMM/YYYYMMDD_HH_export-name.json` and `/var/www/html/exports/YYYYMM/YYYYMMDD_HHMM_export-name.json`. In this version 2, files are located, by default, in `/var/www/html/exports/YYYYMM/DD/YYYYMMDD_HH_MM_export-name.json`.