-- -- PostgreSQL database dump -- -- Dumped from database version 16.3 -- Dumped by pg_dump version 16.3 SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; ALTER TABLE IF EXISTS ONLY public.user_permissions DROP CONSTRAINT IF EXISTS user_permissions_user_id_fkey; ALTER TABLE IF EXISTS ONLY public.settings DROP CONSTRAINT IF EXISTS settings_updated_by_fkey; ALTER TABLE IF EXISTS ONLY public.servers DROP CONSTRAINT IF EXISTS servers_zone_id_fkey; ALTER TABLE IF EXISTS ONLY public.servers DROP CONSTRAINT IF EXISTS servers_vcenter_id_fkey; ALTER TABLE IF EXISTS ONLY public.servers DROP CONSTRAINT IF EXISTS servers_domain_env_id_fkey; ALTER TABLE IF EXISTS ONLY public.servers DROP CONSTRAINT IF EXISTS servers_default_intervenant_id_fkey; ALTER TABLE IF EXISTS ONLY public.servers DROP CONSTRAINT IF EXISTS servers_created_by_fkey; ALTER TABLE IF EXISTS ONLY public.servers DROP CONSTRAINT IF EXISTS servers_cluster_id_fkey; ALTER TABLE IF EXISTS ONLY public.servers DROP CONSTRAINT IF EXISTS servers_application_id_fkey; ALTER TABLE IF EXISTS ONLY public.server_specifics DROP CONSTRAINT IF EXISTS server_specifics_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.server_specifics DROP CONSTRAINT IF EXISTS server_specifics_dependency_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.server_pairs DROP CONSTRAINT IF EXISTS server_pairs_prod_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.server_pairs DROP CONSTRAINT IF EXISTS server_pairs_hprod_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.server_ips DROP CONSTRAINT IF EXISTS server_ips_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.server_databases DROP CONSTRAINT IF EXISTS server_databases_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.server_correspondance DROP CONSTRAINT IF EXISTS server_correspondance_prod_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.server_correspondance DROP CONSTRAINT IF EXISTS server_correspondance_nonprod_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.server_correspondance DROP CONSTRAINT IF EXISTS server_correspondance_created_by_fkey; ALTER TABLE IF EXISTS ONLY public.server_audit DROP CONSTRAINT IF EXISTS server_audit_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.server_audit_full DROP CONSTRAINT IF EXISTS server_audit_full_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.quickwin_server_config DROP CONSTRAINT IF EXISTS quickwin_server_config_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.quickwin_runs DROP CONSTRAINT IF EXISTS quickwin_runs_created_by_fkey; ALTER TABLE IF EXISTS ONLY public.quickwin_logs DROP CONSTRAINT IF EXISTS quickwin_logs_run_id_fkey; ALTER TABLE IF EXISTS ONLY public.quickwin_logs DROP CONSTRAINT IF EXISTS quickwin_logs_entry_id_fkey; ALTER TABLE IF EXISTS ONLY public.quickwin_entries DROP CONSTRAINT IF EXISTS quickwin_entries_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.quickwin_entries DROP CONSTRAINT IF EXISTS quickwin_entries_run_id_fkey; ALTER TABLE IF EXISTS ONLY public.quickwin_entries DROP CONSTRAINT IF EXISTS quickwin_entries_prod_pair_entry_id_fkey; ALTER TABLE IF EXISTS ONLY public.qualys_missing_servers DROP CONSTRAINT IF EXISTS qualys_missing_servers_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.qualys_assets DROP CONSTRAINT IF EXISTS qualys_assets_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.patch_validation DROP CONSTRAINT IF EXISTS patch_validation_validated_by_contact_id_fkey; ALTER TABLE IF EXISTS ONLY public.patch_validation DROP CONSTRAINT IF EXISTS patch_validation_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.patch_validation DROP CONSTRAINT IF EXISTS patch_validation_marked_by_user_id_fkey; ALTER TABLE IF EXISTS ONLY public.patch_sessions DROP CONSTRAINT IF EXISTS patch_sessions_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.patch_sessions DROP CONSTRAINT IF EXISTS patch_sessions_intervenant_id_fkey; ALTER TABLE IF EXISTS ONLY public.patch_sessions DROP CONSTRAINT IF EXISTS patch_sessions_campaign_id_fkey; ALTER TABLE IF EXISTS ONLY public.patch_planning DROP CONSTRAINT IF EXISTS patch_planning_domain_code_fkey; ALTER TABLE IF EXISTS ONLY public.patch_history DROP CONSTRAINT IF EXISTS patch_history_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.patch_history DROP CONSTRAINT IF EXISTS patch_history_intervenant_id_fkey; ALTER TABLE IF EXISTS ONLY public.patch_history DROP CONSTRAINT IF EXISTS patch_history_campaign_id_fkey; ALTER TABLE IF EXISTS ONLY public.network_flow_map DROP CONSTRAINT IF EXISTS network_flow_map_audit_id_fkey; ALTER TABLE IF EXISTS ONLY public.import_history DROP CONSTRAINT IF EXISTS import_history_imported_by_fkey; ALTER TABLE IF EXISTS ONLY public.domain_responsables DROP CONSTRAINT IF EXISTS domain_responsables_domain_id_fkey; ALTER TABLE IF EXISTS ONLY public.domain_environments DROP CONSTRAINT IF EXISTS domain_environments_environment_id_fkey; ALTER TABLE IF EXISTS ONLY public.domain_environments DROP CONSTRAINT IF EXISTS domain_environments_domain_id_fkey; ALTER TABLE IF EXISTS ONLY public.default_assignments DROP CONSTRAINT IF EXISTS default_assignments_user_id_fkey; ALTER TABLE IF EXISTS ONLY public.contact_scopes DROP CONSTRAINT IF EXISTS contact_scopes_contact_id_fkey; ALTER TABLE IF EXISTS ONLY public.cluster_members DROP CONSTRAINT IF EXISTS cluster_members_server_id_fkey; ALTER TABLE IF EXISTS ONLY public.cluster_members DROP CONSTRAINT IF EXISTS cluster_members_cluster_id_fkey; ALTER TABLE IF EXISTS ONLY public.campaigns DROP CONSTRAINT IF EXISTS campaigns_created_by_fkey; ALTER TABLE IF EXISTS ONLY public.campaign_operator_limits DROP CONSTRAINT IF EXISTS campaign_operator_limits_user_id_fkey; ALTER TABLE IF EXISTS ONLY public.campaign_operator_limits DROP CONSTRAINT IF EXISTS campaign_operator_limits_campaign_id_fkey; ALTER TABLE IF EXISTS ONLY public.campaign_accords DROP CONSTRAINT IF EXISTS campaign_accords_contact_id_fkey; ALTER TABLE IF EXISTS ONLY public.campaign_accords DROP CONSTRAINT IF EXISTS campaign_accords_campaign_id_fkey; ALTER TABLE IF EXISTS ONLY public.campaign_accord_details DROP CONSTRAINT IF EXISTS campaign_accord_details_session_id_fkey; ALTER TABLE IF EXISTS ONLY public.campaign_accord_details DROP CONSTRAINT IF EXISTS campaign_accord_details_accord_id_fkey; ALTER TABLE IF EXISTS ONLY public.audit_log DROP CONSTRAINT IF EXISTS audit_log_user_id_fkey; DROP TRIGGER IF EXISTS trg_users_ts ON public.users; DROP TRIGGER IF EXISTS trg_sspec_ts ON public.server_specifics; DROP TRIGGER IF EXISTS trg_srv_domenv_count ON public.servers; DROP TRIGGER IF EXISTS trg_servers_ts ON public.servers; DROP TRIGGER IF EXISTS trg_patch_sessions_ts ON public.patch_sessions; DROP TRIGGER IF EXISTS trg_domains_ts ON public.domains; DROP TRIGGER IF EXISTS trg_campaigns_ts ON public.campaigns; DROP TRIGGER IF EXISTS trg_applications_ts ON public.applications; DROP TRIGGER IF EXISTS qms_updated_at_trg ON public.qualys_missing_servers; DROP INDEX IF EXISTS public.users_email_unique_active; DROP INDEX IF EXISTS public.qms_status_idx; DROP INDEX IF EXISTS public.qms_server_id_idx; DROP INDEX IF EXISTS public.qms_reason_idx; DROP INDEX IF EXISTS public.qms_hostname_norm_uniq; DROP INDEX IF EXISTS public.idx_users_username; DROP INDEX IF EXISTS public.idx_users_role; DROP INDEX IF EXISTS public.idx_userperm_user; DROP INDEX IF EXISTS public.idx_sspec_server; DROP INDEX IF EXISTS public.idx_srvip_server; DROP INDEX IF EXISTS public.idx_srvip_ip; DROP INDEX IF EXISTS public.idx_srv_zone; DROP INDEX IF EXISTS public.idx_srv_tier; DROP INDEX IF EXISTS public.idx_srv_qualys; DROP INDEX IF EXISTS public.idx_srv_patch_owner; DROP INDEX IF EXISTS public.idx_srv_os; DROP INDEX IF EXISTS public.idx_srv_machine; DROP INDEX IF EXISTS public.idx_srv_licence; DROP INDEX IF EXISTS public.idx_srv_intervenant; DROP INDEX IF EXISTS public.idx_srv_hostname; DROP INDEX IF EXISTS public.idx_srv_etat; DROP INDEX IF EXISTS public.idx_srv_domenv; DROP INDEX IF EXISTS public.idx_srv_db_type; DROP INDEX IF EXISTS public.idx_srv_db_server; DROP INDEX IF EXISTS public.idx_srv_cluster; DROP INDEX IF EXISTS public.idx_srv_app; DROP INDEX IF EXISTS public.idx_sp_prod; DROP INDEX IF EXISTS public.idx_sp_hprod; DROP INDEX IF EXISTS public.idx_saf_server_id; DROP INDEX IF EXISTS public.idx_saf_hostname; DROP INDEX IF EXISTS public.idx_saf_date; DROP INDEX IF EXISTS public.idx_qwsc_server; DROP INDEX IF EXISTS public.idx_qwe_server; DROP INDEX IF EXISTS public.idx_qwe_run; DROP INDEX IF EXISTS public.idx_qwe_branch; DROP INDEX IF EXISTS public.idx_qw_logs_run; DROP INDEX IF EXISTS public.idx_qw_logs_level; DROP INDEX IF EXISTS public.idx_qtag_qualys_id; DROP INDEX IF EXISTS public.idx_qtag_name; DROP INDEX IF EXISTS public.idx_qe_prod_pair; DROP INDEX IF EXISTS public.idx_qat_tag; DROP INDEX IF EXISTS public.idx_qat_asset; DROP INDEX IF EXISTS public.idx_qasset_server; DROP INDEX IF EXISTS public.idx_qasset_qualys_id; DROP INDEX IF EXISTS public.idx_qasset_hostname; DROP INDEX IF EXISTS public.idx_pv_status; DROP INDEX IF EXISTS public.idx_pv_server; DROP INDEX IF EXISTS public.idx_pv_patch_date; DROP INDEX IF EXISTS public.idx_pv_campaign; DROP INDEX IF EXISTS public.idx_ps_status; DROP INDEX IF EXISTS public.idx_ps_server; DROP INDEX IF EXISTS public.idx_ps_intervenant; DROP INDEX IF EXISTS public.idx_ps_date_realise; DROP INDEX IF EXISTS public.idx_ps_date_prevue; DROP INDEX IF EXISTS public.idx_ps_campaign; DROP INDEX IF EXISTS public.idx_pp_year_week; DROP INDEX IF EXISTS public.idx_ph_server; DROP INDEX IF EXISTS public.idx_ph_date; DROP INDEX IF EXISTS public.idx_ph_campaign; DROP INDEX IF EXISTS public.idx_nfm_source; DROP INDEX IF EXISTS public.idx_nfm_dest; DROP INDEX IF EXISTS public.idx_nfm_audit; DROP INDEX IF EXISTS public.idx_domenv_env; DROP INDEX IF EXISTS public.idx_domenv_domain; DROP INDEX IF EXISTS public.idx_domain_resp_domain; DROP INDEX IF EXISTS public.idx_da_user; DROP INDEX IF EXISTS public.idx_cscope_type; DROP INDEX IF EXISTS public.idx_cscope_contact; DROP INDEX IF EXISTS public.idx_corr_prod; DROP INDEX IF EXISTS public.idx_corr_nonprod; DROP INDEX IF EXISTS public.idx_contacts_token; DROP INDEX IF EXISTS public.idx_contacts_email; DROP INDEX IF EXISTS public.idx_clm_server; DROP INDEX IF EXISTS public.idx_clm_cluster; DROP INDEX IF EXISTS public.idx_campaign_week; DROP INDEX IF EXISTS public.idx_campaign_status; DROP INDEX IF EXISTS public.idx_audit_user; DROP INDEX IF EXISTS public.idx_audit_ts; DROP INDEX IF EXISTS public.idx_audit_status; DROP INDEX IF EXISTS public.idx_audit_server; DROP INDEX IF EXISTS public.idx_audit_entity; DROP INDEX IF EXISTS public.idx_audit_details; DROP INDEX IF EXISTS public.idx_audit_date; DROP INDEX IF EXISTS public.idx_audit_action; DROP INDEX IF EXISTS public.idx_app_nom; DROP INDEX IF EXISTS public.idx_app_map_name; DROP INDEX IF EXISTS public.idx_accord_contact; DROP INDEX IF EXISTS public.idx_accord_campaign; DROP INDEX IF EXISTS public.applications_ioda_libelle_uniq; ALTER TABLE IF EXISTS ONLY public.zones DROP CONSTRAINT IF EXISTS zones_pkey; ALTER TABLE IF EXISTS ONLY public.zones DROP CONSTRAINT IF EXISTS zones_name_key; ALTER TABLE IF EXISTS ONLY public.vcenters DROP CONSTRAINT IF EXISTS vcenters_pkey; ALTER TABLE IF EXISTS ONLY public.users DROP CONSTRAINT IF EXISTS users_username_key; ALTER TABLE IF EXISTS ONLY public.users DROP CONSTRAINT IF EXISTS users_pkey; ALTER TABLE IF EXISTS ONLY public.user_permissions DROP CONSTRAINT IF EXISTS user_permissions_user_id_module_key; ALTER TABLE IF EXISTS ONLY public.user_permissions DROP CONSTRAINT IF EXISTS user_permissions_pkey; ALTER TABLE IF EXISTS ONLY public.tier_policies DROP CONSTRAINT IF EXISTS tier_policies_tier_key; ALTER TABLE IF EXISTS ONLY public.tier_policies DROP CONSTRAINT IF EXISTS tier_policies_pkey; ALTER TABLE IF EXISTS ONLY public.settings DROP CONSTRAINT IF EXISTS settings_pkey; ALTER TABLE IF EXISTS ONLY public.servers DROP CONSTRAINT IF EXISTS servers_pkey; ALTER TABLE IF EXISTS ONLY public.servers DROP CONSTRAINT IF EXISTS servers_hostname_env_unique; ALTER TABLE IF EXISTS ONLY public.server_specifics DROP CONSTRAINT IF EXISTS server_specifics_server_id_key; ALTER TABLE IF EXISTS ONLY public.server_specifics DROP CONSTRAINT IF EXISTS server_specifics_pkey; ALTER TABLE IF EXISTS ONLY public.server_pairs DROP CONSTRAINT IF EXISTS server_pairs_prod_server_id_hprod_server_id_key; ALTER TABLE IF EXISTS ONLY public.server_pairs DROP CONSTRAINT IF EXISTS server_pairs_pkey; ALTER TABLE IF EXISTS ONLY public.server_ips DROP CONSTRAINT IF EXISTS server_ips_server_id_ip_address_key; ALTER TABLE IF EXISTS ONLY public.server_ips DROP CONSTRAINT IF EXISTS server_ips_pkey; ALTER TABLE IF EXISTS ONLY public.server_databases DROP CONSTRAINT IF EXISTS server_databases_pkey; ALTER TABLE IF EXISTS ONLY public.server_databases DROP CONSTRAINT IF EXISTS server_databases_hostname_instance_name_key; ALTER TABLE IF EXISTS ONLY public.server_correspondance DROP CONSTRAINT IF EXISTS server_correspondance_uniq; ALTER TABLE IF EXISTS ONLY public.server_correspondance DROP CONSTRAINT IF EXISTS server_correspondance_pkey; ALTER TABLE IF EXISTS ONLY public.server_audit DROP CONSTRAINT IF EXISTS server_audit_server_id_audit_date_key; ALTER TABLE IF EXISTS ONLY public.server_audit DROP CONSTRAINT IF EXISTS server_audit_pkey; ALTER TABLE IF EXISTS ONLY public.server_audit_full DROP CONSTRAINT IF EXISTS server_audit_full_pkey; ALTER TABLE IF EXISTS ONLY public.quickwin_server_config DROP CONSTRAINT IF EXISTS quickwin_server_config_server_id_key; ALTER TABLE IF EXISTS ONLY public.quickwin_server_config DROP CONSTRAINT IF EXISTS quickwin_server_config_pkey; ALTER TABLE IF EXISTS ONLY public.quickwin_runs DROP CONSTRAINT IF EXISTS quickwin_runs_pkey; ALTER TABLE IF EXISTS ONLY public.quickwin_logs DROP CONSTRAINT IF EXISTS quickwin_logs_pkey; ALTER TABLE IF EXISTS ONLY public.quickwin_entries DROP CONSTRAINT IF EXISTS quickwin_entries_pkey; ALTER TABLE IF EXISTS ONLY public.qualys_tags DROP CONSTRAINT IF EXISTS qualys_tags_qualys_tag_id_key; ALTER TABLE IF EXISTS ONLY public.qualys_tags DROP CONSTRAINT IF EXISTS qualys_tags_pkey; ALTER TABLE IF EXISTS ONLY public.qualys_missing_servers DROP CONSTRAINT IF EXISTS qualys_missing_servers_pkey; ALTER TABLE IF EXISTS ONLY public.qualys_assets DROP CONSTRAINT IF EXISTS qualys_assets_qualys_asset_id_key; ALTER TABLE IF EXISTS ONLY public.qualys_assets DROP CONSTRAINT IF EXISTS qualys_assets_pkey; ALTER TABLE IF EXISTS ONLY public.qualys_asset_tags DROP CONSTRAINT IF EXISTS qualys_asset_tags_qualys_asset_id_qualys_tag_id_key; ALTER TABLE IF EXISTS ONLY public.qualys_asset_tags DROP CONSTRAINT IF EXISTS qualys_asset_tags_pkey; ALTER TABLE IF EXISTS ONLY public.patch_validation DROP CONSTRAINT IF EXISTS patch_validation_pkey; ALTER TABLE IF EXISTS ONLY public.patch_sessions DROP CONSTRAINT IF EXISTS patch_sessions_pkey; ALTER TABLE IF EXISTS ONLY public.patch_sessions DROP CONSTRAINT IF EXISTS patch_sessions_campaign_id_server_id_key; ALTER TABLE IF EXISTS ONLY public.patch_planning DROP CONSTRAINT IF EXISTS patch_planning_pkey; ALTER TABLE IF EXISTS ONLY public.patch_history DROP CONSTRAINT IF EXISTS patch_history_pkey; ALTER TABLE IF EXISTS ONLY public.network_flow_map DROP CONSTRAINT IF EXISTS network_flow_map_pkey; ALTER TABLE IF EXISTS ONLY public.import_history DROP CONSTRAINT IF EXISTS import_history_pkey; ALTER TABLE IF EXISTS ONLY public.hypervisors DROP CONSTRAINT IF EXISTS hypervisors_pkey; ALTER TABLE IF EXISTS ONLY public.hypervisors DROP CONSTRAINT IF EXISTS hypervisors_hostname_key; ALTER TABLE IF EXISTS ONLY public.eol_references DROP CONSTRAINT IF EXISTS eol_references_pkey; ALTER TABLE IF EXISTS ONLY public.environments DROP CONSTRAINT IF EXISTS environments_pkey; ALTER TABLE IF EXISTS ONLY public.environments DROP CONSTRAINT IF EXISTS environments_name_key; ALTER TABLE IF EXISTS ONLY public.environments DROP CONSTRAINT IF EXISTS environments_code_key; ALTER TABLE IF EXISTS ONLY public.domains DROP CONSTRAINT IF EXISTS domains_pkey; ALTER TABLE IF EXISTS ONLY public.domains DROP CONSTRAINT IF EXISTS domains_name_key; ALTER TABLE IF EXISTS ONLY public.domains DROP CONSTRAINT IF EXISTS domains_code_key; ALTER TABLE IF EXISTS ONLY public.domain_responsables DROP CONSTRAINT IF EXISTS domain_responsables_pkey; ALTER TABLE IF EXISTS ONLY public.domain_responsables DROP CONSTRAINT IF EXISTS domain_responsables_domain_id_nom_key; ALTER TABLE IF EXISTS ONLY public.domain_ltd_list DROP CONSTRAINT IF EXISTS domain_ltd_list_pkey; ALTER TABLE IF EXISTS ONLY public.domain_ltd_list DROP CONSTRAINT IF EXISTS domain_ltd_list_name_key; ALTER TABLE IF EXISTS ONLY public.domain_environments DROP CONSTRAINT IF EXISTS domain_environments_pkey; ALTER TABLE IF EXISTS ONLY public.domain_environments DROP CONSTRAINT IF EXISTS domain_environments_domain_id_environment_id_key; ALTER TABLE IF EXISTS ONLY public.default_assignments DROP CONSTRAINT IF EXISTS default_assignments_rule_type_rule_value_key; ALTER TABLE IF EXISTS ONLY public.default_assignments DROP CONSTRAINT IF EXISTS default_assignments_pkey; ALTER TABLE IF EXISTS ONLY public.contacts DROP CONSTRAINT IF EXISTS contacts_portal_token_key; ALTER TABLE IF EXISTS ONLY public.contacts DROP CONSTRAINT IF EXISTS contacts_pkey; ALTER TABLE IF EXISTS ONLY public.contacts DROP CONSTRAINT IF EXISTS contacts_email_key; ALTER TABLE IF EXISTS ONLY public.contact_scopes DROP CONSTRAINT IF EXISTS contact_scopes_unique; ALTER TABLE IF EXISTS ONLY public.contact_scopes DROP CONSTRAINT IF EXISTS contact_scopes_pkey; ALTER TABLE IF EXISTS ONLY public.clusters DROP CONSTRAINT IF EXISTS clusters_pkey; ALTER TABLE IF EXISTS ONLY public.clusters DROP CONSTRAINT IF EXISTS clusters_name_key; ALTER TABLE IF EXISTS ONLY public.cluster_members DROP CONSTRAINT IF EXISTS cluster_members_pkey; ALTER TABLE IF EXISTS ONLY public.cluster_members DROP CONSTRAINT IF EXISTS cluster_members_cluster_id_server_id_key; ALTER TABLE IF EXISTS ONLY public.cluster_members DROP CONSTRAINT IF EXISTS cluster_members_cluster_id_patch_order_key; ALTER TABLE IF EXISTS ONLY public.chassis DROP CONSTRAINT IF EXISTS chassis_pkey; ALTER TABLE IF EXISTS ONLY public.chassis DROP CONSTRAINT IF EXISTS chassis_hostname_key; ALTER TABLE IF EXISTS ONLY public.campaigns DROP CONSTRAINT IF EXISTS campaigns_week_code_year_key; ALTER TABLE IF EXISTS ONLY public.campaigns DROP CONSTRAINT IF EXISTS campaigns_pkey; ALTER TABLE IF EXISTS ONLY public.campaign_operator_limits DROP CONSTRAINT IF EXISTS campaign_operator_limits_pkey; ALTER TABLE IF EXISTS ONLY public.campaign_operator_limits DROP CONSTRAINT IF EXISTS campaign_operator_limits_campaign_id_user_id_key; ALTER TABLE IF EXISTS ONLY public.campaign_accords DROP CONSTRAINT IF EXISTS campaign_accords_pkey; ALTER TABLE IF EXISTS ONLY public.campaign_accords DROP CONSTRAINT IF EXISTS campaign_accords_campaign_id_contact_id_key; ALTER TABLE IF EXISTS ONLY public.campaign_accord_details DROP CONSTRAINT IF EXISTS campaign_accord_details_pkey; ALTER TABLE IF EXISTS ONLY public.audit_log DROP CONSTRAINT IF EXISTS audit_log_pkey; ALTER TABLE IF EXISTS ONLY public.applications DROP CONSTRAINT IF EXISTS applications_pkey; ALTER TABLE IF EXISTS ONLY public.applications DROP CONSTRAINT IF EXISTS applications_nom_court_key; ALTER TABLE IF EXISTS ONLY public.applications DROP CONSTRAINT IF EXISTS applications_itop_id_uniq; ALTER TABLE IF EXISTS ONLY public.app_secrets DROP CONSTRAINT IF EXISTS app_secrets_pkey; ALTER TABLE IF EXISTS ONLY public.app_map DROP CONSTRAINT IF EXISTS app_map_pkey; ALTER TABLE IF EXISTS ONLY public.allowed_networks DROP CONSTRAINT IF EXISTS allowed_networks_pkey; ALTER TABLE IF EXISTS public.zones ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.vcenters ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.users ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.user_permissions ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.tier_policies ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.servers ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.server_specifics ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.server_pairs ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.server_ips ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.server_databases ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.server_correspondance ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.server_audit_full ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.server_audit ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.quickwin_server_config ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.quickwin_runs ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.quickwin_logs ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.quickwin_entries ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.qualys_tags ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.qualys_missing_servers ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.qualys_assets ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.qualys_asset_tags ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.patch_validation ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.patch_sessions ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.patch_planning ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.patch_history ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.network_flow_map ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.import_history ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.hypervisors ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.eol_references ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.environments ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.domains ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.domain_responsables ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.domain_ltd_list ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.domain_environments ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.default_assignments ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.contacts ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.contact_scopes ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.clusters ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.cluster_members ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.chassis ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.campaigns ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.campaign_operator_limits ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.campaign_accords ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.campaign_accord_details ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.audit_log ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.applications ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.app_map ALTER COLUMN id DROP DEFAULT; ALTER TABLE IF EXISTS public.allowed_networks ALTER COLUMN id DROP DEFAULT; DROP SEQUENCE IF EXISTS public.zones_id_seq; DROP SEQUENCE IF EXISTS public.vcenters_id_seq; DROP TABLE IF EXISTS public.vcenters; DROP VIEW IF EXISTS public.v_patchable; DROP VIEW IF EXISTS public.v_servers; DROP TABLE IF EXISTS public.zones; DROP VIEW IF EXISTS public.v_conformity_todo; DROP VIEW IF EXISTS public.v_campaign_dashboard; DROP SEQUENCE IF EXISTS public.users_id_seq; DROP TABLE IF EXISTS public.users; DROP SEQUENCE IF EXISTS public.user_permissions_id_seq; DROP TABLE IF EXISTS public.user_permissions; DROP SEQUENCE IF EXISTS public.tier_policies_id_seq; DROP TABLE IF EXISTS public.tier_policies; DROP TABLE IF EXISTS public.settings; DROP SEQUENCE IF EXISTS public.servers_id_seq; DROP TABLE IF EXISTS public.servers; DROP SEQUENCE IF EXISTS public.server_specifics_id_seq; DROP TABLE IF EXISTS public.server_specifics; DROP SEQUENCE IF EXISTS public.server_pairs_id_seq; DROP TABLE IF EXISTS public.server_pairs; DROP SEQUENCE IF EXISTS public.server_ips_id_seq; DROP TABLE IF EXISTS public.server_ips; DROP SEQUENCE IF EXISTS public.server_databases_id_seq; DROP TABLE IF EXISTS public.server_databases; DROP SEQUENCE IF EXISTS public.server_correspondance_id_seq; DROP TABLE IF EXISTS public.server_correspondance; DROP SEQUENCE IF EXISTS public.server_audit_id_seq; DROP SEQUENCE IF EXISTS public.server_audit_full_id_seq; DROP TABLE IF EXISTS public.server_audit_full; DROP TABLE IF EXISTS public.server_audit; DROP SEQUENCE IF EXISTS public.quickwin_server_config_id_seq; DROP TABLE IF EXISTS public.quickwin_server_config; DROP SEQUENCE IF EXISTS public.quickwin_runs_id_seq; DROP TABLE IF EXISTS public.quickwin_runs; DROP SEQUENCE IF EXISTS public.quickwin_logs_id_seq; DROP TABLE IF EXISTS public.quickwin_logs; DROP SEQUENCE IF EXISTS public.quickwin_entries_id_seq; DROP TABLE IF EXISTS public.quickwin_entries; DROP SEQUENCE IF EXISTS public.qualys_tags_id_seq; DROP TABLE IF EXISTS public.qualys_tags; DROP SEQUENCE IF EXISTS public.qualys_missing_servers_id_seq; DROP TABLE IF EXISTS public.qualys_missing_servers; DROP SEQUENCE IF EXISTS public.qualys_assets_id_seq; DROP TABLE IF EXISTS public.qualys_assets; DROP SEQUENCE IF EXISTS public.qualys_asset_tags_id_seq; DROP TABLE IF EXISTS public.qualys_asset_tags; DROP SEQUENCE IF EXISTS public.patch_validation_id_seq; DROP TABLE IF EXISTS public.patch_validation; DROP SEQUENCE IF EXISTS public.patch_sessions_id_seq; DROP TABLE IF EXISTS public.patch_sessions; DROP SEQUENCE IF EXISTS public.patch_planning_id_seq; DROP TABLE IF EXISTS public.patch_planning; DROP SEQUENCE IF EXISTS public.patch_history_id_seq; DROP TABLE IF EXISTS public.patch_history; DROP SEQUENCE IF EXISTS public.network_flow_map_id_seq; DROP TABLE IF EXISTS public.network_flow_map; DROP SEQUENCE IF EXISTS public.import_history_id_seq; DROP TABLE IF EXISTS public.import_history; DROP SEQUENCE IF EXISTS public.hypervisors_id_seq; DROP TABLE IF EXISTS public.hypervisors; DROP SEQUENCE IF EXISTS public.eol_references_id_seq; DROP TABLE IF EXISTS public.eol_references; DROP SEQUENCE IF EXISTS public.environments_id_seq; DROP TABLE IF EXISTS public.environments; DROP SEQUENCE IF EXISTS public.domains_id_seq; DROP TABLE IF EXISTS public.domains; DROP SEQUENCE IF EXISTS public.domain_responsables_id_seq; DROP TABLE IF EXISTS public.domain_responsables; DROP SEQUENCE IF EXISTS public.domain_ltd_list_id_seq; DROP TABLE IF EXISTS public.domain_ltd_list; DROP SEQUENCE IF EXISTS public.domain_environments_id_seq; DROP TABLE IF EXISTS public.domain_environments; DROP SEQUENCE IF EXISTS public.default_assignments_id_seq; DROP TABLE IF EXISTS public.default_assignments; DROP SEQUENCE IF EXISTS public.contacts_id_seq; DROP TABLE IF EXISTS public.contacts; DROP SEQUENCE IF EXISTS public.contact_scopes_id_seq; DROP TABLE IF EXISTS public.contact_scopes; DROP SEQUENCE IF EXISTS public.clusters_id_seq; DROP TABLE IF EXISTS public.clusters; DROP SEQUENCE IF EXISTS public.cluster_members_id_seq; DROP TABLE IF EXISTS public.cluster_members; DROP SEQUENCE IF EXISTS public.chassis_id_seq; DROP TABLE IF EXISTS public.chassis; DROP SEQUENCE IF EXISTS public.campaigns_id_seq; DROP TABLE IF EXISTS public.campaigns; DROP SEQUENCE IF EXISTS public.campaign_operator_limits_id_seq; DROP TABLE IF EXISTS public.campaign_operator_limits; DROP SEQUENCE IF EXISTS public.campaign_accords_id_seq; DROP TABLE IF EXISTS public.campaign_accords; DROP SEQUENCE IF EXISTS public.campaign_accord_details_id_seq; DROP TABLE IF EXISTS public.campaign_accord_details; DROP SEQUENCE IF EXISTS public.audit_log_id_seq; DROP TABLE IF EXISTS public.audit_log; DROP SEQUENCE IF EXISTS public.applications_id_seq; DROP TABLE IF EXISTS public.applications; DROP TABLE IF EXISTS public.app_secrets; DROP SEQUENCE IF EXISTS public.app_map_id_seq; DROP TABLE IF EXISTS public.app_map; DROP SEQUENCE IF EXISTS public.allowed_networks_id_seq; DROP TABLE IF EXISTS public.allowed_networks; DROP FUNCTION IF EXISTS public.update_timestamp(); DROP FUNCTION IF EXISTS public.update_domenv_count(); DROP FUNCTION IF EXISTS public.qms_set_updated_at(); DROP EXTENSION IF EXISTS "uuid-ossp"; DROP EXTENSION IF EXISTS pg_trgm; DROP EXTENSION IF EXISTS citext; -- -- Name: citext; Type: EXTENSION; Schema: -; Owner: - -- CREATE EXTENSION IF NOT EXISTS citext WITH SCHEMA public; -- -- Name: EXTENSION citext; Type: COMMENT; Schema: -; Owner: - -- COMMENT ON EXTENSION citext IS 'data type for case-insensitive character strings'; -- -- Name: pg_trgm; Type: EXTENSION; Schema: -; Owner: - -- CREATE EXTENSION IF NOT EXISTS pg_trgm WITH SCHEMA public; -- -- Name: EXTENSION pg_trgm; Type: COMMENT; Schema: -; Owner: - -- COMMENT ON EXTENSION pg_trgm IS 'text similarity measurement and index searching based on trigrams'; -- -- Name: uuid-ossp; Type: EXTENSION; Schema: -; Owner: - -- CREATE EXTENSION IF NOT EXISTS "uuid-ossp" WITH SCHEMA public; -- -- Name: EXTENSION "uuid-ossp"; Type: COMMENT; Schema: -; Owner: - -- COMMENT ON EXTENSION "uuid-ossp" IS 'generate universally unique identifiers (UUIDs)'; -- -- Name: qms_set_updated_at(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.qms_set_updated_at() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN NEW.updated_at = now(); RETURN NEW; END; $$; -- -- Name: update_domenv_count(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.update_domenv_count() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN IF TG_OP = 'INSERT' OR TG_OP = 'UPDATE' THEN UPDATE domain_environments SET nb_servers = ( SELECT COUNT(*) FROM servers WHERE domain_env_id = NEW.domain_env_id ) WHERE id = NEW.domain_env_id; END IF; IF TG_OP = 'DELETE' OR TG_OP = 'UPDATE' THEN UPDATE domain_environments SET nb_servers = ( SELECT COUNT(*) FROM servers WHERE domain_env_id = OLD.domain_env_id ) WHERE id = OLD.domain_env_id; END IF; RETURN NULL; END; $$; -- -- Name: update_timestamp(); Type: FUNCTION; Schema: public; Owner: - -- CREATE FUNCTION public.update_timestamp() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN NEW.updated_at = now(); RETURN NEW; END; $$; SET default_tablespace = ''; SET default_table_access_method = heap; -- -- Name: allowed_networks; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.allowed_networks ( id integer NOT NULL, cidr character varying(50) NOT NULL, description character varying(200), is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: allowed_networks_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.allowed_networks_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: allowed_networks_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.allowed_networks_id_seq OWNED BY public.allowed_networks.id; -- -- Name: app_map; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.app_map ( id integer NOT NULL, app_name character varying(200) NOT NULL, app_type character varying(50), description text, servers jsonb DEFAULT '[]'::jsonb, ports jsonb DEFAULT '[]'::jsonb, flows jsonb DEFAULT '[]'::jsonb, last_scan timestamp with time zone, created_at timestamp with time zone DEFAULT now(), updated_at timestamp with time zone DEFAULT now() ); -- -- Name: app_map_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.app_map_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: app_map_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.app_map_id_seq OWNED BY public.app_map.id; -- -- Name: app_secrets; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.app_secrets ( key character varying(100) NOT NULL, value text NOT NULL, description character varying(255), updated_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: applications; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.applications ( id integer NOT NULL, nom_court character varying(50) NOT NULL, nom_complet character varying(200), description text, editeur character varying(100), criticite character varying(10) DEFAULT 'standard'::character varying, need_pre_stop boolean DEFAULT false NOT NULL, pre_stop_cmd text, post_start_cmd text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, itop_id integer, status character varying(30), responsable_dsi_nom character varying(200), responsable_dsi_email character varying(255), admin_tech_nom character varying(200), admin_tech_email character varying(255), etat character varying(30), ioda_libelle character varying(200), ioda_lib_court character varying(50), ioda_code_pos character varying(20), ioda_type character varying(50), ioda_statut character varying(50), ioda_alias text, ioda_perimetre character varying(100), ioda_dept_domaine character varying(200), ioda_resp_metier character varying(100), ioda_resp_dsi character varying(100), ioda_nb_components integer, ioda_commentaire text, ioda_imported_at timestamp with time zone, CONSTRAINT applications_criticite_check CHECK (((criticite)::text = ANY (ARRAY[('critique'::character varying)::text, ('haute'::character varying)::text, ('standard'::character varying)::text, ('basse'::character varying)::text]))) ); -- -- Name: TABLE applications; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON TABLE public.applications IS 'Catalogue applications — permet pre/post scripts par app'; -- -- Name: COLUMN applications.ioda_libelle; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON COLUMN public.applications.ioda_libelle IS 'Libellé service métier IODA (clé d''import)'; -- -- Name: COLUMN applications.ioda_code_pos; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON COLUMN public.applications.ioda_code_pos IS 'Code zone POS IODA (TRA, ADV, …)'; -- -- Name: COLUMN applications.ioda_resp_metier; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON COLUMN public.applications.ioda_resp_metier IS 'Responsable Service Métier (à notifier patching)'; -- -- Name: COLUMN applications.ioda_resp_dsi; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON COLUMN public.applications.ioda_resp_dsi IS 'Responsable Service DSI (à notifier patching)'; -- -- Name: applications_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.applications_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: applications_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.applications_id_seq OWNED BY public.applications.id; -- -- Name: audit_log; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.audit_log ( id bigint NOT NULL, "timestamp" timestamp with time zone DEFAULT now() NOT NULL, user_id integer, username character varying(50), action character varying(50) NOT NULL, entity_type character varying(30), entity_id integer, details jsonb, ip_address inet ); -- -- Name: audit_log_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.audit_log_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: audit_log_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.audit_log_id_seq OWNED BY public.audit_log.id; -- -- Name: campaign_accord_details; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.campaign_accord_details ( id integer NOT NULL, accord_id integer NOT NULL, session_id integer NOT NULL, decision character varying(20) DEFAULT 'approved'::character varying NOT NULL, reason text, CONSTRAINT campaign_accord_details_decision_check CHECK (((decision)::text = ANY (ARRAY[('approved'::character varying)::text, ('rejected'::character varying)::text, ('reported'::character varying)::text]))) ); -- -- Name: campaign_accord_details_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.campaign_accord_details_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: campaign_accord_details_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.campaign_accord_details_id_seq OWNED BY public.campaign_accord_details.id; -- -- Name: campaign_accords; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.campaign_accords ( id integer NOT NULL, campaign_id integer NOT NULL, contact_id integer NOT NULL, status character varying(20) DEFAULT 'pending'::character varying NOT NULL, response_date timestamp with time zone, comment text, created_at timestamp with time zone DEFAULT now() NOT NULL, CONSTRAINT campaign_accords_status_check CHECK (((status)::text = ANY (ARRAY[('pending'::character varying)::text, ('approved'::character varying)::text, ('partial'::character varying)::text, ('rejected'::character varying)::text, ('reported'::character varying)::text]))) ); -- -- Name: campaign_accords_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.campaign_accords_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: campaign_accords_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.campaign_accords_id_seq OWNED BY public.campaign_accords.id; -- -- Name: campaign_operator_limits; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.campaign_operator_limits ( id integer NOT NULL, campaign_id integer NOT NULL, user_id integer NOT NULL, max_servers integer DEFAULT 0 NOT NULL, note text ); -- -- Name: campaign_operator_limits_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.campaign_operator_limits_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: campaign_operator_limits_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.campaign_operator_limits_id_seq OWNED BY public.campaign_operator_limits.id; -- -- Name: campaigns; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.campaigns ( id integer NOT NULL, week_code character varying(10) NOT NULL, year integer DEFAULT EXTRACT(year FROM now()) NOT NULL, label character varying(100), status character varying(20) DEFAULT 'draft'::character varying NOT NULL, date_start date, date_end date, total_servers integer DEFAULT 0, patched_ok integer DEFAULT 0, patched_ko integer DEFAULT 0, pending integer DEFAULT 0, created_by integer, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, campaign_type character varying(20) DEFAULT 'standard'::character varying NOT NULL, CONSTRAINT campaigns_campaign_type_check CHECK (((campaign_type)::text = ANY (ARRAY[('standard'::character varying)::text, ('quickwin'::character varying)::text, ('safe_patching'::character varying)::text]))), CONSTRAINT campaigns_status_check CHECK (((status)::text = ANY (ARRAY[('draft'::character varying)::text, ('pending_validation'::character varying)::text, ('planned'::character varying)::text, ('in_progress'::character varying)::text, ('completed'::character varying)::text, ('cancelled'::character varying)::text]))) ); -- -- Name: campaigns_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.campaigns_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: campaigns_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.campaigns_id_seq OWNED BY public.campaigns.id; -- -- Name: chassis; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.chassis ( id integer NOT NULL, hostname public.citext NOT NULL, fqdn character varying(255), site character varying(100), domain_ltd character varying(50), description text, responsable_nom text, moved_from_server_id integer, created_at timestamp with time zone DEFAULT now() ); -- -- Name: chassis_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.chassis_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: chassis_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.chassis_id_seq OWNED BY public.chassis.id; -- -- Name: cluster_members; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.cluster_members ( id integer NOT NULL, cluster_id integer NOT NULL, server_id integer NOT NULL, patch_order integer DEFAULT 1 NOT NULL, is_active boolean DEFAULT true NOT NULL ); -- -- Name: cluster_members_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.cluster_members_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: cluster_members_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.cluster_members_id_seq OWNED BY public.cluster_members.id; -- -- Name: clusters; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.clusters ( id integer NOT NULL, name character varying(100) NOT NULL, description text, patch_strategy character varying(20) DEFAULT 'sequential'::character varying NOT NULL, max_parallel integer DEFAULT 1 NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, CONSTRAINT clusters_patch_strategy_check CHECK (((patch_strategy)::text = ANY (ARRAY[('sequential'::character varying)::text, ('rolling'::character varying)::text, ('parallel'::character varying)::text]))) ); -- -- Name: TABLE clusters; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON TABLE public.clusters IS 'Groupes de serveurs avec ordre de patching (ex: Satellite SAT1 avant SAT2)'; -- -- Name: clusters_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.clusters_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: clusters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.clusters_id_seq OWNED BY public.clusters.id; -- -- Name: contact_scopes; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.contact_scopes ( id integer NOT NULL, contact_id integer NOT NULL, scope_type character varying(20) NOT NULL, scope_value character varying(100) NOT NULL, env_scope character varying(20) DEFAULT 'all'::character varying, CONSTRAINT contact_scopes_scope_type_check CHECK (((scope_type)::text = ANY (ARRAY[('domain'::character varying)::text, ('application'::character varying)::text, ('server'::character varying)::text, ('app_group'::character varying)::text, ('zone'::character varying)::text]))) ); -- -- Name: contact_scopes_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.contact_scopes_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: contact_scopes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.contact_scopes_id_seq OWNED BY public.contact_scopes.id; -- -- Name: contacts; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.contacts ( id integer NOT NULL, name character varying(150) NOT NULL, email character varying(255) NOT NULL, role character varying(30) DEFAULT 'responsable'::character varying NOT NULL, is_active boolean DEFAULT false NOT NULL, is_verified boolean DEFAULT false NOT NULL, portal_token character varying(100), portal_token_expires timestamp with time zone, last_portal_access timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, itop_id integer, telephone character varying(50), team character varying(100), function character varying(200), CONSTRAINT contacts_role_check CHECK (((role)::text = ANY (ARRAY[('responsable_domaine'::character varying)::text, ('responsable_prod'::character varying)::text, ('responsable_applicatif'::character varying)::text, ('referent_technique'::character varying)::text, ('chef_projet'::character varying)::text, ('editeur'::character varying)::text, ('ra_prod'::character varying)::text, ('ra_recette'::character varying)::text, ('ra_preprod'::character varying)::text, ('ra_test'::character varying)::text, ('ra_dev'::character varying)::text, ('contact_technique'::character varying)::text, ('autre'::character varying)::text]))) ); -- -- Name: contacts_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.contacts_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: contacts_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.contacts_id_seq OWNED BY public.contacts.id; -- -- Name: default_assignments; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.default_assignments ( id integer NOT NULL, rule_type character varying(20) NOT NULL, rule_value character varying(100) NOT NULL, user_id integer NOT NULL, priority integer DEFAULT 10 NOT NULL, note text, created_at timestamp with time zone DEFAULT now() NOT NULL, CONSTRAINT default_assignments_rule_type_check CHECK (((rule_type)::text = ANY (ARRAY[('server'::character varying)::text, ('app_type'::character varying)::text, ('app_group'::character varying)::text, ('domain'::character varying)::text, ('zone'::character varying)::text]))) ); -- -- Name: default_assignments_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.default_assignments_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: default_assignments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.default_assignments_id_seq OWNED BY public.default_assignments.id; -- -- Name: domain_environments; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.domain_environments ( id integer NOT NULL, domain_id integer NOT NULL, environment_id integer NOT NULL, responsable_nom character varying(100), responsable_email character varying(255), referent_nom character varying(100), referent_email character varying(255), patch_window character varying(100), patch_excludes text, nb_servers integer DEFAULT 0, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: TABLE domain_environments; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON TABLE public.domain_environments IS 'Combinaison domaine+env avec responsables spécifiques'; -- -- Name: domain_environments_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.domain_environments_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: domain_environments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.domain_environments_id_seq OWNED BY public.domain_environments.id; -- -- Name: domain_ltd_list; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.domain_ltd_list ( id integer NOT NULL, name character varying NOT NULL, description text, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: domain_ltd_list_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.domain_ltd_list_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: domain_ltd_list_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.domain_ltd_list_id_seq OWNED BY public.domain_ltd_list.id; -- -- Name: domain_responsables; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.domain_responsables ( id integer NOT NULL, domain_id integer NOT NULL, nom character varying(100) NOT NULL, email character varying(255), telephone character varying(20), role_resp character varying(50) DEFAULT 'responsable'::character varying, is_primary boolean DEFAULT false NOT NULL, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, CONSTRAINT domain_responsables_role_resp_check CHECK (((role_resp)::text = ANY (ARRAY[('responsable'::character varying)::text, ('adjoint'::character varying)::text, ('referent'::character varying)::text]))) ); -- -- Name: domain_responsables_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.domain_responsables_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: domain_responsables_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.domain_responsables_id_seq OWNED BY public.domain_responsables.id; -- -- Name: domains; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.domains ( id integer NOT NULL, name character varying(50) NOT NULL, code character varying(10) NOT NULL, description text, default_excludes text, default_patch_window character varying(100), default_patch_frequency character varying(20) DEFAULT 'monthly'::character varying, teams_webhook_url character varying(500), teams_sharepoint_folder character varying(100), display_order integer DEFAULT 0 NOT NULL, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: domains_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.domains_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: domains_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.domains_id_seq OWNED BY public.domains.id; -- -- Name: environments; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.environments ( id integer NOT NULL, name character varying(50) NOT NULL, code character varying(10) NOT NULL, ssh_method character varying(20) DEFAULT 'ssh_key'::character varying NOT NULL, requires_approval boolean DEFAULT false NOT NULL, approval_level character varying(20) DEFAULT 'operator'::character varying, display_order integer DEFAULT 0 NOT NULL, is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, CONSTRAINT environments_approval_level_check CHECK (((approval_level)::text = ANY (ARRAY[('operator'::character varying)::text, ('secops'::character varying)::text, ('dsi'::character varying)::text]))), CONSTRAINT environments_ssh_method_check CHECK (((ssh_method)::text = ANY (ARRAY[('ssh_key'::character varying)::text, ('ssh_pwd'::character varying)::text, ('ssh_psmp'::character varying)::text, ('rdp_psm'::character varying)::text, ('rdp_pwd'::character varying)::text]))) ); -- -- Name: environments_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.environments_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: environments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.environments_id_seq OWNED BY public.environments.id; -- -- Name: eol_references; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.eol_references ( id integer NOT NULL, os_pattern character varying(100) NOT NULL, eol_date date NOT NULL, els_date date, status character varying(10) NOT NULL, notes text, CONSTRAINT eol_references_status_check CHECK (((status)::text = ANY (ARRAY[('eol'::character varying)::text, ('els'::character varying)::text, ('active'::character varying)::text]))) ); -- -- Name: eol_references_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.eol_references_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: eol_references_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.eol_references_id_seq OWNED BY public.eol_references.id; -- -- Name: hypervisors; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.hypervisors ( id integer NOT NULL, hostname public.citext NOT NULL, fqdn character varying(255), cluster_name character varying(100), underlying_server character varying(100), site character varying(100), domain_ltd character varying(50), description text, responsable_nom text, moved_from_server_id integer, created_at timestamp with time zone DEFAULT now(), kind character varying(20) DEFAULT 'hypervisor'::character varying ); -- -- Name: hypervisors_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.hypervisors_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: hypervisors_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.hypervisors_id_seq OWNED BY public.hypervisors.id; -- -- Name: import_history; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.import_history ( id integer NOT NULL, source character varying(50) NOT NULL, filename character varying(255), imported_by integer, imported_at timestamp with time zone DEFAULT now() NOT NULL, total_rows integer DEFAULT 0, created_count integer DEFAULT 0, updated_count integer DEFAULT 0, skipped_count integer DEFAULT 0, error_count integer DEFAULT 0, errors jsonb, status character varying(20) DEFAULT 'completed'::character varying ); -- -- Name: import_history_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.import_history_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: import_history_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.import_history_id_seq OWNED BY public.import_history.id; -- -- Name: network_flow_map; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.network_flow_map ( id integer NOT NULL, audit_id integer, source_server_id integer, source_hostname character varying(200), source_ip character varying(50), dest_ip character varying(50), dest_port integer, dest_hostname character varying(200), dest_server_id integer, process_name character varying(150), process_user character varying(50), service_name character varying(50), direction character varying(10), connection_count integer DEFAULT 1, state character varying(20), audit_date timestamp with time zone DEFAULT now() ); -- -- Name: network_flow_map_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.network_flow_map_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: network_flow_map_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.network_flow_map_id_seq OWNED BY public.network_flow_map.id; -- -- Name: patch_history; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.patch_history ( id integer NOT NULL, server_id integer NOT NULL, campaign_id integer, intervenant_id integer, date_patch timestamp with time zone NOT NULL, status character varying(20) NOT NULL, command text, packages_updated integer DEFAULT 0, reboot_done boolean DEFAULT false, snapshot_name character varying(200), notes text, created_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: TABLE patch_history; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON TABLE public.patch_history IS 'Historique résumé — alimenté automatiquement après chaque campagne'; -- -- Name: patch_history_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.patch_history_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: patch_history_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.patch_history_id_seq OWNED BY public.patch_history.id; -- -- Name: patch_planning; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.patch_planning ( id integer NOT NULL, year integer NOT NULL, week_number integer NOT NULL, week_code character varying(5) NOT NULL, week_start date NOT NULL, week_end date NOT NULL, cycle integer, domain_code character varying(20), env_scope character varying(20) DEFAULT 'all'::character varying NOT NULL, status character varying(20) DEFAULT 'open'::character varying NOT NULL, note text, created_at timestamp with time zone DEFAULT now() NOT NULL, CONSTRAINT patch_planning_env_scope_check CHECK (((env_scope)::text = ANY (ARRAY[('prod'::character varying)::text, ('hprod'::character varying)::text, ('all'::character varying)::text, ('pilot'::character varying)::text, ('prod_pilot'::character varying)::text]))), CONSTRAINT patch_planning_status_check CHECK (((status)::text = ANY (ARRAY[('open'::character varying)::text, ('freeze'::character varying)::text, ('holiday'::character varying)::text, ('empty'::character varying)::text]))) ); -- -- Name: patch_planning_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.patch_planning_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: patch_planning_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.patch_planning_id_seq OWNED BY public.patch_planning.id; -- -- Name: patch_sessions; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.patch_sessions ( id integer NOT NULL, campaign_id integer NOT NULL, server_id integer NOT NULL, intervenant_id integer, date_prevue timestamp with time zone, duree_estimee character varying(20), accord_responsable boolean DEFAULT false, date_report timestamp with time zone, motif_report text, prereq_ssh character varying(10) DEFAULT 'pending'::character varying, prereq_disk_root integer, prereq_disk_log integer, prereq_satellite character varying(10) DEFAULT 'pending'::character varying, prereq_date timestamp with time zone, snapshot_name character varying(200), snapshot_created boolean DEFAULT false, snapshot_forced boolean DEFAULT false, snapshot_justif text, snapshot_date timestamp with time zone, patch_command text, patch_output text, pb_espace_disque boolean DEFAULT false, status character varying(20) DEFAULT 'pending'::character varying NOT NULL, date_realise timestamp with time zone, reboot_required boolean DEFAULT false, reboot_date timestamp with time zone, packages_before text, packages_after text, packages_updated integer DEFAULT 0, postcheck_services character varying(10) DEFAULT 'pending'::character varying, postcheck_ports character varying(10) DEFAULT 'pending'::character varying, postcheck_date timestamp with time zone, notif_debut_sent boolean DEFAULT false, notif_reboot_sent boolean DEFAULT false, notif_fin_sent boolean DEFAULT false, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, exclusion_reason character varying(30), exclusion_detail text, excluded_by character varying(100), excluded_at timestamp with time zone, rollback_method character varying(20), rollback_justif text, prereq_validated boolean DEFAULT false NOT NULL, prereq_validated_by character varying(100), prereq_validated_at timestamp with time zone, prereq_disk_root_mb integer, prereq_disk_var_mb integer, prereq_disk_ok boolean, heure_prevue character varying(20), assigned_at timestamp with time zone, forced_assignment boolean DEFAULT false NOT NULL, state_before jsonb, state_after jsonb, state_diff jsonb, note text, CONSTRAINT patch_sessions_exclusion_check CHECK (((exclusion_reason IS NULL) OR ((exclusion_reason)::text = ANY (ARRAY[('eol'::character varying)::text, ('creneau_inadequat'::character varying)::text, ('intervention_non_secops'::character varying)::text, ('report_cycle'::character varying)::text, ('non_patchable'::character varying)::text, ('autre'::character varying)::text])))), CONSTRAINT patch_sessions_postcheck_services_check CHECK (((postcheck_services)::text = ANY (ARRAY[('pending'::character varying)::text, ('ok'::character varying)::text, ('ko'::character varying)::text, ('skip'::character varying)::text]))), CONSTRAINT patch_sessions_prereq_satellite_check CHECK (((prereq_satellite)::text = ANY (ARRAY[('pending'::character varying)::text, ('ok'::character varying)::text, ('ko'::character varying)::text, ('na'::character varying)::text, ('skip'::character varying)::text]))), CONSTRAINT patch_sessions_prereq_ssh_check CHECK (((prereq_ssh)::text = ANY (ARRAY[('pending'::character varying)::text, ('ok'::character varying)::text, ('ko'::character varying)::text, ('skip'::character varying)::text]))), CONSTRAINT patch_sessions_rollback_check CHECK (((rollback_method IS NULL) OR ((rollback_method)::text = ANY (ARRAY[('snapshot'::character varying)::text, ('commvault'::character varying)::text, ('commcell'::character varying)::text, ('force'::character varying)::text, ('na'::character varying)::text])))), CONSTRAINT patch_sessions_status_check CHECK (((status)::text = ANY (ARRAY[('pending'::character varying)::text, ('prereq_ok'::character varying)::text, ('in_progress'::character varying)::text, ('patched'::character varying)::text, ('up_to_date'::character varying)::text, ('failed'::character varying)::text, ('skipped'::character varying)::text, ('cancelled'::character varying)::text, ('reported'::character varying)::text, ('excluded'::character varying)::text]))) ); -- -- Name: TABLE patch_sessions; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON TABLE public.patch_sessions IS 'Données dynamiques de patching par campagne — 1 ligne = 1 serveur dans 1 semaine'; -- -- Name: COLUMN patch_sessions.snapshot_forced; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON COLUMN public.patch_sessions.snapshot_forced IS 'True si patcheur a forcé le patch sans snapshot — justification obligatoire'; -- -- Name: patch_sessions_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.patch_sessions_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: patch_sessions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.patch_sessions_id_seq OWNED BY public.patch_sessions.id; -- -- Name: patch_validation; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.patch_validation ( id integer NOT NULL, server_id integer, campaign_id integer, campaign_type character varying(30), patch_date timestamp without time zone DEFAULT now(), status character varying(20) DEFAULT 'en_attente'::character varying NOT NULL, validated_by_contact_id integer, validated_by_name character varying(200), validated_at timestamp without time zone, marked_by_user_id integer, forced_reason text, notes text, created_at timestamp without time zone DEFAULT now(), updated_at timestamp without time zone DEFAULT now(), CONSTRAINT patch_validation_status_check CHECK (((status)::text = ANY (ARRAY[('en_attente'::character varying)::text, ('validated_ok'::character varying)::text, ('validated_ko'::character varying)::text, ('forced'::character varying)::text]))) ); -- -- Name: patch_validation_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.patch_validation_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: patch_validation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.patch_validation_id_seq OWNED BY public.patch_validation.id; -- -- Name: qualys_asset_tags; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.qualys_asset_tags ( id integer NOT NULL, qualys_asset_id bigint NOT NULL, qualys_tag_id bigint NOT NULL, assigned_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: qualys_asset_tags_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.qualys_asset_tags_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: qualys_asset_tags_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.qualys_asset_tags_id_seq OWNED BY public.qualys_asset_tags.id; -- -- Name: qualys_assets; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.qualys_assets ( id integer NOT NULL, qualys_asset_id bigint NOT NULL, name character varying(255) NOT NULL, hostname public.citext, fqdn character varying(255), ip_address inet, os text, os_family character varying(10), agent_status character varying(30), agent_version character varying(30), last_checkin timestamp with time zone, server_id integer, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: qualys_assets_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.qualys_assets_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: qualys_assets_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.qualys_assets_id_seq OWNED BY public.qualys_assets.id; -- -- Name: qualys_missing_servers; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.qualys_missing_servers ( id integer NOT NULL, hostname character varying(255) NOT NULL, hostname_norm character varying(255) GENERATED ALWAYS AS (lower((hostname)::text)) STORED, environnement character varying(50), sources_present character varying(100), in_cyberark boolean DEFAULT false, in_sentinel boolean DEFAULT false, in_itop boolean DEFAULT false, server_id integer, reason_category character varying(30), reason_detail text, status character varying(20) DEFAULT 'a_traiter'::character varying, priority smallint DEFAULT 3, notes text, source_file character varying(100), last_seen_at timestamp with time zone DEFAULT now(), created_at timestamp with time zone DEFAULT now(), updated_at timestamp with time zone DEFAULT now(), CONSTRAINT qms_reason_check CHECK (((reason_category IS NULL) OR ((reason_category)::text = ANY ((ARRAY['appliance'::character varying, 'ot_scada'::character varying, 'virtualisation'::character varying, 'embedded'::character varying, 'oubli'::character varying, 'decom'::character varying, 'inconnu'::character varying, 'other'::character varying])::text[])))), CONSTRAINT qms_status_check CHECK (((status)::text = ANY ((ARRAY['a_traiter'::character varying, 'a_enroler'::character varying, 'exempt'::character varying, 'enrole'::character varying, 'decom'::character varying])::text[]))) ); -- -- Name: TABLE qualys_missing_servers; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON TABLE public.qualys_missing_servers IS 'Serveurs détectés ailleurs (CA/S1/iTop) mais absents de Qualys + raison'; -- -- Name: COLUMN qualys_missing_servers.reason_category; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON COLUMN public.qualys_missing_servers.reason_category IS 'appliance, ot_scada, virtualisation (ESXi), embedded, oubli (à enrôler), decom, inconnu, other'; -- -- Name: COLUMN qualys_missing_servers.status; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON COLUMN public.qualys_missing_servers.status IS 'a_traiter, a_enroler, exempt (légitimement hors Qualys), enrole (fait), decom'; -- -- Name: COLUMN qualys_missing_servers.priority; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON COLUMN public.qualys_missing_servers.priority IS '1 urgent → 5 faible (auto-calc selon sources)'; -- -- Name: qualys_missing_servers_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.qualys_missing_servers_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: qualys_missing_servers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.qualys_missing_servers_id_seq OWNED BY public.qualys_missing_servers.id; -- -- Name: qualys_tags; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.qualys_tags ( id integer NOT NULL, qualys_tag_id bigint NOT NULL, name character varying(200) NOT NULL, is_dynamic boolean DEFAULT false NOT NULL, rule_type character varying(50), rule_text text, category character varying(50), created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, v3_name character varying(100), v3_type character varying(10) ); -- -- Name: qualys_tags_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.qualys_tags_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: qualys_tags_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.qualys_tags_id_seq OWNED BY public.qualys_tags.id; -- -- Name: quickwin_entries; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.quickwin_entries ( id integer NOT NULL, run_id integer NOT NULL, server_id integer NOT NULL, branch character varying(10) DEFAULT 'hprod'::character varying NOT NULL, status character varying(20) DEFAULT 'pending'::character varying NOT NULL, general_excludes text DEFAULT ''::text NOT NULL, specific_excludes text DEFAULT ''::text NOT NULL, patch_command text, patch_output text, patch_packages_count integer DEFAULT 0, patch_packages text, patch_date timestamp with time zone, reboot_required boolean DEFAULT false NOT NULL, prereq_ok boolean, prereq_detail text, snap_done boolean DEFAULT false NOT NULL, dryrun_output text, notes text, updated_at timestamp with time zone DEFAULT now() NOT NULL, prereq_date timestamp with time zone, snap_date timestamp with time zone, prereq_ssh boolean, prereq_satellite boolean, prereq_disk boolean, prod_pair_entry_id integer, snap_detail text, CONSTRAINT quickwin_entries_branch_check CHECK (((branch)::text = ANY (ARRAY[('hprod'::character varying)::text, ('prod'::character varying)::text]))), CONSTRAINT quickwin_entries_status_check CHECK (((status)::text = ANY (ARRAY[('pending'::character varying)::text, ('in_progress'::character varying)::text, ('patched'::character varying)::text, ('failed'::character varying)::text, ('skipped'::character varying)::text, ('excluded'::character varying)::text]))) ); -- -- Name: quickwin_entries_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.quickwin_entries_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: quickwin_entries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.quickwin_entries_id_seq OWNED BY public.quickwin_entries.id; -- -- Name: quickwin_logs; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.quickwin_logs ( id integer NOT NULL, run_id integer NOT NULL, entry_id integer, hostname character varying(255), step character varying(30) NOT NULL, level character varying(10) DEFAULT 'info'::character varying NOT NULL, message text NOT NULL, detail text, created_at timestamp without time zone DEFAULT now(), created_by character varying(100) ); -- -- Name: quickwin_logs_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.quickwin_logs_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: quickwin_logs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.quickwin_logs_id_seq OWNED BY public.quickwin_logs.id; -- -- Name: quickwin_runs; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.quickwin_runs ( id integer NOT NULL, year integer NOT NULL, week_number integer NOT NULL, label text DEFAULT ''::text NOT NULL, status character varying(20) DEFAULT 'draft'::character varying NOT NULL, created_by integer, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, notes text, CONSTRAINT quickwin_runs_status_check CHECK (((status)::text = ANY (ARRAY[('draft'::character varying)::text, ('prereq'::character varying)::text, ('snapshot'::character varying)::text, ('patching'::character varying)::text, ('result'::character varying)::text, ('completed'::character varying)::text, ('failed'::character varying)::text]))) ); -- -- Name: quickwin_runs_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.quickwin_runs_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: quickwin_runs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.quickwin_runs_id_seq OWNED BY public.quickwin_runs.id; -- -- Name: quickwin_server_config; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.quickwin_server_config ( id integer NOT NULL, server_id integer NOT NULL, general_excludes text DEFAULT ''::text NOT NULL, specific_excludes text DEFAULT ''::text NOT NULL, last_yum_commands jsonb DEFAULT '[]'::jsonb, notes text, updated_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: quickwin_server_config_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.quickwin_server_config_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: quickwin_server_config_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.quickwin_server_config_id_seq OWNED BY public.quickwin_server_config.id; -- -- Name: server_audit; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.server_audit ( id integer NOT NULL, server_id integer, hostname character varying(100) NOT NULL, audit_date timestamp with time zone NOT NULL, status character varying(30) NOT NULL, connection_method text, resolved_fqdn character varying(150), os_release text, kernel character varying(100), uptime text, selinux character varying(50), disk_detail text, disk_root_free_mb integer, disk_var_free_mb integer, disk_applis_pct integer, disk_alert boolean DEFAULT false, network_mounts text, fstab_network text, apps_installed text, services_running text, services_enabled text, running_not_enabled text, custom_processes text, pm2_processes text, rc_scripts text, applis_scripts text, crontab_root text, crontab_users text, containers text, podman_systemd text, listening_ports text, db_detected text, cluster_detected text, agents text, qualys_active boolean, sentinelone_active boolean, last_patch text, failed_services text, created_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: server_audit_full; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.server_audit_full ( id integer NOT NULL, server_id integer, hostname character varying(200) NOT NULL, audit_date timestamp with time zone DEFAULT now(), os_release text, kernel text, uptime text, services jsonb DEFAULT '[]'::jsonb, processes jsonb DEFAULT '[]'::jsonb, services_failed text, needs_restarting text, reboot_required boolean DEFAULT false, disk_usage jsonb DEFAULT '[]'::jsonb, interfaces jsonb DEFAULT '[]'::jsonb, routes jsonb DEFAULT '[]'::jsonb, listen_ports jsonb DEFAULT '[]'::jsonb, connections jsonb DEFAULT '[]'::jsonb, flux_in jsonb DEFAULT '[]'::jsonb, flux_out jsonb DEFAULT '[]'::jsonb, conn_wait jsonb DEFAULT '[]'::jsonb, net_stats jsonb DEFAULT '{}'::jsonb, traffic jsonb DEFAULT '[]'::jsonb, firewall jsonb DEFAULT '{}'::jsonb, correlation_matrix jsonb DEFAULT '[]'::jsonb, outbound_only jsonb DEFAULT '[]'::jsonb, raw_output text, status character varying(20) DEFAULT 'ok'::character varying, error_msg text, created_at timestamp with time zone DEFAULT now(), last_patch_date character varying(20), last_patch_week character varying(10), last_patch_year integer, patch_count_2026 integer DEFAULT 0, patch_weeks_2026 text, patch_count_2025 integer DEFAULT 0, patch_weeks_2025 text, patch_status_2026 character varying(20) DEFAULT NULL::character varying, cancelled_weeks_2026 text ); -- -- Name: server_audit_full_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.server_audit_full_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: server_audit_full_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.server_audit_full_id_seq OWNED BY public.server_audit_full.id; -- -- Name: server_audit_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.server_audit_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: server_audit_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.server_audit_id_seq OWNED BY public.server_audit.id; -- -- Name: server_correspondance; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.server_correspondance ( id integer NOT NULL, prod_server_id integer, nonprod_server_id integer, environment_code character varying(50), source character varying(20) DEFAULT 'auto'::character varying NOT NULL, note text, created_by integer, created_at timestamp without time zone DEFAULT now(), updated_at timestamp without time zone DEFAULT now(), CONSTRAINT server_correspondance_source_check CHECK (((source)::text = ANY (ARRAY[('auto'::character varying)::text, ('manual'::character varying)::text, ('exception'::character varying)::text]))) ); -- -- Name: server_correspondance_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.server_correspondance_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: server_correspondance_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.server_correspondance_id_seq OWNED BY public.server_correspondance.id; -- -- Name: server_databases; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.server_databases ( id integer NOT NULL, server_id integer, hostname public.citext, instance_name character varying(100), db_type character varying(50), db_version character varying(100), db_edition character varying(50), cluster_name character varying(100), environnement character varying(50), etat character varying(30), description text, created_at timestamp with time zone DEFAULT now() ); -- -- Name: server_databases_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.server_databases_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: server_databases_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.server_databases_id_seq OWNED BY public.server_databases.id; -- -- Name: server_ips; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.server_ips ( id integer NOT NULL, server_id integer NOT NULL, ip_address inet NOT NULL, ip_type character varying(20) DEFAULT 'primary'::character varying NOT NULL, is_ssh boolean DEFAULT false NOT NULL, vlan_id integer, interface character varying(30), description character varying(200), created_at timestamp with time zone DEFAULT now() NOT NULL, CONSTRAINT server_ips_ip_type_check CHECK (((ip_type)::text = ANY (ARRAY[('primary'::character varying)::text, ('secondary'::character varying)::text, ('management'::character varying)::text, ('vlan'::character varying)::text]))) ); -- -- Name: server_ips_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.server_ips_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: server_ips_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.server_ips_id_seq OWNED BY public.server_ips.id; -- -- Name: server_pairs; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.server_pairs ( id integer NOT NULL, prod_server_id integer NOT NULL, hprod_server_id integer NOT NULL, relation_type character varying(20) DEFAULT 'same_app'::character varying NOT NULL, auto_detected boolean DEFAULT false NOT NULL, note text, created_at timestamp with time zone DEFAULT now() NOT NULL, CONSTRAINT server_pairs_relation_type_check CHECK (((relation_type)::text = ANY (ARRAY[('same_app'::character varying)::text, ('cluster_pair'::character varying)::text, ('dr_pair'::character varying)::text, ('manual'::character varying)::text]))) ); -- -- Name: server_pairs_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.server_pairs_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: server_pairs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.server_pairs_id_seq OWNED BY public.server_pairs.id; -- -- Name: server_specifics; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.server_specifics ( id integer NOT NULL, server_id integer NOT NULL, reboot_order integer, reboot_order_note text, cmd_before_patch text, cmd_after_patch text, cmd_before_reboot text, cmd_after_reboot text, is_cluster boolean DEFAULT false NOT NULL, cluster_role character varying(20), cluster_note text, is_db boolean DEFAULT false NOT NULL, db_type character varying(50), db_note text, is_middleware boolean DEFAULT false NOT NULL, mw_type character varying(50), mw_note text, has_agent_special boolean DEFAULT false NOT NULL, agent_note text, has_service_critical boolean DEFAULT false NOT NULL, service_note text, needs_manual_step boolean DEFAULT false NOT NULL, manual_step_detail text, reboot_delay_minutes integer, patch_excludes text, no_reboot_reason text, dependency_server_id integer, dependency_note text, note text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, app_type character varying(50), stop_command text, start_command text, stop_user character varying(50), start_user character varying(50), kernel_update_blocked boolean DEFAULT false NOT NULL, kernel_block_reason text, reboot_min_interval_minutes integer, sentinel_disable_required boolean DEFAULT false NOT NULL, ip_forwarding_required boolean DEFAULT false NOT NULL, rolling_update boolean DEFAULT false NOT NULL, rolling_update_note text, auto_restart boolean DEFAULT true NOT NULL, patch_order_group character varying(50), extra_excludes text, stop_order integer, patch_wave integer, patch_wave_group character varying(50), patch_wave_delay_days integer DEFAULT 1, patch_wave_note text ); -- -- Name: server_specifics_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.server_specifics_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: server_specifics_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.server_specifics_id_seq OWNED BY public.server_specifics.id; -- -- Name: servers; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.servers ( id integer NOT NULL, hostname public.citext NOT NULL, fqdn character varying(255), domain_ltd character varying(50), domain_env_id integer, zone_id integer, vcenter_id integer, application_id integer, cluster_id integer, os_family character varying(10), os_version character varying(200), machine_type character varying(10) DEFAULT 'vm'::character varying NOT NULL, vcenter_vm_name character varying(100), is_bdd boolean DEFAULT false NOT NULL, is_flux_libre boolean DEFAULT false NOT NULL, is_emv boolean DEFAULT false NOT NULL, is_podman boolean DEFAULT false NOT NULL, need_pct boolean DEFAULT false NOT NULL, tier character varying(10) DEFAULT 'a_definir'::character varying NOT NULL, etat character varying(30) DEFAULT 'production'::character varying, licence_support character varying(10) DEFAULT 'active'::character varying NOT NULL, eol_date date, site character varying(50), ssh_method character varying(20) DEFAULT 'ssh_key'::character varying, ssh_port integer DEFAULT 22 NOT NULL, ssh_user character varying(50), cyberark_safe character varying(100), patch_os_owner character varying(20) DEFAULT 'secops'::character varying NOT NULL, patch_mw_owner character varying(20) DEFAULT 'a_definir'::character varying NOT NULL, patch_app_owner character varying(20) DEFAULT 'a_definir'::character varying NOT NULL, patch_owner_details text, patch_frequency character varying(20) DEFAULT 'monthly'::character varying, patch_window character varying(100), patch_excludes text, patch_custom_cmd text, reboot_allowed boolean DEFAULT true NOT NULL, snapshot_required boolean DEFAULT true NOT NULL, pre_patch_script text, post_patch_script text, responsable_nom text, responsable_email character varying(255), referent_nom text, referent_email character varying(255), default_intervenant_id integer, qualys_asset_id bigint, centreon_host_id integer, cve_critical_count integer DEFAULT 0, last_qualys_scan timestamp with time zone, mode_operatoire text, commentaire text, notes text, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, created_by integer, satellite_host character varying(100), pref_patch_jour character varying(20) DEFAULT 'indifferent'::character varying, pref_patch_heure character varying(50) DEFAULT 'indifferent'::character varying, application_name character varying(200), app_group character varying(50), use_proxy boolean DEFAULT true NOT NULL, environnement character varying(20), domaine character varying(100), CONSTRAINT servers_environnement_check CHECK ((((environnement)::text = ANY ((ARRAY['Développement'::character varying, 'Intégration'::character varying, 'Pré-Prod'::character varying, 'Production'::character varying, 'Recette'::character varying, 'Test'::character varying, 'Formation'::character varying])::text[])) OR (environnement IS NULL))), CONSTRAINT servers_etat_check CHECK ((((etat)::text = ANY ((ARRAY['Production'::character varying, 'Implémentation'::character varying, 'Stock'::character varying, 'Obsolète'::character varying, 'prêt'::character varying, 'tests'::character varying])::text[])) OR (etat IS NULL))), CONSTRAINT servers_licence_support_check CHECK ((((licence_support)::text = ANY ((ARRAY['active'::character varying, 'obsolete'::character varying, 'els'::character varying, 'missing'::character varying])::text[])) OR (licence_support IS NULL))), CONSTRAINT servers_machine_type_check CHECK (((machine_type)::text = ANY (ARRAY[('vm'::character varying)::text, ('physical'::character varying)::text]))), CONSTRAINT servers_os_family_check CHECK (((os_family)::text = ANY (ARRAY[('linux'::character varying)::text, ('windows'::character varying)::text]))), CONSTRAINT servers_patch_app_owner_check CHECK (((patch_app_owner)::text = ANY (ARRAY[('secops'::character varying)::text, ('ipop'::character varying)::text, ('editeur'::character varying)::text, ('tiers'::character varying)::text, ('na'::character varying)::text, ('a_definir'::character varying)::text]))), CONSTRAINT servers_patch_mw_owner_check CHECK (((patch_mw_owner)::text = ANY (ARRAY[('secops'::character varying)::text, ('ipop'::character varying)::text, ('editeur'::character varying)::text, ('tiers'::character varying)::text, ('na'::character varying)::text, ('a_definir'::character varying)::text]))), CONSTRAINT servers_patch_os_owner_check CHECK (((patch_os_owner)::text = ANY (ARRAY[('secops'::character varying)::text, ('ipop'::character varying)::text, ('editeur'::character varying)::text, ('tiers'::character varying)::text, ('na'::character varying)::text, ('a_definir'::character varying)::text]))), CONSTRAINT servers_ssh_method_check CHECK ((((ssh_method)::text = ANY ((ARRAY['ssh_key'::character varying, 'ssh_psmp'::character varying, 'ssh_password'::character varying, 'rdp_local'::character varying, 'rdp_psmp'::character varying, 'winrm'::character varying, 'a_definir'::character varying])::text[])) OR (ssh_method IS NULL))), CONSTRAINT servers_tier_check CHECK (((tier)::text = ANY (ARRAY[('tier0'::character varying)::text, ('tier1'::character varying)::text, ('tier2'::character varying)::text, ('tier3'::character varying)::text, ('a_definir'::character varying)::text]))) ); -- -- Name: TABLE servers; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON TABLE public.servers IS 'Inventaire serveurs SANEF — source de vérité unique'; -- -- Name: COLUMN servers.is_podman; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON COLUMN public.servers.is_podman IS 'True si Flux Libre avec Podman (bot/boo/boc) — False pour BST'; -- -- Name: COLUMN servers.need_pct; Type: COMMENT; Schema: public; Owner: - -- COMMENT ON COLUMN public.servers.need_pct IS 'True si prévenance PCT nécessaire avant intervention'; -- -- Name: servers_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.servers_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: servers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.servers_id_seq OWNED BY public.servers.id; -- -- Name: settings; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.settings ( key character varying(100) NOT NULL, value text NOT NULL, description text, updated_at timestamp with time zone DEFAULT now() NOT NULL, updated_by integer ); -- -- Name: tier_policies; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.tier_policies ( id integer NOT NULL, tier character varying(10) NOT NULL, max_parallel integer DEFAULT 1 NOT NULL, approval_level character varying(20) NOT NULL, maintenance_window character varying(100), pre_notification_hours integer DEFAULT 0 NOT NULL, snapshot_mandatory boolean DEFAULT true NOT NULL, post_check_level character varying(20) DEFAULT 'basic'::character varying NOT NULL, notes text ); -- -- Name: tier_policies_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.tier_policies_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: tier_policies_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.tier_policies_id_seq OWNED BY public.tier_policies.id; -- -- Name: user_permissions; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.user_permissions ( id integer NOT NULL, user_id integer NOT NULL, module character varying(30) NOT NULL, level character varying(10) DEFAULT 'view'::character varying NOT NULL, CONSTRAINT user_permissions_level_check CHECK (((level)::text = ANY (ARRAY[('view'::character varying)::text, ('edit'::character varying)::text, ('admin'::character varying)::text]))), CONSTRAINT user_permissions_module_check CHECK (((module)::text = ANY (ARRAY[('servers'::character varying)::text, ('campaigns'::character varying)::text, ('qualys'::character varying)::text, ('audit'::character varying)::text, ('settings'::character varying)::text, ('users'::character varying)::text, ('planning'::character varying)::text, ('specifics'::character varying)::text, ('quickwin'::character varying)::text]))) ); -- -- Name: user_permissions_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.user_permissions_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: user_permissions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.user_permissions_id_seq OWNED BY public.user_permissions.id; -- -- Name: users; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.users ( id integer NOT NULL, username public.citext NOT NULL, display_name character varying(100) NOT NULL, email character varying(255), password_hash character varying(255), role character varying(20) DEFAULT 'operator'::character varying NOT NULL, auth_type character varying(10) DEFAULT 'local'::character varying NOT NULL, is_active boolean DEFAULT true NOT NULL, last_login timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, itop_person_id integer, last_itop_sync timestamp without time zone, force_password_change boolean DEFAULT false, CONSTRAINT users_auth_type_check CHECK (((auth_type)::text = ANY (ARRAY[('local'::character varying)::text, ('ldap'::character varying)::text]))), CONSTRAINT users_role_check CHECK (((role)::text = ANY (ARRAY[('admin'::character varying)::text, ('coordinator'::character varying)::text, ('operator'::character varying)::text, ('viewer'::character varying)::text]))) ); -- -- Name: users_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.users_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.users_id_seq OWNED BY public.users.id; -- -- Name: v_campaign_dashboard; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW public.v_campaign_dashboard AS SELECT c.id, c.week_code, c.year, c.status, count(ps.id) AS total, count(*) FILTER (WHERE ((ps.status)::text = 'patched'::text)) AS patched, count(*) FILTER (WHERE ((ps.status)::text = 'failed'::text)) AS failed, count(*) FILTER (WHERE ((ps.status)::text = 'pending'::text)) AS pending FROM (public.campaigns c LEFT JOIN public.patch_sessions ps ON ((c.id = ps.campaign_id))) GROUP BY c.id, c.week_code, c.year, c.status; -- -- Name: v_conformity_todo; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW public.v_conformity_todo AS SELECT s.hostname, d.name AS domaine, e.name AS environnement, s.tier, s.patch_os_owner, (s.responsable_nom IS NULL) AS resp_missing FROM (((public.servers s LEFT JOIN public.domain_environments de ON ((s.domain_env_id = de.id))) LEFT JOIN public.domains d ON ((de.domain_id = d.id))) LEFT JOIN public.environments e ON ((de.environment_id = e.id))) WHERE (((s.etat)::text = 'en_production'::text) AND (((s.patch_os_owner)::text = 'a_definir'::text) OR (s.responsable_nom IS NULL))); -- -- Name: zones; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.zones ( id integer NOT NULL, name character varying(30) NOT NULL, description text, is_dmz boolean DEFAULT false NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL ); -- -- Name: v_servers; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW public.v_servers AS SELECT s.id, s.hostname, s.fqdn, s.domain_ltd, d.name AS domaine, d.code AS domaine_code, e.name AS environnement, e.code AS env_code, z.name AS zone_reseau, s.os_family, s.os_version, s.machine_type, s.tier, s.etat, s.licence_support, s.is_bdd, s.is_flux_libre, s.is_emv, s.is_podman, s.need_pct, s.patch_os_owner, COALESCE(s.patch_excludes, de.patch_excludes, d.default_excludes) AS effective_excludes, s.responsable_nom, s.referent_nom, s.ssh_method, s.ssh_user, s.mode_operatoire, s.commentaire FROM ((((public.servers s LEFT JOIN public.domain_environments de ON ((s.domain_env_id = de.id))) LEFT JOIN public.domains d ON ((de.domain_id = d.id))) LEFT JOIN public.environments e ON ((de.environment_id = e.id))) LEFT JOIN public.zones z ON ((s.zone_id = z.id))); -- -- Name: v_patchable; Type: VIEW; Schema: public; Owner: - -- CREATE VIEW public.v_patchable AS SELECT id, hostname, fqdn, domain_ltd, domaine, domaine_code, environnement, env_code, zone_reseau, os_family, os_version, machine_type, tier, etat, licence_support, is_bdd, is_flux_libre, is_emv, is_podman, need_pct, patch_os_owner, effective_excludes, responsable_nom, referent_nom, ssh_method, ssh_user, mode_operatoire, commentaire FROM public.v_servers WHERE (((patch_os_owner)::text = 'secops'::text) AND ((etat)::text = 'en_production'::text) AND ((licence_support)::text = ANY (ARRAY[('active'::character varying)::text, ('els'::character varying)::text]))); -- -- Name: vcenters; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.vcenters ( id integer NOT NULL, name character varying(100) NOT NULL, endpoint character varying(255) NOT NULL, datacenter character varying(100), is_active boolean DEFAULT true NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, description character varying(255), responsable character varying(100) ); -- -- Name: vcenters_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.vcenters_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: vcenters_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.vcenters_id_seq OWNED BY public.vcenters.id; -- -- Name: zones_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- CREATE SEQUENCE public.zones_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; -- -- Name: zones_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - -- ALTER SEQUENCE public.zones_id_seq OWNED BY public.zones.id; -- -- Name: allowed_networks id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.allowed_networks ALTER COLUMN id SET DEFAULT nextval('public.allowed_networks_id_seq'::regclass); -- -- Name: app_map id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.app_map ALTER COLUMN id SET DEFAULT nextval('public.app_map_id_seq'::regclass); -- -- Name: applications id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.applications ALTER COLUMN id SET DEFAULT nextval('public.applications_id_seq'::regclass); -- -- Name: audit_log id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.audit_log ALTER COLUMN id SET DEFAULT nextval('public.audit_log_id_seq'::regclass); -- -- Name: campaign_accord_details id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_accord_details ALTER COLUMN id SET DEFAULT nextval('public.campaign_accord_details_id_seq'::regclass); -- -- Name: campaign_accords id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_accords ALTER COLUMN id SET DEFAULT nextval('public.campaign_accords_id_seq'::regclass); -- -- Name: campaign_operator_limits id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_operator_limits ALTER COLUMN id SET DEFAULT nextval('public.campaign_operator_limits_id_seq'::regclass); -- -- Name: campaigns id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaigns ALTER COLUMN id SET DEFAULT nextval('public.campaigns_id_seq'::regclass); -- -- Name: chassis id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.chassis ALTER COLUMN id SET DEFAULT nextval('public.chassis_id_seq'::regclass); -- -- Name: cluster_members id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.cluster_members ALTER COLUMN id SET DEFAULT nextval('public.cluster_members_id_seq'::regclass); -- -- Name: clusters id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.clusters ALTER COLUMN id SET DEFAULT nextval('public.clusters_id_seq'::regclass); -- -- Name: contact_scopes id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.contact_scopes ALTER COLUMN id SET DEFAULT nextval('public.contact_scopes_id_seq'::regclass); -- -- Name: contacts id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.contacts ALTER COLUMN id SET DEFAULT nextval('public.contacts_id_seq'::regclass); -- -- Name: default_assignments id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.default_assignments ALTER COLUMN id SET DEFAULT nextval('public.default_assignments_id_seq'::regclass); -- -- Name: domain_environments id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_environments ALTER COLUMN id SET DEFAULT nextval('public.domain_environments_id_seq'::regclass); -- -- Name: domain_ltd_list id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_ltd_list ALTER COLUMN id SET DEFAULT nextval('public.domain_ltd_list_id_seq'::regclass); -- -- Name: domain_responsables id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_responsables ALTER COLUMN id SET DEFAULT nextval('public.domain_responsables_id_seq'::regclass); -- -- Name: domains id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domains ALTER COLUMN id SET DEFAULT nextval('public.domains_id_seq'::regclass); -- -- Name: environments id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.environments ALTER COLUMN id SET DEFAULT nextval('public.environments_id_seq'::regclass); -- -- Name: eol_references id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.eol_references ALTER COLUMN id SET DEFAULT nextval('public.eol_references_id_seq'::regclass); -- -- Name: hypervisors id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.hypervisors ALTER COLUMN id SET DEFAULT nextval('public.hypervisors_id_seq'::regclass); -- -- Name: import_history id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.import_history ALTER COLUMN id SET DEFAULT nextval('public.import_history_id_seq'::regclass); -- -- Name: network_flow_map id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.network_flow_map ALTER COLUMN id SET DEFAULT nextval('public.network_flow_map_id_seq'::regclass); -- -- Name: patch_history id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_history ALTER COLUMN id SET DEFAULT nextval('public.patch_history_id_seq'::regclass); -- -- Name: patch_planning id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_planning ALTER COLUMN id SET DEFAULT nextval('public.patch_planning_id_seq'::regclass); -- -- Name: patch_sessions id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_sessions ALTER COLUMN id SET DEFAULT nextval('public.patch_sessions_id_seq'::regclass); -- -- Name: patch_validation id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_validation ALTER COLUMN id SET DEFAULT nextval('public.patch_validation_id_seq'::regclass); -- -- Name: qualys_asset_tags id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_asset_tags ALTER COLUMN id SET DEFAULT nextval('public.qualys_asset_tags_id_seq'::regclass); -- -- Name: qualys_assets id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_assets ALTER COLUMN id SET DEFAULT nextval('public.qualys_assets_id_seq'::regclass); -- -- Name: qualys_missing_servers id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_missing_servers ALTER COLUMN id SET DEFAULT nextval('public.qualys_missing_servers_id_seq'::regclass); -- -- Name: qualys_tags id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_tags ALTER COLUMN id SET DEFAULT nextval('public.qualys_tags_id_seq'::regclass); -- -- Name: quickwin_entries id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_entries ALTER COLUMN id SET DEFAULT nextval('public.quickwin_entries_id_seq'::regclass); -- -- Name: quickwin_logs id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_logs ALTER COLUMN id SET DEFAULT nextval('public.quickwin_logs_id_seq'::regclass); -- -- Name: quickwin_runs id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_runs ALTER COLUMN id SET DEFAULT nextval('public.quickwin_runs_id_seq'::regclass); -- -- Name: quickwin_server_config id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_server_config ALTER COLUMN id SET DEFAULT nextval('public.quickwin_server_config_id_seq'::regclass); -- -- Name: server_audit id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_audit ALTER COLUMN id SET DEFAULT nextval('public.server_audit_id_seq'::regclass); -- -- Name: server_audit_full id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_audit_full ALTER COLUMN id SET DEFAULT nextval('public.server_audit_full_id_seq'::regclass); -- -- Name: server_correspondance id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_correspondance ALTER COLUMN id SET DEFAULT nextval('public.server_correspondance_id_seq'::regclass); -- -- Name: server_databases id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_databases ALTER COLUMN id SET DEFAULT nextval('public.server_databases_id_seq'::regclass); -- -- Name: server_ips id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_ips ALTER COLUMN id SET DEFAULT nextval('public.server_ips_id_seq'::regclass); -- -- Name: server_pairs id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_pairs ALTER COLUMN id SET DEFAULT nextval('public.server_pairs_id_seq'::regclass); -- -- Name: server_specifics id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_specifics ALTER COLUMN id SET DEFAULT nextval('public.server_specifics_id_seq'::regclass); -- -- Name: servers id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.servers ALTER COLUMN id SET DEFAULT nextval('public.servers_id_seq'::regclass); -- -- Name: tier_policies id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.tier_policies ALTER COLUMN id SET DEFAULT nextval('public.tier_policies_id_seq'::regclass); -- -- Name: user_permissions id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.user_permissions ALTER COLUMN id SET DEFAULT nextval('public.user_permissions_id_seq'::regclass); -- -- Name: users id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.users ALTER COLUMN id SET DEFAULT nextval('public.users_id_seq'::regclass); -- -- Name: vcenters id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.vcenters ALTER COLUMN id SET DEFAULT nextval('public.vcenters_id_seq'::regclass); -- -- Name: zones id; Type: DEFAULT; Schema: public; Owner: - -- ALTER TABLE ONLY public.zones ALTER COLUMN id SET DEFAULT nextval('public.zones_id_seq'::regclass); -- -- Data for Name: allowed_networks; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.allowed_networks (id, cidr, description, is_active, created_at) FROM stdin; \. -- -- Data for Name: app_map; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.app_map (id, app_name, app_type, description, servers, ports, flows, last_scan, created_at, updated_at) FROM stdin; \. -- -- Data for Name: app_secrets; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.app_secrets (key, value, description, updated_at) FROM stdin; ssh_key_file /opt/patchcenter/keys/id_ed25519 \N 2026-04-10 19:52:17.765573+02 ssh_user root \N 2026-04-10 20:00:09.087932+02 itop_url gAAAAABp2XRXfMLs-x9pecDWX03XxW9RXYS3gxsaOcTXc16iVt_wBuERUaMeoVMRaoR3_Vhk4gIKhRw8Ozn7RGLeDupKbEhk24XIYqOd6nmwRR_itKxfUk4= URL API 2026-04-11 00:06:15.38609+02 itop_user gAAAAABp2XRXaY3XAhYw7lDeZc6fsG_OK_CUEINfD1Fp5gioHExDOEc5SyfRvH32UZWeW08LvKvCn8OIOgp1Ow4Nk5M1uylAGg== Utilisateur 2026-04-11 00:06:15.38797+02 itop_pass gAAAAABp2XRXJuvdMWek_-sD7Eua98wvhSrOfP0zaohID-WWGEJK-IWliIqu1D7CsZ2K50O6pOouQbIk83AgCZjSdXy8jzVVPQ== Mot de passe 2026-04-11 00:06:15.388636+02 patching_reboot_packages gAAAAABp25jPVN-Hrt7zyhiu-qJu4H0RpJ_3a9IvsDp2lGx9AlGPTWqqd-KMCWrKlPsKeNy58KCRdIZKpwkNwHJUxqla2Ee2uOxVJy-EZ-M-Dm_NX-JAb_NC_rjk9McZb3iUV5DdRJAGj0mmHbYYdr7CBqLEWcXunAqWi1qA2eM-beM3Yzgzw7LQIPmdBai0xLiB4r7lGrzv7OYisRMqSKHR5Wl9yT9fG_Sl-9Ofr0D5Ghn3slAMprP7v3NAu9fK78Q3nUbD2MOU6BJVNavhSD1qvT2La0ZqXMCtDLeBSLLMa65uJbBrDNP7h2biVZmrdjg3VL-PjoiJ5aBi5ScLnMFNyHXmBa0WI5dXbVz_Rwe2gaj_J3oS6aM= Packages nécessitant un reboot (utilisés pour QuickWin) 2026-04-12 15:06:23.571484+02 ssh_pwd_default_user gAAAAABp3rTQZ1rnp_3VvJEsNA9KskIMiiw67EQK2QoQ0AlzV3_3OpQvUbeVQPnwdMVuzGtTkHe2JO7DSC0yh3ZDvtTMC_0Ijg== User par defaut 2026-04-14 23:42:40.608259+02 ssh_pwd_default_pass gAAAAABp3rTQoh4l8NcGt1WSr7hd6D40GJouHWc1YXakTHEbCqTkeaNSt3lV_BAmTlY0gtKBXoLy3gIWRHBvUVqosMulpIn-dJPE8YGy6xKv32DKxv3y30A= Password par defaut 2026-04-14 23:42:40.615034+02 qualys_pass gAAAAABp3hJ95ja0af6sVMYMoI89_vpbyjB4F3-ph8t-brCuVWmAf6MvzMeWFlV4_PI_T4S1DY2PIVA12soC-3GNkZ7G1vUp3bvWZAmOCEKmK3LR6-ng0CM= Mot de passe 2026-04-14 12:10:05.390944+02 ldap_bind_pwd gAAAAABp31weACjNgrpMsqv3pfPIHkaUKWkGnbpBRLUw0rqbWx-vM9fZLHwHgluB_ncwgkpuh795W1V8C92Zhg8mjVDz0S7Sog== Mot de passe compte de bind 2026-04-15 11:36:30.6846+02 ldap_name_attr gAAAAABp316RjDpSMcutWUj3smWXrOvzNxuWWJSSC4n4GgS1q07LIqQiHyt5ms7izdhTNHrWqrz3aX2Z2s7z40eE2wPZO2SM1w== Attribut nom affiché (ex: displayName) 2026-04-15 11:46:57.599884+02 qualys_url gAAAAABp3hKCM3LcJmcZgIdzi8NHRgMWr2YgF45GHZh_iAj5ag0ugdWeV5NXfkQoTUNZ1WqFl88rs-sGEyZ4BaakMWcMy1k1zg_YQUYtXf_Eq8wnNm2AWuc= URL API 2026-04-14 12:10:10.304127+02 qualys_user gAAAAABp3hKCuFn7l6Sx5kMlveqSz7qhxX93D2QUYepsV9Czxdl6QxIwlMZ_rF08LkHrkzZOFSEmRT17aiyIB31y7RA7x7Cu_Q== Utilisateur 2026-04-14 12:10:10.30964+02 qualys_proxy gAAAAABp3hKC1epQRlJNW4vTqN-MjuPUJN8sN_d8Ydiiqw_2FmloHPT8Gc2dOshgwU8EuS7JQdeEUzMMYdIVB1CAvOcWEq5m5GqAxpY1pmZGSjk4h9V1Kig= Proxy 2026-04-14 12:10:10.311731+02 qualys_bypass_proxy gAAAAABp3hKClSutfwndE309uSmfmuLU6srLsIHC4t_0uKXz33CJzZ4RXMpbL_hdeaRPJmtzY57eufvdshIen50rBvwpQM01NQ== Bypass proxy (true/false) 2026-04-14 12:10:10.313803+02 ldap_tls gAAAAABp316Rw8tnXrBym9fbkkj5pizDev3CapaVYZwAR9c8gOgxmC-nTxqiYyC06dNMH9LfJiZy5YnwJ9GGxf3JHdXhJD0u9Q== TLS (true/false) 2026-04-15 11:46:57.602139+02 ldap_required_group gAAAAABp316R-8kFKboAn4EBNKf8ArsSrqhtuxyNWljdCFNe6g2LukalsAOyVn80oxoCHWmKhWpeIh_KxVwoSQLHElR9YsH_l5KO9CmPgousuqA465m0ZEtaNw23HlziuvlT5vD8apFM37plIuxCJMHuqoJYcfoX12-d5DTnGB2SuKEJeI6zOBk= Groupe AD autorise (DN complet, vide = tous) 2026-04-15 11:46:57.604381+02 ldap_default_role gAAAAABp316RWcTS8QaRrn6R6chgJEZpjdeM0CCR7sxEIylV44RpVoK2X8DnVtFI-wL6CqBOj5eF_1lEPj3X6z7r9FzutSHtAQ== Role par defaut auto-provision (admin/operator/viewer) 2026-04-15 11:46:57.607087+02 ssh_key_default_user gAAAAABp3hkM2F3Y3Z211y9tzy1bMbkBBflgD6o89mzMFwyzqh5zuwYPCYGpOr-xeBWGSHNjK1oCMj1Mq8AnaOftX8LxjZO1cQ== User SSH par defaut 2026-04-14 12:38:04.728186+02 ssh_key_private_key gAAAAABp3hkMPW_1wYJURTN1Ac5v0hK-lO8ULX7n4vqjzADRlTQO8MOuCN4UPCXU9ShwG8RQ_aY2w3qMXhNiuMf6WhpTM55mELxpYMM-sNXhzcz_XK_NZ5V9S6ZqyA6ozNwE3i8AQsH6i4-4Hw-935h86XZHgapHrPm9is41ZkqPHeoxNbbDTF1gz6l_XIhvCKDI5uQjeInaG0xj9V1RSfSbTkIaX6HIOL62_4zh5T1yR1hvQHil3JroOFx-tYeYUs1nNgI8FrkauXrl0pzUwUTOUwelRqeHcs8oUjzyyRxGTbegLaOy1OAqbXBE-jKHUlaWHopJ32bOrY22aTBPNLnmcxk6-OiIABIdmmV3YQc3X07YCSJMOyt7In0e33XaZpC5KPrfBAaGjDQzWB7QZzyKmWcd2OmpP6ktpkQkiTCzXxZbJvu9dUk0D_OndBYmMEVrxY8wuh_N9eWjTvql2heQ-ElQIcfvfLurlIhLhltIpeZEFe1qDj8sYRgtQgdSc9GPau4oxyHhWIHq2q_dWxzDP7eK_hZUXa2ZGzugmM8Ep4FVH7JNT_FrbNeC8ScqtGXufo4vcxC7zuorxqOS9uMZ7ASK25JsTismrG7A5nSRb7I5oC9UluZqBP3V6vIJIsD4niJtylwmgd7UnXtbaa8ln9HQsobkkYneFf8Pwy77ryUcPAbXE81p8qUM5mMqzlRoHMVrIZjb2-LkqVOIrYQHr0Z3J8IYGIow1O8kcsLUfzXFL5NuvNO9GIElVon8JBl0vX9aBJDI-VikoKZP2hje0Fv1aI85aDi0oGQCyu6hOUmi4hS5_d3B4JPcs5XFCJmo_gnqAcMENEmM3NggENPRIpo9IBU7_jen7iZvjY4KhvMU4BwlRtDeLhz6CtoVWdF1Fum4opjWjes_42rpgCG-IOQsB-W_4p0hhxNy_-aC_oi6wdZnmT-v9nuslX_3kETmr2Ar8lYbZuBv-SIWo2MxXgmwbjawrNmGDiyYGRYl9DazwBiMNJUr-OPPa_czM3YOYQysPf_3KC_h2NHDUPeeW73BpnuL7X0IzzlLmDvnAF6L1JEDMw-YjQz-xl0DO3rCFkm6gFrco89oX0eVNmHKhiBUmiUC0QnPBDFzRBZlP790a2hs7Ut21_eKmw1l_7QRMWpLuOd9cA4e7aeRX7dab4P7mheVjEO3PoB_WWksCYYvn3qlFu8lfT0xOa5pT61fxfKgYObEqZEOPU8bvXhXOqVRytXkiZDmFr9NfuXZzhnNrI8JmB-ZruHXxztmHFzdqv66E2K-zXRmlk2f6l29xZBzkD_U3JwwriGF29SeSkIOdUjjKMErMNl8n4tiRup3yeE1zP-y35GAF0c49G6XAJ2xqY4u_zJ9BZcJpon0_kmqPVaQCkoZ72Hky5eiFys82X-wBN791HFzRKvguCtGkV0jkVHpSbt0x9qUPcv9aqZ6Fb7AxSmVkJfvOjLJBKap61JaRMJHCDnFyheTXbExG1iWDCCccSgGkWQgvTqVCGAedJTQZTlQaq4tUB8mYvdbrCXVOLcL87Wt8vUQv4Xa-BbKyhbMA1tR6Uj8_g5c9WsOdKnlZp1v2K85wQE6OTuZoT1I1amdBrghlFZGlKcU8BnUUWrSn34PrdMw92L6kW6jlm4F4QUdfCnLgsw2fyGj8TL11eAoz6qUMxdtfCspe7uUG-jwSJUq3GWsISQpT3BNJ9TzpCCLvhbpXeARsCUjkXgxtT9PSSqKRYKyolaWnMrfqfdfG_0LA_lbNWJFsk-_GbxxNG_kGTvYOQZBu8fDzYqqbwSX8_1XVpQZUkfvKAylsi4CdHEIZ55o6jScSH6xyHTOzcGShsxa2rHDupXQlCSQUQGkpYu_e9U1Mgh90XuqyvU0tGnWCJ8Iqq0xDNaJ4cYwB9sTr5E7wYBvRuXboI7RLtGayqtRpgRBUaa1Ae2M4-HfhLJdmiDlj1qXVzYP9jKIeby2HGuxRcibfoSm3MDBvPsOvmMWm6v_x0YqK5vOIgdQS_VZBBvSawz8FT2fPQdPfhm_BsFxQYnLMuFfTPpvudv6vwY7uoum9xtGlmhTI3wWM8blMuzU_aWrqDb8ENSR-dGXk24GQTWqn76KbscOMh3N9veW--jidpprBgWQtc3VpDcr2DYZ42uwOibADyJJtl275mozH4jy-aIUrJA8zjs37aALYgBwmOWacF-n3H9GmkTJCn9MlKSq6cjE6Coen_vVXEyW7WUr6BJ_dHoyxxv8FEYYuX-qo5256Z2gpRLlMfsU63q4lKTsWaB7QxMGDjzoky8DTqOdNcAw3ZuYxZpJdKXDPIkE0B6ohHdc6U-8frEtCg3sDhrXtMqCXHKCXDJe_xecbCxVGoTGxIBzt9ytRja5MY9gz7aJO_xQSo9XtXRWgTSsQ6DNKG2TF0FZB0kb8BhvCdM-6aSe88TfJxMtfD1EXtYIan9x_VgdbN1swyP_1e4aNg932cAKFcrmBSM_ztNHaqQcoLD-SjZZt-uDFL6jjpjnlijEPUgQ-l4ya1yv4om_63XvMgA76UJGthoyLojTax2sKd6xM5LY-ipy4-0iL5v7LzKNccX7x0exyL947z08luBMfPUxlD0uXQ7rbud_VkrXXK3b2rVM2pGCyuQe3BZ6UIFok9i7XEht8ka0fae_QiD5I5av-Lp2oxFbtnzEWMYgZ8s1nmCwhze5_EFVz9hcJRwhnOT4b0Dzy2cpc-eW8uG0Zd2EgqEK1a14w05aQgUYGSj6yt_Vu3__s6iRMnMIyS98oOBlrsVxrsZZ5MfqfbLm7aTtwEQ9dExxhMwAUxzvBo7EzLpNSgeNqblHE_JCZBxZ7zAi8Lmeqc1vkWyYf3QGyjRATcst7hGa3z_5neeylH2Kq0EDXqpcZCnBlWoKgwhs6fpT2OHlHsDt7aCMn-8fRDYPsBpMGiOlkL5ylnoqb74MUuFwX5ahpbOoLAyLnRf_Ud7EqrA5lQFipQtwbAnCn42sasrirPp1Ry8wLA_y44XtjJ4oXSCxBDmv1DCpmkgHS3ogN1o8ghKXJNXmYlUXhGEebQnlPEicN9FjnQ43ev1Dme8pXOmqimNPjPSALjXFqyC_hn-GZVrb9jwIpdbg17NHH3sPT8fHWOqkITMgUi0eSPKyCptWzGUYj9oDVPLFYgDhtwPOY1kIJN2dpA9Rn-NerDj4apl0LmW_tCD1pc_9JBkgQSIzEs_pLsWEmeSi7RDHtYunBMBp42Xbqr4_OqbaswfleJs-wmCIF0Zo9WQsf8SJHoyOY6blYwE08LjU3HDc3E1pytFQJajS5P0kDuDcLPGQhpGPJjZPTwlq_a7QXYES5JkQsZJNBVvDG9JotAaPrLZB3Rm7_BsTQB8KWiGkcqXiL641KIBWtrOCrF8h72xalYztH8au14EfnF6CQS9elL7YMkDYc2u57qVUX35SYPPi3awAotkIrNdoP9qnzjBbVRsR_J0o3dzndHGTYZgbLepJVDa8yMWPMEi-yK0NpIZAW3O-LnHbhhG2qG5cnOr2feGzLHHGWog-N6-if4WgwGzzv_oW8cVrne5BpWcLbiO64TuFz5diyNbwu3wlcg8Huaeob3-ghYSXhy_6-m34iTbb2CVBBXKsAGPENtN0k6JxaFYaVj3XVWjBzD_K10ILzbSwJwaiBZdj2Ls644aKesAYCsKSOJ2s4qp1TaLr1JlqJu9aCnBqA8KtE5xnk8_6cDquGeeYGNcVkqQpGB_nagoRxovKnmOVd0cuYLNOwHsdfODutm9f_ScVXZF8BYKLpJjrbmfpQ4lGwWkRuS2zgKhl1TyEWY3voYexByrQNBCggEhZNLcHwEF6aLvRzPTYrKZXPuI30TpHiDd_OAZqi1egi1SMCy3NrHoVP2U7mOaY8N5oEr2yM2wKVyASMj1uy4f5-LHvhE7-ig5xPRUkL9dbvCqOLV5tmDcWFF9dT1yGEjoNTYc_c5NSmvJsYmYvGKcABlbu4NU-0CPQR9EBuPqsDcTN1XcuaT2R2n_lsY8phPmSxu7kLta3RaqGIOT6fsZLDBR0yT9Pcha3SZ44-T-COMU9GO5pjho4-zs91FzBthhu8oL3r4o3d9S4Ec_8c6Qws2KfVEPIPPXbtUR_b3gg7BI7ONaSKGjg4VjabAozop8vvceMdAysv6vhB3JVMX6dbeGaT45jtt23R_pS2ZVhqvQVW6R-lgUPAnlxPIFjf1RPwceMxKWiC3HNOMyzt8RMbKtXpjMQJVVvHBtNcgVg7W8SPIjTPJMKIceez1YJ_mcmY6Tsj_XH6fI-kn-4J04Cr6rYxodAEN-eSSfVrsKu6KzAhz-Dj_l6a4XJuroIUTxzT9NpskvXdhAMKqREH0u6ooebVisgDod2bTE37oVpPFzaezggDi3oWqLlkaumKSRdUyjpcyZhzO1Df3db4oBP7ExBO9FPFRIR-L9-XhK4472ByZHw_p9pj-3k_sUpmi4AnRBFI0tyxTKL7lP_df4sVBzezXJojqLZDbxDn950pGEWAh01p-spMR1b-Lns99MEpKWgv7um0s_HJdeUBFpw0-SZiDOmwEqbWJahzJ_qi0zsOFgagtTQp7JNNT_RBevw7XQFQztXj1qrvzsMjuVMg7aBxatkAH-K1IjHBzBsX4MrEjnqgVyT0U6ZzEsOeimFqicJ8T2Ims8J8N4PKPgFtSwk5DYiS0bq6oM81UhAYkNykvB659I19ycbml5HfGXUiw06LoOMiQ4lWGibF_OWAgu91U9cqQC021yNdfUK7bisIXKOC7e038ZSsvJt2ACICBnMeGBDwkTOblSqMWm5VFoV10qvqhpdjvqszqWzrhBrxrkU3IMIg-j4TwQmO7xFdvI39jlGgtGjknwYyNxKQf8k8gfvvbrVabkBH4xlgbrj72ktiQE7PUXMtXD8rY6H9I7RVs0nGcry95BvQhteDhRqg9dFoQxCugzfU3BLPzOCyrpjTVntFcbJLl1DKV8msJFSxcavdyBWdLwOqkFetZSTSNTsKAq4xGUB4g5MTlOt7sxw3IXLlGN145KepnU6bFyPsfdtqZRP8Y9ebZuBhQidbLzJvE6w7ftBLsAH2OVxkPpZSTBX14rLM-AXkMO6v_PYb3rVumFJBVhVymuSw3RdvJfcTtGQBMdMWR_Kmmc-Bzg9VRzmUDHlY7eQ6ZD9tjrGQ3it9wsK-fj6gi2Dsl21yiRymRUwQgs_zAJrcftITSPcgswNpfu2YcipOe5ItC8kT7qtK0n5fY7orlLD6sf4XCXeoOsHmSiy8Pia3QsYFcQUX_t67q-raSvWPglISdgzatiouu4OAL_plvQd1E9zFyVVF7V3jjjjtAsIJQ-_bDATEvT580cBZV1dVW3H7W9XLOOfebEjrlZRxCxCUJydOfgM8ozZbHO7p7-mIa9gGapAHQuB9pFGARnshnRbIuIyb0t36r_t6F-ZtY6St4P_zcOdGlFUaC_9ocFu-qzhKZaIKzHC7sIVD_SlQYC5slh8inoLtWYUpX8bk6VYCADz_41s6LlZ186G9fjk_fwt4AIqCW6GEiNuRwoQNZQr584amxd6pCJa0bOB6EEAkS2Xomwz8WpV93dzgZ1-b052MGnPDlTtCfwJGuG9ZxZfQaIrcg33bDiXWeZqqL2XMTac65waGml8KlPFShBheFGHus28tWQNgRIKRLNv4IZQCIy27cYvc4G2cT8zcSLahR35d9A1f2jv9svWeTsZxZO76dtrjKbUCXy5s0fAEc2w7ayn4hRQ7uedP3dR0_Z_yi2VXuE_acDsoj_WnpUjxHgRG9HUzYTpW6QqHro0DKEcOF9q7UauYvFQ-zRu4aWA58hKWEPwKacW0NN27cylqg0xhPF53L7hDXjYzynehe6KOjVmtrKtd5TRMgD6pcJuVg1AwVOK_7SZw2oZ5HNpbRSnKF-e8qjdMGXvmw5RwAOL_HKAP1vcEn4o-4g_2q4LOfzcnXbRtlhRK-qVjgz2Y57Qw4W7olt4XQjMSgnBcEglyV7XM8uZebEGeS5oZuXZZpNUvThPnaSNJlHCTZFLerBJ7PgxtIzrlTBp_QhaiC7_fS6Xs-6PQJJhMpxrI7AxdL4dGp-WCJJiD7-kGb3EmoPvOYcEEo-5tzLAXv2x1Ao8YGFzhHUzBJtv1-Ng1iNfmgcqbJAS1OAYXzCHIK4ffsphl0acdfdXnUkWMmS6MmYfZtGI-ug0lELTOg7gVXKNpmOy_w54VRPBW7SQg7eqPPjbkgrKLkP9uv3DcEruDz9t4S8WL4YX_JlR9sq-1vagv0gWxupXTX0XIGP4MyFA58wFApNAdXTXLkuXcMjWeW6YRvyAAt_o_9kVFYXQ6PbwG4-9YNY0KypxTatOqEng7F_va4rhqU3zOIoU6jdJMZTJj2TuPK08ZvmCUib2qZQmnaa_slawi7Xvi8MSOcMpflzcDT0IF48lmcGa6Lpo2YinzwMbJ9OO11jyCzWIjRWeJHpEtxRRYCr2pF42w1tUgL_-XygKmEkGa_23FFX_4DPIMka6jsXeTIgcizoIVkSGZnyFE7-AZMCRBcXNMYoCwwemkCB-pRP8wZiUmwi9_RJDgt06tN2XYeHKMpAmhbH3oS1q1xWIkT4LyRCybj7LG9ILcrySgfhXgwBIwSAj8qULChl02AFWhOwElzWx5YcU7XxocnON2X32Tdf-Ayir2dUvtLlIayTWlKeuWS8AdSPg1SleMffz4e4gL3X0GGC_FkQb_Gctj22BgXPxeW15JiOR8gE23qAi8iBb8SID1z0YcGGi7DpE8r4kpg5UblTvGKSgS7Dj2CSSU6aGnZzcH9jzcnlcQtc8-JXypILljjqL89XFjkw16M6MewWNHPL4w3a-u82Tc5Xq0_qujdC0YUs-d7yOajRyE1AuM2RFxfArR2nDbGJDiTYZcBuiWdZVSIMZR6FVHiSpWaOgLOIlAwHnuLaS9DLz_Kiuli_9T1dBpR-B3cKaeegiy0qGJHoJc8dwKwzlzJQO2bSJS9HoNFSfFBewRKVWPSvFKDDzMOLM0Mh9x7JcsQ3VmNVHybUgu6FGicP4qFQ6t4QiVOsvsNZNsMNslKZf5zpMcAk2tpmKZ73DpTWzi-2FGjuzutVcRYIlmMJB9Osyzbt_HcgpogqsXH5yK8_pL1ziZ7-xYKIOgG5YiQ1FF1qP9X_7auSrp09QohZH7eIpxiLvetYkowgqJze_WxczHWBygP_ZBZy8uTwJLUfm0N5Ty1qabJyzTb-LR9iYyTXkiERfBWA5sCNdL_3OWTihFdU8ZY3ffWZKMMXysieOoPw7_W_Rx_CwbNr9pbBZW8hUF8-SfBzCeqfZj7LL1HdXwaQxqsE9qbCT7CqNK_NXXknU_vmUjmOfiusRFiokhF8B1TrOTj7NQBIA5uaTVPAMzJsDL-pbghMsZ7KT-Fs4KVFsysiXHJfhGnmOTwv08dUfmuPIzTolGqZejoPtITNyPFFCUn0_LtknRdxD6kewlWC4a13StD_1Tw0rE1aLTpy0scIr8mqumHztPoiGtI3PueQK0NTvfChJWUH_474--0sSmfuGbALIipoRkQDkqG2Tn9KkL5Mj__iQ-g9gxGVUOfKYZHVio59fxQDaykPxYcesRqhXh-N6iy9b9IzUBXNyqx7cAMg_Inzuy-P1PL96oz4TFsYiPEzN_bSBnvDwp1_njBZ7hE1Yd0m72gXCXSlZHNxCYqJ14-vrTdRwopKI-WrUyjxdDb_EyT7qf-uY_Q-KywwgSaIDu-a1t80VY80GA6Nb84Llgxnl5bYvYRtMfkerOKmBeCj1yucTnuK8G0VCPvE1XmRkGvbCDGLxXeJAP0jdgZ0A7ig7F11jmNHa_pzMqlbbhEjmQvrqZFcSj2w12nsaIm8Raxqx2F7TiKXh8MeaoTTIEPOzi6ZTbqccUHaK9HrUuDomeBKOQJEeC-zkLGxqxVqG-tXrEvws5kjZbNUTrauTw64VSJrAmfOgkDuHjHmWGB5MAvcyELXtQctYAhHjfH_RDbR0ODoAIKI6Gs1LH2rH1vm2RCZqfR8mL6bzvzhnLivU2z4ZjO29f6d49tW-PFAERc0AXUmBUMEB416qdtl9CjtefDd517jIrvNI5POamhXgrSw0kMyT14gs026n5y0gZndsJSGn3B50nSSQgrWnBI9ue600iCvzVcLttzu_ChqrV9rKLhPpSz2qbvygGKW7aPHO8UNcDOhxCdgeBt3NOZgQrDUOLhgtcJzEyPc3lnsTr8Rh1FDraghF4gTOaibHItApt1pNeBjhikO18oEj6PcjuKMw0VLBWm1ccopn81CRoyrqNvVk71oC9uaD-EFiFmYBlV5AOfN-yklhGPT01JRIiphTpteMUPG14J1Ym28LIbaSsfmYwtZKfQA5YoIWsSmBBW6NsMvu00QoGEQ1Kc0RDWIFvctHr-THBZTIHyccrjli-pka_O2Z9Y0Xn5bDwqA-JjT8NjrVpXUahP4iUzEmkbQhiPaXd94qv9JI5oAXuK4nj0HHuWC3kfU-yjpDwAq3CckVS7I78IJyvbBpyDCP6gpDCO8vTFSTFIPWz7D-owxXPRHSh_GkHQWCYbbaBeOXgqsRRrf3PZu0-p4MibfXqYcty5pcGvzi9c54j69gsI4QcDVvqY2XmcxZ4wYUtBOJInceikwKx9iFkv1szkpnAI07zWT3nsrvL6lMzPU= Cle privee (PEM) 2026-04-14 12:38:04.733677+02 ldap_enabled gAAAAABp316RKoPbzHP01MBkTXsjMOvvtvr5TNSwgipMpNZjF0o1E7iedqUEicQAdrMEKlStWzd2vyLgcUf62ceXQgrgyKqymw== Activer LDAP/AD (true/false) 2026-04-15 11:46:57.574685+02 ldap_server gAAAAABp316RYlX0ayBFzuAHvOAjehOLBDlhGQQpm26kYTDWZuTXxE9KSizfFrOQWofLAayrpi-RAYiAnZKS1UVZ6l5yn3sSv-7Dv9kJRlN2tnW-AeUEOe7-CuK9e9XICLgXrfN1QhG8 Serveur (ex: ldaps://ad.sanef.com:636) 2026-04-15 11:46:57.584039+02 ldap_base_dn gAAAAABp316R-xm5OUdTYdv3o5g3viAsXxp5A7dlMQjxwT5N7akf9WT_YN9JdQ9mqkdG6X_ROabXu26djFYOwg6AHDsSrNWI8lCNNsrKwq1nm2RMfNDNbq8= Base DN (ex: DC=sanef,DC=com) 2026-04-15 11:46:57.586813+02 ldap_bind_dn gAAAAABp316RnGS3kUtYtbLF5Qn5T6ApgWE2MlkILYdZXxL2_pNVwA1nAmhizyYrUPM2MZsBpRWCHKk-pplObgnpcVLc1mXEpBVn0JcuGBmhSzcjc4SSPD9ntMmFmcZjZRFjyKewe5TCUMGZb-9sVXOBpQt6qOMXQJhLr698Rk8lO312D4gXBOq1rSnvHIzAsKw1sx_zdIbb Compte de bind (DN complet) 2026-04-15 11:46:57.590465+02 ldap_user_filter gAAAAABp316RYVcIbXQb4q4ai9QJ1WgNgzXUhVEi_SPQm0ZaR8MEedP5HUhu3jW-FWJaoxU2ejpdw-Kvnj-TOnPrCEP2WdBml_F37BTivv3Duzf8SjJnri8= Filtre user (ex: (sAMAccountName={username})) 2026-04-15 11:46:57.593579+02 ldap_email_attr gAAAAABp316RREeFmQvOqOrjag644BF--JqXH0PAL2FsJ08eOfxRWInRArREEktOYHGh6-vKJffAvHve5Rd39Acix7biPR0woA== Attribut email (ex: mail) 2026-04-15 11:46:57.59721+02 qualys_activation_id_linux gAAAAABp33gijggYZVJY0x_naxBQy0jX4VhWCHPBZRy7np40v6LaMX8BfcWHyCV-FeCznBNn5FmlImHF7XMqkJ-455einYR-eZOXkoIV4734kJK9wvWgeMzJvE_hhs-E1FbZhc7ijp8_ Save manuelle depuis /qualys/deploy 2026-04-15 13:36:02.17471+02 qualys_customer_id gAAAAABp33giJ0fQlJDkqccVullnvlJYAEIPMGlY-k5FiG713oDmRbqTU4uOYEIy-1iOvOOeCKKEHO83EymQvFp3-7BMILmYgiEd9FiQ_rMsIT8V8n3zlRN1igOLUNaaXMN2JggnTUX9 Save manuelle depuis /qualys/deploy 2026-04-15 13:36:02.187876+02 qualys_server_uri gAAAAABp33gimmy1EumTcxAQ5V3HwUQThUEWKQE2ikWsdFlKwzgoIZivzLPyPpX_7Ih0m65RLyQ0sBuG0_1dVCm0F-cwUuAb1AcXVQz5kPx2OY4AK9pddw3AjOfEhZVdKQaqDJkCxi54bEhVFYu2Fr7Fj2sishwcpw== Save manuelle depuis /qualys/deploy 2026-04-15 13:36:02.192574+02 qualys_last_diff_sync gAAAAABp4NDaL9N8n8NMBKS7PE9HgIgF75QPozK7dHCUGeHVZsgiKeFg1n2Nfy_imRaVn4_Fy_PE1mb5m-ZxWHLo4wmQV_gA7M9cnR-HaECjRACwPRBGj0E= Timestamp dernier sync Qualys diff 2026-04-16 14:06:50.444289+02 \. -- -- Data for Name: applications; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.applications (id, nom_court, nom_complet, description, editeur, criticite, need_pre_stop, pre_stop_cmd, post_start_cmd, created_at, updated_at, itop_id, status, responsable_dsi_nom, responsable_dsi_email, admin_tech_nom, admin_tech_email, etat, ioda_libelle, ioda_lib_court, ioda_code_pos, ioda_type, ioda_statut, ioda_alias, ioda_perimetre, ioda_dept_domaine, ioda_resp_metier, ioda_resp_dsi, ioda_nb_components, ioda_commentaire, ioda_imported_at) FROM stdin; 612 GSN Gestion monétique SAPN Gestion Monétique des cartes privatives Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Gestion monétique SAPN GSN PEA Péage En production GM sapn Sapn DISP / Back Office Péage D.HEURGUE P.CADOT 3 \N 2026-04-16 14:22:46.725196+02 132 SAS SADP Sanef Collecte centralisée des données péage Sanef basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-16 14:22:46.725196+02 164 active Denis PERRET Denis.PERRET@sanef.com \N \N Actif SADP Sanef SAS PEA Péage En production SADP Sanef Sanef DISP / Back Office Péage D.HEURGUE P.CADOT 2 \N 2026-04-16 14:22:46.725196+02 613 SFE Sanef & VOUS Application mobile de communication informations traffic grand public Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Sanef & VOUS SFE ECH Gestion (FIN/ACHATS/RH/...) Décomissionné \N Groupe Sanef DISG / Web / Outils Collaboratifs B.LETENDARD A. MEILLON 3 Application hybride 2026-04-16 14:22:46.725196+02 614 CLE CLEO CRM de la gestion clients (sanef+BIP+sanef telecom) est en cours de remplacement appelé Cléo (crm v2) Selligent standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N CLEO CLE RCL Péage Décomissionné CRMV2 Groupe Sanef DISP / Applications relation client M.LEFEBVRE P.GANDIL 2 Produit Selligent. 2026-04-16 14:22:46.725196+02 615 DCL DECLAWEB Déclaration sous concessionnaire Outil de gestion des aires Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N DECLAWEB DCL ADV Gestion (FIN/ACHATS/RH/...) En production Declaweb v2 Groupe Sanef DIST / Systèmes d'aide à l'Exploitation V.GONZALEZ L.DELCOUR 8 sera intégré à vision'aire via projet 41-TB000406.1 2026-04-16 14:22:46.725196+02 616 SFS Sanef SIG Logiciel de gestion du referentiel patrimonial géoréférencé ESRI / Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Sanef SIG SFS INF Infrastructure En production SIG Groupe Sanef DIST - Ingenierie des Systèmes Tracé C.LEFEBVRE L.DELCOUR 5 \N 2026-04-16 14:22:46.725196+02 617 SYG SYGMAS Matériel signalisation Gestion de stock Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SYGMAS SYG VIA Infrastructure Décomissionné \N Groupe Sanef DIST / Patrimoine M.SAIDI T.UNIMON 1 \N 2026-04-16 14:22:46.725196+02 618 PFR PFRO Service de partage des informations coopératives des projets C-ITS. Ces informations proviennent des fiches événements saisies dans le SAE, qui sont diffusées en format Datex II au serveur PFro local et qui seront par la suite traitées et transmises au réseau de la DMR (direction des mobilités routières). \nCITS (Système de transports intelligents et communiquant) ACTEMIUM standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N PFRO PFR TRA Trafic A décomissionner INDID, SCOOP Groupe Sanef DIST / ITS et RSE \N \N 4 Sera supprimé au prochain renouvellement de certificat 2026-04-16 14:22:46.725196+02 619 ODY ODYSSEE Solution de geolocalisation des véhicules sanef SEE standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ODYSSEE ODY TRA Trafic En production Géolocalisation Groupe Sanef DIST / ITS et RSE N.COEUR F.FONTAINE 7 Projet de remplacement des tigres Odyssee - Renouvellement de la géolocalisation des véhicules 41-TB000405.1 2026-04-16 14:22:46.725196+02 620 MVM MIVISU METEO Pilotage des stations météo Sanef permettant la gestion du trafic routier labocom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MIVISU METEO MVM TRA Trafic En production SADVH Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 3 \N 2026-04-16 14:22:46.725196+02 621 MIP MIVISU PMV Affichage d information avec les panneaux à messages variables (PMV) labocom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MIVISU PMV MIP TRA Trafic En production WEB2SIG Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 3 \N 2026-04-16 14:22:46.725196+02 622 MIT MIVISU TEST INTERFACE Tests pour des développement en interface avec des équipements (IOT, ...) Labocom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MIVISU TEST INTERFACE MIT TRA Trafic En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 2 \N 2026-04-16 14:22:46.725196+02 623 SST SSTG Système de Supervision Technique Généralisé Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SSTG SST TRA Trafic En production SSTG Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 3 \N 2026-04-16 14:22:46.725196+02 624 DVA Système Audit Vidéo Responsable de la collecte des vidéos du trafic au PdP et de leur fourniture au BOT et BOO Kapsch standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Système Audit Vidéo DVA PEA Péage En production PDP Sapn DISP / Systèmes Péage Barrière B.RAINA B.FALCONI 3 \N 2026-04-16 14:22:46.725196+02 625 DAS Dashboard OpenSearch Dashboards Opensearch Emovis standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Dashboard OpenSearch DAS PEA Péage En production BOO, OS Sapn DISP / Systèmes Péage Barrière B.RAINA B.FALCONI 4 \N 2026-04-16 14:22:46.725196+02 626 BOT Back Office Technique Responsable de la collecte des informations sur l'état et les alarmes des PdPs et des composants du BOT, de la génération de rapports et de tableaux de bord, de la fourniture d'informations sur les alarmes, l'état et les statistiques aux systèmes SAPN\n- Services de configuration des PDP\n- Supervision et visualisation vidéo Kapsch standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Back Office Technique BOT PEA Péage En production BOT Sapn DISP / Systèmes Péage Barrière B.RAINA B.FALCONI 17 \N 2026-04-16 14:22:46.725196+02 627 TSA Plateforme d échange et de facturation VL Sanef Echange et facturatiion des transactions péages Liber-t Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Plateforme d échange et de facturation VL Sanef TSA ECH Péage En production PFE-VL Sanef DISP / Back Office Péage D.HEURGUE P.CADOT 1 Sanef 2026-04-16 14:22:46.725196+02 628 TSN Plateforme d échange et de facturation VL - SAPN Echange et facturation des transactions péages Liber-t Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Plateforme d échange et de facturation VL - SAPN TSN ECH Péage En production PFE-VL Sapn DISP / Back Office Péage D.HEURGUE P.CADOT 1 prise en compte des transactions du CCISE sous forme de gares numérotées Sapn (25008) 2026-04-16 14:22:46.725196+02 31 DOLLAR UNIVERSE DOLLAR UNIVERSE Supervision serveur/application AUTOMIC basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.553254+02 66 active Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 542 CAL Calcul Temps de parcours Service de la plateforme temps de parcours. Calcul TP : Gestion référentiel / Acquisition données de trafic / Elaboration temps de parcours / diffusion des fichiers temps de parcours / supervision Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Calcul Temps de parcours CAL TRA Trafic En production PTP, Calcul TP Groupe Sanef DIST / ITS et RSE N.COEUR F.FONTAINE 10 Orga + Liens + URL + Fonctionnel manquants 2026-04-16 14:22:46.725196+02 543 AXN ALX LVNET Gestion des Pompes carburants (ALX LVNET) ALX standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ALX LVNET AXN INF Infrastructure En production \N Groupe Sanef DIST / ITS et RSE A.CAURIER F.FONTAINE 3 Orga + Docs 2026-04-16 14:22:46.725196+02 544 DCA Diffusion caméras viewsurf Extraction de flux videos pour autoroute trafic Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Diffusion caméras viewsurf DCA ECH Trafic En production \N Groupe Sanef DIST / Supervision et tunnels \N D.CARON 2 Découpage de flux video en petites sequences via VLC 2026-04-16 14:22:46.725196+02 545 BAB BABYLON Logiciel de Contrôle d'Accès du : \n- Réseaux Est Autec standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N BABYLON BAB SUP Trafic En production \N Sanef DIST / Supervision et tunnels \N D.CARON 2 \N 2026-04-16 14:22:46.725196+02 546 GTA GTC A14 Supervision / pilotage équipements tunnel Arc Informatique standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N GTC A14 GTA TRA Trafic En production \N Sapn DIST / Supervision et tunnels N.COEUR D.CARON 4 TMA Actemium 2026-04-16 14:22:46.725196+02 547 GTH GTC Hardelot Supervision / pilotage équipements tunnel Arc Informatique standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N GTC Hardelot GTH TRA Trafic En production \N Sanef DIST / Supervision et tunnels N.COEUR D.CARON 3 TMA Actemium 2026-04-16 14:22:46.725196+02 548 GTR GTC Roissy Supervision / pilotage équipements tunnel Arc Informatique standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N GTC Roissy GTR TRA Trafic En production \N Sanef DIST / Supervision et tunnels N.COEUR D.CARON 3 TMA Actemium 2026-04-16 14:22:46.725196+02 549 STL SYSTEL Supervision des sites techniques et péage (équipements TGBT, équipements dynamiques, …) Arc Informatique standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SYSTEL STL MAI Trafic En production PCVUE Groupe Sanef DIST / Supervision et tunnels \N D.CARON 3 \N 2026-04-16 14:22:46.725196+02 550 NED AEOS Contrôle d'accès Issy les Moulineaux NEDAP standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N AEOS NED SUP Gestion (FIN/ACHATS/RH/...) En production NEDAP Groupe Sanef DIST / Supervision et tunnels \N D.CARON 3 à finaliser \nPositionnement POS RH / Santé et sécurité ?\nResponsable fonctionnel à valider (N.BECRET ?) 2026-04-16 14:22:46.725196+02 551 BKP CommVault Sauvegardes CommVault standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N CommVault BKP SUP IT En production Sauvegarde, Backup Groupe Sanef IPOP - Ingenierie Production \N N.DESSOYE 1 Adm Tech D.CRESSON\nComplément cf mail AT 2026-04-16 14:22:46.725196+02 552 ERG Vidéoprotection Supervision des caméras gestion trafic et du groupe\nStockage et stream des videos\nAffichage, relecture.\nVidéoprotection pour traffic et péage / vidéosurveillance pour salle blanche Digisys standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Vidéoprotection ERG SUP IT En production NVR Groupe Sanef IPOP - Ingenierie Production \N A.THIERY 2 \N 2026-04-16 14:22:46.725196+02 553 VIR Virtualisation Service d'herbergement de machines virtuelles VMWare standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Virtualisation VIR SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N N.DESSOYE 2 Représentation selon segmentation ? 2026-04-16 14:22:46.725196+02 554 GTY Gantry controler Composant du Freeflow de Boulay. Service de configuration et concentrateur des passages du portique de Boulay. Emovis standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Gantry controler GTY PEA Péage En production GC Sanef DISP / Systèmes Péage Barrière O.LHOMME O.LHOMME 1 EMOVIS (contrat de maintenance) TODO Lien STSM (à creuser) 2026-04-16 14:22:46.725196+02 555 SPE SADP Parking eurotunnel Collecte des messages du Parking Eurotunnel (service emovis) Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SADP Parking eurotunnel SPE PEA Péage En production XE \N DISP / Systèmes Péage Barrière \N O.LHOMME 2 à finaliser 2026-04-16 14:22:46.725196+02 556 AGT AgileTime Gestion des Temps, Planification des RH et suivi des activités Equitime standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N AgileTime AGT SUP Gestion (FIN/ACHATS/RH/...) En production AgileTime Groupe Sanef DISG / Systèmes RH V.GRENIER M.KABKOUB 5 Application client serveur\nApplication accessible depuis une machine en TSE 2026-04-16 14:22:46.725196+02 557 FEN FENIX Suivi de la surveillance et de l'entretien du patrimoine (utilisé par du personnel mobile) + remontée de situations interventions et patrouille\nModules :\n- Fenix (Application mobile pour la saisie des temps & activités DER)\n- Fenix-o-scope (Suivi des activité/temps saisis dans Fenix)\n- Fénix Interpat (projet FOXTAN en cours) Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N FENIX FEN INF Infrastructure En production \N Groupe Sanef DIST / Patrimoine F.RIVIERE T.UNIMON 4 https://isis.sanef.fr/isis.html\nDEX Existant (idem ISIS)\nEn projet : \n- Fénix Interpat (projet FOXTAN en cours)\n- Fénix Géoloc 2026-04-16 14:22:46.725196+02 558 SVF SVP Sanef FF Boulay : \n- Outil d'assistance client (caisse à pied)\n- Collecte des passages depuis le gantry controler et transmission au transaction manager Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SVP Sanef FF SVF PEA Péage En production SVP Sanef DISP / Systèmes Péage Barrière D.HEURGUE O.LHOMME 3 Version custom de la suite SVP 2026-04-16 14:22:46.725196+02 559 SFI Serveurs de fichiers Disques partagés bureautique \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Serveurs de fichiers SFI SUP Utilisateurs En production Filers Groupe Sanef IPOP - Ingenierie Production \N \N 1 à finaliser 2026-04-16 14:22:46.725196+02 560 COS COSWIN GMAO du groupe Siveco standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N COSWIN COS INF Infrastructure En production GMAO Groupe Sanef DIST / Systèmes d'aide à l'Exploitation B.TATINCLAUX L.DELCOUR 2 - Sera interfacé avec ALX avec le projet GESTAR (Consommations des véhicules Sanef)\n- Interfacé avec SAS actuellement, en cours de remplacement par PowerBI. 2026-04-16 14:22:46.725196+02 561 SEX SEXTAN Système d'Aide à l'Exploitation (SAE) autoroutier Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SEXTAN SEX TRA Trafic En production Sextan 3.0 Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 8 \N 2026-04-16 14:22:46.725196+02 562 SVP SVP sanef - Outil d'assistance client \n- Pilotage des voies à distance \n- Gestion des fonds \n- Mise à jour du logiciel voie Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SVP sanef SVP PEA Péage En production SVP Sanef DISP / Systèmes Péage Barrière D.HEURGUE O.LHOMME 5 Gestion des fonds en cours de remplacement par une application spécifique 2026-04-16 14:22:46.725196+02 102 MIVISU PMV MIVISU PMV Affichage d'information avec les panneaux à messages variables (PMV) Labocom basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.606895+02 136 active Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 129 Référentiel Péage Sanef Référentiel Péage Sanef \N Sanef basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.637788+02 161 active Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 96 L2R L2R Gestion renouvellement Maintenance des chaussées Logiroad basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.594405+02 130 active Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 563 SVP-PEA SVP Albéa - Outil d'assistance client \n- Pilotage des voies à distance \n- Gestion des fonds \n- Mise à jour du logiciel voie Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SVP Albéa SVP PEA Péage En production SVP ALBEA DISP / Systèmes Péage Barrière D.HEURGUE O.LHOMME 5 \N 2026-04-16 14:22:46.725196+02 564 SVP-IODA-PEA SVP sapn - Outil d'assistance client \n- Pilotage des voies à distance \n- Gestion des fonds \n- Mise à jour du logiciel voie Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SVP sapn SVP PEA Péage En production SVP Sapn DISP / Systèmes Péage Barrière D.HEURGUE O.LHOMME 4 \N 2026-04-16 14:22:46.725196+02 565 MVB MIVISU BT Frontal Mivisu capteurs BT labocom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MIVISU BT MVB TRA Trafic En production Mivisu Bluetooth Groupe Sanef DIST / ITS et RSE N.COEUR F.FONTAINE 2 \N 2026-04-16 14:22:46.725196+02 566 MVP MIVISU PARKING Gestion des places de PL labocom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MIVISU PARKING MVP TRA Trafic En production MIVISU D3PL Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 2 \N 2026-04-16 14:22:46.725196+02 567 ADD Administration DBA Cloud control 13c Oracle standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Administration DBA ADD SUP IT En production SI ADMIN Groupe Sanef IPOP - Ingenierie Production F.GRAFFAGNINO F.GRAFFAGNINO 1 à revoir 2026-04-16 14:22:46.725196+02 568 VIS Visu temps de parcours Service de la plateforme temps de parcours. Visu TP : Archivage des données calculées / MAJ référentiel / Consultation des données Archivées Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Visu temps de parcours VIS TRA Trafic En production PTP, Visu TP Groupe Sanef DIST / ITS et RSE N.COEUR F.FONTAINE 5 Pages en PHP 2026-04-16 14:22:46.725196+02 569 SPL Splunk Concentration et analyse de log de sécurité Splunk standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Splunk SPL SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N A.THIERY 1 Sera remplacé par le SOC et projet puit de logs en cours 2026-04-16 14:22:46.725196+02 570 PIX Supervision PCT Solution KVM « logiciel » avec virtualisation des consoles pour affichages des consoles de supervision du PCT Pixys standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Supervision PCT PIX SUP IT En production Pixys Tops Groupe Sanef DIST - Ingenierie des Systèmes Tracé \N \N 4 \N 2026-04-16 14:22:46.725196+02 571 CAM CAS Main courante Centralisation des appels en voie et alarmes des gares Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N CAS Main courante CAM PEA Péage En production MCA Groupe Sanef DISP / Systèmes Péage Barrière D.HEURGUE O.LHOMME 1 \N 2026-04-16 14:22:46.725196+02 572 OCA OCTAN A150 OCTAN A150 est une application Web permettant d’accéder aux données de gestion Trafic au niveau groupe. Cette application permet, entre autres, à toutes les personnes de Sanef Groupe de consulter l’état du réseau autoroutier en temps réel, _x0001_ extraire les données sous différents formats (Rapports, Excel), d’élaborer des analyses en temps différé des évènements survenus sur ce même réseau afin d’améliorer les procédures de gestion trafic. Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N OCTAN A150 OCA TRA Trafic En production \N ALBEA DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 4 Mise à disposition des utilisateurs ALBEA des données restreintes à leur périmètre 2026-04-16 14:22:46.725196+02 573 LAP Centre de Supervision des Caméras LAPI Centre de Supervision des Caméras LAPI Survision standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Centre de Supervision des Caméras LAPI LAP PEA Péage En production CST Groupe Sanef DISP / Systèmes Péage Barrière \N O.LHOMME 6 \N 2026-04-16 14:22:46.725196+02 574 RBL Réclamations BPNL Outil permettant à SEBPNL de traiter les réclamations clients sur des transactions Liber-t et/ou TIS-PL.\nSEBPNL n'a pas les capacités de gérer ses régularisation dans son back office.\nCette IHM s'appuie sur les schéma de base de données des PFE Liber-t (OSS) et PFE BPNLPL Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Réclamations BPNL RBL PEA Péage En production \N SEBPNL DISP - Ingenierie des Systèmes Péage \N \N 2 vadvpapp1 ré 2026-04-16 14:22:46.725196+02 575 SAG Station d'encodage Application permettant de personnaliser un badge.\n(Badge connu de ADVU, et non encore personnalisé)\n(Client lourd - pas de serveur) Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Station d'encodage SAG EDB Péage En production \N Bip&Go, Groupe Sanef DISP / Applications relation client P.GANDIL P.GANDIL 1 Installation sur PC Bureautique 2026-04-16 14:22:46.725196+02 576 OSA OSAP Outil d'assistance clients / usagers et de traitement des alarmes en voies. Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N OSAP OSA PEA Péage En production CAP Groupe Sanef DISP / Systèmes Péage Barrière D.HEURGUE A.MAHDAVI 4 \N 2026-04-16 14:22:46.725196+02 675 PWD LockPass Gestionnaire de mot de passe LockSelf standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N LockPass PWD SUP IT Projet en cours Password Manager Groupe Sanef IPOP - Ingenierie Production \N J.EGRET 4 \N 2026-04-16 14:22:46.725196+02 167 U2000 U2000 Supervision des équipements CE et routeurs HUAWEI Huawei basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.673093+02 195 active Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 176 -DECOM- -DECOM- Logiciels factices pour gérer les décomissionements Sanef basse f \N \N 2026-04-14 22:22:39.865591+02 2026-04-14 22:54:34.487057+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 177 107.7 FM 107.7 FM Utilise Studio 1/ Studio 2 \N basse f \N \N 2026-04-14 22:22:39.867362+02 2026-04-14 22:54:34.489809+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 178 3PAR SSMC 3PAR SSMC Console d'administration 3par HPE basse f \N \N 2026-04-14 22:22:39.867963+02 2026-04-14 22:54:34.490645+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 180 Abraxio Abraxio Outil de pilotage des projets DSI Abraxio basse f \N \N 2026-04-14 22:22:39.869037+02 2026-04-14 22:54:34.493145+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 181 ACCILINE + ACCILINE + Prévention et Gestion des Accidents du Travail \N basse f \N \N 2026-04-14 22:22:39.869529+02 2026-04-14 22:54:34.493698+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 182 Achats publics Achats publics \N \N basse f \N \N 2026-04-14 22:22:39.870013+02 2026-04-14 22:54:34.494206+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 183 Acunetix Vulnerability Scaner Acunetix Vulnerability Scaner Scan de vulnérabilités sur les application web Sanef Acunetix basse f \N \N 2026-04-14 22:22:39.870482+02 2026-04-14 22:54:34.494706+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 184 AD AD \N \N basse f \N \N 2026-04-14 22:22:39.870957+02 2026-04-14 22:54:34.495189+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 185 AD AUDIT PLUS AD AUDIT PLUS Log toutes les actions faites dans l'AD, puis toutes les actions sur les filers, gpo\r\nAlerte sur les élévations de privilèges PG Software Europe basse f \N \N 2026-04-14 22:22:39.871407+02 2026-04-14 22:54:34.49567+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 186 AD MANAGER PLUS AD MANAGER PLUS Automatisation des comptes qui arrivent de Talend, création du mail, activation des licences O365, délégation de l'AD avec des droits limités pour SeaTpi.\r\nCréation des comptes prestataires par SEATPI (deleg) PG Software Europe basse f \N \N 2026-04-14 22:22:39.871859+02 2026-04-14 22:54:34.496161+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 187 ADFS ADFS \N Microsoft basse f \N \N 2026-04-14 22:22:39.872296+02 2026-04-14 22:54:34.496631+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 188 ADMIN STUDIO ADMIN STUDIO Administration Bureautique Comprend install shield pour la création / màj des packages FLEXERA basse f \N \N 2026-04-14 22:22:39.872733+02 2026-04-14 22:54:34.497109+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 152 SSTG SSTG Système d'Aide à L'Exploitation (SAE) Sanef basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.658789+02 183 active Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 577 WAZ Récupération des données Waze Récupération des données Waze Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Récupération des données Waze WAZ TRA Trafic En production WAZE Groupe Sanef DIST / Systèmes d'aide à l'Exploitation \N \N 3 Stockage Sanef des évènements Waze récupéré avant diffusion dans les applications clientes Sanef. 2026-04-16 14:22:46.725196+02 190 Administration Linux Administration Linux \N \N basse f \N \N 2026-04-14 22:22:39.87387+02 2026-04-14 22:54:34.498363+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 191 Administration Microsoft Administration Microsoft \N \N basse f \N \N 2026-04-14 22:22:39.874326+02 2026-04-14 22:54:34.498853+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 192 Administration VM Administration VM \N \N basse f \N \N 2026-04-14 22:22:39.874761+02 2026-04-14 22:54:34.499333+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 194 ADVA ADVA Outils prod (monitoring, NMS, gestion parc) ADVA basse f \N \N 2026-04-14 22:22:39.875925+02 2026-04-14 22:54:34.501178+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 195 ADVANCED COMPRESSION ADVANCED COMPRESSION \N Oracle basse f \N \N 2026-04-14 22:22:39.876407+02 2026-04-14 22:54:34.501818+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 196 ADVANCED SECURITY ADVANCED SECURITY \N Oracle basse f \N \N 2026-04-14 22:22:39.877297+02 2026-04-14 22:54:34.502339+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 197 AgileTime AgileTime Gestion des Temps, Planification des RH et suivi des activités Equitime basse f \N \N 2026-04-14 22:22:39.877757+02 2026-04-14 22:54:34.502852+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 198 AirWave Network Management AirWave Network Management \N ARUBA basse f \N \N 2026-04-14 22:22:39.878215+02 2026-04-14 22:54:34.503346+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 199 Alexandrie Alexandrie Base de données des boites Archives avec leur code barre GB Concept basse f \N \N 2026-04-14 22:22:39.878676+02 2026-04-14 22:54:34.503831+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 201 ALVARION ALVARION Supervision SuperCom basse f \N \N 2026-04-14 22:22:39.879567+02 2026-04-14 22:54:34.504866+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 202 ALWAYS ON VPN ALWAYS ON VPN Accès distant depuis Windows 10 pour Télé travail\r\nS:\\DTS\\AIIT\\X- OPERATIONNEL\\ASBDBO\\Déploiement de Serveur\\Production\\Direct Access Microsoft basse f \N \N 2026-04-14 22:22:39.880005+02 2026-04-14 22:54:34.50535+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 203 ALX LVNET ALX LVNET Gestion des Pompes carburants (ALX LVNET) ALX basse f \N \N 2026-04-14 22:22:39.880452+02 2026-04-14 22:54:34.505818+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 204 ALX Saas ALX Saas Gestion des Pompes carburants meru et charmont ALX basse f \N \N 2026-04-14 22:22:39.880885+02 2026-04-14 22:54:34.5063+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 205 AMADEUS AMADEUS Gestion des Eaux usées (sous application de Portail patrimoine) Sanef basse f \N \N 2026-04-14 22:22:39.88131+02 2026-04-14 22:54:34.506791+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 206 Amélie web Amélie web \N Sanef basse f \N \N 2026-04-14 22:22:39.881787+02 2026-04-14 22:54:34.507264+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 207 Annuaire pages blanches Annuaire pages blanches http://annuaire.sanef.fr/annuaire/recherche.action\r\nMeta annuaire Sanef basse f \N \N 2026-04-14 22:22:39.882238+02 2026-04-14 22:54:34.507738+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 208 ApAch ApAch Pilotage de la Performance Achats \N basse f \N \N 2026-04-14 22:22:39.882669+02 2026-04-14 22:54:34.508198+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 209 API diffusion API diffusion API pour renault et BIP (Diffusion des services sur les aires et evenements trafic) Sanef basse f \N \N 2026-04-14 22:22:39.883106+02 2026-04-14 22:54:34.508664+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 210 Aquarius Aquarius Gestion des Bassins (sous application de Portail patrimoine) Sanef basse f \N \N 2026-04-14 22:22:39.883564+02 2026-04-14 22:54:34.509133+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 211 ArcGis ArcGis SIG cartographie ESRI basse f \N \N 2026-04-14 22:22:39.884002+02 2026-04-14 22:54:34.509591+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 212 Archive Stécard Archive Stécard \N Oracle basse f \N \N 2026-04-14 22:22:39.884418+02 2026-04-14 22:54:34.51005+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 213 ARCHIVEONE ARCHIVEONE sauvegarde (factures bip d'il y a 10ans) C2C basse f \N \N 2026-04-14 22:22:39.884913+02 2026-04-14 22:54:34.510514+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 214 ARIBA Network SLP ARIBA Network SLP Gestion des fournisseurs module Ariba intégré à SAP et Go Supply pour analyse des risques SAP basse f \N \N 2026-04-14 22:22:39.885714+02 2026-04-14 22:54:34.510978+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 215 ARIBA Sourcing ARIBA Sourcing Outil Corporate AO privés SAP basse f \N \N 2026-04-14 22:22:39.886556+02 2026-04-14 22:54:34.511446+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 216 ASPEN ASPEN RT outils prod \N basse f \N \N 2026-04-14 22:22:39.887121+02 2026-04-14 22:54:34.511936+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 217 Asterisk GDPAv2 Asterisk GDPAv2 \N Sanef basse f \N \N 2026-04-14 22:22:39.887614+02 2026-04-14 22:54:34.512437+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 218 Asterisk RAU Asterisk RAU Gestion des Appels d'urgence GNU GPL v2 basse f \N \N 2026-04-14 22:22:39.888071+02 2026-04-14 22:54:34.512915+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 219 ASTERIX facturation ASTERIX facturation \N Sanef basse f \N \N 2026-04-14 22:22:39.888521+02 2026-04-14 22:54:34.513378+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 220 ASUR ASUR Gestion des Appels d'urgence MIOS basse f \N \N 2026-04-14 22:22:39.888961+02 2026-04-14 22:54:34.513829+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 221 autoroutes.sanef.com autoroutes.sanef.com Site web institutionnel de communication client Sanef basse f \N \N 2026-04-14 22:22:39.889402+02 2026-04-14 22:54:34.514292+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 222 Axle Counting Axle Counting Compposant du Freeflow de Boulay EMOVIS basse f \N \N 2026-04-14 22:22:39.889844+02 2026-04-14 22:54:34.514759+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 223 Azure AD connect Azure AD connect Gestion des identités mode hydrides Microsoft basse f \N \N 2026-04-14 22:22:39.890269+02 2026-04-14 22:54:34.515346+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 224 BABYLON BABYLON Logiciel de Contrôle d'Accès du :\r\n- Réseaux Est AUTEC basse f \N \N 2026-04-14 22:22:39.890698+02 2026-04-14 22:54:34.516211+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 225 Back Office Technique - implémentation Back Office Technique - implémentation Responsable de la collecte des informations sur l'état et les alarmes des PdPs et des composants du BOT, de la génération de rapports et de tableaux de bord, de la fourniture d'informations sur les alarmes, l'état et les statistiques aux systèmes SAPN KAPSCH basse f \N \N 2026-04-14 22:22:39.891133+02 2026-04-14 22:54:34.516781+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 226 BACKBOX BACKBOX Sauvegardes des configurations / équipements réseaux / switchs \N basse f \N \N 2026-04-14 22:22:39.891583+02 2026-04-14 22:54:34.517301+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 227 BI Flux Libre - implémentation BI Flux Libre - implémentation Plateforme décisionnel qui récupére les données des différents fournisseurs du projet (IBM, Emovis, Kapsch et Genesys) pour pouvoir mettre à disposition des différents métiers des données structurées et permettant de faire différent d'analyse Microsoft basse f \N \N 2026-04-14 22:22:39.892525+02 2026-04-14 22:54:34.51779+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 228 BITBUCKET BITBUCKET \N ATLASSIAN basse f \N \N 2026-04-14 22:22:39.893417+02 2026-04-14 22:54:34.518295+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 229 Bluejeans Bluejeans Passerelle entre visio Onpremise et TEAMS \N basse f \N \N 2026-04-14 22:22:39.893936+02 2026-04-14 22:54:34.518781+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 268 DAI DAI Detection automatique d'incident tunnel Citilog basse f \N \N 2026-04-14 22:22:39.917296+02 2026-04-16 14:22:46.725196+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif DAI DAI TRA Trafic En production \N Groupe Sanef DIST / Supervision et tunnels N.COEUR D.CARON 4 \N 2026-04-16 14:22:46.725196+02 629 TSB Plateforme d échange et de facturation VL Echange et facturatiion des transactions péages Liber-t BPNL Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Plateforme d échange et de facturation VL TSB ECH Péage En production PFE-VL SEBPNL DISP / Back Office Péage D.HEURGUE P.CADOT 1 prise en compte des transactions du BPNL sous forme de gares numérotées 0SS (25077) 2026-04-16 14:22:46.725196+02 232 BOE BOE Détection fraude Survision basse f \N \N 2026-04-14 22:22:39.895443+02 2026-04-14 22:54:34.520447+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 233 BOOST CRM BOOST CRM CRM Sanef basse f \N \N 2026-04-14 22:22:39.8959+02 2026-04-14 22:54:34.520945+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 234 BOOST Lutte contre le non paiement BOOST Lutte contre le non paiement Fraude Sanef basse f \N \N 2026-04-14 22:22:39.896339+02 2026-04-14 22:54:34.521435+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 235 BOOST Remise Libert-T BOOST Remise Libert-T \N Sanef basse f \N \N 2026-04-14 22:22:39.896756+02 2026-04-14 22:54:34.521909+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 236 Budget Opex Capex Budget Opex Capex Finance \N basse f \N \N 2026-04-14 22:22:39.89717+02 2026-04-14 22:54:34.522383+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 237 Bureau Van Dijk Bureau Van Dijk Due diligence Compliance \N basse f \N \N 2026-04-14 22:22:39.89759+02 2026-04-14 22:54:34.522851+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 238 BVC BVC \N Sanef basse f \N \N 2026-04-14 22:22:39.897993+02 2026-04-14 22:54:34.523323+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 239 Cacti Cacti \N \N basse f \N \N 2026-04-14 22:22:39.89839+02 2026-04-14 22:54:34.523793+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 240 Calcul Temps de parcours Calcul Temps de parcours \N Sanef basse f \N \N 2026-04-14 22:22:39.898795+02 2026-04-14 22:54:34.524248+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 242 CamViewer CamViewer Visaulaisation des caméras de chantier Karrus basse f \N \N 2026-04-14 22:22:39.899635+02 2026-04-14 22:54:34.525197+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 243 Canaux clients - site WEB - implémentation Canaux clients - site WEB - implémentation Evolution du site WEB sanef et BOOST pour prendre en compte les fonctionnalités attendues pour le Flux Libre (ex. unicité des clients). \N basse f \N \N 2026-04-14 22:22:39.900052+02 2026-04-14 22:54:34.525664+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 244 CarShare CarShare Outil de réservation des voitures de service Hertz basse f \N \N 2026-04-14 22:22:39.901154+02 2026-04-14 22:54:34.526126+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 245 Cartographie Centreon Cartographie Centreon \N \N basse f \N \N 2026-04-14 22:22:39.901909+02 2026-04-14 22:54:34.526586+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 246 CAS Main courante CAS Main courante \N Sanef basse f \N \N 2026-04-14 22:22:39.9025+02 2026-04-14 22:54:34.527471+02 \N \N Olivier LHOMME Olivier.LHOMME@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 247 CASAC CASAC Valorisation heures travaillées \N basse f \N \N 2026-04-14 22:22:39.902967+02 2026-04-14 22:54:34.528053+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 248 Central péage Albéa-A150 Central péage Albéa-A150 \N Sanef basse f \N \N 2026-04-14 22:22:39.903399+02 2026-04-14 22:54:34.528537+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 249 Central péage sanef Central péage sanef \N Sanef basse f \N \N 2026-04-14 22:22:39.903828+02 2026-04-14 22:54:34.529833+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 250 Central péage Sapn Central péage Sapn \N Sanef basse f \N \N 2026-04-14 22:22:39.904258+02 2026-04-14 22:54:34.530849+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 251 CENTREON CENTREON Supervision \N basse f \N \N 2026-04-14 22:22:39.904678+02 2026-04-14 22:54:34.531653+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 252 CIFS SIG CIFS SIG SIG \N basse f \N \N 2026-04-14 22:22:39.905099+02 2026-04-14 22:54:34.532588+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 253 CLEO CLEO CRM de la gestion clients (sanef+BIP+sanef telecom) est en cours de rempalcement\r\nappelé Cléo (crm v2) Sanef basse f \N \N 2026-04-14 22:22:39.905813+02 2026-04-14 22:54:34.534511+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 20 Collecte Serveur Collecte Serveur Inventaire quotidien des attributs des serveurs Sanef basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.535041+02 58 active Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 254 CommVault CommVault Sauvegarde \N basse f \N \N 2026-04-14 22:22:39.909003+02 2026-04-14 22:54:34.535557+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 256 Concur Concur Gestion notes de frais / Déplacements SAP basse f \N \N 2026-04-14 22:22:39.91041+02 2026-04-14 22:54:34.536566+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 257 Confluence Confluence \N ATLASSIAN basse f \N \N 2026-04-14 22:22:39.910915+02 2026-04-14 22:54:34.537048+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 258 Consultation Trafic Consultation Trafic \N \N basse f \N \N 2026-04-14 22:22:39.911375+02 2026-04-14 22:54:34.537529+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 259 Controleur de domaine Controleur de domaine \N Microsoft basse f \N \N 2026-04-14 22:22:39.911911+02 2026-04-14 22:54:34.538039+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 260 Convergence Charging - implémentation Convergence Charging - implémentation Fournit un moteur de tarification et de facturation complexe SAP basse f \N \N 2026-04-14 22:22:39.91237+02 2026-04-14 22:54:34.538524+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 261 Convergence Médiation - implémentation Convergence Médiation - implémentation Permet de transmettre les transactions de péage capturées par le BOO aux composants SAP à facturer, en les validant et en les normalisant, en agissant comme un système middleware SAP basse f \N \N 2026-04-14 22:22:39.91281+02 2026-04-14 22:54:34.538998+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 262 COSWIN COSWIN GMAO du groupe SIVECO basse f \N \N 2026-04-14 22:22:39.913232+02 2026-04-14 22:54:34.539464+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 263 COVOITURAGE COVOITURAGE \N Sanef basse f \N \N 2026-04-14 22:22:39.913643+02 2026-04-14 22:54:34.539943+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 264 CREATIVE CLOUD Team - DTS CREATIVE CLOUD Team - DTS \N \N basse f \N \N 2026-04-14 22:22:39.914061+02 2026-04-14 22:54:34.54042+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 265 CreditSafe CreditSafe Outil de fiabilisation \N basse f \N \N 2026-04-14 22:22:39.914467+02 2026-04-14 22:54:34.540888+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 266 Crystal HD Crystal HD Enregistrement des communications PCE, PCI, CAS Recom basse f \N \N 2026-04-14 22:22:39.915146+02 2026-04-14 22:54:34.541354+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 23 CVS CVS Gestion suivi des versions intégrations des versions des logiciel suivi des versions développement.\r\nProgressivement abandonné au profit de git.sanef.fr \N basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.541822+02 61 active Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 267 CyberArk - Vault CyberArk - Vault Sécurité it CyberArk basse f \N \N 2026-04-14 22:22:39.9166+02 2026-04-14 22:54:34.542312+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 269 Data room Data room GED de publication de document contractuel auprès de l'administration \N basse f \N \N 2026-04-14 22:22:39.917734+02 2026-04-14 22:54:34.543256+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 270 DATI DATI Dispositif Alerte Travailleurs Isolés Sanef basse f \N \N 2026-04-14 22:22:39.918157+02 2026-04-14 22:54:34.543722+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 271 DC Sanef DC Sanef Synchronisation des badges \N basse f \N \N 2026-04-14 22:22:39.918582+02 2026-04-14 22:54:34.544178+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 578 NOT E-NOTIFICATION Traitement temps réel des transaction péage pour notification par mail des abonnés au service. Permet de notifier par mail les abonnées sur leur trajet Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N E-NOTIFICATION NOT RCL Péage En production E-notification Groupe Sanef DISP / Applications relation client P.GANDIL P.GANDIL 3 Traitement temps réel des transactions péage pour notification par mail des abonnés au service. Permet de notifier par mail les abonnées sur leur trajet 2026-04-16 14:22:46.725196+02 274 DESIGO DESIGO Gestion centrale intrusion Siemens Siemens basse f \N \N 2026-04-14 22:22:39.919871+02 2026-04-14 22:54:34.546343+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 275 Diffusion Amélie - Autoroute Traffic Diffusion Amélie - Autoroute Traffic Permet la diffusion de webcam sanef et sapn vers Autoroutes Trafic. Sanef basse f \N \N 2026-04-14 22:22:39.920279+02 2026-04-14 22:54:34.547129+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 276 Diffusion Amélie - DATEX2 DIRIF Diffusion Amélie - DATEX2 DIRIF Diffuse les données des PMV proches de la DIRIF et reçoit les PMV Dirif proches des autoroutes Sanef. Sanef basse f \N \N 2026-04-14 22:22:39.920687+02 2026-04-14 22:54:34.547824+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 277 Diffusion Amélie - DATEX2 DIT Diffusion Amélie - DATEX2 DIT Diffusion des données à la DIT dans le cadre de la directive ITS : données évenemntielles, mesures RDT Sanef basse f \N \N 2026-04-14 22:22:39.921092+02 2026-04-14 22:54:34.548459+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 278 Diffusion Amélie - Datex2 SCOOP Diffusion Amélie - Datex2 SCOOP Diffusion des données à SCOOP dans le cadre de la directive ITS : données évenemntielles, parking Sanef basse f \N \N 2026-04-14 22:22:39.921503+02 2026-04-14 22:54:34.549161+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 279 Diffusion Amélie - Serpe VH Diffusion Amélie - Serpe VH Diffusion des données de viabilité hivernale à la DIT Sanef basse f \N \N 2026-04-14 22:22:39.921907+02 2026-04-14 22:54:34.549871+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 280 Diffusion Amélie - Site Sanef.com Diffusion Amélie - Site Sanef.com Diffusion des données vers le site internet Sanef basse f \N \N 2026-04-14 22:22:39.922528+02 2026-04-14 22:54:34.550611+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 281 Diffusion Amélie - WAZE Diffusion Amélie - WAZE Diffuse les données et en reçoit de systèmes externes. Waze Sanef basse f \N \N 2026-04-14 22:22:39.922969+02 2026-04-14 22:54:34.55121+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 282 Diffusion caméras viewsurf Diffusion caméras viewsurf Vidéosurveillance \N basse f \N \N 2026-04-14 22:22:39.923386+02 2026-04-14 22:54:34.551741+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 283 Digitalisation PP Digitalisation PP Outil de digitalisation des plan de prévention des entreprises extérieurs Sanef basse f \N \N 2026-04-14 22:22:39.923799+02 2026-04-14 22:54:34.55226+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 284 DocuSign DocuSign Signature électronique de contrats et décomptes \N basse f \N \N 2026-04-14 22:22:39.924218+02 2026-04-14 22:54:34.552767+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 285 E-NOTIFICATION E-NOTIFICATION Traitement temps réel des transaction péage pour notification par mail des abonnés au service.\r\nPermet de notifier par mail les abonnées sur leur trajet Sanef basse f \N \N 2026-04-14 22:22:39.92526+02 2026-04-14 22:54:34.554122+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 286 E-SBC E-SBC Téléphonie fixe Audio Code basse f \N \N 2026-04-14 22:22:39.925838+02 2026-04-14 22:54:34.554681+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 287 Editions legislatives Editions legislatives \N \N basse f \N \N 2026-04-14 22:22:39.926296+02 2026-04-14 22:54:34.555174+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 288 Edokial Edokial Digitalisation des factures fournisseurs : \r\n- scan par Cellule facturation\r\n- transformation en xml\r\n- envoi à SAP Vim \N basse f \N \N 2026-04-14 22:22:39.926731+02 2026-04-14 22:54:34.555645+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 290 Eloquant Eloquant SVI de BIP \N basse f \N \N 2026-04-14 22:22:39.927579+02 2026-04-14 22:54:34.556609+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 291 EMV EMV \N \N basse f \N \N 2026-04-14 22:22:39.928127+02 2026-04-14 22:54:34.557082+02 \N \N Damien LAUNE Damien.LAUNE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 292 Enregistreur vidéo Enregistreur vidéo Supervision des caméras gestion trafic du groupe \N basse f \N \N 2026-04-14 22:22:39.928687+02 2026-04-14 22:54:34.557567+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 293 Entreprise DB Entreprise DB Gestion des bases Post Gré \N basse f \N \N 2026-04-14 22:22:39.929162+02 2026-04-14 22:54:34.558039+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 36 eReport eReport Reporting décisionnel (saisie des données permettant de faire le reporting à Abertis sur les données environemental : elec, carburant, dechet, etc...) - masque de saisie, données transmises dans SAS Osiatis basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.558507+02 73 active Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 294 Espace Abonné Espace Abonné Gestion commerciale \N basse f \N \N 2026-04-14 22:22:39.930145+02 2026-04-14 22:54:34.558988+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 295 Espace client Espace client \N \N basse f \N \N 2026-04-14 22:22:39.930579+02 2026-04-14 22:54:34.559469+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 296 Etafi Etafi Déclaration TVA liasse fiscale Cegid basse f \N \N 2026-04-14 22:22:39.931019+02 2026-04-14 22:54:34.559956+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 297 EtlTool EtlTool ETL Talend basse f \N \N 2026-04-14 22:22:39.931438+02 2026-04-14 22:54:34.560436+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 298 eToll GED eToll GED \N DocumentProject basse f \N \N 2026-04-14 22:22:39.931853+02 2026-04-14 22:54:34.560911+02 \N \N Laurence FRIER Laurence.FRIER@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 299 EVIEWS EVIEWS \N QUANTITATIVE Micro basse f \N \N 2026-04-14 22:22:39.932258+02 2026-04-14 22:54:34.561382+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 300 EXCHANGE EXCHANGE Messagerie on premise / mode hybride O365 Microsoft basse f \N \N 2026-04-14 22:22:39.932669+02 2026-04-14 22:54:34.561905+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 301 eZ-Publish eZ-Publish \N eZ Systems AS basse f \N \N 2026-04-14 22:22:39.933237+02 2026-04-14 22:54:34.562386+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 302 Facelift Facelift Communication informations trafics grand public \N basse f \N \N 2026-04-14 22:22:39.933782+02 2026-04-14 22:54:34.562845+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 303 FENIX FENIX Suivi de la surveillance et de l'entretien du patrimoine\r\n(utilisé par du personnel mobile) Sanef basse f \N \N 2026-04-14 22:22:39.934261+02 2026-04-14 22:54:34.563299+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 304 Fiche Action Locale Fiche Action Locale Suivi des initiatives locales afin d'améliorer l'environnement de travail Sanef basse f \N \N 2026-04-14 22:22:39.934713+02 2026-04-14 22:54:34.563761+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 305 FleetGestion FleetGestion Interfaces pour le fleeter \N basse f \N \N 2026-04-14 22:22:39.935156+02 2026-04-14 22:54:34.564218+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 306 FLEXLM FLEXLM Flexlm permet de gérer la licence centralisée tina (fonctionne avec l adresse MAC) \N basse f \N \N 2026-04-14 22:22:39.935586+02 2026-04-14 22:54:34.564677+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 307 FortiAnalyzer FortiAnalyzer Traitement analytique des données de sécurité provenant des firewall fortinet \N basse f \N \N 2026-04-14 22:22:39.936015+02 2026-04-14 22:54:34.56514+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 309 FSSO AUTH FSSO AUTH Héberge l'agent qui va permettre au Firewall de s'assurer que le compte AD est bien autorisé à sortir sur internet au travers du proxy \N basse f \N \N 2026-04-14 22:22:39.937348+02 2026-04-14 22:54:34.56607+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 579 ASU ASUR Gestion des Appels d'urgence Mios standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ASUR ASU TRA Trafic En production RAU/PAU, Mios Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 4 Solution à remplacer 2026-04-16 14:22:46.725196+02 580 OPT Opti Tarif Outil de création/modification des grilles de tarif péage en en accord avec les règles légales, le foisonnement autorisé (client lourd- pas de composants ou serveurs) Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Opti Tarif OPT RCO Péage En production OT sanef Sanef DISP / Back Office Péage \N P.CADOT 3 Utilisé environ 1 mois par an par MC Demol pour gérer les augmentations de tarifs 2026-04-16 14:22:46.725196+02 312 GASPAR GASPAR Gestion des accidents Sanef basse f \N \N 2026-04-14 22:22:39.938752+02 2026-04-14 22:54:34.567543+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 313 GATE GATE Gestion des relations entre acteurs et facturation des passages de TE Sanef basse f \N \N 2026-04-14 22:22:39.939167+02 2026-04-14 22:54:34.568+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 314 GATESAIR GATESAIR Supervision FM des codeurs réseaux ouest\r\nArret qd les codeurs du reseau ouest auront été remplacés (les nouveaux codeurs ne sont plus dans cette IHM) \N basse f \N \N 2026-04-14 22:22:39.939573+02 2026-04-14 22:54:34.568456+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 315 Gateway EMV Gateway EMV \N \N basse f \N \N 2026-04-14 22:22:39.939981+02 2026-04-14 22:54:34.568921+02 \N \N Damien LAUNE Damien.LAUNE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 316 GDEPA Mob/Web GDEPA Mob/Web Gestion des dépanneurs Sanef basse f \N \N 2026-04-14 22:22:39.940402+02 2026-04-14 22:54:34.569383+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 318 GED ARCHIVE GED ARCHIVE Module SharePoint de gestion des archives Sanef basse f \N \N 2026-04-14 22:22:39.941226+02 2026-04-14 22:54:34.570333+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 319 GED Bip&Go GED Bip&Go \N Sanef basse f \N \N 2026-04-14 22:22:39.94167+02 2026-04-14 22:54:34.57079+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 320 GED Flux Libre GED Flux Libre Outils de GED utilisé dans le cadre du projet flux libre pour les échanges avec les prestataires externes Sanef basse f \N \N 2026-04-14 22:22:39.942271+02 2026-04-14 22:54:34.571268+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 321 Gestion BDD Gestion BDD \N \N basse f \N \N 2026-04-14 22:22:39.942731+02 2026-04-14 22:54:34.571762+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 322 Gestion des chassis Gestion des chassis \N HPE basse f \N \N 2026-04-14 22:22:39.943153+02 2026-04-14 22:54:34.572241+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 323 Gestion des logs Gestion des logs \N \N basse f \N \N 2026-04-14 22:22:39.943606+02 2026-04-14 22:54:34.572717+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 324 Gestion KPI HP Gestion KPI HP kpi baie 3 par\r\nindicateur HPE basse f \N \N 2026-04-14 22:22:39.944033+02 2026-04-14 22:54:34.573177+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 325 Gestion monétique Gestion monétique Gestion Monétique des cartes privatives \N basse f \N \N 2026-04-14 22:22:39.944447+02 2026-04-14 22:54:34.57366+02 \N \N Damien LAUNE Damien.LAUNE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 78 Gestion Pki Gestion Pki \N \N basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.574179+02 113 active Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 326 Gestion rebond Huawei Gestion rebond Huawei \N \N basse f \N \N 2026-04-14 22:22:39.945404+02 2026-04-14 22:54:34.574649+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 327 Gestion SAN Gestion SAN BDD \N basse f \N \N 2026-04-14 22:22:39.945831+02 2026-04-14 22:54:34.575105+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 328 Gestion sécurité Linux Gestion sécurité Linux \N \N basse f \N \N 2026-04-14 22:22:39.946239+02 2026-04-14 22:54:34.575563+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 82 Gestion sécurité windows Gestion sécurité windows \N \N basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.576032+02 118 active Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 329 Gestion technique des batiments Gestion technique des batiments Supervision bâtiments SANEF \N basse f \N \N 2026-04-14 22:22:39.947158+02 2026-04-14 22:54:34.576498+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 330 GITLAB GITLAB Gestion des dépots (sources) git.sanef.fr GITLAB basse f \N \N 2026-04-14 22:22:39.947578+02 2026-04-14 22:54:34.576961+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 331 Go Supply Go Supply Analyse et scoring des risques fournisseurs \N basse f \N \N 2026-04-14 22:22:39.94799+02 2026-04-14 22:54:34.577413+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 332 GRID control GRID control Supervision Oracle GRID/EMV Oracle basse f \N \N 2026-04-14 22:22:39.948398+02 2026-04-14 22:54:34.577874+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 333 GRIFFON ( gestion des fonds) GRIFFON ( gestion des fonds) GRIFFON ( gestion des fonds) Sully Group basse f \N \N 2026-04-14 22:22:39.948903+02 2026-04-14 22:54:34.578431+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 334 GTC A14 GTC A14 Supervision / pilotage équipements tunnel Arc Informatique basse f \N \N 2026-04-14 22:22:39.949395+02 2026-04-14 22:54:34.579055+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 335 GTC Hardelot GTC Hardelot Supervision / pilotage équipements tunnel Arc Informatique basse f \N \N 2026-04-14 22:22:39.949836+02 2026-04-14 22:54:34.579602+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 336 GTC Roissy GTC Roissy Supervision / pilotage équipements tunnel Arc Informatique basse f \N \N 2026-04-14 22:22:39.95027+02 2026-04-14 22:54:34.580109+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 337 GUICHET UNIQUE GUICHET UNIQUE \N Sanef basse f \N \N 2026-04-14 22:22:39.950691+02 2026-04-14 22:54:34.580604+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 338 Guides vocaux Guides vocaux \N \N basse f \N \N 2026-04-14 22:22:39.951102+02 2026-04-14 22:54:34.581101+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 339 HARMONIE HARMONIE GMAO mobile RAYONNANCE technologies basse f \N \N 2026-04-14 22:22:39.951505+02 2026-04-14 22:54:34.581597+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 340 HPE 3PAR HPE 3PAR HPE 3PAR est un outil de SAN (Baie de Stockage). 3PAR SSMC est la console d'administration de HPE 3PAR. \r\nRelevé de log pour HP / admin 3PAR. HPE basse f \N \N 2026-04-14 22:22:39.951936+02 2026-04-14 22:54:34.582076+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 341 Hylafax Hylafax Gestion des fax pour Amelie \N basse f \N \N 2026-04-14 22:22:39.952363+02 2026-04-14 22:54:34.582544+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 342 Hyperviseur ESXi Hyperviseur ESXi \N VMware basse f \N \N 2026-04-14 22:22:39.952772+02 2026-04-14 22:54:34.583013+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 343 i3Met i3Met Outils de notation des ouvrages imposés par Abertis Ines basse f \N \N 2026-04-14 22:22:39.953183+02 2026-04-14 22:54:34.583476+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 344 IDENTITY MANAGER IDENTITY MANAGER Syncronisation bidirectionnel des contacts AD entre sanef et sebpnl NOVELL basse f \N \N 2026-04-14 22:22:39.953591+02 2026-04-14 22:54:34.583945+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 345 IHM Météo IHM Météo Consultation des données Météo Sanef Sanef basse f \N \N 2026-04-14 22:22:39.953993+02 2026-04-14 22:54:34.584414+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 346 ILO ILO Integrated Lights-Out (iLO) Amplifier Pack is an at-scale inventory and update management tool which enables the user with large Gen8, Gen9 and Gen10 Hewlett Packard Enterprise (HPE) server deployments to get rapid up-to-date inventory and automate firmware and driver updates HP basse f \N \N 2026-04-14 22:22:39.954406+02 2026-04-14 22:54:34.584883+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 347 IMSVA IMSVA Protection mails IMSVA (Internet messaging security virtual appliance) - antiivirus\r\nPasserrelle trend antivirus mail\r\n\r\nNotre n° client chez Trend C183784\r\nPour contacter le support Trend premium : https://success.trendmicro.com/dashboard?login=1\r\n\r\ncompte et mot de passe dans keepass de prod\r\n\r\nFaire new request pour effectuer une demande de support TREND MICRO basse f \N \N 2026-04-14 22:22:39.954817+02 2026-04-14 22:54:34.585355+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 348 INSIDE INSIDE Dévcisionnel BIP INFINEO basse f \N \N 2026-04-14 22:22:39.955235+02 2026-04-14 22:54:34.585831+02 \N \N Denis PERRET Denis.PERRET@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 630 TIF Plateforme d échange et de facturation SET Sanef Echange et facturatiion des transactions péages TIS-SET Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Plateforme d échange et de facturation SET Sanef TIF ECH Péage En production PFE-SET Sanef DISP / Back Office Péage D.HEURGUE P.CADOT 1 SANEF 2026-04-16 14:22:46.725196+02 351 IntelliJ IDEA Ultimate (All Products Pack) IntelliJ IDEA Ultimate (All Products Pack) \N JETBRAINS basse f \N \N 2026-04-14 22:22:39.956541+02 2026-04-14 22:54:34.587301+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 352 Interface web SANEF&VOUS Interface web SANEF&VOUS PFE/Communication/Exploitation des données Trafic \N basse f \N \N 2026-04-14 22:22:39.956948+02 2026-04-14 22:54:34.588163+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 353 IONOS SDH IONOS SDH http://mantis.sanef.fr/view.php?id=47660\r\n\r\nAspen \N basse f \N \N 2026-04-14 22:22:39.957354+02 2026-04-14 22:54:34.588667+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 354 IP MANAGER IP MANAGER Administration IT (protocole) efficient IP basse f \N \N 2026-04-14 22:22:39.957757+02 2026-04-14 22:54:34.589144+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 355 IRS IRS Supervision HPE basse f \N \N 2026-04-14 22:22:39.958164+02 2026-04-14 22:54:34.589608+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 356 IRVE LMS IRVE LMS Supervision des bornes electriques LMS basse f \N \N 2026-04-14 22:22:39.958757+02 2026-04-14 22:54:34.590079+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 357 ISI-COM ISI-COM Permet de lancer un appel en click-to-call depuis Amelie ISICOM basse f \N \N 2026-04-14 22:22:39.959312+02 2026-04-14 22:54:34.590575+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 358 ISIS ISIS Application de gestion du patrimoine sanef Sanef basse f \N \N 2026-04-14 22:22:39.95979+02 2026-04-14 22:54:34.59105+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 359 iTop iTop CMDB + Outil de ticketing COMBODO basse f \N \N 2026-04-14 22:22:39.960229+02 2026-04-14 22:54:34.591509+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 360 JIRA JIRA \N ATLASSIAN basse f \N \N 2026-04-14 22:22:39.960663+02 2026-04-14 22:54:34.591974+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 361 JobServeur JobServeur Talend \N basse f \N \N 2026-04-14 22:22:39.961087+02 2026-04-14 22:54:34.592429+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 362 KEMP KEMP Proxy \N basse f \N \N 2026-04-14 22:22:39.961503+02 2026-04-14 22:54:34.5929+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 363 Kilomètre électrique Kilomètre électrique Gestion des véhicules électrique \N basse f \N \N 2026-04-14 22:22:39.961921+02 2026-04-14 22:54:34.59337+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 364 Kyriba Kyriba Gestion de trésorerie, de risques financiers et de paiements Kyriba basse f \N \N 2026-04-14 22:22:39.962352+02 2026-04-14 22:54:34.593836+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 365 LAGO LAGO Outils de suivi de l'état des Ouvrages d'arts\r\n· Suivi des ouvrages d'art\r\n· Saisie des Inspections annuelles\r\n· Notation des ouvrages Egis basse f \N \N 2026-04-14 22:22:39.963296+02 2026-04-14 22:54:34.595068+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 367 Logiciel de voies A65 Logiciel de voies A65 \N Sanef basse f \N \N 2026-04-14 22:22:39.964148+02 2026-04-14 22:54:34.596107+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 368 Logiciel de voies Groupe Logiciel de voies Groupe \N Sanef basse f \N \N 2026-04-14 22:22:39.964698+02 2026-04-14 22:54:34.596607+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 98 Logiciel gestion vidéo Logiciel gestion vidéo \N videlio basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.597104+02 132 active Arnaud THIERY Arnaud.THIERY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 369 Mailscape Mailscape Monitoring exhange AD Sharepoint ENOW basse f \N \N 2026-04-14 22:22:39.96642+02 2026-04-14 22:54:34.597575+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 370 MANTIS MANTIS Ancienne application de ticketing qui a été remplacé par iTOP mais est toujours utilisé par les départements métiers pour la gestion des demandes d'évolution MantisBugTracker basse f \N \N 2026-04-14 22:22:39.967493+02 2026-04-14 22:54:34.598042+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 371 MANTIS SIRH MANTIS SIRH Outil de gestion de ticket d'anomalie avec le prestataire en charge de PeopleNet MantisBugTracker basse f \N \N 2026-04-14 22:22:39.968424+02 2026-04-14 22:54:34.598507+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 372 MASTERPARC MASTERPARC Gestion parc matériel et ateliers AndSoft basse f \N \N 2026-04-14 22:22:39.969162+02 2026-04-14 22:54:34.598968+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 373 Matrice KVM Matrice KVM Gestion des écrans des postes opérateurs G&D basse f \N \N 2026-04-14 22:22:39.969742+02 2026-04-14 22:54:34.599439+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 374 MAVEN MAVEN Repository \N basse f \N \N 2026-04-14 22:22:39.970238+02 2026-04-14 22:54:34.59991+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 375 MCAFEE MCAFEE Gestion des Antivirus pour les PC non migrés en WIN10 MCAFEE basse f \N \N 2026-04-14 22:22:39.970712+02 2026-04-14 22:54:34.600372+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 376 Me&SI Me&SI Application PowerApps de demande et fiches projets Sanef basse f \N \N 2026-04-14 22:22:39.971177+02 2026-04-14 22:54:34.600841+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 377 Mediatheque Mediatheque Outil de gestion du fond des reportage Photo du groupe sanef Sanef basse f \N \N 2026-04-14 22:22:39.971615+02 2026-04-14 22:54:34.6013+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 378 Mesure Radar Mesure Radar \N Karrus basse f \N \N 2026-04-14 22:22:39.972094+02 2026-04-14 22:54:34.601757+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 379 Meteo.sanef.fr Meteo.sanef.fr Visualisation des stations météo sanef Sanef basse f \N \N 2026-04-14 22:22:39.972949+02 2026-04-14 22:54:34.602236+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 380 MeteoNews MeteoNews Méteo \N basse f \N \N 2026-04-14 22:22:39.973397+02 2026-04-14 22:54:34.602703+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 382 MicroSesam Cube MicroSesam Cube contrôle d'acces TIL basse f \N \N 2026-04-14 22:22:39.974249+02 2026-04-14 22:54:34.603649+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 383 Microsoft Dynamics Microsoft Dynamics \N Microsoft basse f \N \N 2026-04-14 22:22:39.974666+02 2026-04-14 22:54:34.604118+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 384 MIVISU BT MIVISU BT Frontal Mivisu capteurs BT Labocom basse f \N \N 2026-04-14 22:22:39.975399+02 2026-04-14 22:54:34.604608+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 385 MIVISU GTC MIVISU GTC Affichage d'informations sur le tracé (FAV) et pilotage de barrières de fermeture Labocom basse f \N \N 2026-04-14 22:22:39.976002+02 2026-04-14 22:54:34.605072+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 386 MIVISU GTLH MIVISU GTLH GTC de la zone SEVESO du havre Labocom basse f \N \N 2026-04-14 22:22:39.976503+02 2026-04-14 22:54:34.605534+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 387 MIVISU METEO MIVISU METEO Pilotage des stations météo sanef permettant la gestion du trafic routier Labocom basse f \N \N 2026-04-14 22:22:39.97697+02 2026-04-14 22:54:34.605988+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 388 MIVISU PARKING MIVISU PARKING Gestion des places de PL Labocom basse f \N \N 2026-04-14 22:22:39.977409+02 2026-04-14 22:54:34.606441+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 389 MIVISU RDT MIVISU RDT Gestion des Recueil de données Trafic sanef Labocom basse f \N \N 2026-04-14 22:22:39.978372+02 2026-04-14 22:54:34.607366+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 461 Sanef-Telecom Sanef-Telecom Page de contact Sanef Télécom Sanef basse f \N \N 2026-04-14 22:22:40.014294+02 2026-04-14 22:54:34.643822+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 581 STE Stécard Outil de configuration et concentrateur pour les équipements Stecard.\nL’interface IHM Web Stecard permet de piloter l’ensemble des fonctionnalités de Stecard en termes de : configuration, administration, supervision et consultation. \nCet outil permet : \n- le téléparamétrage des coupleurs EMV \n- la télécollecte des transactions \n- la création des fichiers de remises pour la compensation \n- la transmission des demandes d’autorisation vers la banque acquéreur Sopra standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Stécard STE PEA Péage En production FO monétique Groupe Sanef DISP / Moyens de paiement \N D.LAUNE 3 Envoi de mail Legacy Configuration smtp : à chercher 2026-04-16 14:22:46.725196+02 391 MIVISU Web MIVISU Web \N Labocom basse f \N \N 2026-04-14 22:22:39.979269+02 2026-04-14 22:54:34.608381+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 392 MK8000 MK8000 Serveur OPC faisant l'interface entre les centrales Sintony et PCVue (systel)\r\nLogiciel pour gérer les anciennes génération de centrales d'intrusion (SINTONY) \N basse f \N \N 2026-04-14 22:22:39.979693+02 2026-04-14 22:54:34.608852+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 393 MOBEE MOBEE GMAO mobile Sanef basse f \N \N 2026-04-14 22:22:39.980282+02 2026-04-14 22:54:34.609313+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 394 MOBILE IRON Gold MOBILE IRON Gold https://mydev.sanef.fr/mifs/login.jsp?logout=2#dashboard:all MOBILE IRON basse f \N \N 2026-04-14 22:22:39.981014+02 2026-04-14 22:54:34.609772+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 395 MOBILE IRON Platinum MOBILE IRON Platinum https://mydev.sanef.fr:8443/mics/login.jsp#settings:mi-hosts MOBILE IRON basse f \N \N 2026-04-14 22:22:39.981781+02 2026-04-14 22:54:34.610351+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 396 Mobility Master (VMC) Mobility Master (VMC) L'appliance virtuelle du contrôleur de mobilité (VMC), gérée par Mobility Master d'Aruba \N basse f \N \N 2026-04-14 22:22:39.982371+02 2026-04-14 22:54:34.610967+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 398 Module d'Interface bord de Route - implémentation Module d'Interface bord de Route - implémentation Responsable de la réception des événements de passage, de l'exécution de l'ANPR, de la sélection du LPN avec la confiance la plus élevée et de la transmission des événements de passage au BOO KAPSCH basse f \N \N 2026-04-14 22:22:39.983329+02 2026-04-14 22:54:34.612065+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 399 Mur d'image - Les Essarts Mur d'image - Les Essarts Contrôle des murs d'images des PCE AGELEC basse f \N \N 2026-04-14 22:22:39.983765+02 2026-04-14 22:54:34.612549+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 400 Mur d'image - Metz Mur d'image - Metz \N Leyard basse f \N \N 2026-04-14 22:22:39.984188+02 2026-04-14 22:54:34.613018+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 401 Mur d'image - Senlis Mur d'image - Senlis \N Leyard basse f \N \N 2026-04-14 22:22:39.98461+02 2026-04-14 22:54:34.613486+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 402 Mystep Mystep \N ATLASSIAN basse f \N \N 2026-04-14 22:22:39.985033+02 2026-04-14 22:54:34.613958+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 403 Navis Navis \N Editions Francis Lefebre basse f \N \N 2026-04-14 22:22:39.985846+02 2026-04-14 22:54:34.614431+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 404 NEDAP NEDAP Logiciel de Contrôle d'Accès de :\r\n- DG Nedap basse f \N \N 2026-04-14 22:22:39.986304+02 2026-04-14 22:54:34.614893+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 405 NEMO NEMO Logiciel décisionnel Analyse trafic augmentatin de tarif\r\nhttp://mantis.sanef.fr/view.php?id=58301 Base decisionnelle basse f \N \N 2026-04-14 22:22:39.986729+02 2026-04-14 22:54:34.615377+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 406 NEOGLS NEOGLS Permet la configuration des Unitées Embarquées Véhicules (UEV) et la visualisation des événements SCOOP depuis un PC chez les gendarmes NeoGLS basse f \N \N 2026-04-14 22:22:39.987192+02 2026-04-14 22:54:34.615847+02 \N \N Malalatiana A RANDRIAMASY Malalatiana.RANDRIAMASY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 407 NetSupport Notify NetSupport Notify Solution de secours pour envoyer des alertes et / notifications (sens unique) aux utilisateurs de bureau de l'AD ayant le client installé NetSupport basse f \N \N 2026-04-14 22:22:39.987624+02 2026-04-14 22:54:34.616305+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 408 Nextcloud 21.0.4 Nextcloud 21.0.4 \N \N basse f \N \N 2026-04-14 22:22:39.988042+02 2026-04-14 22:54:34.616766+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 410 NVR NVR UltraView NVR basse f \N \N 2026-04-14 22:22:39.988852+02 2026-04-14 22:54:34.617705+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 411 O365 O365 \N \N basse f \N \N 2026-04-14 22:22:39.989268+02 2026-04-14 22:54:34.618174+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 412 OCTAN OCTAN OCTAN est une application Web permettant d'accéder aux données de gestion Trafic au niveau groupe.\r\nCette application permet, entre autres, à toutes les personnes de Sanef Groupe de\r\n consulter l'état du réseau autoroutier en temps réel,\r\n extraire les données sous différents formats (Rapports, Excel), d'élaborer des analyses en\r\ntemps différé des évènements survenus sur ce même réseau afin d'améliorer les\r\nprocédures de gestion trafic. Sanef basse f \N \N 2026-04-14 22:22:39.989681+02 2026-04-14 22:54:34.61866+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 413 ODYSSEE ODYSSEE Solution de geolocalisation des véhicules sanef SEE basse f \N \N 2026-04-14 22:22:39.990093+02 2026-04-14 22:54:34.619147+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 414 Opti Tarif Opti Tarif Client lourd en Delphi permettant de créer le grilles de tarif péage en vérifiant les règles légales, le foisonnement autorisé, etc.... Utilisé environ 1 mois par an par MC Demol pour gérer les augmentations de tarifs Sanef basse f \N \N 2026-04-14 22:22:39.990512+02 2026-04-14 22:54:34.619967+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 415 Orgplus Orgplus Outil de mise en forme / schémas d'organisations Insperity basse f \N \N 2026-04-14 22:22:39.990918+02 2026-04-14 22:54:34.620478+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 111 OSAP OSAP OSAP Sanef basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.620974+02 145 active Olivier LHOMME Olivier.LHOMME@sanef.com PEAGE SUPPORT jean-francois.crabs@sanef.com Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 416 OSCAR OSCAR ERP5 remplace CRM cleo de BIP\r\nERP5 est un progiciel de gestion intégré (ERP) libre basé sur la plateforme Zope et le langage Python. Nexedi basse f \N \N 2026-04-14 22:22:39.992391+02 2026-04-14 22:54:34.621459+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 417 Outils de Revue d'Image - implémentation Outils de Revue d'Image - implémentation Utilisée par les opérateurs pour examiner manuellement les événements de Passage (EdP) qui n'ont pas pu être qualifié automatiquement et pour effectuer la revue de performance et la validation de l'infraction EMOVIS basse f \N \N 2026-04-14 22:22:39.993241+02 2026-04-14 22:54:34.621941+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 418 Outils sécurité Windows Outils sécurité Windows \N \N basse f \N \N 2026-04-14 22:22:39.993782+02 2026-04-14 22:54:34.622415+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 419 OWNCLOUD OWNCLOUD Serveur de partage de fichier privé Owncloud basse f \N \N 2026-04-14 22:22:39.994254+02 2026-04-14 22:54:34.622897+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 420 OXE Call Serveur OXE Call Serveur Logiciel du Call Serveur sanef (téléphonie) \N basse f \N \N 2026-04-14 22:22:39.994709+02 2026-04-14 22:54:34.623366+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 421 Pages des applications Web Pages des applications Web Portail d'affichage des application Web Sanef basse f \N \N 2026-04-14 22:22:39.995248+02 2026-04-14 22:54:34.623829+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 422 PaperCut PaperCut Solution d'impression centralisée focntionnant avec imprimante Kyocera Bluemega basse f \N \N 2026-04-14 22:22:39.995701+02 2026-04-14 22:54:34.624284+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 582 DEC DECHETS Gestion des déchets Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N DECHETS DEC VIA RSE En production Déchets Groupe Sanef DIST / ITS et RSE A.WAMBEKE F.FONTAINE 4 \N 2026-04-16 14:22:46.725196+02 583 API API diffusion API pour renault et BIP (Diffusion des services sur les aires et evenements trafic)\nA DECOMISSIONNER Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N API diffusion API ECH Trafic Décomissionné \N Groupe Sanef DIST / ITS et RSE \N F.FONTAINE 3 Qu'est-ce que c'est? \nDevrait surement être arreté ... plus de responsable du partenariat avec Renault, pas d'usage constaté.\nServices arrétés depuis 01/2023 ... 2026-04-16 14:22:46.725196+02 584 SCC SCCM Télédistribution windows et packages logiciels Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SCCM SCC SUP Utilisateurs En production \N Groupe Sanef ISPT P-A.THIBAULT P-A.THIBAULT 2 Remplacement en cours par MECM 2026-04-16 14:22:46.725196+02 424 Passerelle Waze Passerelle Waze \N Sanef basse f \N \N 2026-04-14 22:22:39.99664+02 2026-04-14 22:54:34.625263+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 425 Pentaho Pentaho BI Open source pour iTOP Pentaho basse f \N \N 2026-04-14 22:22:39.99707+02 2026-04-14 22:54:34.625728+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 426 People_Net People_Net Gestion de la paie et Gestion administrative Meta4 basse f \N \N 2026-04-14 22:22:39.997494+02 2026-04-14 22:54:34.626311+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 427 PeopleDoc PeopleDoc Dématérialisation / digitalisation de documents RH \N basse f \N \N 2026-04-14 22:22:39.997907+02 2026-04-14 22:54:34.626915+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 428 PFE PFE \N \N basse f \N \N 2026-04-14 22:22:39.998536+02 2026-04-14 22:54:34.62744+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 429 PFRO PFRO CITS (Syst_me de transports intelligents et communiquant) \N basse f \N \N 2026-04-14 22:22:39.998982+02 2026-04-14 22:54:34.627949+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 430 PIM A14 PIM A14 Diffusion information tunnel \N basse f \N \N 2026-04-14 22:22:39.999404+02 2026-04-14 22:54:34.628432+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 432 Plateforme d'échange sécurisé Plateforme d'échange sécurisé Transactions péages \N basse f \N \N 2026-04-14 22:22:40.000431+02 2026-04-14 22:54:34.629374+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 433 POM POM Ancienne solution de monitoring remplacée par Centreon \N basse f \N \N 2026-04-14 22:22:40.000864+02 2026-04-14 22:54:34.629851+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 434 Portail Patrimoine sanef Portail Patrimoine sanef \N Sanef basse f \N \N 2026-04-14 22:22:40.001291+02 2026-04-14 22:54:34.630322+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 435 Portail Patrimoine sapn Portail Patrimoine sapn \N Sanef basse f \N \N 2026-04-14 22:22:40.001778+02 2026-04-14 22:54:34.63078+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 436 PortailRH PortailRH Outil de gestion des absences Meta4 basse f \N \N 2026-04-14 22:22:40.002217+02 2026-04-14 22:54:34.631242+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 437 PowerApps PowerApps \N Microsoft basse f \N \N 2026-04-14 22:22:40.002636+02 2026-04-14 22:54:34.631705+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 438 ProofPoint ProofPoint POC Christian THEPAUT \N basse f \N \N 2026-04-14 22:22:40.003061+02 2026-04-14 22:54:34.632165+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 439 Provigis Provigis Conformité fournisseur \N basse f \N \N 2026-04-14 22:22:40.003464+02 2026-04-14 22:54:34.632638+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 440 Proxy (AMELIE) Proxy (AMELIE) Remplace le KEMP assure les échanges autour d'Amelie Sanef basse f \N \N 2026-04-14 22:22:40.003869+02 2026-04-14 22:54:34.6331+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 441 Puits de logs Puits de logs Infrastructure de récupération et de consolidation des logs systèmes et applicatifs \N basse f \N \N 2026-04-14 22:22:40.00428+02 2026-04-14 22:54:34.633566+02 \N \N Arnaud THIERY Arnaud.THIERY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 442 PX Prévia PX Prévia Prévision du trafic Phoenix basse f \N \N 2026-04-14 22:22:40.004689+02 2026-04-14 22:54:34.634029+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 443 QUALIAC QUALIAC Ancienne ERP gardé pour consultation \N basse f \N \N 2026-04-14 22:22:40.005112+02 2026-04-14 22:54:34.634515+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 445 Radio Exploitation SANEF Radio Exploitation SANEF RADIO EXPLOITATION 3RP \N basse f \N \N 2026-04-14 22:22:40.005936+02 2026-04-14 22:54:34.635473+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 446 Radio Exploitation SAPN Radio Exploitation SAPN RADIO EXPLOITATION 3RP \N basse f \N \N 2026-04-14 22:22:40.006351+02 2026-04-14 22:54:34.635943+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 447 RADIUS RADIUS VPN SSL / Gestion de mot de passe \N basse f \N \N 2026-04-14 22:22:40.00676+02 2026-04-14 22:54:34.636403+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 448 Référentiel de caractéristiques véhicules - implém Référentiel de caractéristiques véhicules - implémentation Le système permet la mise à disposition des données « Marques et modèles » issues du Système d'Immatriculation des Véhicules (SIV) pour les véhicules immatriculés en France \N basse f \N \N 2026-04-14 22:22:40.007171+02 2026-04-14 22:54:34.636861+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 449 Référentiel Péage Albéa Référentiel Péage Albéa \N Sanef basse f \N \N 2026-04-14 22:22:40.008145+02 2026-04-14 22:54:34.637325+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 450 Référentiel Péage Sapn Référentiel Péage Sapn \N Sanef basse f \N \N 2026-04-14 22:22:40.009342+02 2026-04-14 22:54:34.638254+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 451 RSA RSA \N RSA basse f \N \N 2026-04-14 22:22:40.009825+02 2026-04-14 22:54:34.63872+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 452 RSD RSD Outili de digitalisation du process de déclaration de situation dangereuse Sanef basse f \N \N 2026-04-14 22:22:40.010286+02 2026-04-14 22:54:34.639178+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 453 S3EB S3EB CA Les Essarts S3EB basse f \N \N 2026-04-14 22:22:40.01072+02 2026-04-14 22:54:34.639642+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 454 SADP Albéa SADP Albéa Collecte centralisée des données péage Sanef basse f \N \N 2026-04-14 22:22:40.011191+02 2026-04-14 22:54:34.640103+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 455 SADP Sanef SADP Sanef Collecte centralisée des données péage Sanef basse f \N \N 2026-04-14 22:22:40.011676+02 2026-04-14 22:54:34.640556+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 456 SADP SAPN SADP SAPN \N Sanef basse f \N \N 2026-04-14 22:22:40.012122+02 2026-04-14 22:54:34.641019+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 457 SAFE LOCK SAFE LOCK \N TREND MICRO basse f \N \N 2026-04-14 22:22:40.012557+02 2026-04-14 22:54:34.641485+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 459 Sanef & VOUS Sanef & VOUS Application mobile de communication informations traffic grand public Sanef basse f \N \N 2026-04-14 22:22:40.013443+02 2026-04-14 22:54:34.642784+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 460 Sanef SIG Sanef SIG Logiciel de gestion du referentiel patrimonial géoréférencé Sanef basse f \N \N 2026-04-14 22:22:40.013862+02 2026-04-14 22:54:34.64333+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 585 TIN Time Navigator Solution de sauvegarde / restauration Atempo standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Time Navigator TIN SUP IT A décomissionner tina Groupe Sanef Production \N \N 1 A décomissionner 2026-04-16 14:22:46.725196+02 586 MVH MIVISU GTLH GTC de la zone SEVESO du havre. labocom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MIVISU GTLH MVH TRA Trafic En production GTC Havre Sapn DIST / Supervision et tunnels N.COEUR D.CARON 2 \N 2026-04-16 14:22:46.725196+02 587 GOA GoAnywhere MFT Plateforme MFT pour réalisation des transferts de fichiers entre serveurs et vers ou depuis les partenaires externes GoAnywhere standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N GoAnywhere MFT GOA SUP IT En production MFT Groupe Sanef IPOP - Ingenierie Production \N \N 4 Remplace Axway XFB 2026-04-16 14:22:46.725196+02 588 MIE Mur d'image - Les Essarts Contrôle des murs d images des PCE (équipement - pas de serveur) AGELEC standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Mur d'image - Les Essarts MIE TRA Trafic En production Mur d images Sapn DIST / ITS et RSE N.COEUR F.FONTAINE 2 Une structure en 4 x 3 constituée de 12 écrans LCD 46 pouces de type EYE-LCD4600W-SN installés sur des supports de type Push-Pull fixés sur une structure en aluminium.\nLes liaisons des équipements en acquisition sont réalisées au travers de connexions RGB/DVI et de 16 connexions analogiques.\n\nUn contrôleur mur d'images NETPIX avec les équipements d’acquisitions depuis les différentes sources et la transmission vidéo en Fibre optique, vers le mur d'images.\n\nArchitecture: \n- AGC Wall (AGC SERVER / AGC WEB) : controler du mur d'image - Capture des sources externes et diffusion sur mur\n- MURA CONTROL : Capture zones du mur d'image puis diffusion des images sur le réseau TCP/IP pour les postes opérateurs 2026-04-16 14:22:46.725196+02 589 MIM Mur d'image - Metz Mur d'image pour le PCE Metz (équipement - pas de serveur) LEYARD standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Mur d'image - Metz MIM TRA Trafic En production Mur d images Sanef DIST / ITS et RSE N.COEUR F.FONTAINE 1 Composé de :\n- Mur d'écrans : PLANAR (Leyard) - Clarity Matric G3 LCD Video Wall\n- Contrôler avec sources en entrée\n- Leyard WallDirector 2026-04-16 14:22:46.725196+02 463 SAP BPC SAP BPC Planning et Consolidation (BPC) SAP basse f \N \N 2026-04-14 22:22:40.015275+02 2026-04-14 22:54:34.64483+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 466 Sarbacane Sarbacane Emailing Client BIP&GO Sarbacane basse f \N \N 2026-04-14 22:22:40.016601+02 2026-04-14 22:54:34.646317+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 467 SARV SARV Système d'Aide à la Régulation de Vitesse Sanef basse f \N \N 2026-04-14 22:22:40.017028+02 2026-04-14 22:54:34.646788+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 468 Sati PPHM Sati PPHM Gestion et entretien du patrimoine autoroutier Sanef basse f \N \N 2026-04-14 22:22:40.017981+02 2026-04-14 22:54:34.647728+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 469 Satisf'Aire Satisf'Aire Gestion satisfaction client sur les aires de repos Sanef basse f \N \N 2026-04-14 22:22:40.018422+02 2026-04-14 22:54:34.648185+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 470 SBC ORACLE SBC ORACLE Sécurité it \N basse f \N \N 2026-04-14 22:22:40.018867+02 2026-04-14 22:54:34.648648+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 136 SCCM SCCM Administration Bureautique \N basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.649109+02 168 active Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 471 SCOOP SCOOP Projet d'innovation DIT basse f \N \N 2026-04-14 22:22:40.019826+02 2026-04-14 22:54:34.649569+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 472 Secure Acces SSL Secure Acces SSL Accès réseaux VPN Gemalto (Thales Digital Identity and Security) basse f \N \N 2026-04-14 22:22:40.020281+02 2026-04-14 22:54:34.650021+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 473 Secure relay Secure relay Composant de la PFE pour les échanges sécurisés de la PFE AXWAY Software basse f \N \N 2026-04-14 22:22:40.020738+02 2026-04-14 22:54:34.650512+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 474 Serpe VH Serpe VH Batch pour envoi des conditions VH à la DIT \N basse f \N \N 2026-04-14 22:22:40.021712+02 2026-04-14 22:54:34.651455+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 475 Serveur BlueTooth Serveur BlueTooth Tps de parcours \N basse f \N \N 2026-04-14 22:22:40.022151+02 2026-04-14 22:54:34.651912+02 \N \N Denis PERRET Denis.PERRET@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 476 Serveur d'impression Serveur d'impression Ancien serveur \N basse f \N \N 2026-04-14 22:22:40.022579+02 2026-04-14 22:54:34.652367+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 477 Serveur Mail Amélie Serveur Mail Amélie Système d'Aide à L'Exploitation (SAE) \N basse f \N \N 2026-04-14 22:22:40.022998+02 2026-04-14 22:54:34.652823+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 478 Serveur SMS Amélie Serveur SMS Amélie Système d'Aide à L'Exploitation (SAE) \N basse f \N \N 2026-04-14 22:22:40.023427+02 2026-04-14 22:54:34.653288+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 479 SEXTAN SEXTAN Système d'Aide à L'Exploitation (SAE) autoroutier Sanef basse f \N \N 2026-04-14 22:22:40.023856+02 2026-04-14 22:54:34.65374+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 480 SHAREPOINT O365 - Métier SHAREPOINT O365 - Métier Sites métiers SharePoint Microsoft basse f \N \N 2026-04-14 22:22:40.024295+02 2026-04-14 22:54:34.654193+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 481 SHAREPOINT O365 - Socle SHAREPOINT O365 - Socle Service Technique SharePoint Microsoft basse f \N \N 2026-04-14 22:22:40.024717+02 2026-04-14 22:54:34.654651+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 482 SI ADMIN SI ADMIN Helpdesk seatpi \N basse f \N \N 2026-04-14 22:22:40.025589+02 2026-04-14 22:54:34.655109+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 483 SI PAT SI PAT Gestion des actifs / infra Sanef basse f \N \N 2026-04-14 22:22:40.026356+02 2026-04-14 22:54:34.655571+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 484 Site BIP&GO Site BIP&GO \N \N basse f \N \N 2026-04-14 22:22:40.027126+02 2026-04-14 22:54:34.656028+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 485 Smar Tach T-Store Smar Tach T-Store règlementation conduite PL \N basse f \N \N 2026-04-14 22:22:40.02776+02 2026-04-14 22:54:34.656477+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 486 SME SME Système de management de l'Energie \N basse f \N \N 2026-04-14 22:22:40.028423+02 2026-04-14 22:54:34.656927+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 487 Spark Spark Logiciel de communication (chat) à Supprimer après migration O365 des utilisateurs spark \N basse f \N \N 2026-04-14 22:22:40.028956+02 2026-04-14 22:54:34.657384+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 488 SPLUNK SPLUNK Cocentrateur de log splunk basse f \N \N 2026-04-14 22:22:40.029442+02 2026-04-14 22:54:34.657843+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 489 SSIP SSIP Système supervision information péage\r\nTables des liste d'oppositions qui sortent du référentiel avec ctrl de cohérence et envoi aux SVP\r\n+ interface graphique portail web (sur lampal1) \N basse f \N \N 2026-04-14 22:22:40.029881+02 2026-04-14 22:54:34.65832+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 490 Station d'encodage GEA Station d'encodage GEA \N Sanef basse f \N \N 2026-04-14 22:22:40.030852+02 2026-04-14 22:54:34.659246+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 491 Station d'encodage QFREE Station d'encodage QFREE \N Sanef basse f \N \N 2026-04-14 22:22:40.031306+02 2026-04-14 22:54:34.659741+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 492 Supervision DATI Supervision DATI Protection des personnes isolées Sanef basse f \N \N 2026-04-14 22:22:40.031738+02 2026-04-14 22:54:34.66024+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 493 SVP Albéa SVP Albéa Pilotage des voies à distance Sanef basse f \N \N 2026-04-14 22:22:40.032185+02 2026-04-14 22:54:34.660707+02 \N \N Olivier LHOMME Olivier.LHOMME@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 158 SVP sanef SVP sanef Pilotage des voies à distance Sanef basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.661173+02 187 active Olivier LHOMME Olivier.LHOMME@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 494 SVP Sanef FF SVP Sanef FF Boulay Sanef basse f \N \N 2026-04-14 22:22:40.033151+02 2026-04-14 22:54:34.661643+02 \N \N Olivier LHOMME Olivier.LHOMME@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 495 SVP sapn SVP sapn Pilotage des voies à distance Sanef basse f \N \N 2026-04-14 22:22:40.033574+02 2026-04-14 22:54:34.662102+02 \N \N Olivier LHOMME Olivier.LHOMME@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 496 SYGMAS SYGMAS Matériel signalisation Gestion de stock \N basse f \N \N 2026-04-14 22:22:40.033995+02 2026-04-14 22:54:34.662566+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 590 MIS Mur d'image - Senlis Mur d'images pour le PCE Senlis (équipement - pas de serveur) Eyevis standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Mur d'image - Senlis MIS TRA Trafic En production Mur d image Sanef DIST / ITS et RSE N.COEUR F.FONTAINE 1 Composition : \n- Mur d'écrans : Clarity Matrix Planar G2\n- Controlers : Netpix\n- Logiciel : eyeUnify 2026-04-16 14:22:46.725196+02 497 SYMANTEC SYMANTEC Gestion antivirus des serveurs Symantec basse f \N \N 2026-04-14 22:22:40.034414+02 2026-04-14 22:54:34.663038+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 498 Synoptique Synoptique Synoptique de Sextan Sanef basse f \N \N 2026-04-14 22:22:40.03487+02 2026-04-14 22:54:34.663909+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 500 SYSTEL SYSTEL ? \N basse f \N \N 2026-04-14 22:22:40.035703+02 2026-04-14 22:54:34.664983+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 501 Système d'Audit Vidéo - implémentation Système d'Audit Vidéo - implémentation Responsable de la collecte des vidéos du trafic au PdP et de leur fourniture au BOT et BOO KAPSCH basse f \N \N 2026-04-14 22:22:40.036148+02 2026-04-14 22:54:34.665469+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 502 Système de Comptage Indépendant - implémentation Système de Comptage Indépendant - implémentation Responsable de l'éxécution du comptage indépendant des véhicules KAPSCH basse f \N \N 2026-04-14 22:22:40.036572+02 2026-04-14 22:54:34.665946+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 503 Système de Contrôle et Monitoring - implémentation Système de Contrôle et Monitoring - implémentation Permet des audits du flux de données afin d'assurer un fonctionnement fluide et fiable EMOVIS basse f \N \N 2026-04-14 22:22:40.036979+02 2026-04-14 22:54:34.66642+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 504 TALEND TALEND ETL Talend basse f \N \N 2026-04-14 22:22:40.037384+02 2026-04-14 22:54:34.666892+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 505 Talentia Talentia Comptabilité \N basse f \N \N 2026-04-14 22:22:40.037794+02 2026-04-14 22:54:34.66737+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 506 TalentSoft TalentSoft Gestion des offres d'emploi, gestion des talents (GPEC) et de la formation \N basse f \N \N 2026-04-14 22:22:40.038204+02 2026-04-14 22:54:34.667842+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 507 Teams Teams \N \N basse f \N \N 2026-04-14 22:22:40.038611+02 2026-04-14 22:54:34.668326+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 508 Telecom Basket Telecom Basket Outil de CRM sanef Télécom Sanef basse f \N \N 2026-04-14 22:22:40.039024+02 2026-04-14 22:54:34.668804+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 509 Télédistribution ZENWORKS Télédistribution ZENWORKS \N NOVELL basse f \N \N 2026-04-14 22:22:40.039433+02 2026-04-14 22:54:34.669281+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 510 Test Package Test Package Permet de tester les évolutions d'OS ou des composants microsoft tel que par exemple le navigateur \N basse f \N \N 2026-04-14 22:22:40.039856+02 2026-04-14 22:54:34.669771+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 511 TINA TINA Gestion des sauvegardes serveurs TINA basse f \N \N 2026-04-14 22:22:40.040285+02 2026-04-14 22:54:34.670251+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 513 TPS PARCOURS V2 TPS PARCOURS V2 \N \N basse f \N \N 2026-04-14 22:22:40.041204+02 2026-04-14 22:54:34.671205+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 514 Transaction manager Transaction manager Gestion des péages sans barrière\r\n(Transaction Manager) Sanef basse f \N \N 2026-04-14 22:22:40.04217+02 2026-04-14 22:54:34.671677+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 515 Transverses FL - implémentation Transverses FL - implémentation Systèmes transverses dédiés au FL \N basse f \N \N 2026-04-14 22:22:40.043041+02 2026-04-14 22:54:34.672144+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 516 Trièdres Trièdres Suivi de certain ouvrage d'A26 (pb de béton) est une "sous application" du portail patrimoine Sanef basse f \N \N 2026-04-14 22:22:40.043717+02 2026-04-14 22:54:34.672621+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 517 UCOPIA UCOPIA Wifi \N basse f \N \N 2026-04-14 22:22:40.044728+02 2026-04-14 22:54:34.673581+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 518 UNIJOB UNIJOB \N AUTOMIC basse f \N \N 2026-04-14 22:22:40.045187+02 2026-04-14 22:54:34.674149+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 519 USINE A SITE USINE A SITE \N \N basse f \N \N 2026-04-14 22:22:40.045616+02 2026-04-14 22:54:34.674816+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 520 V2x server V2x server Collecte des informations sur la route à partir des UBR et des UEV, envoie également des informations à ces périphériques, telles que des alertes de trafic ou des conditions météorologiques Lacroix basse f \N \N 2026-04-14 22:22:40.046036+02 2026-04-14 22:54:34.67538+02 \N \N Malalatiana A RANDRIAMASY Malalatiana.RANDRIAMASY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 521 VCENTER VCENTER Hyperviseur ESX \N basse f \N \N 2026-04-14 22:22:40.046464+02 2026-04-14 22:54:34.675918+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 522 VDP VDP \N \N basse f \N \N 2026-04-14 22:22:40.047351+02 2026-04-14 22:54:34.676429+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 523 Verseau Verseau Gestion des Ouvrages Traversés Hydrauliques (OTH) Sanef basse f \N \N 2026-04-14 22:22:40.047892+02 2026-04-14 22:54:34.676931+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 524 VES VES Compposant du Freeflow de Boulay EMOVIS basse f \N \N 2026-04-14 22:22:40.048341+02 2026-04-14 22:54:34.677442+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 525 Vigie Vigie Supervise les transferts de la gateway (reconcilie les echanges de la GW et talend) Sanef basse f \N \N 2026-04-14 22:22:40.048772+02 2026-04-14 22:54:34.677924+02 \N \N Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 526 Vis ma vie Vis ma vie Outils de gestion et de pilotage du programme de vis ma vie Sanef basse f \N \N 2026-04-14 22:22:40.049198+02 2026-04-14 22:54:34.678409+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 527 VISIONAIRE2 VISIONAIRE2 Gestion des contrats et facturation des sous-concessionaires Sanef basse f \N \N 2026-04-14 22:22:40.050218+02 2026-04-14 22:54:34.678907+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 528 Visu temps de parcours Visu temps de parcours \N \N basse f \N \N 2026-04-14 22:22:40.050647+02 2026-04-14 22:54:34.679375+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 529 Visual Visual Ancienne application de videosruveillance remplacé par VSC \N basse f \N \N 2026-04-14 22:22:40.051072+02 2026-04-14 22:54:34.679854+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 530 VSC VSC Supervision des caméras gestion trafic du groupe \N basse f \N \N 2026-04-14 22:22:40.051483+02 2026-04-14 22:54:34.680332+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 531 VSPHERE VSPHERE Hyperviseur ESX VMware basse f \N \N 2026-04-14 22:22:40.052573+02 2026-04-14 22:54:34.680807+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 532 WEBENGAGE WEBENGAGE Provision Médaille travail et retraite TDA basse f \N \N 2026-04-14 22:22:40.053009+02 2026-04-14 22:54:34.681287+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 533 WINENGAGE WINENGAGE Provision Médaille travail et retraite \N basse f \N \N 2026-04-14 22:22:40.053429+02 2026-04-14 22:54:34.681759+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 534 Workplace Workplace Reseau socile Sanef groupe META basse f \N \N 2026-04-14 22:22:40.053889+02 2026-04-14 22:54:34.682221+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 535 WSUS WSUS Gestion Mise à jour Windows \N basse f \N \N 2026-04-14 22:22:40.05433+02 2026-04-14 22:54:34.682681+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 174 XFB Gateway XFB Gateway \N AXWAY Software basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-14 22:54:34.68316+02 201 active Pascal CADOT Pascal.CADOT@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 536 Xmedius FAX Xmedius FAX Serveur de FAX centralisée \N basse f \N \N 2026-04-14 22:22:40.055289+02 2026-04-14 22:54:34.683657+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 179 8770 Omnivista 8770 Omnivista Téléphonie fixe Gestion de Crise / Outils de conf. PABX\r\n8770 Omnivista est l'outil de supervision des téléphones Alctel Lucent OpenTouch. Alcatel-Lucent basse f \N \N 2026-04-14 22:22:39.868502+02 2026-04-14 22:54:34.491433+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 189 Administration dBA Administration dBA BDD \N basse f \N \N 2026-04-14 22:22:39.873184+02 2026-04-14 22:54:34.497619+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 193 ADV-U ADV-U Gestion commerciale Sanef basse f \N \N 2026-04-14 22:22:39.875342+02 2026-04-14 22:54:34.50026+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 200 ALPHA PRO ALPHA PRO AlphaPro est l'outil de programmation des serveurs AlphaCom, l'AlphaCom E et AlphaCom XE. AlphaPro offre la possibilité de programmer les caractéristiques du serveur sans être connecté et de téléchargement cette programmation dans le serveur au moment qui vous convient. Zenitel basse f \N \N 2026-04-14 22:22:39.879124+02 2026-04-14 22:54:34.504315+02 \N \N Arnaud THIERY Arnaud.THIERY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 231 BO BO Etats de contrôle et de suivi d'activité SAP basse f \N \N 2026-04-14 22:22:39.894846+02 2026-04-14 22:54:34.519715+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 241 Caméra de chantier Caméra de chantier Développement Spécifique \r\npas dans le périmètre ASTIA (demande faite par tel sur ce sujet) \N basse f \N \N 2026-04-14 22:22:39.899221+02 2026-04-14 22:54:34.524704+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 255 Concerto Concerto Application destinee aux services du ministere de l'Equipement en charge de la securite routiere et aux collectivites territoriales pour aider a : connaitre les enjeux et les caracteristiques de l'accidentologie d'un territoire ; suivre l'evolution dans le temps des principaux indicateurs ; comprendre, expliquer, aider a la realisation des diagnostics de securite routiere. Sanef basse f \N \N 2026-04-14 22:22:39.909791+02 2026-04-14 22:54:34.53605+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 272 DECHETS DECHETS Gestion des déchets Sanef basse f \N \N 2026-04-14 22:22:39.919002+02 2026-04-14 22:54:34.544636+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 273 DECLAWEB DECLAWEB Déclaration sous concesssionnaire Outil de gestion des aires Sanef basse f \N \N 2026-04-14 22:22:39.919447+02 2026-04-14 22:54:34.545433+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 289 ELEC CALC ELEC CALC Anciennement : TRACE ELEC Pro (Direction Infrastructure ?) Ingénirie des installations électriques\r\n\r\nJeton qui se libère \r\n2 licence flottantes\r\n\r\nhttp://www.trace-software.com/fr/ressources/espace-support-utilisateurs/ TRACESOFTWARE basse f \N \N 2026-04-14 22:22:39.927154+02 2026-04-14 22:54:34.556114+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 310 FTP Certificats FTP Certificats Protocole de communication \N basse f \N \N 2026-04-14 22:22:39.937774+02 2026-04-14 22:54:34.566537+02 \N \N \N \N \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 311 Gantry controler Gantry controler Compposant du Freeflow de Boulay EMOVIS basse f \N \N 2026-04-14 22:22:39.938314+02 2026-04-14 22:54:34.567062+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 317 GEC GEC Application Financière permettant la génération d'écritures comptables à partir des mouvements journaliers de notre Trésorerie.\r\nCes écritures comptables sont matérialisées par des fichiers (format xml) transmis à SAP pour intégration. \r\nTout événement de Trésorerie est importé dans la solution, qui à partir de règles comptables, génère les écritures correspondantes.\r\nAutomatisme quotidien.\r\nPour l'ensemble du groupe sanef. \N basse f \N \N 2026-04-14 22:22:39.94082+02 2026-04-14 22:54:34.569853+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 349 INSIGHT CONTROL Enclosure Bundle 16 Svr INSIGHT CONTROL Enclosure Bundle 16 Svr \N HP basse f \N \N 2026-04-14 22:22:39.955642+02 2026-04-14 22:54:34.586303+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 350 INSTANT SUITE INSTANT SUITE Solution de réservation des salles et gestion des écrans d'affichage (Sharing Cloud)\r\nhttp://mantis.sanef.fr/view.php?id=53936 Sharing Cloud basse f \N \N 2026-04-14 22:22:39.956112+02 2026-04-14 22:54:34.58682+02 \N \N Antoine LABEYRIE Antoine.LABEYRIE@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 390 MIVISU TEST INTERFACE MIVISU TEST INTERFACE Tests pour des développement en interface avec des équipements (IOT, ...) Labocom basse f \N \N 2026-04-14 22:22:39.978801+02 2026-04-14 22:54:34.607836+02 \N \N Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 397 MODALISA MODALISA Création de questionnaires en ligne ou papier, diffusion et recueil de données, transformation de variables, codification de textes, analyses univariées et multivariées, indicateurs spécifiques, régressions, rapports dynamiques exportables sous PowerPoint, cartes, export et import des données sous format Excel et Texte... \N basse f \N \N 2026-04-14 22:22:39.982864+02 2026-04-14 22:54:34.611482+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 423 Passage Evaluation - implémentation Passage Evaluation - implémentation Vérifie la qualité de l'EDP conformément aux règles métiers, puis produit un EDP qualifié pour envoi au BOC EMOVIS basse f \N \N 2026-04-14 22:22:39.996155+02 2026-04-14 22:54:34.62475+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 444 QUEST One Password Manager QUEST One Password Manager https://selfpwd.sanef.fr/QPMuser\r\n\r\nONE IDENTITY\r\n\r\nMaintenance non renouvelé en 2019. En attente du remplacement du produit suite à un échange oral avec A. Thiery Dell basse f \N \N 2026-04-14 22:22:40.005527+02 2026-04-14 22:54:34.634987+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 458 Safenet Trusted Access Safenet Trusted Access Cadre : Mise en oeuvre d'une solution d'authentification forte pour les prestataires externes se connectant aux ressources sanef par l'intermédiaire d'un VPN SSL (mode web et tunnel) porté par les équipements Pulse Secure.\r\n\r\nSolution mise en oeuvre : Safenet Trusted Access de Gemalto\r\n\r\nLa solution STA de Gemalto est un service d'authentification forte hébergée en mode cloud. Bien que le service peut-être utilisé de façon autonome, nous intégrons une machine (VM) au SI sanef qui permettra l'interaction avec la plateforme cloud afin de faciliter l'intégration des comptes utilisateurs ou encore l'exploitation des logs produits.\r\n\r\nUn agent de synchronisation AD (agent gemalto) sera installé pour effectuer la synchronisation des comptes et groupes AD concernés avec le service cloud de Gemalto : peuplement de la base de données utilisateurs Gemalto. Le compte de service demandé sera utilisé par cet agent pour un accès en mode lecture uniquement afin de récupérer les données nécessaires. Ce compte sera dédié a cet usage. GEMALTO basse f \N \N 2026-04-14 22:22:40.012998+02 2026-04-14 22:54:34.641959+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 462 Sanefpass Sanefpass Paiement par portable Sanef basse f \N \N 2026-04-14 22:22:40.01472+02 2026-04-14 22:54:34.644304+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 464 SAP MM FI CO VIM SAP MM FI CO VIM Gestion des articles / stocks (MM).\r\nComptabilité (FI)\r\nRessources Humaines (HR)\r\nVentes et Distribution (SD)\r\nContrôle (CO)\r\nPassage de commandes, créations contrats et réception. (VIM) SAP basse f \N \N 2026-04-14 22:22:40.015721+02 2026-04-14 22:54:34.645315+02 \N \N Kathleen DREUX Kathleen.DREUX@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 465 SAP S/4 HANA - implémentation SAP S/4 HANA - implémentation Principal composant de la solution SAP BRIM, chargé de la gestion des comptes, la facturation, les paiements et le recouvrement. Il est composé de plusieurs modules dont :\r\n- S/4H Customer Management qui offre une vue d'ensemble du client à 360°,\r\n- Convergent Invoicing (CI) qui permet de gérer les processus de facturation,\r\n- Contract Accounts Receivable and Payable (FICA) qui permet de gérer les paiements, les processus de règlement avec les banques, les écritures en comptabilité auxiliaire et l'intégration avec la comptabilité générale, et les processus de recouvrement et de relance,\r\n- SAP Fiori qui est un ensemble d'applications, de tableaux de bord et de rapports qui permettent aux utilisateurs de gérer les tâches de supervision quotidiennes. SAP basse f \N \N 2026-04-14 22:22:40.016164+02 2026-04-14 22:54:34.645822+02 \N \N Philippe BIDEONDO Philippe.BIDEONDO@sanef.com \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 499 SYRACUSE SYRACUSE Logiciel de Contrôle d'Accès du :\r\n- Réseaux Nord et Cote Opale (sauf Senlis)\r\n- Réseau Ouest (sauf Essarts)\r\nPour Réseaux N migration vers Babylon\r\nSyracuse 05.61.00 Elsylog basse f \N \N 2026-04-14 22:22:40.035286+02 2026-04-14 22:54:34.664402+02 \N \N Dany CARON Dany.Caron@sapn.fr \N \N Actif \N \N \N \N \N \N \N \N \N \N \N \N \N 591 GAT GATE Gestion des relations entre acteurs et facturation des passages de transport exceptionnel Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N GATE GAT VIA Trafic En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation K.MAURANGE L.DELCOUR 6 \N 2026-04-16 14:22:46.725196+02 592 L23 L2R Gestion renouvellement Maintenance des chaussées Logiroad standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N L2R L23 INF Infrastructure En production \N Groupe Sanef DIST / Patrimoine M.SAIDI T.UNIMON 7 DEX existant\nProjet d'obsolescence pour monter les versions python, PSQL et windows server 2026-04-16 14:22:46.725196+02 593 ISI ISIS Application de gestion du patrimoine sanef Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ISIS ISI INF Infrastructure En production \N Groupe Sanef DIST / Patrimoine M.SAIDI T.UNIMON 4 https://isis.sanef.fr/isis.html 2026-04-16 14:22:46.725196+02 594 PXP PX Prévia Prévision du trafic Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N PX Prévia PXP TRA Trafic En production Prévision trafic Groupe Sanef DIST / ITS et RSE N.COEUR F.FONTAINE 9 Projet d'obsolescence prévu MES fin 2026.\nPas de droits par concession, il est possible de découper les données par périmètre (non fait à date) 2026-04-16 14:22:46.725196+02 140 SED SED Supervison des équipements dynamiques Sanef basse f \N \N 2026-04-12 15:43:40.70172+02 2026-04-16 14:22:46.725196+02 171 active Laurent DELCOUR Laurent.DELCOUR@sanef.com \N \N Actif SED SED TRA Trafic En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation Y.VANWYNSBERGHE L.DELCOUR 4 \N 2026-04-16 14:22:46.725196+02 595 VSA VISIONAIRE2 Gestion des contrats et facturation des sous-concessionaires Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N VISIONAIRE2 VSA ADV Marketing En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.PENICAUD L.DELCOUR 4 Projet en cours pour intégrer les fonctions d'administration de declaweb (gestion obsolète declaweb). 2026-04-16 14:22:46.725196+02 596 STS Satisf'Aire Gestion satisfaction client sur les aires de repos Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Satisf'Aire STS INF Infrastructure En production Satisf'aire Web 1.2.0.1 Groupe Sanef DIST / Patrimoine M.SAIDI T.UNIMON 3 Remplacement de la solution par évolution ISIS prévue en 2026\nPassage en CGP le 28/01 pour Go Etude.\nUtilise aujourd'hui des tablettes obsolètes pour la partie inventaire des aires\nUtilisation compatible smartphone Pixel 7 2026-04-16 14:22:46.725196+02 597 IHM IHM Météo Consultation des données Météo Sanef Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N IHM Météo IHM TRA Trafic En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 5 IHMMT = Trafic et non Viabilité 2026-04-16 14:22:46.725196+02 598 SEC Serveur d'échange sécurisé Service permettant d'échanger des fichiers avec les serveurs de production nextcloud standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Serveur d'échange sécurisé SEC SUP Utilisateurs En production nextcloud Groupe Sanef IPOP - Ingenierie Production \N N.DESSOYE 5 \N 2026-04-16 14:22:46.725196+02 599 GIT Gitlab Outils de gestion des sources de développement gitlab.org standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Gitlab GIT SUP Développement En production git Groupe Sanef DISG / Web / Outils Collaboratifs \N A. MEILLON 2 \N 2026-04-16 14:22:46.725196+02 600 BOC BOC Back Office commercial du Flux Libre A13/A14\n- Gestion de la Relation Client (CRM)\n- Gestion des Transactions et Facturation (BILLING)\n- Interfaçage (execution contexte)\n- Supervision fonctionnelle et technique (Solman) SAP + Abertis + Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N BOC BOC PEA Péage En production SAP S/4 HANA, Hybris Sapn DISP / Applications relation client B.RAINA F.TUNORFE 10 \N 2026-04-16 14:22:46.725196+02 601 PEF Qualification Passages BOO Vérifie la qualité des évènements de passage (EDP) conformément aux règles métiers, puis produit un EDP qualifié pour envoi au Back Office Commercial (BOC). Emovis standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Qualification Passages BOO PEF PEA Péage En production BOO, OBO Sapn DISP / Systèmes Péage Barrière B.RAINA B.FALCONI 11 \N 2026-04-16 14:22:46.725196+02 602 ORI Outils de Revue d'Image et d'infractions Utilisée par les opérateurs pour examiner manuellement les événements de Passage (EdP) qui n’ont pas pu être qualifié automatiquement et pour effectuer la revue de performance et la validation de l’infraction Emovis standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Outils de Revue d'Image et d'infractions ORI PEA Péage En production BOO Sapn DISP / Systèmes Péage Barrière B.RAINA B.FALCONI 4 \N 2026-04-16 14:22:46.725196+02 603 MIR Module d'Interface bord de Route Responsable de la réception des événements de passage, de l exécution de l ANPR, de la sélection du LPN avec la confiance la plus élevée et de la transmission des événements de passage au BOO Kapsch standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Module d'Interface bord de Route MIR PEA Péage En production MIR Sapn DISP / Systèmes Péage Barrière B.RAINA B.FALCONI 13 \N 2026-04-16 14:22:46.725196+02 604 MCS Consultation Paramétrage Supervision BOO Permet des audits du flux de données afin d’assurer un fonctionnement fluide et fiable Emovis standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Consultation Paramétrage Supervision BOO MCS PEA Péage En production MCS,BOO Sapn DISP / Systèmes Péage Barrière B.RAINA B.FALCONI 6 \N 2026-04-16 14:22:46.725196+02 605 TRS Transaction manager Gestion des péages sans barrière (Transaction Manager) Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Transaction manager TRS PEA Péage En production TM Sanef DISP / Back Office Péage D.HEURGUE P.CADOT 7 commentaire 2026-04-16 14:22:46.725196+02 606 GMS Gestion monétique sanef Gestion Monétique des cartes privatives Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Gestion monétique sanef GMS PEA Péage En production GM sanef Sanef DISP / Back Office Péage D.HEURGUE P.CADOT 3 \N 2026-04-16 14:22:46.725196+02 607 CPA Central péage Albéa-A150 CP Albéa Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Central péage Albéa-A150 CPA PEA Péage En production \N ALBEA DISP / Back Office Péage D.HEURGUE P.CADOT 3 Contrôle et validation des données péage du réseau Albéa 2026-04-16 14:22:46.725196+02 608 CSN Central péage Sapn Contrôle, validation et corrections des données péage du réseau sapn Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Central péage Sapn CSN PEA Péage En production \N Sapn DISP / Back Office Péage D.HEURGUE P.CADOT 3 Contrôle et validation des données péage du réseau sapn 2026-04-16 14:22:46.725196+02 609 RPS Référentiel Péage Sanef Gestion des données de référence du péage\nDonnées nécessaires au paramétrage des voies et outils de traitement des évènements de passage Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Référentiel Péage Sanef RPS PEA Péage En production RP sanef Sanef DISP / Back Office Péage D.HEURGUE P.CADOT 3 \N 2026-04-16 14:22:46.725196+02 610 SAA SADP Albéa Collecte centralisée des données péage Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SADP Albéa SAA PEA Péage En production SADP Albéa ALBEA DISP / Back Office Péage D.HEURGUE P.CADOT 2 \N 2026-04-16 14:22:46.725196+02 611 SAN SADP SAPN Collecte centralisée des données péage Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SADP SAPN SAN PEA Péage En production SADP SAPN Sapn DISP / Back Office Péage D.HEURGUE P.CADOT 2 \N 2026-04-16 14:22:46.725196+02 673 DHC DHCP Service DHCP Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N DHCP DHC SUP IT En production DHCP Groupe Sanef IPOP - Ingenierie Production \N \N 1 \N 2026-04-16 14:22:46.725196+02 631 TIP Plateforme d échange et de facturation SET SAPN Echange et facturatiion des transactions péages TIS-SET Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Plateforme d échange et de facturation SET SAPN TIP ECH Péage En production PFE-SET Sapn DISP / Back Office Péage D.HEURGUE P.CADOT 1 SAPN 2026-04-16 14:22:46.725196+02 632 TIS Plateforme d échange et de facturation SET BPNL Echange et facturatiion des transactions péages TIS-SET Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Plateforme d échange et de facturation SET BPNL TIS ECH Péage En production PFE-SET SEBPNL DISP / Back Office Péage D.HEURGUE P.CADOT 1 BPNL 2026-04-16 14:22:46.725196+02 633 TPN Plateforme d échange et de facturation PL Sapn Echange et facturatiion des transactions péages TIS-PL Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Plateforme d échange et de facturation PL Sapn TPN ECH Péage En production PFE-PL Sapn DISP / Back Office Péage D.HEURGUE P.CADOT 1 SAPN 2026-04-16 14:22:46.725196+02 634 TSB-ECH Plateforme d échange et de facturation PL (OSS) Echange et facturatiion des transactions péages TIS-PL Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Plateforme d échange et de facturation PL (OSS) TSB ECH Péage En production PFE-PL SEBPNL DISP / Back Office Péage D.HEURGUE P.CADOT 1 OSS 2026-04-16 14:22:46.725196+02 635 TSP Plateforme d échange et de facturation PL Sanef Echange et facturatiion des transactions péages TIS-PL Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Plateforme d échange et de facturation PL Sanef TSP ECH Péage En production PFE-PL Sanef DISP / Back Office Péage D.HEURGUE P.CADOT 1 Sanef 2026-04-16 14:22:46.725196+02 636 RCU Référentiel Client Unique Référentiel unique pour les clients du groupe, notamment dans la gestion de la relation commerciale en ligne et via le centre de relation client (Site Web & BOC FL) Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Référentiel Client Unique RCU REF Péage En production \N Groupe Sanef DISP / Applications relation client B.RAINA L.HOARAU 3 Module de BOOST 2026-04-16 14:22:46.725196+02 637 RLO Référentiel Loueur Gestion des parcs de loueurs pour transfert et traitement des avis de paiement Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Référentiel Loueur RLO REF Péage En production \N Groupe Sanef DISP / Applications relation client B.RAINA \N 2 Composant Boost 2026-04-16 14:22:46.725196+02 638 SDA Supervision DATI Outils de supervision des alarmes DATI \nDispositif Alerte Travailleurs Isolés Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Supervision DATI SDA SUP RSE En production DATI Groupe Sanef DIST / Systèmes d'aide à l'Exploitation M.BOUDAILLIEZ L.DELCOUR 5 Les composants déclarés tiennent compte du projet de rénovation 41-TB000358.1 (terminé) 2026-04-16 14:22:46.725196+02 639 LVG Logiciel de voies Groupe Suite logicielle qui équipe les voies de péage barrière (entrée/sortie).\nTraite les véhicules en voie de péage (détecte, classifie, encaisse, remonte les données de transaction de passage, ouvre la barrière etc…). \nCette suite est installée sur des PC de voie (Equipement - pas de serveurs) Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Logiciel de voies Groupe LVG PEA Péage En production LV Sapn, ALBEA, Sanef DISP / Systèmes Péage Barrière O.LHOMME F.LINET 6 Conçu par GEA, sources récupérées en 2016(?), maintenue directement par Sanef au Labo Péage de Senlis depuis.\nProjet en cours de refonte de l'IHM voie (Rénovation système voie lot2) - Ajout QT6 - Décom Windev 2026-04-16 14:22:46.725196+02 640 BOO BOOST CRM Gestion de la Relation Client hors périmètre flux-libre A13/A14. Flux-libre Boulay, Péage traditionnel, Services sur les Aires, ... Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N BOOST CRM BOO RCL Marketing En production boost Groupe Sanef DISP / Applications relation client D.HEURGUE P.GANDIL 5 \N 2026-04-16 14:22:46.725196+02 641 ESP Espace client Espace client : site web exposé aux clients sur sanef.com.\n- Permet le paiement des passages et AVP en flux-libre Sanef et Sapn, en mode anonyme ou connecté\n- Permet le paiement des passages et AVP péage de Boulay \n- Permet d'enregistrer les demandes et réclamations des clients Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Espace client ESP ECH Péage En production Boost, sanef.com Groupe Sanef DISP / Applications relation client M.LEFEBVRE L.HOARAU 5 Module public de boost 2026-04-16 14:22:46.725196+02 642 SMT Passerelle SMTP Service de relay pour envoi de mails via Office 365 Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Passerelle SMTP SMT SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N S.TONNOIR 2 \N 2026-04-16 14:22:46.725196+02 643 MVG MIVISU GTC Affichage d'informations sur le tracé (FAV) et pilotage de barrières de fermeture labocom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MIVISU GTC MVG TRA Trafic En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 3 \N 2026-04-16 14:22:46.725196+02 644 MIV MIVISU RDT Gestion des Recueil de données Trafic sanef labocom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MIVISU RDT MIV TRA Trafic En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 3 \N 2026-04-16 14:22:46.725196+02 645 BNP BOOST Lutte contre le non paiement Fraude au péage classique et en flux-libre à Boulay Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N BOOST Lutte contre le non paiement BNP PEA Péage En production \N Groupe Sanef DISP / Back Office Péage D.HEURGUE P.CADOT 5 Lutte contre le non paiement fait partie de BOOST 2026-04-16 14:22:46.725196+02 646 BLT BOOST Remise Libert-T Souscription aux programme de remises et applications des remises aux trajets Liber-t effectués Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N BOOST Remise Libert-T BLT ADV Péage En production \N Groupe Sanef DISP / Applications relation client D.HEURGUE P.GANDIL 5 \N 2026-04-16 14:22:46.725196+02 647 GSP GASPAR Gestion des accidents Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N GASPAR GSP VIA Trafic En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation S.HEBERT L.DELCOUR 5 \N 2026-04-16 14:22:46.725196+02 648 GDP GDEPA Mob/Web Gestion des dépanneurs Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N GDEPA Mob/Web GDP VIA Trafic En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation M.GILLET L.DELCOUR 5 Utilisateurs internes et externes 2026-04-16 14:22:46.725196+02 649 SYN Synoptique Synoptique de Sextan Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Synoptique SYN TRA Trafic En production Synoptique Sextan Groupe Sanef DIST / Systèmes d'aide à l'Exploitation \N L.DELCOUR 4 \N 2026-04-16 14:22:46.725196+02 650 SIS IHM contrôle SSIP Albea Système supervision information péage:\n- Récupération des listes de badges du référentiel péage\n- Contrôle de cohérence \n- Diffusion aux aux SVP\n- Interface graphique portail web Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N IHM contrôle SSIP Albea SIS PEA Péage En production SSIP ALBEA DISP / Back Office Péage D.HEURGUE P.CADOT 1 ALBEA\nalbea-ssip.sanef.fr 2026-04-16 14:22:46.725196+02 651 SIN IHM contrôle SSIP Sanef Système supervision information péage:\n- Récupération des listes de badges du référentiel péage\n- Contrôle de cohérence \n- Diffusion aux aux SVP\n- Interface graphique portail web Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N IHM contrôle SSIP Sanef SIN PEA Péage En production SSIP Sanef DISP / Back Office Péage D.HEURGUE P.CADOT 1 SANEF\nhttps://sanef-ssip.sanef.fr 2026-04-16 14:22:46.725196+02 674 DNS DNS Service DNS Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N DNS DNS SUP IT En production DNS Groupe Sanef IPOP - Ingenierie Production \N \N 1 Guide d'utilisation disponible (voir documents, manuel utilisateur) 2026-04-16 14:22:46.725196+02 652 SIB IHM contrôle SSIP Sapn Système supervision information péage:\n- Récupération des listes de badges du référentiel péage\n- Contrôle de cohérence \n- Diffusion aux aux SVP\n- Diffusion aux portiques flux libre\n- Interface graphique portail web Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N IHM contrôle SSIP Sapn SIB PEA Péage En production SSIP Sapn DISP / Back Office Péage D.HEURGUE P.CADOT 2 \N 2026-04-16 14:22:46.725196+02 653 3RP Radio Exploitation SAPN Réseau radio privé pour communication avec les véhicules d'exploitation TAIT standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Radio Exploitation SAPN 3RP TRA Trafic En production TAIT Sapn IPOP - Ingenierie Production \N A.THIERY 3 Tait EnabeFleet s’appuie sur :\n- un serveur WEB\n- une base de données SQL\n- un agent OTAP (distribution des modifications de config over the air) 2026-04-16 14:22:46.725196+02 654 3RS Radio Exploitation SANEF Réseau radio privé pour communication avec les véhicules d'exploitation (3RP) TAIT standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Radio Exploitation SANEF 3RS TRA Trafic En production TAIT Sanef IPOP - Ingenierie Production \N A.THIERY 2 Tait EnabeFleet s’appuie sur :\n- un serveur WEB\n- une base de données SQL\n- un agent OTAP (distribution des modifications de config over the air) 2026-04-16 14:22:46.725196+02 655 CEX Cartographie Sextan Cartographie Sextan (SAE). Affichage géographique des évènements trafic. Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Cartographie Sextan CEX TRA Trafic En production Cartographie Sextan Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 3 (yc Mur d images) 2026-04-16 14:22:46.725196+02 656 OCT OCTAN OCTAN est une application Web permettant d’accéder aux données de gestion Trafic au niveau groupe. \nCette application permet, entre autres, à toutes les personnes de Sanef Groupe de consulter l’état du réseau autoroutier en temps réel, _x0001_ extraire les données sous différents formats (Rapports, Excel), d’élaborer des analyses en temps différé des évènements survenus sur ce même réseau afin d’améliorer les procédures de gestion trafic. Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N OCTAN OCT TRA Trafic En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 4 \N 2026-04-16 14:22:46.725196+02 657 AST ASTERIX facturation Calcul et génération des factures pour le parc Astérix Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ASTERIX facturation AST PEA Péage En production Astérix facturation Sanef DISP / Back Office Péage D.HEURGUE P.CADOT 4 Calcul et génération des factures pour le parc Astérix\nhttp://lamtpfe1:8080/Asterix/ 2026-04-16 14:22:46.725196+02 658 EBR Détecteurs de bord de route FL - Détecteurs Bords de route Kapsch standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Détecteurs de bord de route EBR PEA Péage En production PDP Sapn DISP / Systèmes Péage Barrière B.RAINA B.FALCONI 2 \N 2026-04-16 14:22:46.725196+02 659 NRG Génération EDP / images FL - Génération EDP / images pour envoi au MIR Kapsch standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Génération EDP / images NRG PEA Péage En production PDP Sapn DISP / Systèmes Péage Barrière B.RAINA B.FALCONI 2 \N 2026-04-16 14:22:46.725196+02 660 DVL Système de Comptage Indépendant Responsable de l éxécution du comptage indépendant des véhicules Kapsch standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Système de Comptage Indépendant DVL PEA Péage En production PDP Sapn DISP / Systèmes Péage Barrière \N \N 2 \N 2026-04-16 14:22:46.725196+02 661 RCV Référentiel de caractéristiques véhicules Référentiel des Caractéristiques des Véhicules (SIV) Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Référentiel de caractéristiques véhicules RCV REF Péage En production RCV Groupe Sanef DISP / Back Office Péage B.RAINA P.CADOT 4 Pas d'utilisateur de ce service => M2M par api REST 2026-04-16 14:22:46.725196+02 662 ADV ADV-U Gestion des fonctions d'émetteur de badges Liber-t (Configuration des badges, état du parc de badges, ... ). Facturation des partenaires de distribution. Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ADV-U ADV ADV Péage En production ADVu Groupe Sanef DISP / Applications relation client M.LEFEBVRE P.GANDIL 4 Envoi de mail dans TALEND 2026-04-16 14:22:46.725196+02 663 BIF BI Flux Libre Plateforme décisionnel qui récupére les données des différents fournisseurs du projet (IBM, Emovis, Kapsch et Genesys) pour pouvoir mettre à disposition des différents métiers des données structurées et permettant de faire différent d’analyse Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N BI Flux Libre BIF PIL Péage En production DECI FL Sapn BI - Business Intelligence \N A.MOUHLI-GHARBI 2 \N 2026-04-16 14:22:46.725196+02 664 TAC Talend Service ETL (Export Transform and Load) utilisé pour le déclenchement de jobs d'intégration, de transfert et de traitement de données. Qlik standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Talend TAC SUP IT En production \N Groupe Sanef BI - Business Intelligence \N A.MOUHLI-GHARBI 2 2 versions en cours\nTalend 6, on prem\nTalend 8, hybrid cloud\nRemplacement en cours par ETL Tool 2026-04-16 14:22:46.725196+02 665 CEN Centreon - Supervision IT Service de supervision IT via des sondes sur les services et serveurs du parc. Centreon standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Centreon - Supervision IT CEN SUP IT En production Centreon Groupe Sanef IPOP - Ingenierie Production \N J.EGRET 5 https://monitoring-it.sanef.fr/\nProjet de remplacement par la solution Zabbix (41-TB000281.1 - Mise à jour solution de supervision des infra IT) 2026-04-16 14:22:46.725196+02 666 SAS-IODA-SUP SAS Plateforme d'analyse de données SAS standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SAS SAS SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef BI - Business Intelligence L.LEBRETON A.MOUHLI-GHARBI 4 à finaliser 2026-04-16 14:22:46.725196+02 667 DES DESIGO Détection intrusion kiosque des barrières de péage Siemens standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N DESIGO DES SUP Trafic En production \N Groupe Sanef DIST / Supervision et tunnels \N D.CARON 2 à finaliser 2026-04-16 14:22:46.725196+02 668 SFC autoroutes.sanef.com Site web institutionnel de communication client Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N autoroutes.sanef.com SFC RCL Gestion (FIN/ACHATS/RH/...) En production Site web Groupe Sanef DISG / Web / Outils Collaboratifs B.LETENDARD A. MEILLON 5 \N 2026-04-16 14:22:46.725196+02 669 ENC Enregistrement des conversations Enregistrement des communications PCE, PCI, CAS Récom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Enregistrement des conversations ENC SUP IT En production Enregistrement des conversations Groupe Sanef IPOP - Ingenierie Production \N \N 3 \N 2026-04-16 14:22:46.725196+02 670 DUN Dollar Universe Ordonnanceur d'entreprise Broadcom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Dollar Universe DUN SUP IT En production $U, $Universe Groupe Sanef IPOP - Ingenierie Production \N \N 3 \N 2026-04-16 14:22:46.725196+02 671 STC StellarOne Console Console d administration des agents StellarProtect utilisés dans le whitelisting des PC Péage TrendMicro standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N StellarOne Console STC SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N 3 Referant MPX 2026-04-16 14:22:46.725196+02 431 PKI PKI Service PKI : Infrastructure clés publique Microsoft basse f \N \N 2026-04-14 22:22:39.999987+02 2026-04-16 14:22:46.725196+02 \N \N Samir BENAZZOUZ Samir.BENAZZOUZ@sanef.com \N \N Actif PKI PKI SUP IT En production PKI Groupe Sanef IPOP - Ingenierie Production \N \N 1 \N 2026-04-16 14:22:46.725196+02 672 ADB AD BUREAUTIQUE Active Directory : Annuaire IT des comptes utilisateurs, équipements et services Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N AD BUREAUTIQUE ADB SUP IT En production AD BUREAUTIQUE Groupe Sanef IPOP - Ingenierie Production \N S.TONNOIR 1 \N 2026-04-16 14:22:46.725196+02 676 IOD IODA Outil de gestion du catalogue technologique Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N IODA IOD SUP IT En production \N Groupe Sanef DSI S.DAVROU \N 5 \N 2026-04-16 14:22:46.725196+02 677 XFB Axway XFB Plateforme de transferts de fichiers (Service MFT) Axway standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Axway XFB XFB SUP IT En production Axway, MFT, Gateway Groupe Sanef IPOP - Ingenierie Production \N A.THIERY 2 Référant tech JFC 2026-04-16 14:22:46.725196+02 512 TMD Transport de matières dangereuses Détection plaque matière dangereuse PL pour empêcher les PLs concernés de stationner dans le parking sécurisé de Vémars. Couplé à une version de SVP spécifique Survision basse f \N \N 2026-04-14 22:22:40.040753+02 2026-04-16 14:22:46.725196+02 \N \N Marc LECHEVALIER Marc.LECHEVALIER@sanef.com \N \N Actif Transport de matières dangereuses TMD PEA Péage En production TMD Sanef DISP / Systèmes Péage Barrière \N O.LHOMME 2 Transport de matières dangereuses. Module spécifique ayant pour but de vérifier l absence du logo Transports de matières dangereuses afin de ne pas accepter l entrée de ce type de transports sur le parking sécurisé. Techno / périmètre à creuser TODO 2026-04-16 14:22:46.725196+02 678 SPM SAP MM FI CO VIM Gestion des articles / stocks (MM). Comptabilité (FI) Ressources Humaines (HR) Ventes et Distribution (SD) Contrôle (CO) Passage de commandes, créations contrats et réception. (VIM) SAP standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SAP MM FI CO VIM SPM SUP Gestion (FIN/ACHATS/RH/...) En production SAP ECC Groupe abertis DISG / Finances - Achats \N Anonyme 8 2 \N 2026-04-16 14:22:46.725196+02 679 TRI Trièdres Suivi de certain ouvrage d’A26 (pb de béton) est une "sous application" du portail patrimoine Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Trièdres TRI INF Infrastructure Décomissionné \N Sanef DIST / Patrimoine M.SAIDI T.UNIMON 3 Abandon pour intégration dans ISIS en 2025 2026-04-16 14:22:46.725196+02 680 CST Traffic Data Consultation des données Trafic et reconstitution Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Traffic Data CST TRA Trafic En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 2 \N 2026-04-16 14:22:46.725196+02 681 RPA Référentiel Péage Albéa Gestion des données de référence du péageDonnées nécessaires au paramétrage des voies et outils de traitement des évènements de passage Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Référentiel Péage Albéa RPA PEA Péage En production RP Albéa ALBEA DISP / Back Office Péage D.HEURGUE P.CADOT 3 \N 2026-04-16 14:22:46.725196+02 682 RPN Référentiel Péage Sapn Gestion des données de référence du péageDonnées nécessaires au paramétrage des voies et outils de traitement des évènements de passage Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Référentiel Péage Sapn RPN PEA Péage En production RP sapn Sapn DISP / Back Office Péage D.HEURGUE P.CADOT 3 \N 2026-04-16 14:22:46.725196+02 381 MI2 MI2 Echange de données trafic entre gestionnaires d'infrastructure Ministère basse f \N \N 2026-04-14 22:22:39.973827+02 2026-04-16 14:22:46.725196+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif MI2 MI2 TRA Trafic A décomissionner \N Groupe Sanef DIST / ITS et RSE \N F.FONTAINE 3 \N 2026-04-16 14:22:46.725196+02 683 CSA Central péage sanef Contrôle, validation et corrections des données péage du réseau sanef Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Central péage sanef CSA PEA Péage En production \N Sanef DISP / Back Office Péage D.HEURGUE P.CADOT 3 Contrôle et validation des données péage du réseau sanef 2026-04-16 14:22:46.725196+02 684 SMS Serveur CTI et SMS Amélie Envoi de SMS et solution Click-To-Call pour le SAE (Sextan) Isicom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Serveur CTI et SMS Amélie SMS TRA Trafic En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation N.COEUR L.DELCOUR 2 \N 2026-04-16 14:22:46.725196+02 685 ETL ETL TOOL EtlTool est un logiciel Web ayant pour objectifs de combiner les fonctionnalités d’un repository de jobs ETL, d’un centre de documentation, d’un analyseur de code via code review, d’un ordonnanceur/planificateur de traitement et d’un outil de dashboarding.\nRemplace la solution Talend. Deilink standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ETL TOOL ETL SUP IT En production ETL Groupe Sanef IPOP - Ingenierie Production \N \N 5 \N 2026-04-16 14:22:46.725196+02 686 SBO Business Object (BO) SAP BusinessObjects Business Intelligence est une suite centralisée pour le reporting, la visualisation et le partage des données. SAP standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Business Object (BO) SBO PIL IT En production \N Groupe Sanef BI - Business Intelligence \N \N 1 Il s'agit d'un service transverse utilisé par d'autres services métiers 2026-04-16 14:22:46.725196+02 687 PRO PROTEMPS Outils de saisie de la prodim et concentrateur de la prodim de FOX, COSWIN et ABRAXIO.\nGénère un fichier agrégé de la prodim à destination de la Finance qui le charge dans SAP Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N PROTEMPS PRO SUP Gestion (FIN/ACHATS/RH/...) En production Protemps Groupe Sanef DISG / Web / Outils Collaboratifs A. MEILLON _Equipe Collaborative 2 \N 2026-04-16 14:22:46.725196+02 688 EDH Edith Référentiel des documents publics de l'entreprise Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Edith EDH REF Gestion (FIN/ACHATS/RH/...) En production Edith Groupe Sanef DISG / Web / Outils Collaboratifs M.GUENAND A. MEILLON 2 \N 2026-04-16 14:22:46.725196+02 689 CNC Concur Gestion notes de frais / Déplacements SAP standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Concur CNC SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Systèmes RH K.SIMON M.KABKOUB 2 \N 2026-04-16 14:22:46.725196+02 690 HOR HORUS Application mobile pour les audits Terrain (auditeurs externes) Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N HORUS HOR INF Infrastructure En production \N Groupe Sanef DIST / Patrimoine M.SAIDI T.UNIMON 4 \N 2026-04-16 14:22:46.725196+02 691 BAL BALIX Balix (Programmation et pose du balisage) Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N BALIX BAL INF Infrastructure En production \N Groupe Sanef DIST / Patrimoine F.RIVIERE T.UNIMON 4 \N 2026-04-16 14:22:46.725196+02 692 GDF Gestion des fonds Gestion des fonds de roulement (pièces et billets), enregistrement des transactions, clôtures des VATP, préparation ramassage des fonds, reporting et suivi \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Gestion des fonds GDF PEA Péage Projet en cours GRIFFON Groupe Sanef DISP - Ingenierie des Systèmes Péage A.MAHDAVI \N 6 Projet de rénovation en cours : 41-TB000379.1 2026-04-16 14:22:46.725196+02 693 RLB RP&LB Service Transverse : Load Balancer et Reverse Proxy \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N RP&LB RLB SUP IT Projet en cours Reverse Proxy, Load Balancer Groupe Sanef IPOP - Ingenierie Production \N \N 4 Projet en cours : 41-TB000402.1 2026-04-16 14:22:46.725196+02 694 CSV Connecteur SVP Connecteur SVP permet au PCT de se connecter à tous les SVP et visualiser les indicateurs de passage des E/S des gares Sanef/Sapn (client lourd - pas de composants ou serveurs) Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Connecteur SVP CSV PEA Péage En production CSV Groupe Sanef DISP / Systèmes Péage Barrière A.MAHDAVI A.MAHDAVI 1 \N 2026-04-16 14:22:46.725196+02 695 RAT Rattrapages badges Flux Libre Service de rattrapages badges Flux Libre\nRattrapages automatiques sur la base de la BI flux libre, les passages plaques sont analysés pour réaliser des rattrapages de badge sur la base de règles métiers Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Rattrapages badges Flux Libre RAT PEA Péage En production \N Sapn DISP / Systèmes Péage Barrière B.RAINA A.MOUHLI-GHARBI 3 \N 2026-04-16 14:22:46.725196+02 696 SUI Zabbix - Supervision IT Service de supervision IT via des sondes sur les services et serveurs du parc. \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Zabbix - Supervision IT SUI SUP IT Projet en cours Zabbix Groupe Sanef IPOP - Ingenierie Production \N J.EGRET 1 \N 2026-04-16 14:22:46.725196+02 697 EXO Gestion des exonérés Gestion des cartes magnétiques permettant la gratuité en local SANEF standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Gestion des exonérés EXO ADV Péage En production EXO Groupe Sanef DISP / Applications relation client P.GANDIL P.GANDIL 1 Obligation légale 2026-04-16 14:22:46.725196+02 698 WAF Cloudflare Solution SaaS de Firewall Applicatif, Content Delivry Network et Anti DDOS Cloudflare standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Cloudflare WAF SUP IT En production WAF Groupe Sanef IPOP - Ingenierie Production \N J.EGRET \N \N 2026-04-16 14:22:46.725196+02 699 PRV Provigis Conformité fournisseur Provigis standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Provigis PRV SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Finances - Achats C.BONTEMS-MARIE Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 700 SAM SAM - Gestion des actifs logiciels Service transverse pour la gestion des actifs logiciels: réaliser l'inventaire des logiciels, de leur utilisation ainsi que des licences associés.\nEst utilisé notamment dans le cadre de la maitrise des actifs logiciels ainsi que du suivi de la conformité des règles associés aux licences. \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SAM - Gestion des actifs logiciels SAM SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production F.GRAFFAGNINO F.GRAFFAGNINO \N \N 2026-04-16 14:22:46.725196+02 701 WSU WSUS Serveurs de mises à jour microsoft Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N WSUS WSU SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N représentation selon VRF ?\nresp cf liste AT 2026-04-16 14:22:46.725196+02 702 WKV Workvivo Réseau social d'entreprise Zoom standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Workvivo WKV SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Web / Outils Collaboratifs \N A. MEILLON \N MEP le 20/05/2025 2026-04-16 14:22:46.725196+02 703 LOU Loueurs (Partenaires) Loueurs et Concentrateurs loueurs (ARIS / SAFO / ...) - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Loueurs (Partenaires) LOU ECH Partenaire péage En production \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 308 FOX FOX Gestion des activités des centres de viabilité ASAP basse f \N \N 2026-04-14 22:22:39.93691+02 2026-04-16 14:22:46.725196+02 \N \N Thierry UNIMON Thierry.UNIMON@sanef.com \N \N Actif FOX FOX INF Infrastructure En production Omogen Groupe Sanef DIST / Patrimoine G.BEREZAY T.UNIMON \N \N 2026-04-16 14:22:46.725196+02 704 WAZ-ECH Waze (Partenaire) Partenaire pour l'aide à la conduite des usagers. Waze standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Waze (Partenaire) WAZ ECH Partenaire trafic En production Waze Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 705 ACH Achats publics \N \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Achats publics ACH SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Finances - Achats \N Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 706 EID EntraID Annuaire SaaS SANEF. \nGestion des identités et accès.\nFournisseur MFA Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N EntraID EID SUP IT En production AzureAD,EntraID Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 707 ACV Acunetix Vulnerability Scaner Scan de vulnérabilités sur les application web Sanef Acunetix standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Acunetix Vulnerability Scaner ACV SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 708 NEM NEMO Logiciel décisionnel pour l'analyse du trafic Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N NEMO NEM GIS Gestion (FIN/ACHATS/RH/...) En production NEMO Groupe Sanef BI - Business Intelligence \N A.MOUHLI-GHARBI \N \N 2026-04-16 14:22:46.725196+02 709 ANP Antivirus Poste Utilisateur Antivirus pour les postes des utilisateurs \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Antivirus Poste Utilisateur ANP SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 710 MDL MODALISA Création de questionnaires en ligne ou papier, diffusion et recueil de données, transformation de variables, codification de textes, analyses univariées et multivariées, indicateurs spécifiques, régressions, rapports dynamiques exportables sous PowerPoint, cartes, export et import des données sous format Excel et Texte… \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MODALISA MDL RCL Gestion (FIN/ACHATS/RH/...) En production \N Bip&Go DISG / Web / Outils Collaboratifs \N \N \N \N 2026-04-16 14:22:46.725196+02 711 PRY Proxy Proxy internet\nService transverse les flux sortant du SI \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Proxy PRY SUP IT En production \N \N IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 712 ADA AD AUDIT PLUS Log toutes les actions faites dans l’AD, puis toutes les actions sur les filers, gpo Alerte sur les élévations de privilèges Manage Engine standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N AD AUDIT PLUS ADA SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 713 PTP Portail Patrimoine sapn \N Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Portail Patrimoine sapn PTP INF Infrastructure Décomissionné Portail Patrimoine \N DIST / Patrimoine M.SAIDI T.UNIMON \N A supprimer ? 2026-04-16 14:22:46.725196+02 714 EDR EDR - Base Service transverse de détection et de réponse aux endpoints (EDR) : détecter, contenir, enquêter sur les comportements applicatifs suspects, en fonction d'un ensemble de règles. \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N EDR - Base EDR SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 715 RVP Reverse Proxy \N \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Reverse Proxy RVP SUP IT En production Kemp Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 716 CAP Caisse à pied Boulay Caisse à pied Boulay avec fonctions :\n- Paiement locaux pour le portique de Boulay\n- Permet aux superviseurs des centres CAP de faire l assistance à distance sur les caisses à pied\n- Récupération des passages / AVP à payer du transaction manager (équipement - pas de composants ou serveurs) Sigma standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Caisse à pied Boulay CAP PEA Péage En production CAP Sanef DISP / Systèmes Péage Barrière \N F.LINET \N Caisse : Sigma ETS70\nEquipement sans serveur avec composants propriétaire. Lien avec le CSP de Metz 2026-04-16 14:22:46.725196+02 717 MOB MOBEE GMAO mobile Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MOBEE MOB MAI Infrastructure En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation B.TATINCLAUX L.DELCOUR \N \N 2026-04-16 14:22:46.725196+02 718 GED GED Flux libre Permet de gerer la documentation technique de la mise en place du flux libre en internet et avec nos prestataires externes Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N GED Flux libre GED SUP Gestion (FIN/ACHATS/RH/...) En production GED Flux libre Groupe Sanef DISG / Web / Outils Collaboratifs \N A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 719 ENO Encodian Framework Sharepoint.\nConnecteur saas sans version communiquée. Encodian standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Encodian ENO SUP IT En production \N Groupe Sanef DISG / Web / Outils Collaboratifs \N \N \N Pour app PowerApp 2026-04-16 14:22:46.725196+02 720 OSC OSCAR Gestion de la relation client et facturation de Bip&Go nexedi standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N OSCAR OSC RCL Gestion (FIN/ACHATS/RH/...) En production ERP5 Bip&Go DISG - Ingenierie des Systèmes de Gestion \N \N \N ERP5 remplace CRM cleo de BIP ERP5 est un progiciel de gestion intégré (ERP) libre basé sur la plateforme Zope et le langage Python. 2026-04-16 14:22:46.725196+02 721 ELO Eloquant SVI de BIP Eloquant standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Eloquant ELO RCL Gestion (FIN/ACHATS/RH/...) En production SVI Bip&Go DISG / Web / Outils Collaboratifs \N \N \N Contrat porté par Bip&Go en mode SaaS 2026-04-16 14:22:46.725196+02 722 ANT ANTAI (Partenaire) Agence Nationale du Traitement Automatisé des Infractions - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ANTAI (Partenaire) ANT ECH Partenaire péage En production \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 723 AVM Administration VM \N \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Administration VM AVM SUP IT En production EMV v17 Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 724 ITO iTop Gestion des incidents, demandes de services, CMDB combodo standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N iTop ITO SUP IT En production e-services, cmdb Groupe Sanef DISG / Web / Outils Collaboratifs A. MEILLON A. MEILLON \N https://e-services.sanef.fr 2026-04-16 14:22:46.725196+02 725 ADL Administration Linux \N \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Administration Linux ADL SUP IT En production EMV v17 Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 726 ADN Administration Réseau * WDM : NCE-T\n* Carrier ethernet, Backbone IP : U2000 (remplacement en cours par NCE IP)\n* Radio : Alvarion \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Administration Réseau ADN SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N A.THIERY \N \N 2026-04-16 14:22:46.725196+02 727 DAR DARVA (partenaire) Concentrateur des demandes d'interrogation du SIV - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N DARVA (partenaire) DAR ECH Partenaire péage En production SIV Sapn, Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 728 SMA Sociétés maillées (Partenaire) Sociétés maillées \nTraitement du partage de recette - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Sociétés maillées (Partenaire) SMA ECH Partenaire péage En production \N ALBEA, Sapn, Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 729 SIV Système d'immatriculation des véhicules (Partenaire) Service partenaire externe public pour la récupération des données référentiel véhicule (caractéristiques) - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Système d'immatriculation des véhicules (Partenaire) SIV ECH Partenaire péage En production \N Sapn \N \N \N \N \N 2026-04-16 14:22:46.725196+02 730 FAL Fiche Action Locale Suivi des initiatives locales afin d améliorer l'environnement de travail Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Fiche Action Locale FAL SUP RSE En production FAL Groupe Sanef DISG / Web / Outils Collaboratifs N.LEBASTARD A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 731 JDE Journalisation des évènements Service transverse de journalisation des évènements, centralisation des logs \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Journalisation des évènements JDE SUP IT Projet en cours Centralisation Logs Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 732 CMP COMEP Outils de déclaration et suivi des demandes de mise en production Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N COMEP CMP SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Web / Outils Collaboratifs R.GAY A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 733 JIR Jira Outil de gestion de tickets de développement et de tests (XRAY) Atlassian standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Jira JIR SUP Développement En production Jira Groupe Sanef DISG / Web / Outils Collaboratifs M.GUENAND A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 734 PPD PeopleDoc Dématérialisation / digitalisation de documents RH PeopleDoc standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N PeopleDoc PPD SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Systèmes RH V.GRENIER M.KABKOUB \N Espace coffre-fort employeur et envoi de document(s) vers le coffre-fort collaborateur 2026-04-16 14:22:46.725196+02 735 WEB WEBENGAGE Provision Médaille travail et retraite TDA standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N WEBENGAGE WEB SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Systèmes RH _indéfini \N \N \N 2026-04-16 14:22:46.725196+02 736 SGT Sanef-Telecom Page de contact Sanef Télécom Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Sanef-Telecom SGT RCL Gestion (FIN/ACHATS/RH/...) En production Site web sanef télécom Groupe Sanef DISG / Web / Outils Collaboratifs \N \N \N \N 2026-04-16 14:22:46.725196+02 737 DAT Data room GED de publication de document contractuel auprès de l administration Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Data room DAT SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Web / Outils Collaboratifs \N \N \N Porté sur SharePoint 2026-04-16 14:22:46.725196+02 738 TPE Service de paiement TPE Service de paiement TPE pour la caisse à pied de Boulay Crédit Mutuel standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Service de paiement TPE TPE PEA Péage En production \N Sanef DISP / Moyens de paiement \N \N \N \N 2026-04-16 14:22:46.725196+02 739 COE Courrier Entrant (Partenaire) Service partenaire pour la numérisation des courriers entrants sur le périmètre flux libre A13 - A14. \nLes courriers sont reçus par le partenaire qui les numérise avant l'envoi au BOC FL. \nCes courriers peuvent contenir des réclamations clients, des désignations/protestations ou encore des chèques pour le paiement des AVP. MAJOREL standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Courrier Entrant (Partenaire) COE ECH Partenaire péage En production MAJOREL Sapn \N \N \N \N \N 2026-04-16 14:22:46.725196+02 740 ACO Service d'analyse de code Service transverse IT pour l'analyse de code développé en interne ou en externe. Fait partie de la chaine de build \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Service d'analyse de code ACO SUP IT Projet en cours Qualys Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 741 RDF RAMASSAGE DE FONDS (Partenaire) Société de ramassage des fonds - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N RAMASSAGE DE FONDS (Partenaire) RDF ECH Partenaire péage En production LOOMIS Sapn, Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 742 COS-ECH Courrier Sortant (Partenaire) Service partenaire pour l'envoi des courriers à destination des clients. Ces courriers sont principalement des avis de paiements (AVP) ou relances. DOXALIA standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Courrier Sortant (Partenaire) COS ECH Partenaire péage En production DOXALIA Sapn \N \N \N \N \N 2026-04-16 14:22:46.725196+02 743 7SP 7speaking Prestataire externe apprentissage des langues étrangères 7speaking standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N 7speaking 7SP SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Systèmes RH N.LUCAS \N \N \N 2026-04-16 14:22:46.725196+02 744 QUA QUALIAC Ancienne ERP gardé pour consultation Qualiac standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N QUALIAC QUA SUP Gestion (FIN/ACHATS/RH/...) A décomissionner \N Groupe Sanef DISG - Ingenierie des Systèmes de Gestion \N Anonyme 8 \N Décommissionnement en cours 2026-04-16 14:22:46.725196+02 745 BUV Compliance Catalyst Due diligence Compliance Moody's standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Compliance Catalyst BUV SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe abertis DISG / Finances - Achats \N Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 746 AXS ALX Saas Gestion des Pompes carburants meru et charmont ALX standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ALX Saas AXS VIA Infrastructure En production \N Sanef DIST / ITS et RSE A.CAURIER F.FONTAINE \N Orga + Docs + URL manquants\nUtilisation de la solution SaaS via carte 3G, car pas d'accès au réseau Sanef pour utiliser la solution interne\nPas de flux vers le SI\nURL : Inconnue - A reboucler avec A.CAURIER 2026-04-16 14:22:46.725196+02 747 TEA Teams Service de communication messagerie d'entreprise Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Teams TEA SUP IT En production \N Groupe Sanef DISG / Web / Outils Collaboratifs A. MEILLON A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 748 SEP SEPRO Sécurité Entreprises Extérieures sur Opérations Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SEPRO SEP SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Web / Outils Collaboratifs N.LEBASTARD A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 749 DIR DIRIF (Partenaire) Direction des routes d'Île-de-France \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N DIRIF (Partenaire) DIR ECH Partenaire trafic En production \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 750 AUT Autoroutes Trafic (Partenaire) Partenaire Autoroutes Trafic \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Autoroutes Trafic (Partenaire) AUT ECH Partenaire trafic En production \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 752 ADS Administration Stockage Outillage pour l'administration des baies de stockage \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Administration Stockage ADS SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N N.DESSOYE \N \N 2026-04-16 14:22:46.725196+02 753 VSL Passerelle SSL - Accès à distance Service Accès à distance via Passerelle SSL \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Passerelle SSL - Accès à distance VSL SUP IT En production VPNSSL Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 754 ECC SAP ECC A SUPPRIMER -> SAP FI/CO/MM \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SAP ECC ECC SUP Gestion (FIN/ACHATS/RH/...) A supprimer \N \N \N \N \N \N \N 2026-04-16 14:22:46.725196+02 755 GOS Go Supply Analyse et scoring des risques fournisseurs Go Supply standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Go Supply GOS SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Finances - Achats C.BONTEMS-MARIE Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 756 FCL Facelift Communication informations trafics grand public Facelift brand building technologies GmbH standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Facelift FCL SUP Gestion (FIN/ACHATS/RH/...) En production Facelift twitter Groupe Sanef DISG / Web / Outils Collaboratifs \N A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 757 ALX Alexandrie Base de données des boites Archives avec leur code barre GB Concept standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Alexandrie ALX SUP Gestion (FIN/ACHATS/RH/...) Décomissionné \N Groupe Sanef DISG / Web / Outils Collaboratifs \N A. MEILLON \N Devrait disparaitre fin 2024 2026-04-16 14:22:46.725196+02 758 DOC DocuSign Signature électronique de contrats et décomptes DocuSign standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N DocuSign DOC SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Finances - Achats \N Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 759 ADM Administration Microsoft \N Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Administration Microsoft ADM SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 760 SAP SAP BPC Planning et Consolidation (BPC) SAP standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SAP BPC SAP SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe abertis DISG / Web / Outils Collaboratifs \N \N \N \N 2026-04-16 14:22:46.725196+02 761 MAM Email Entrant Microsoft (Partenaire) Service partenaire pour la récupération d'email à destination des services (techniques ou métier) \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Email Entrant Microsoft (Partenaire) MAM ECH Partenaire IT En production \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 762 SYR Syracuse En cours de remplacement par Babylon \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Syracuse SYR SUP Gestion (FIN/ACHATS/RH/...) A décomissionner \N Sanef DIST / Supervision et tunnels \N D.CARON \N Il reste un site à migrer 2026-04-16 14:22:46.725196+02 763 FLG FleetGestion Interfaces pour le fleeter \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N FleetGestion FLG SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Systèmes RH \N \N \N Prestataire de gestion des véhicules de fonction du groupe SANEF. Gestion de l interface d alimentation 2026-04-16 14:22:46.725196+02 764 SMT-SUP Smar Tach T-Store Règlementation conduite PL Actia standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Smar Tach T-Store SMT SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Web / Outils Collaboratifs \N \N \N \N 2026-04-16 14:22:46.725196+02 765 ACL ACCILINE + Prévention et Gestion des Accidents du Travail AYMING standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ACCILINE + ACL SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Systèmes RH D.MARTINKOVIC \N \N \N 2026-04-16 14:22:46.725196+02 766 BUD Budget Opex Capex Finance Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Budget Opex Capex BUD SUP Gestion (FIN/ACHATS/RH/...) En production SAS Groupe Sanef DISG / Finances - Achats \N \N \N \N 2026-04-16 14:22:46.725196+02 767 PRT Protemps Outils de consolidation de la prodim du groupe Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Protemps PRT SUP Gestion (FIN/ACHATS/RH/...) En production Protemps Groupe Sanef DISG / Web / Outils Collaboratifs \N \N \N \N 2026-04-16 14:22:46.725196+02 768 ALP ALPHA PRO AlphaPro est l outil de programmation des serveurs AlphaCom, l AlphaCom E et AlphaCom XE. AlphaPro offre la possibilité de programmer les caractéristiques du serveur sans être connecté et de téléchargement cette programmation dans le serveur au moment qui vous convient. Zenitel standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ALPHA PRO ALP SUP IT En production interphonie Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 769 AUT-SUP Power Automate Outil de création de flux automatisés intégrés à l'environnement Microsoft. Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Power Automate AUT SUP IT En production \N Groupe Sanef DISG / Web / Outils Collaboratifs A. MEILLON A. MEILLON \N Service transverse 2026-04-16 14:22:46.725196+02 770 BAS Bastion d'administration Cyberark Cyberark standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Bastion d'administration BAS SUP IT En production Cyberark Groupe Sanef IPOP - Ingenierie Production \N S.TONNOIR \N \N 2026-04-16 14:22:46.725196+02 771 MAJ Equipe Majorel (Partenaire) Services et systèmes du centre de relation client externe pour le flux Libre A13-A14 - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Equipe Majorel (Partenaire) MAJ RCL Partenaire péage En production Majorel, CRC Externe Sapn \N \N \N \N \N 2026-04-16 14:22:46.725196+02 772 STA MFA OTP Service de génération d'OTP pour MFA sur le SIA et les accès à distance Thalès standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MFA OTP STA SUP IT En production SafeNet Agent, STA Groupe Sanef IPOP - Ingenierie Production A.THIERY \N \N vpdsiasaf1, vpdsiasaf2 2026-04-16 14:22:46.725196+02 773 FOS RSD Outil de digitalisation du process de déclaration de situation dangereuse Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N RSD FOS SUP RSE En production FOS Groupe Sanef DISG - Ingenierie des Systèmes de Gestion N.LEBASTARD A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 774 AXC Axle Counting Composant du Freeflow de Boulay Emovis standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Axle Counting AXC PEA Péage A décomissionner AXC Sanef \N \N \N \N A SUPPRIMER 2026-04-16 14:22:46.725196+02 775 PAP PaperCut Serveur d'impression PaperCut standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N PaperCut PAP SUP Utilisateurs En production \N Groupe Sanef ISPT \N P-A.THIBAULT \N \N 2026-04-16 14:22:46.725196+02 776 TB Telecom Basket Outil de CRM sanef Télécom Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Telecom Basket TB RCL Marketing En production CRM Sanef Télécom Groupe Sanef DISG / Web / Outils Collaboratifs \N A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 777 AFO Azure Fonction Service de déploiement et exécutions de fonctions en SaaS Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Azure Fonction AFO SUP IT En production \N Groupe Sanef DISG / Web / Outils Collaboratifs A. MEILLON A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 778 ETA Etafi Déclaration TVA liasse fiscale Cegid standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Etafi ETA SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Finances - Achats K.SIMON \N \N \N 2026-04-16 14:22:46.725196+02 779 KYR Kyriba Gestion de trésorerie, de risques financiers et de paiements \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Kyriba KYR SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Finances - Achats K.SIMON Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 780 NAC NAC Service transverse IT pour le contrôle d'accès au réseau \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N NAC NAC SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 409 NTP NTP Service NTP : Equipements Lantime basse f \N \N 2026-04-14 22:22:39.988451+02 2026-04-16 14:22:46.725196+02 \N \N Romuald GAY Romuald.GAY@sanef.com \N \N Actif NTP NTP SUP IT En production NTP Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 781 EUC EUCARIS (Partenaire) EUCARIS est l'acronyme de « EUropean CAR and driving license Information System » \nlittéralement « système européen d'information sur les véhicules et les permis de conduire » en français.\nL'accès à EUCARIS est réalisé au travers de l'ANTAI en France - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N EUCARIS (Partenaire) EUC ECH Partenaire péage En production \N Sapn, Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 782 HUB HubOne Partenaire pour le SOC \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N HubOne HUB SUP Partenaire IT Projet en cours \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 783 APP Pages des applications Web Portail d affichage des application Web Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Pages des applications Web APP SUP Utilisateurs En production Appli Web Groupe Sanef DISG / Web / Outils Collaboratifs \N A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 784 MED Médiathèque Site SharePoint regroupant les médias (photo et video) du groupe Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Médiathèque MED SUP Utilisateurs En production \N \N DISG / Web / Outils Collaboratifs \N A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 785 MAI Emails Sortant (Partenaire) Emails sortants Brevo standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Emails Sortant (Partenaire) MAI ECH Partenaire IT En production Brevo Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 786 SBC Gestion flux téléphonie - SBC Service transverse pour la gestion des flux téléphonie entre les zones réseaux. \nTrunk SIP aujourd'hui avec boitiers physiques \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Gestion flux téléphonie - SBC SBC SUP IT En production SBC Groupe Sanef IPOP - Ingenierie Production \N \N \N Projet de renouvellement/remplacement des SBC. Eventualité de passé sur des solutions packadgées 2026-04-16 14:22:46.725196+02 787 VIM Vis ma vie Outils de gestion et de pilotage du programme de vis ma vie Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Vis ma vie VIM SUP Gestion (FIN/ACHATS/RH/...) En production VMV Groupe Sanef DISG / Web / Outils Collaboratifs \N A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 788 MAS MASTERPARC Gestion parc matériel et ateliers Andsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N MASTERPARC MAS VIA Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DIST / Systèmes d'aide à l'Exploitation A.CAURIER L.DELCOUR \N Lancement projet GESTAR pour porter les fonctions de Masterparc dans COSWIN (GMAO) permettre les évolutions.\n=> Objectif réalisation en 2025.\n=> Décomissionnement T1/2026 2026-04-16 14:22:46.725196+02 789 SVI SVI ACD - Téléphonie Managée Service vocal interactif et Distribution automatique des Appels pour gérer la relation client par téléphone.\nLes appels clients sont redirigés vers cette plateforme puis distribuées en fonction du besoin aux différents agents GENESYS standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SVI ACD - Téléphonie Managée SVI RCL Péage En production Genesys, SVI, TEL Groupe Sanef DISP / Applications relation client F.TUNORFE \N \N \N 2026-04-16 14:22:46.725196+02 790 SIR SIREDO (Partenaire) Système Informatisé de Recueil des DOnnées trafic développé par le ministère de l'équipement. \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SIREDO (Partenaire) SIR ECH Partenaire trafic En production \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 791 ANS Antivirus Serveur Service Transverse d'antivirus pour les serveurs et machines virtuelles \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Antivirus Serveur ANS SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 792 AER Accès aux équipements réseau Service de gestion d'accès aux équipements réseaux (switch,...) fait partie du SIA \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Accès aux équipements réseau AER SUP IT Projet en cours FreeRADIUS Groupe Sanef IPOP - Ingenierie Production \N \N \N vpdsiarad1, vpdsiarad2 2026-04-16 14:22:46.725196+02 793 CON Confluence Obsolète - A supprimer Atlassian standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Confluence CON SUP Gestion (FIN/ACHATS/RH/...) Décomissionné Atlassian Groupe Sanef \N \N \N \N Version on premise 2026-04-16 14:22:46.725196+02 751 ECH Service de paiement e-commerce Prestataire de Service de Paiement cible pour le e-commerce Service en SAAS Service de paiement appelé via API fournie et documentée par Monext Plateforme de suivi de l activité et paramétrage des règles de gestion Monext standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Service de paiement e-commerce ECO PEA Péage En production Payline Groupe Sanef DISP / Moyens de paiement H.RAGELLE D.LAUNE \N 1/12 : nouveau service dans le document 2026-04-16 14:22:46.725196+02 794 BIT BITBUCKET Repository git pour gestion des sources du logiciel voie de péage. Atlassian standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N BITBUCKET BIT SUP Développement Décomissionné Atlassian Groupe Sanef \N \N \N \N Obsolète.\nLes sources devraient maintenant être dans git.sanef.fr 2026-04-16 14:22:46.725196+02 230 BMS BMS Page web pour accéder à certaines application depuis le réseau public Sanef basse f \N \N 2026-04-14 22:22:39.894396+02 2026-04-16 14:22:46.725196+02 \N \N Arnaud MEILLON Arnaud.MEILLON@sapn.fr \N \N Actif BMS BMS SUP Utilisateurs En production Bureau Mobile Sanef Groupe Sanef DISG / Web / Outils Collaboratifs \N \N \N Page sharepoint 2026-04-16 14:22:46.725196+02 795 CRD CreditSafe Outil de fiabilisation CreditSafe standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N CreditSafe CRD SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Finances - Achats \N Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 796 ODC Open Data Carburant (Partenaire) Open Data Carburant pour le partage des tarifs carburant aux aires \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Open Data Carburant (Partenaire) ODC ECH Partenaire trafic En production \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 797 WKP Workplace Reseau social Sanef groupe Meta standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Workplace WKP SUP Gestion (FIN/ACHATS/RH/...) A décomissionner \N Groupe Sanef DISG / Web / Outils Collaboratifs \N \N \N Obsolète, remplacement en cours => Workvivo\nSera décomissionné fin 2025 2026-04-16 14:22:46.725196+02 798 IPM Gestion des IP Service transverse pour le suivi et la gestion des IP : IP Manager \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Gestion des IP IPM SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N Projet prévu pour le remplacement de l'outillage existant obsolète 2026-04-16 14:22:46.725196+02 799 CAR eColibri Outil de réservation des voitures de service Mobility Techgreen standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N eColibri CAR SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DIST / ITS et RSE A. MEILLON F.FONTAINE \N Saas 2026-04-16 14:22:46.725196+02 800 I3M i3Met Outils de notation des ouvrages imposés par Abertis Ines standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N i3Met I3M INF Infrastructure En production \N Groupe Sanef DIST / Patrimoine M.SAIDI T.UNIMON \N \N 2026-04-16 14:22:46.725196+02 801 RHS Gestionnaire Mise à jour Linux - Satellite Service Transverse de gestion des paquets red hat, permet de mettre à jour les OS et middlewares distribués par Red Hat. Red Hat standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Gestionnaire Mise à jour Linux - Satellite RHS SUP IT En production Satellite Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 802 PWR Power BI Outil de reporting du groupe Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Power BI PWR PIL IT En production \N Groupe Sanef BI - Business Intelligence A. MEILLON A.MOUHLI-GHARBI \N SaaS - PowerBI Cloud 2026-04-16 14:22:46.725196+02 803 DGT Plan de prévention Outil de digitalisation des plan de prévention des entreprises extérieurs Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Plan de prévention DGT SUP RSE En production PDP Groupe Sanef DISG / Web / Outils Collaboratifs _indéfini A. MEILLON \N Porté sur SharePoint 2026-04-16 14:22:46.725196+02 804 TOT TOTEM Affichage usagers dans les aires Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N TOTEM TOT RCL Marketing En production \N Groupe Sanef DIST / ITS et RSE \N F.FONTAINE \N \N 2026-04-16 14:22:46.725196+02 805 ADG AD MANAGER PLUS Automatisation des comptes qui arrivent de Talend, création du mail, activation des licences O365, délégation de l’AD avec des droits limités pour SeaTpi. Création des comptes prestataires par SEATPI (deleg) Manage Engine standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N AD MANAGER PLUS ADG SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 806 POA Power Apps Power Apps est un environnement de développement rapide pour créer des applications personnalisées dans l'écosystème Microsoft Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Power Apps POA SUP IT En production \N Groupe Sanef DISG / Web / Outils Collaboratifs A. MEILLON A. MEILLON \N Service Transverse 2026-04-16 14:22:46.725196+02 807 APA ApAch Pilotage de la Performance Achats Per Angusta standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ApAch APA SUP Gestion (FIN/ACHATS/RH/...) En production Per Angusta Groupe Sanef DISG / Finances - Achats C.BONTEMS-MARIE Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 808 ORG Orgplus Outil de mise en forme / schémas d organisations Insperity standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Orgplus ORG SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Systèmes RH \N \N \N \N 2026-04-16 14:22:46.725196+02 809 SIB-ECH Site BIP&GO \N Bip&Go standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Site BIP&GO SIB ECH Gestion (FIN/ACHATS/RH/...) En production BIP&Go Bip&Go DISG / Web / Outils Collaboratifs \N \N \N \N 2026-04-16 14:22:46.725196+02 810 AUD Automatisation des déploiements Service transverse d'automatisation des déploiements sur les serveurs et VM \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Automatisation des déploiements AUD SUP IT Projet en cours \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 811 MES ME&SI Gestion des demandes et fiches projets Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ME&SI MES SUP Gestion (FIN/ACHATS/RH/...) En production MESI Groupe Sanef DISG / Web / Outils Collaboratifs F.BOYER-CHAMMARD A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 812 PTS Portail Patrimoine sanef \N Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Portail Patrimoine sanef PTS INF Infrastructure Décomissionné Portail Patrimoine Sanef DIST / Patrimoine M.SAIDI T.UNIMON \N Supprimé 2026-04-16 14:22:46.725196+02 813 EPL Emetteurs TIS-PL (Partenaire) Axxes, Eurotoll, DKV, TELEPASS, Total - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Emetteurs TIS-PL (Partenaire) EPL ECH Partenaire péage En production \N ALBEA, Sapn, Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 814 ELT Emtteurs Liber-t (Partenaire) Emetteurs de badges Liber-t : SFTRF, AREA, ASF, COFIROUTE, APRR, ATMB, ... - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Emtteurs Liber-t (Partenaire) ELT ECH Partenaire péage En production \N Sapn, ALBEA, Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 815 FDJ Française des Jeux (Partenaire) Partenaire pour les paiements locaux du péage flux libre A13-14 chez les buralistes du réseau NIRIO - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Française des Jeux (Partenaire) FDJ ECH Partenaire péage En production \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 816 ZTN ZTNA - Accès à distance Service accès à distance via ZTNA Forescout standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ZTNA - Accès à distance ZTN SUP IT Projet en cours ZTNA Groupe Sanef IPOP - Ingenierie Production \N \N \N Utilisé pour les accès à distance smartphone 2026-04-16 14:22:46.725196+02 817 SHC Sharing Cloud sharing cloud INSTANT SUITE (Réservation de Salle) sharing cloud standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Sharing Cloud SHC SUP Utilisateurs En production \N Groupe Sanef ISPT \N P-A.THIBAULT \N à finaliser 2026-04-16 14:22:46.725196+02 818 ERE eReport Reporting décisionnel (saisie des données permettant de faire le reporting à Abertis sur les données environemental : elec, carburant, dechet, etc…) \n- masque de saisie, données transmises dans SAS \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N eReport ERE SUP RSE A décomissionner \N Groupe Sanef DIST / ITS et RSE \N F.FONTAINE \N ARRETE 2026-04-16 14:22:46.725196+02 819 ABX Abraxio Outil de pilotage des projets DSI abraxio standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Abraxio ABX SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Web / Outils Collaboratifs F.BOYER-CHAMMARD A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 820 ARB ARIBA Network SLP Gestion des fournisseurs module Ariba intégré à SAP et Go Supply pour analyse des risques SAP standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ARIBA Network SLP ARB SUP Gestion (FIN/ACHATS/RH/...) En production ARIBA Groupe Sanef DISG / Finances - Achats C.BONTEMS-MARIE Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 821 IPS IPSEC - Accès à distance Service Accès à distance tunnel IPSec \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N IPSEC - Accès à distance IPS SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 822 SHP SHAREPOINT O365 - Métier Site et espace collaboratif Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SHAREPOINT O365 - Métier SHP SUP IT En production Sharepoint Groupe Sanef DISG / Web / Outils Collaboratifs A. MEILLON A. MEILLON \N Stockage de documents et de listes 2026-04-16 14:22:46.725196+02 823 GET Gestion technique des batiments Supervision bâtiments SANEF\n3 GTB : \n- Les Essarts\n- Senlis\n- Ecopole\n\nPérimètre DIN ? \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Gestion technique des batiments GET INF Infrastructure En production \N Sapn, Sanef DIST / Patrimoine M.SAIDI D.CARON \N uniquement dans carto => Non ! il existe bien des systèmes.\nHors réseau à considérer comme des équipements 2026-04-16 14:22:46.725196+02 824 AOV AOV - Accès à distance Service accès à distance OAV \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N AOV - Accès à distance AOV SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 825 TLT Talentia Comptabilité Talentia Software standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Talentia TLT SUP Gestion (FIN/ACHATS/RH/...) En production eClosing Groupe Sanef DISG - Ingenierie des Systèmes de Gestion \N Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 826 877 8770 Omnivista Téléphonie fixe Gestion de Crise / Outils de conf. PABX8770 Omnivista est l outil de supervision des téléphones Alctel Lucent OpenTouch. Alcatel-Lucent standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N 8770 Omnivista 877 SUP IT En production OpenTouch Groupe Sanef IPOP - Ingenierie Production \N A.THIERY \N https://www.al-enterprise.com/fr-fr/produits/securite-gestion-communication/systeme-de-supervision-omnivista-8770 2026-04-16 14:22:46.725196+02 827 GHZ Good habitz Prestataire de formations externes Good habitz standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Good habitz GHZ SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Systèmes RH D.MARTINKOVIC \N \N \N 2026-04-16 14:22:46.725196+02 828 ARI ARIBA Sourcing Outil Corporate AO privés SAP standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ARIBA Sourcing ARI SUP Gestion (FIN/ACHATS/RH/...) En production ARIBA Groupe Sanef DISG / Finances - Achats C.BONTEMS-MARIE Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 829 CTR Service d'acceptation CB en voie Principales fonctionnalités du contrôleur monétique en voie :\n- Gestion de la cinématique de paiement \n- Paiement piste ou puce sans contact (NFC) \n- Interface entre le PC de voie et le serveur central monétique \n- Mode DAD (demande d'autorisation différée) pour un fonctionnement sans serveur d'autorisation (Stecard) \n\nServeurs de paramétrage des contrôleurs en zone PCI DSS\n(équipement - pas de composant ou serveurs) Ines standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Service d'acceptation CB en voie CTR PEA Péage En production Contrôleur EMV ALBEA, Sapn, Sanef DISP / Moyens de paiement D.HEURGUE D.LAUNE \N 1/12 : nouveau service dans le document 1 à 2 contrôleur(s) par voie\nEn 2023 : 883 contrôleurs SANEF / 384 SAPN et 12 ALBEA 2026-04-16 14:22:46.725196+02 830 WIN WINENGAGE Provision Médaille travail et retraite TDA standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N WINENGAGE WIN SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Finances - Achats \N Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 831 SDI SDIS (Partenaire) Services Départementaux d'Incendie et de Secours - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SDIS (Partenaire) SDI ECH Partenaire trafic En production SDIS Sapn, Sanef \N \N \N \N Partenaires d'échanges pour la gestion de la gratuité du péage dans le cadre des interventions 2026-04-16 14:22:46.725196+02 832 LAG LAGO Outils de suivi de l'état des Ouvrages d'arts\nSuivi des ouvrages d’art \nSaisie des Inspections annuelles \nNotation des ouvrages \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N LAGO LAG INF Infrastructure A décomissionner \N Groupe Sanef DIST / Patrimoine \N \N \N Remplacé.\nSuppression à prévoir 2026-04-16 14:22:46.725196+02 833 ARC ARCHIVEONE sauvegarde (factures bip d il y a 10ans) \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N ARCHIVEONE ARC SUP IT Décomissionné ARCHIVEONE ENTERPRISE POLICY for EXCHANGE Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 834 SAR Sarbacane Emailing Client BIP&GO\nPour Sanef/Sapn remplacé par Boost + BREVO \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Sarbacane SAR RCL Marketing En production \N Bip&Go DISG - Ingenierie des Systèmes de Gestion \N \N \N \N 2026-04-16 14:22:46.725196+02 835 SAC SAP Analytics Cloud Outil cloud de visualisation de données de l’éditeur SAP. Il combine des capacités de planification, d’analyse et de prédiction dans une solution unique. SAC permet aux utilisateurs d’obtenir des informations à partir de leurs données et d’arbitrer sur des critères concrets et rationnels. SAP standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N SAP Analytics Cloud SAC SUP Gestion (FIN/ACHATS/RH/...) En production SAC PLANNING Groupe abertis DISG / Finances - Achats \N \N \N \N 2026-04-16 14:22:46.725196+02 836 CAS CASAC Valorisation heures travaillées Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N CASAC CAS SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Systèmes RH \N \N \N \N 2026-04-16 14:22:46.725196+02 837 NAV Navis \N \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Navis NAV SUP Gestion (FIN/ACHATS/RH/...) En production Editions Francis Lefebre Groupe Sanef DISG / Finances - Achats K.SIMON A. MEILLON \N \N 2026-04-16 14:22:46.725196+02 838 OFF Office 365 Service transverse aux utilisateurs - socle Microsoft : Outils collaboratifs et de production ainsi que le DLP / Copilot Microsoft standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Office 365 OFF SUP IT En production \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 839 XAR Xelians Archivage Outil de gestion des archives physique et numérique du groupe \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Xelians Archivage XAR SUP Gestion (FIN/ACHATS/RH/...) En production SAE \N DISG - Ingenierie des Systèmes de Gestion \N \N \N \N 2026-04-16 14:22:46.725196+02 840 PIM PIM A14 Diffusion information tunnel (équipement - pas de composants ou serveurs)\nSEE UC-SELECT SEE standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N PIM A14 PIM TRA Trafic En production \N Sapn DIST / Supervision et tunnels N.COEUR D.CARON \N SEE\nDemande de remplacement en cours d'instruction : FDD569\nhttps://apps.powerapps.com/play/e/5c32a810-a966-e9c0-b964-ec023fb3b952/a/5eed0a7a-12cf-41e3-a096-306a70d501a2?tenantId=37e2c3f8-d936-4d6a-af0f-922879a4b5de&cId=569&Gal=D 2026-04-16 14:22:46.725196+02 841 KME Kilomètre électrique Gestion des véhicules électrique Sanef standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Kilomètre électrique KME VIA RSE En production ? Groupe Sanef DIST / ITS et RSE M.HAVARD F.FONTAINE \N \N 2026-04-16 14:22:46.725196+02 366 LME LME Logiciel de Management de l énergie Ubigreen basse f \N \N 2026-04-14 22:22:39.963731+02 2026-04-16 14:22:46.725196+02 \N \N Fabien FONTAINE Fabien.FONTAINE@sapn.fr \N \N Actif LME LME VIA RSE En production LME Logiciel de Management de l énergie Groupe Sanef DIST / ITS et RSE _indéfini F.FONTAINE \N LME Logiciel de Management de l énergie 2026-04-16 14:22:46.725196+02 842 FWS Filtrage Web smartphone Filtrage Web smartphone \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Filtrage Web smartphone FWS SUP IT Projet en cours \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 843 TAL TalentSoft Gestion des offres d emploi, gestion des talents (GPEC) et de la formation Cegid standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N TalentSoft TAL SUP Gestion (FIN/ACHATS/RH/...) En production Portail Carrière Groupe Sanef DISG / Systèmes RH \N M.KABKOUB \N \N 2026-04-16 14:22:46.725196+02 844 BIP Bip & Go (Partenaire) Partenaire émetteur badges Bip&Go - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Bip & Go (Partenaire) BIP ECH Partenaire péage En production BIP&GO Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 845 ECP Emetteur Carte Privative (Partenaire) Emetteur de cartes privatives Total - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Emetteur Carte Privative (Partenaire) ECP ECH Partenaire péage En production \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 846 PTL PortailRH Outil de gestion des absences Cegid standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N PortailRH PTL SUP Gestion (FIN/ACHATS/RH/...) En production \N Groupe Sanef DISG / Systèmes RH D.MARTINKOVIC M.KABKOUB \N \N 2026-04-16 14:22:46.725196+02 847 DIT DGITM (Partenaire) Direction des Infrastructures et des Transports devenu DGITM - Direction générale des infrastructures, des transports et des mobilités \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N DGITM (Partenaire) DIT ECH Partenaire trafic En production \N Groupe Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 848 EDO Doxallia Digitalisation des factures fournisseurs : - scan par Cellule facturation - transformation en xml - envoi à SAP Vim Doxallia standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Doxallia EDO SUP Gestion (FIN/ACHATS/RH/...) En production Editique Groupe Sanef DISG / Finances - Achats \N Anonyme 8 \N \N 2026-04-16 14:22:46.725196+02 849 IRV IRVE LMS Supervision des bornes electriques LMS standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N IRVE LMS IRV VIA RSE En production \N Groupe Sanef DIST / ITS et RSE G.BEREZAY F.FONTAINE \N \N 2026-04-16 14:22:46.725196+02 850 NAS Service de stockage de fichier Service NAS \nPrésentation des partages en NFS (Equipement "NAS" - pas de composants) Netapp standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Service de stockage de fichier NAS SUP IT En production NAS Groupe Sanef IPOP - Ingenierie Production \N \N \N NetApp partages NFS => serveurs\nRSMINAS1 => utilisateurs 2026-04-16 14:22:46.725196+02 851 EDS EDR - SOC Périmètre du SOC : Service transverse de détection et de réponse aux endpoints (EDR) : détecter, contenir, enquêter sur les comportements applicatifs suspects, en fonction d'un ensemble de règles. \N standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N EDR - SOC EDS SUP IT Projet en cours \N Groupe Sanef IPOP - Ingenierie Production \N \N \N \N 2026-04-16 14:22:46.725196+02 852 EBS Emetteur SET (Partenaire) Emmeteurs de Badges SET - NA - standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N Emetteur SET (Partenaire) EBS ECH Partenaire péage En production \N ALBEA, Sapn, Sanef \N \N \N \N \N 2026-04-16 14:22:46.725196+02 853 PPN People_Net Gestion de la paie et Gestion administrative Cegid standard f \N \N 2026-04-16 14:22:46.725196+02 2026-04-16 14:22:46.725196+02 \N \N \N \N \N \N \N People_Net PPN SUP Gestion (FIN/ACHATS/RH/...) En production meta4 Groupe Sanef DISG / Systèmes RH V.GRENIER M.KABKOUB \N Outil en mode SAAS 2026-04-16 14:22:46.725196+02 \. -- -- Data for Name: audit_log; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.audit_log (id, "timestamp", user_id, username, action, entity_type, entity_id, details, ip_address) FROM stdin; 1 2026-04-10 19:34:46.196+02 \N system LOGIN_FAILED user \N {"username": "admin"} 172.28.199.121 2 2026-04-10 19:34:52.269843+02 1 admin LOGIN user 1 \N 172.28.199.121 3 2026-04-10 20:22:40.366871+02 \N admin EDIT_SERVER server 7 \N \N 4 2026-04-10 20:28:07.112063+02 \N admin EDIT_SERVER server 7 \N \N 5 2026-04-10 20:28:49.615657+02 \N admin EDIT_SERVER server 6 \N \N 6 2026-04-10 20:35:32.527334+02 \N system LOGIN_FAILED user \N {"username": "admin"} 172.28.199.121 7 2026-04-10 20:35:37.702031+02 1 admin LOGIN user 1 \N 172.28.199.121 8 2026-04-10 20:58:49.4578+02 \N admin EDIT_SERVER server 26 \N \N 9 2026-04-10 20:59:43.696205+02 \N admin EDIT_SERVER server 22 \N \N 10 2026-04-10 21:00:13.030612+02 \N admin EDIT_SERVER server 21 \N \N 11 2026-04-10 23:14:05.40094+02 \N system LOGIN_FAILED user \N {"username": "admin"} 172.28.199.121 12 2026-04-10 23:14:22.655129+02 \N system LOGIN_FAILED user \N {"username": "admin"} 172.28.199.121 13 2026-04-10 23:14:32.979385+02 1 admin LOGIN user 1 \N 172.28.199.121 14 2026-04-10 23:14:59.789284+02 1 admin LOGOUT user 1 \N 172.28.199.121 15 2026-04-10 23:15:01.663846+02 1 admin LOGIN user 1 \N 172.28.199.121 16 2026-04-10 23:15:06.672533+02 1 admin LOGOUT user 1 \N 172.28.199.121 17 2026-04-10 23:15:11.758828+02 \N system LOGIN_FAILED user \N {"username": "admin"} 172.28.199.121 18 2026-04-10 23:15:15.737326+02 1 admin LOGIN user 1 \N 172.28.199.121 19 2026-04-11 00:02:29.893055+02 1 admin LOGOUT user 1 \N 172.28.199.121 20 2026-04-11 00:05:52.473286+02 1 admin LOGIN user 1 \N 172.28.199.121 21 2026-04-11 02:32:49.866657+02 1 admin LOGIN user 1 \N 172.28.199.121 22 2026-04-11 03:39:04.066605+02 1 admin LOGIN user 1 \N 172.28.199.121 23 2026-04-11 13:12:50.718477+02 1 admin LOGIN user 1 \N 172.28.199.121 24 2026-04-11 14:23:07.97238+02 1 admin LOGIN user 1 \N 172.28.199.121 25 2026-04-11 20:33:28.749348+02 1 admin LOGIN user 1 \N 172.28.199.121 26 2026-04-11 21:34:02.372717+02 1 admin LOGIN user 1 \N 172.28.199.121 27 2026-04-11 21:40:01.312462+02 1 admin LOGOUT user 1 \N 172.28.199.121 28 2026-04-11 21:40:05.655658+02 1 admin LOGIN user 1 \N 172.28.199.121 29 2026-04-11 21:44:04.078711+02 1 admin qualys_deploy 0 OK, 1 fail sur 1 serveurs \N \N 172.28.199.121 30 2026-04-11 22:00:25.765518+02 1 admin qualys_deploy 1 OK, 0 fail sur 1 serveurs \N \N 172.28.199.121 31 2026-04-11 22:04:53.168239+02 1 admin qualys_deploy 1 OK, 0 fail sur 1 serveurs \N \N 172.28.199.121 32 2026-04-11 22:18:25.380478+02 1 admin qualys_deploy 3 OK, 0 fail sur 3 serveurs \N \N 172.28.199.121 33 2026-04-11 22:46:18.928478+02 1 admin LOGIN user 1 \N 172.28.199.121 34 2026-04-11 23:46:25.486507+02 1 admin LOGIN user 1 \N 172.28.199.121 35 2026-04-12 00:17:15.891007+02 1 admin LOGOUT user 1 \N 172.28.199.121 36 2026-04-12 00:17:18.805537+02 1 admin LOGIN user 1 \N 172.28.199.121 37 2026-04-12 00:19:39.765892+02 1 admin qualys_deploy deploy_job \N {"job_id": "d68bc0a8", "servers": 1} 172.28.199.121 38 2026-04-12 00:25:34.484348+02 1 admin qualys_deploy deploy_job \N {"job_id": "0093ebda", "servers": 1} 172.28.199.121 39 2026-04-12 10:44:53.481964+02 1 admin LOGIN user 1 \N 172.28.199.121 40 2026-04-12 10:45:22.036011+02 \N admin EDIT_SERVER server 46 \N \N 41 2026-04-12 10:45:53.900707+02 \N admin EDIT_SERVER server 46 \N \N 42 2026-04-12 12:11:26.940161+02 1 admin LOGIN user 1 \N 172.28.199.121 43 2026-04-12 13:25:02.113116+02 1 admin LOGIN user 1 \N 172.28.199.121 47 2026-04-12 14:07:00.671324+02 \N ahmed EDIT_SERVER server 36 \N \N 48 2026-04-12 14:25:33.959288+02 1 admin LOGIN user 1 \N 172.28.199.121 49 2026-04-12 15:26:41.689891+02 1 admin LOGIN user 1 \N 172.28.199.121 50 2026-04-12 16:29:47.200497+02 1 admin LOGIN user 1 \N 172.28.199.121 51 2026-04-12 16:35:44.111184+02 1 admin LOGOUT user 1 \N 172.28.199.121 52 2026-04-12 16:35:46.466797+02 1 admin LOGIN user 1 \N 172.28.199.121 53 2026-04-12 17:36:15.053244+02 1 admin LOGIN user 1 \N 172.28.199.121 54 2026-04-12 19:47:09.332406+02 1 admin LOGIN user 1 \N 172.28.199.121 55 2026-04-12 21:49:41.565381+02 1 admin LOGIN user 1 \N 172.28.199.121 56 2026-04-12 21:49:56.899552+02 1 admin LOGOUT user 1 \N 172.28.199.121 57 2026-04-13 10:13:59.105306+02 1 admin LOGIN user 1 \N 172.28.199.121 58 2026-04-13 10:15:27.286643+02 1 admin qualys_deploy deploy_job \N {"job_id": "ba1e3981", "servers": 1} 172.28.199.121 59 2026-04-13 10:37:32.476406+02 1 admin qualys_deploy deploy_job \N {"job_id": "a388d4d8", "servers": 2} 172.28.199.121 60 2026-04-13 10:37:47.862236+02 1 admin qualys_deploy deploy_job \N {"job_id": "80bc6949", "servers": 2} 172.28.199.121 61 2026-04-13 10:41:16.228966+02 1 admin qualys_deploy deploy_job \N {"job_id": "8bd34370", "servers": 1} 172.28.199.121 62 2026-04-13 10:41:56.86056+02 1 admin qualys_deploy deploy_job \N {"job_id": "94554776", "servers": 1} 172.28.199.121 63 2026-04-13 14:28:10.015084+02 \N system LOGIN_FAILED user \N {"username": "admin"} 172.28.199.121 64 2026-04-13 15:26:48.46998+02 1 admin LOGIN user 1 \N 172.28.199.121 65 2026-04-13 20:57:39.089464+02 1 admin LOGIN user 1 \N 172.28.199.121 66 2026-04-13 20:57:41.547991+02 1 admin LOGOUT user 1 \N 172.28.199.121 67 2026-04-13 20:57:45.430199+02 1 admin LOGIN user 1 \N 172.28.199.121 68 2026-04-13 20:58:39.554263+02 1 admin LOGOUT user 1 \N 172.28.199.121 69 2026-04-14 11:59:40.252411+02 \N system LOGIN_FAILED user \N {"username": "admin"} 127.0.0.1 70 2026-04-14 11:59:51.596673+02 1 admin LOGIN user 1 \N 127.0.0.1 71 2026-04-14 13:01:44.165703+02 1 admin LOGIN user 1 \N 127.0.0.1 72 2026-04-14 13:41:13.591593+02 1 admin LOGOUT user 1 \N 127.0.0.1 73 2026-04-14 13:41:45.855288+02 1 admin LOGIN user 1 \N 127.0.0.1 74 2026-04-14 13:45:32.03348+02 1 admin LOGOUT user 1 \N 127.0.0.1 75 2026-04-14 13:48:18.606296+02 1 admin LOGIN user 1 \N 127.0.0.1 76 2026-04-14 14:48:41.794244+02 1 admin LOGIN user 1 \N 127.0.0.1 77 2026-04-14 14:56:52.263213+02 1 admin LOGOUT user 1 \N 127.0.0.1 78 2026-04-14 14:57:02.467394+02 1 admin LOGIN user 1 \N 127.0.0.1 79 2026-04-14 15:00:06.27838+02 1 admin LOGOUT user 1 \N 127.0.0.1 80 2026-04-14 15:01:10.310112+02 1 admin LOGIN user 1 \N 127.0.0.1 81 2026-04-14 15:14:58.353946+02 1 admin LOGOUT user 1 \N 127.0.0.1 82 2026-04-14 15:15:06.532922+02 1 admin LOGIN user 1 \N 127.0.0.1 83 2026-04-14 15:38:55.625948+02 1 admin LOGOUT user 1 \N 127.0.0.1 84 2026-04-14 15:39:00.670925+02 \N system LOGIN_FAILED user \N {"username": "admin"} 127.0.0.1 85 2026-04-14 15:39:09.833508+02 1 admin LOGIN user 1 \N 127.0.0.1 86 2026-04-14 15:57:39.597866+02 1 admin LOGOUT user 1 \N 127.0.0.1 87 2026-04-14 15:57:47.947121+02 1 admin LOGIN user 1 \N 127.0.0.1 88 2026-04-14 16:08:58.230754+02 1 admin LOGOUT user 1 \N 127.0.0.1 89 2026-04-14 16:09:08.470563+02 1 admin LOGIN user 1 \N 127.0.0.1 90 2026-04-14 16:31:53.992674+02 1 admin LOGOUT user 1 \N 127.0.0.1 91 2026-04-14 16:32:05.643573+02 1 admin LOGIN user 1 \N 127.0.0.1 92 2026-04-14 16:59:47.571278+02 1 admin LOGOUT user 1 \N 127.0.0.1 93 2026-04-14 17:00:04.429504+02 1 admin LOGIN user 1 \N 127.0.0.1 94 2026-04-14 17:00:07.495201+02 1 admin LOGOUT user 1 \N 127.0.0.1 95 2026-04-14 17:00:16.81764+02 1 admin LOGIN user 1 \N 127.0.0.1 96 2026-04-14 17:03:53.963022+02 1 admin LOGIN user 1 \N 127.0.0.1 97 2026-04-14 18:05:21.529193+02 \N system LOGIN_FAILED user \N {"username": "admin"} 127.0.0.1 98 2026-04-14 18:05:30.512625+02 1 admin LOGIN user 1 \N 127.0.0.1 99 2026-04-14 19:07:19.961375+02 1 admin LOGIN user 1 \N 127.0.0.1 100 2026-04-14 20:16:36.146873+02 1 admin LOGIN user 1 \N 127.0.0.1 101 2026-04-14 21:16:45.557783+02 1 admin LOGIN user 1 \N 127.0.0.1 102 2026-04-14 22:16:57.95588+02 1 admin LOGIN user 1 \N 127.0.0.1 103 2026-04-14 23:21:04.027899+02 1 admin LOGIN user 1 \N 127.0.0.1 104 2026-04-15 00:21:31.826927+02 1 admin LOGIN user 1 \N 127.0.0.1 105 2026-04-15 01:23:09.836544+02 1 admin LOGIN user 1 \N 127.0.0.1 106 2026-04-15 08:43:26.095853+02 1 admin LOGIN user 1 \N 127.0.0.1 107 2026-04-15 10:22:07.795616+02 1 admin LOGIN user 1 \N 127.0.0.1 108 2026-04-15 11:25:23.666169+02 1 admin LOGIN user 1 \N 127.0.0.1 109 2026-04-15 11:47:51.558082+02 1 admin LOGOUT user 1 \N 127.0.0.1 110 2026-04-15 11:48:49.528304+02 \N system LOGIN_FAILED user \N {"username": "sanef\\\\kmoad-ext"} 127.0.0.1 111 2026-04-15 11:49:19.266533+02 \N system LOGIN_FAILED user \N {"username": "moutaouakil-ext"} 127.0.0.1 112 2026-04-15 11:49:54.483201+02 \N system LOGIN_FAILED user \N {"username": "kmoad-ext"} 127.0.0.1 113 2026-04-15 11:53:16.390904+02 \N system LOGIN_FAILED user \N {"username": "kmoad-ext"} 127.0.0.1 114 2026-04-15 11:53:38.842864+02 1 admin LOGIN user 1 \N 127.0.0.1 115 2026-04-15 11:55:38.775785+02 1 admin LOGOUT user 1 \N 127.0.0.1 116 2026-04-15 11:55:51.844979+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 117 2026-04-15 11:59:35.871275+02 22 kmoad-ext LOGOUT user 22 \N 127.0.0.1 118 2026-04-15 11:59:54.346882+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 119 2026-04-15 12:01:42.418943+02 22 kmoad-ext LOGOUT user 22 \N 127.0.0.1 120 2026-04-15 12:01:57.888843+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 121 2026-04-15 12:04:34.171588+02 22 kmoad-ext LOGOUT user 22 \N 127.0.0.1 122 2026-04-15 12:04:45.659782+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 123 2026-04-15 13:08:48.499722+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 124 2026-04-15 13:13:05.152779+02 22 kmoad-ext qualys_deploy deploy_job \N {"job_id": "02144f06", "servers": 1} 127.0.0.1 125 2026-04-15 13:16:39.207666+02 22 kmoad-ext qualys_deploy deploy_job \N {"job_id": "48d8b6f0", "servers": 1} 127.0.0.1 126 2026-04-15 13:30:54.870382+02 22 kmoad-ext LOGOUT user 22 \N 127.0.0.1 127 2026-04-15 13:31:13.950593+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 128 2026-04-15 15:03:42.819404+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 129 2026-04-16 11:29:08.93658+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 130 2026-04-16 12:20:20.071208+02 22 kmoad-ext LOGOUT user 22 \N 127.0.0.1 131 2026-04-16 12:20:33.871298+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 132 2026-04-16 12:21:26.420671+02 22 kmoad-ext LOGOUT user 22 \N 127.0.0.1 133 2026-04-16 12:21:39.417981+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 134 2026-04-16 12:26:05.765956+02 22 kmoad-ext LOGOUT user 22 \N 127.0.0.1 135 2026-04-16 12:26:16.887211+02 \N system LOGIN_FAILED user \N {"username": "kmoad-ext"} 127.0.0.1 136 2026-04-16 12:26:36.034944+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 137 2026-04-16 12:29:19.16906+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 138 2026-04-16 13:42:51.610373+02 22 kmoad-ext LOGIN user 22 \N 127.0.0.1 \. -- -- Data for Name: campaign_accord_details; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.campaign_accord_details (id, accord_id, session_id, decision, reason) FROM stdin; \. -- -- Data for Name: campaign_accords; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.campaign_accords (id, campaign_id, contact_id, status, response_date, comment, created_at) FROM stdin; \. -- -- Data for Name: campaign_operator_limits; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.campaign_operator_limits (id, campaign_id, user_id, max_servers, note) FROM stdin; \. -- -- Data for Name: campaigns; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.campaigns (id, week_code, year, label, status, date_start, date_end, total_servers, patched_ok, patched_ko, pending, created_by, created_at, updated_at, campaign_type) FROM stdin; \. -- -- Data for Name: chassis; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.chassis (id, hostname, fqdn, site, domain_ltd, description, responsable_nom, moved_from_server_id, created_at) FROM stdin; 1 CPEMVAMIL1 \N TRAVEE 1 \N HPE Nicolas DESSOYE 1242 2026-04-14 18:09:39.856301+02 2 CPEMVARTX1 \N REIMS \N HPE Nicolas DESSOYE 1243 2026-04-14 18:09:39.874126+02 3 RC7KMIL1 \N TRAVEE 2 \N HPE Enclosure G2 Nicolas DESSOYE 1389 2026-04-14 18:09:39.88161+02 4 RC7KMIL3 \N TRAVEE 2 \N HPE Enclosure G2 Nicolas DESSOYE 1390 2026-04-14 18:09:39.888691+02 5 RC7KMIL4 \N TRAVEE 2 \N HPE Enclosure G2 Nicolas DESSOYE 1391 2026-04-14 18:09:39.893652+02 6 RC7KRTX1 \N REIMS \N HPE Enclosure G2 Nicolas DESSOYE 1394 2026-04-14 18:09:39.898268+02 7 RC7KRTX3 \N REIMS \N HPE Enclosure G2 Nicolas DESSOYE 1395 2026-04-14 18:09:39.90435+02 8 RC7KRTX4 \N REIMS \N HPE Enclosure G2 Nicolas DESSOYE 1396 2026-04-14 18:09:39.908193+02 \. -- -- Data for Name: cluster_members; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.cluster_members (id, cluster_id, server_id, patch_order, is_active) FROM stdin; \. -- -- Data for Name: clusters; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.clusters (id, name, description, patch_strategy, max_parallel, created_at) FROM stdin; \. -- -- Data for Name: contact_scopes; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.contact_scopes (id, contact_id, scope_type, scope_value, env_scope) FROM stdin; \. -- -- Data for Name: contacts; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.contacts (id, name, email, role, is_active, is_verified, portal_token, portal_token_expires, last_portal_access, created_at, updated_at, itop_id, telephone, team, function) FROM stdin; 658 NDOYE-ext ndoye-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.365265+02 2026-04-14 14:38:48.365265+02 35332 \N DSI EXPLOITATION ET SUPERVISION \N 659 IBA-ext iba-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.367595+02 2026-04-14 14:38:48.367595+02 34565 0326835727 DSI INGENIERIE ET PROJETS \N 660 FELOUAT-ext abdelaziz.felouat-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.368545+02 2026-04-14 14:38:48.368545+02 35427 \N DSI EXPLOITATION APPLICATIVE \N 661 BRIGUI-ext brigui-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.369409+02 2026-04-14 14:38:48.369409+02 34811 \N DSI INGENIERIE ET PROJETS \N 662 ETTIHIR-ext ettihir-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.370061+02 2026-04-14 14:38:48.370061+02 32924 \N DSI GOUVERNANCE \N 663 MOUHLI GHARBI abdelkader.mouhli-gharbi@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.370555+02 2026-04-14 14:38:48.370555+02 34725 \N DSI BUSINESS INTELLIGENCE RESPONSABLE DU DOMAINE BI 664 IMEDJDOUBENE-ext imedjdoubene-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.371003+02 2026-04-14 14:38:48.371003+02 37380 \N DSI INGENIERIE ET PROJETS \N 665 BOURMOU-ext abderrazzak.bourmou-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.37146+02 2026-04-14 14:38:48.37146+02 35463 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 666 DERRA-ext derra-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.371912+02 2026-04-14 14:38:48.371912+02 25949 \N DSI INFRASTRUCTURE \N 667 SAO-ext abdoulaye.sao@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.372394+02 2026-04-14 14:38:48.372394+02 36273 \N DSI EXPLOITATION ET SUPERVISION \N 668 ETTOUIL-ext achraf.ettouil-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.372836+02 2026-04-14 14:38:48.372836+02 38074 \N DSI PROJETS ET INTEGRATION \N 669 MEKKAKIA-MAAZA-ext mekkakia-maaza-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.373265+02 2026-04-14 14:38:48.373265+02 28450 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 670 BIDELHADJELA-ext adil.bidelhadjela@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.373681+02 2026-04-14 14:38:48.373681+02 37166 \N DSI EXPLOITATION ET SUPERVISION \N 671 FerretDiaz-ext adria.ferret@abertis-ams.com autre t f \N \N \N 2026-04-14 14:38:48.37414+02 2026-04-14 14:38:48.37414+02 34870 \N DSI PROGRAMME IT \N 672 CABRERA-ext cabrera-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.374601+02 2026-04-14 14:38:48.374601+02 35560 \N DSI PROGRAMME IT \N 673 GRZELAK-ext adrian.grzelak@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.375034+02 2026-04-14 14:38:48.375034+02 35165 \N DSI PROGRAMME IT \N 674 GARAFULIC-ext garafulic-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.375462+02 2026-04-14 14:38:48.375462+02 35905 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 675 PARINI-ext agustin.parini@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.375881+02 2026-04-14 14:38:48.375881+02 35009 \N DSI PROGRAMME IT \N 676 ASSID-ext ahmed.assid-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.376309+02 2026-04-14 14:38:48.376309+02 38104 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 677 BENFARHAT-ext benfarhat-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.376762+02 2026-04-14 14:38:48.376762+02 35385 \N DSI DOMAINE PATRIMOINE \N 678 BENFARHAT-ext ahmed.benfarhat-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.377242+02 2026-04-14 14:38:48.377242+02 35834 \N DSI DOMAINE PATRIMOINE \N 679 TAMSSIH-ext tamssih-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.377683+02 2026-04-14 14:38:48.377683+02 35648 \N DSI PROGRAMME IT \N 680 SAIDI-ext saidi-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.378157+02 2026-04-14 14:38:48.378157+02 35232 \N DSI BUSINESS INTELLIGENCE \N 681 REHIM-ext rehim-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.378592+02 2026-04-14 14:38:48.378592+02 34481 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 682 GIERMASZ-ext alan.giermasz@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.379017+02 2026-04-14 14:38:48.379017+02 35875 \N DSI PROGRAMME IT \N 683 VENTOSA-ext ventosa-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.379439+02 2026-04-14 14:38:48.379439+02 35809 \N DSI PROGRAMME IT \N 684 YSMAEL-ext albert.ysmael-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.379866+02 2026-04-14 14:38:48.379866+02 38112 \N DSI DIRECTION DES ETUDES ET SYSTEMES APPLICATIFS \N 685 MARTINEZAL-ext alberto.martaanez.galindo@ibm.com autre t f \N \N \N 2026-04-14 14:38:48.380296+02 2026-04-14 14:38:48.380296+02 34802 \N DSI PROGRAMME IT \N 686 FOLINI-ext alejandro.folini@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.380722+02 2026-04-14 14:38:48.380722+02 35627 \N DSI PROGRAMME IT \N 687 GOMEZ-ext gomez-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.381158+02 2026-04-14 14:38:48.381158+02 30068 \N DSI EXPLOITATION \N 688 SOLERO-ext asolero@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.381597+02 2026-04-14 14:38:48.381597+02 35807 \N DSI PROGRAMME IT \N 689 QUEREDA-ext quereda-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.382063+02 2026-04-14 14:38:48.382063+02 30070 \N DSI EXPLOITATION \N 690 REIDLER-ext reidler-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.382494+02 2026-04-14 14:38:48.382494+02 22417 \N DSI EXPLOITATION ET SUPERVISION \N 691 SORRIBAS-ext alex.sorribas@es.ibm.com autre t f \N \N \N 2026-04-14 14:38:48.382914+02 2026-04-14 14:38:48.382914+02 34788 \N DSI PROGRAMME IT \N 692 BEAUVAIS-ext alexandre.beauvais-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.383343+02 2026-04-14 14:38:48.383343+02 18951 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 693 CARDON-ext cardon-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.383781+02 2026-04-14 14:38:48.383781+02 36872 \N DSI EXPLOITATION ET SUPERVISION \N 694 CHAMPY alexandre.champy@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.384203+02 2026-04-14 14:38:48.384203+02 124 +33326835766 DSI RESEAUX DBA CHEF(FE) DE PROJETS CONFIRME 695 CHAMPY achadbur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.384632+02 2026-04-14 14:38:48.384632+02 38108 \N DSI RESEAUX DBA \N 696 LANGRY-FRANCOIS-ext alangry-francois@citilog.com autre t f \N \N \N 2026-04-14 14:38:48.385061+02 2026-04-14 14:38:48.385061+02 34680 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 697 NONNENMACHER-ext alexandre.nonnenmacher@digisys.fr autre t f \N \N \N 2026-04-14 14:38:48.385474+02 2026-04-14 14:38:48.385474+02 35473 \N DSI EXPLOITATION APPLICATIVE \N 698 RENAULT-ext renault-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.385894+02 2026-04-14 14:38:48.385894+02 27980 \N DSI EXPLOITATION \N 699 TODOROV-ext alexandre.todorov-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.386306+02 2026-04-14 14:38:48.386306+02 37615 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 700 TRAQUINANUNES-Ext alexandre.traquina.nunes@ibm.com autre t f \N \N \N 2026-04-14 14:38:48.386716+02 2026-04-14 14:38:48.386716+02 37498 \N DSI PROGRAMME IT \N 701 LANGLAIT alexis.langlait@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.387169+02 2026-04-14 14:38:48.387169+02 21970 +33326835789 DSI EXPLOITATION APPLICATIVE INGENIEUR DE PRODUCTION APPLICATIF 702 LANGLAIT AD alaad@sanef.groupe autre t f \N \N \N 2026-04-14 14:38:48.387594+02 2026-04-14 14:38:48.387594+02 22763 \N DSI EXPLOITATION APPLICATIVE \N 703 MAHDAVI ARDEBILI alexis.mahdavi@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.388023+02 2026-04-14 14:38:48.388023+02 2203 +33344637444 DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS CHEF(FE) DE PROJETS 704 CAUDY-ext caudy-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.388439+02 2026-04-14 14:38:48.388439+02 35387 \N DSI ORGANISATION ET MESURE DE LA PERF. \N 705 TARANTELLI-ext tarantelli-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.388893+02 2026-04-14 14:38:48.388893+02 35680 \N DSI DOMAINE APPLICATIONS RELATION CLIENT \N 706 DEMET-ext allan.demet-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.38933+02 2026-04-14 14:38:48.38933+02 37687 +33326835706 DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 707 STIEVENARD-ext stievenard-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.389752+02 2026-04-14 14:38:48.389752+02 36710 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 708 FURTADO-ext furtado-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.390171+02 2026-04-14 14:38:48.390726+02 34746 \N DSI SECURITE OPERATIONNELLE \N 709 SAIDANI-ext amel.saidani-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.391545+02 2026-04-14 14:38:48.391545+02 37998 \N DSI DIRECTION DES ETUDES ET SYSTEMES APPLICATIFS \N 710 AYED-ext ayed-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.392004+02 2026-04-14 14:38:48.392004+02 35415 \N DSI BUSINESS INTELLIGENCE \N 711 DZJUBA-ext andrej.dzjuba@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.392529+02 2026-04-14 14:38:48.392529+02 35505 \N DSI PROGRAMME IT \N 712 PEREZ-ext andres.perez@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.393188+02 2026-04-14 14:38:48.393188+02 35641 \N DSI PROGRAMME IT \N 713 DUFOUR antoine.dufour@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.393646+02 2026-04-14 14:38:48.393646+02 34994 \N DSI EXPLOITATION APPLICATIVE ADMINISTRATEUR(TRICE) SYSTEMES ET RESEAUX 714 POURE-ext antoine.poure-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.39416+02 2026-04-14 14:38:48.39416+02 11117 +33344637471 DSI ARCHITECTURE D'ENTREPRISE ET INGENIERIE TECHNICO-FONCTIONN Prestataire DSI 715 BassasSerramia-ext antonio.bassas@abertis-ams.com autre t f \N \N \N 2026-04-14 14:38:48.394664+02 2026-04-14 14:38:48.394664+02 34846 \N DSI PROGRAMME IT \N 716 GKOUGKOULIS-ext gkougkoulis-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.395109+02 2026-04-14 14:38:48.395109+02 34975 \N DSI PROGRAMME IT \N 717 GAUTHIER-ext gauthier-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.395549+02 2026-04-14 14:38:48.395549+02 28272 0326835721 DSI INFRASTRUCTURE \N 718 LEROUXA-ext arnaud.leroux@novahe.fr autre t f \N \N \N 2026-04-14 14:38:48.395966+02 2026-04-14 14:38:48.395966+02 38002 \N DSI INGENIERIE ET PROJETS \N 719 MEILLON arnaud.meillon@sapn.fr autre t f \N \N \N 2026-04-14 14:38:48.396386+02 2026-04-14 14:38:48.396386+02 3296 +33235185459 DSI DOMAINE WEB/OUTILS COLLABORATIFS RESPONSABLE DE DOMAINE SI 720 QUINTARD arnaud.quintard@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.39682+02 2026-04-14 14:38:48.39682+02 7389 0326835781 DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL CHEF(FE) DE PROJET ITINERANT 721 THIERY arnaud.thiery@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.397245+02 2026-04-14 14:38:48.397245+02 6341 0326835724 DSI INGENIERIE ET PROJETS RESPONSABLE DEPARTEMENT INGENIERIE PROJETS 722 PEYRAMAURE-ext peyramaure-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.397679+02 2026-04-14 14:38:48.397679+02 34393 \N DSI INGENIERIE ET PROJETS \N 723 MANTEAUX-ext aurelien.manteaux-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.398105+02 2026-04-14 14:38:48.398105+02 35679 \N DSI DOMAINE APPLICATIONS RELATION CLIENT \N 724 PIEDNOIR-ext aurelien.piednoir-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.398557+02 2026-04-14 14:38:48.398557+02 38114 \N DSI DOMAINE MOYENS DE PAIEMENT \N 725 COHEN-ext cohen-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.398991+02 2026-04-14 14:38:48.398991+02 22415 \N DSI EXPLOITATION ET SUPERVISION \N 726 DJEUMO-ext djeumo-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.399413+02 2026-04-14 14:38:48.399413+02 27977 \N DSI EXPLOITATION \N 727 GLIBERT-ext axel.glibert-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.399832+02 2026-04-14 14:38:48.399832+02 37379 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 728 HUSSON-ext axel.husson-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.400269+02 2026-04-14 14:38:48.400269+02 37614 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 729 SALAMEH-ext salameh-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.400695+02 2026-04-14 14:38:48.400695+02 35868 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 730 KETTANI-ext kettani-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.401111+02 2026-04-14 14:38:48.401111+02 35681 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 731 ROUSSELOT-ext rousselot-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.401531+02 2026-04-14 14:38:48.401531+02 34448 \N DSI INGENIERIE ET PROJETS \N 732 TRON aymeric.tron@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.401954+02 2026-04-14 14:38:48.401954+02 4279 +33344637432 DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL ADMINISTRATEUR(TRICE) SYSTEMES ET RESEAUX 733 TRON-MC aymeric.tron-mc@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.402431+02 2026-04-14 14:38:48.402431+02 23238 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 734 TRON-MO aymeric.tron-mo@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.402874+02 2026-04-14 14:38:48.402874+02 23056 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 736 ELKBIR-ext aelkbir@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.403734+02 2026-04-14 14:38:48.403734+02 35753 \N DSI PROGRAMME IT \N 737 ELWAFI-ext ayoub.elwafi-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.404157+02 2026-04-14 14:38:48.404157+02 36239 \N DSI EXPLOITATION ET SUPERVISION \N 738 ELWAFI-ext aelad-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.404583+02 2026-04-14 14:38:48.404583+02 36308 \N DSI EXPLOITATION ET SUPERVISION \N 739 MAOUHEB-ext ayoub.maouheb-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.404995+02 2026-04-14 14:38:48.404995+02 37527 \N DSI PROJETS ET INTEGRATION \N 740 MADANI-ext azzeddine.madani@actemium.com autre t f \N \N \N 2026-04-14 14:38:48.405414+02 2026-04-14 14:38:48.405414+02 28449 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 741 KATAKA-ext kataka-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.405858+02 2026-04-14 14:38:48.405858+02 34520 \N DSI DOMAINE MOYENS DE PAIEMENT \N 742 DESSERT-ext dessert-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.406283+02 2026-04-14 14:38:48.406283+02 36114 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 743 SMAJDOR-ext bartosz.smajdor@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.406723+02 2026-04-14 14:38:48.406723+02 35646 \N DSI PROGRAMME IT \N 744 CHERIF-ext cherif-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.407151+02 2026-04-14 14:38:48.407151+02 36164 \N DSI INGENIERIE ET PROJETS \N 745 ALTABA-ext belenaltaba@es.ibm.com autre t f \N \N \N 2026-04-14 14:38:48.40761+02 2026-04-14 14:38:48.40761+02 34789 \N DSI PROGRAMME IT \N 746 RIJO-ext benjamin.rijo-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.408044+02 2026-04-14 14:38:48.408044+02 34734 +33326835708 DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 747 VECCHIA benjamin.vecchia@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.40865+02 2026-04-14 14:38:48.40865+02 19295 0344637785 DSI DECISIONNEL TABLEAU DE BORD CHEF DE PROJET DECISIONNEL 748 CUGNART benoit.cugnart@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.40924+02 2026-04-14 14:38:48.40924+02 35338 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS RESPONSABLE DE VALIDATION SYSTEME PEAGE 749 VASSEUR-ext benoit.vasseur-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.409752+02 2026-04-14 14:38:48.409752+02 36686 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 750 BONACIC-ext bonacic-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.410219+02 2026-04-14 14:38:48.410219+02 35751 \N DSI PROGRAMME IT \N 751 TASCH-ext bernhard.tasch@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.410668+02 2026-04-14 14:38:48.410668+02 34984 \N DSI PROGRAMME IT \N 752 REY-ext rey-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.411119+02 2026-04-14 14:38:48.411119+02 34563 \N DSI ORGANISATION ET MESURE DE LA PERF. \N 753 JOVIC-ext blagoje.jovic@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.411607+02 2026-04-14 14:38:48.411607+02 37167 \N DSI PROGRAMME IT \N 754 VONDRA-ext vondra-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.412059+02 2026-04-14 14:38:48.412059+02 35158 \N DSI PROGRAMME IT \N 755 HAILLOT-ext bruno.haillot@digisys.fr autre t f \N \N \N 2026-04-14 14:38:48.412507+02 2026-04-14 14:38:48.412507+02 35471 \N DSI EXPLOITATION APPLICATIVE \N 756 MARCEL-ext marcel-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.412932+02 2026-04-14 14:38:48.412932+02 34867 \N DSI INGENIERIE ET PROJETS \N 757 ANDERSON-ext anderson-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.413388+02 2026-04-14 14:38:48.413388+02 35073 \N DSI PROGRAMME IT \N 758 BOUCHE caroline.bouche@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.41382+02 2026-04-14 14:38:48.41382+02 7386 0326835752 DSI DIRECTION DES OPERATIONS GESTIONNAIRE ADMINISTRATIF(VE) ET BUREAUTIQUE 759 HANNIET-ext hanniet-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.414251+02 2026-04-14 14:38:48.414251+02 29474 \N DSI GOUVERNANCE \N 760 LEFEBVRE catherine.lefebvre@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.414678+02 2026-04-14 14:38:48.414678+02 6295 +33344637346 DSI AMOA TRANSVERSE CHEF(FE) DE PROJETS CONFIRME 761 PERRIN catherine.perrin@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.4151+02 2026-04-14 14:38:48.4151+02 6349 0326835753 DSI GESTION ET OPT. DES RESSOURCES GESTIONNAIRE ADMINISTRATIF(VE) 762 BOULARD cedric.boulard@sapn.fr autre t f \N \N \N 2026-04-14 14:38:48.415536+02 2026-04-14 14:38:48.415536+02 1210 0235183948 DSI DOMAINE WEB/OUTILS COLLABORATIFS TECHNICIEN(NE) TECHNOLOGIES ET SYSTEMES 763 BOULARD cboad@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.415962+02 2026-04-14 14:38:48.415962+02 21769 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 764 PREVOT cedric.prevot@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.416519+02 2026-04-14 14:38:48.416519+02 3222 +33326835142 DSI EXPLOITATION ET SUPERVISION ADMINISTRATEUR(TRICE) SYSTEMES ET RESEAUX 765 PREVOT cpreadbur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.416978+02 2026-04-14 14:38:48.416978+02 38100 \N DSI EXPLOITATION ET SUPERVISION \N 766 PREVOT cprad@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.41742+02 2026-04-14 14:38:48.41742+02 23024 \N DSI INGENIERIE ET PROJETS \N 767 VIAL-ext vial-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.417851+02 2026-04-14 14:38:48.417851+02 34832 \N DSI DOMAINE SI RH \N 768 SEPRO ceps.sepro@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.418293+02 2026-04-14 14:38:48.418293+02 37565 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 769 BANGOYINZENGUE-ext bangoyinzengue-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.418743+02 2026-04-14 14:38:48.418743+02 35543 \N DSI EXPLOITATION ET SUPERVISION \N 770 KASONGO-ext christian.kasongo-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.419187+02 2026-04-14 14:38:48.419187+02 37531 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 771 VONGSAVANH christian.vongsavanh@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.419631+02 2026-04-14 14:38:48.419631+02 35861 \N DSI EXPLOITATION APPLICATIVE INGENIEUR DE PRODUCTION APPLICATIF 772 VONGSAVANH-ext vongsavanh-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.420059+02 2026-04-14 14:38:48.420059+02 35451 \N DSI INGENIERIE ET PROJETS \N 773 LETTNER-ext lettner-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.420644+02 2026-04-14 14:38:48.420644+02 35000 \N DSI PROGRAMME IT \N 774 BURLON-ext burlon-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.421124+02 2026-04-14 14:38:48.421124+02 25938 \N DSI INFRASTRUCTURE \N 775 DEWILDE christophe.dewilde@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.421586+02 2026-04-14 14:38:48.421586+02 4251 0326835782 DSI EXPLOITATION APPLICATIVE ADMINISTRATEUR(TRICE) SYSTEMES ET RESEAUX 776 DEWILDE cdead@sanef.groupe autre t f \N \N \N 2026-04-14 14:38:48.422017+02 2026-04-14 14:38:48.422017+02 22773 \N DSI EXPLOITATION ET SUPERVISION \N 777 NOWAK-ext christophe.nowak-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.42263+02 2026-04-14 14:38:48.42263+02 38061 +33326835705 DSI EXPLOITATION ET SUPERVISION \N 778 DECARO-ext ciro.decaro-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.423214+02 2026-04-14 14:38:48.423214+02 34949 \N DSI ARCHITECTURE D'ENTREPRISE ET INGENIERIE TECHNICO-FONCTIONN \N 779 DEBUSSY claude.debussy@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.423718+02 2026-04-14 14:38:48.423718+02 34453 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 780 ROS-ext ros-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.424264+02 2026-04-14 14:38:48.424264+02 35802 \N DSI PROGRAMME IT \N 781 MALANDAIN-ext malandain-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.424859+02 2026-04-14 14:38:48.424859+02 34676 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 782 TERNISIEN-ext come.ternisien@pixys.com autre t f \N \N \N 2026-04-14 14:38:48.425398+02 2026-04-14 14:38:48.425398+02 37511 \N DSI DOMAINE ITS ET RSE \N 783 NAGY-ext csaba.nagy@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.425871+02 2026-04-14 14:38:48.425871+02 35637 \N DSI PROGRAMME IT \N 784 SEPRO csps.sepro@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.426338+02 2026-04-14 14:38:48.426338+02 37567 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 785 MARIN-ext marin-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.427085+02 2026-04-14 14:38:48.427085+02 37112 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 786 GOMES-ext dahilaren.gomes-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.427605+02 2026-04-14 14:38:48.427605+02 35280 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 787 BANAJSKI-ext banajski-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.428091+02 2026-04-14 14:38:48.428091+02 34995 \N DSI PROGRAMME IT \N 788 LAUNE damien.laune@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.428566+02 2026-04-14 14:38:48.428566+02 34268 \N DSI DOMAINE MOYENS DE PAIEMENT RESPONSABLE DOMAINE MOYENS DE PAIEMENT 789 PATTOU-ext damien.pattou@gmail.com autre t f \N \N \N 2026-04-14 14:38:48.429028+02 2026-04-14 14:38:48.429028+02 35174 \N DSI DOMAINE APPLICATIONS TELEOPERATION PEAGE \N 790 MARTINKOVIC damir.martinkovic@sapn.fr autre t f \N \N \N 2026-04-14 14:38:48.429498+02 2026-04-14 14:38:48.429498+02 5225 +33235183188 DSI DOMAINE SI RH CHEF(FE) DE PROJETS 791 ALVAREZ-ext alvarez-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.429947+02 2026-04-14 14:38:48.429947+02 35509 \N DSI PROGRAMME IT \N 792 CRUZ-ext dcruz@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.430397+02 2026-04-14 14:38:48.430397+02 34784 \N DSI PROGRAMME IT \N 793 NGEA-MOUEN-ext ngea-mouen-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.430844+02 2026-04-14 14:38:48.430844+02 34233 \N DSI INGENIERIE ET PROJETS \N 794 CARON dany.caron@sapn.fr autre t f \N \N \N 2026-04-14 14:38:48.43131+02 2026-04-14 14:38:48.43131+02 5360 +33235183170 DSI DOMAINE SUPERVISIONS ET TUNNELS CHEF(FE) DE PROJET METIER 795 RADA-ext dario.rada@emovis.hr autre t f \N \N \N 2026-04-14 14:38:48.431751+02 2026-04-14 14:38:48.431751+02 35117 \N DSI PROGRAMME IT \N 796 BOYER-ext boyer-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.432178+02 2026-04-14 14:38:48.432178+02 34759 \N DSI PRODUCTION ET ISPT \N 797 CRESSON david.cresson@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.43261+02 2026-04-14 14:38:48.43261+02 7407 +33344637433 DSI EXPLOITATION ET SUPERVISION INGENIEUR SYSTEMES ET RESEAUX 798 REUTER-ext reuter-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.433045+02 2026-04-14 14:38:48.433045+02 34915 0326835156 DSI SECURITE OPERATIONNELLE \N 799 REUTERD-ext dread-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.433478+02 2026-04-14 14:38:48.433478+02 34933 \N DSI SECURITE OPERATIONNELLE \N 800 KOWALCZYK-ext dawid.kowalczyk@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.4339+02 2026-04-14 14:38:48.4339+02 35631 \N DSI PROGRAMME IT \N 801 Bastion sanef_bastion_srv@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.434331+02 2026-04-14 14:38:48.434331+02 35225 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 802 VIAADUC demonstration.viaaduc@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.43477+02 2026-04-14 14:38:48.43477+02 36650 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL 803 MAYER-ext mayer-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.435201+02 2026-04-14 14:38:48.435201+02 35040 \N DSI PROGRAMME IT \N 804 DELHAYE-ext delhaye-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.435647+02 2026-04-14 14:38:48.435647+02 37384 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 805 Martínez-ext diego.hernan.martinez.lopez@ibm.com autre t f \N \N \N 2026-04-14 14:38:48.436085+02 2026-04-14 14:38:48.436085+02 34786 \N DSI PROGRAMME IT \N 806 BEGHDADI-ext beghdadi-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.436518+02 2026-04-14 14:38:48.436518+02 35108 \N DSI BUSINESS INTELLIGENCE \N 807 HUBERT-ext dominique.hubert-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.436955+02 2026-04-14 14:38:48.436955+02 35609 \N DSI EXPLOITATION ET SUPERVISION \N 808 CHAMPION-ext dorian.champion-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.437397+02 2026-04-14 14:38:48.437397+02 37576 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 809 NYS-ext nys-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.437831+02 2026-04-14 14:38:48.437831+02 34491 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 810 BESCIOJIAN-ext edmond.besciojian@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.438255+02 2026-04-14 14:38:48.438255+02 37165 \N DSI EXPLOITATION ET SUPERVISION \N 811 SEPRO eext.sepro@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.438681+02 2026-04-14 14:38:48.438681+02 37566 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 812 VANTILLARD eliana.vantillard@sapn.fr autre t f \N \N \N 2026-04-14 14:38:48.439114+02 2026-04-14 14:38:48.439114+02 34353 \N DSI ARCHITECTURE D'ENTREPRISE ET INGENIERIE TECHNICO-FONCTIONN RESPONSABLE TECHNICO-FONCTIONNEL 813 MAGNIER-ext magnier-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.43955+02 2026-04-14 14:38:48.43955+02 34492 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 814 MARCHAND-ext emarchand@citilog.com autre t f \N \N \N 2026-04-14 14:38:48.439979+02 2026-04-14 14:38:48.439979+02 34682 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 815 MENGISTU-ext emmanuel.mengistu-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.440423+02 2026-04-14 14:38:48.440423+02 37598 \N DSI DEPT INGENIERIE DES SYSTEMES GESTION \N 816 ALFREDO-PUENTE-ext alfredo-puente-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.440866+02 2026-04-14 14:38:48.440866+02 35066 \N DSI PROGRAMME IT \N 817 Caritou-ext laurent.jalabert-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.44141+02 2026-04-14 14:38:48.44141+02 38039 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 818 COUPE-ext eric.coupe-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.441863+02 2026-04-14 14:38:48.441863+02 35889 0326835791 DSI EXPLOITATION ET SUPERVISION \N 819 FANTON-ext fanton-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.442308+02 2026-04-14 14:38:48.442308+02 22573 \N DSI DEPT INGENIERIE DES SYSTEMES TRACE \N 820 FOUBERT-ext foubert-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.442738+02 2026-04-14 14:38:48.442738+02 34845 \N DSI PROGRAMME IT \N 821 PAQUOTTE-ext eric.paquotte-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.443164+02 2026-04-14 14:38:48.443164+02 18343 0326835747 DSI INGENIERIE ET PROJETS \N 822 Caritout-ext eric2.caritout-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.443618+02 2026-04-14 14:38:48.443618+02 38040 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 823 FLORECQ-ext erwan.florecq-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.444047+02 2026-04-14 14:38:48.444047+02 36165 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 824 test test2@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.44449+02 2026-04-14 14:38:48.44449+02 37163 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 825 DEGREMONT-ext degremont-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.44492+02 2026-04-14 14:38:48.44492+02 29824 \N DSI DIRECTION DES OPERATIONS \N 826 GREGORIO-ext gregorio-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.445352+02 2026-04-14 14:38:48.445352+02 37421 \N DSI PROGRAMME IT \N 827 AVILA-ext avila-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.445791+02 2026-04-14 14:38:48.445791+02 30065 \N DSI EXPLOITATION \N 828 VONLUTTEROTTI-ext fabian.lutterotti@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.446224+02 2026-04-14 14:38:48.446224+02 35847 \N DSI PROGRAMME IT \N 829 CLOUET-ext clouet-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.446652+02 2026-04-14 14:38:48.446652+02 34302 \N DSI INGENIERIE ET PROJETS \N 830 FONTAINE fabien.fontaine@sapn.fr autre t f \N \N \N 2026-04-14 14:38:48.447076+02 2026-04-14 14:38:48.447076+02 1227 +33235183150 DSI DOMAINE ITS ET RSE RESPONSABLE DE DOMAINE SI 831 LAMBERT fabien.lambert-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.44751+02 2026-04-14 14:38:48.44751+02 19566 +33326835785 DSI EXPLOITATION ET SUPERVISION \N 832 LAMBERT-ext flaad-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.447941+02 2026-04-14 14:38:48.447941+02 34737 \N DSI EXPLOITATION ET SUPERVISION \N 833 LAMBERT-ext flaadbur-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.448384+02 2026-04-14 14:38:48.448384+02 38098 \N DSI EXPLOITATION ET SUPERVISION \N 834 TUNORFE fabrice.tunorfe@sapn.fr autre t f \N \N \N 2026-04-14 14:38:48.448812+02 2026-04-14 14:38:48.448812+02 34378 \N DSI DEPT PEAGE SYST CENTRAUX RESPONSABLE BACK OFFICE COMM FLUX LIBRE 835 ELASRI-ext elasri-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.449235+02 2026-04-14 14:38:48.449235+02 22795 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 836 RAHIMY-ext faisal.rahimy@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.449692+02 2026-04-14 14:38:48.449692+02 35642 \N DSI PROGRAMME IT \N 837 BROUZI-ext brouzi-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.450128+02 2026-04-14 14:38:48.450128+02 35395 \N DSI BUSINESS INTELLIGENCE \N 838 MORSLI-ext farid.morsli@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.450569+02 2026-04-14 14:38:48.450569+02 36272 \N DSI EXPLOITATION ET SUPERVISION \N 839 ANDERSON-ext fernando.anderson@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.451003+02 2026-04-14 14:38:48.451003+02 35006 \N DSI PROGRAMME IT \N 840 CHAKROUN-ext fethi.chakroun@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.451432+02 2026-04-14 14:38:48.451432+02 36268 \N DSI EXPLOITATION ET SUPERVISION \N 841 ELENGAAHOUE-ext fiacre.elengaahoue-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.451866+02 2026-04-14 14:38:48.451866+02 37419 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 842 JOHNSON-ext johnson-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.452313+02 2026-04-14 14:38:48.452313+02 35295 \N DSI PROGRAMME IT \N 843 HERAULT florence.herault@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.453446+02 2026-04-14 14:38:48.453446+02 1058 0326835137 DSI EXPLOITATION APPLICATIVE CHEF(FE) DE PROJETS 844 BOYER CHAMMARD florent.boyerchammard@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.453916+02 2026-04-14 14:38:48.453916+02 34647 \N DSI PILOTAGE DES PROJETS CHEF(FE) DE PROJET PMO 845 MARTIN-ext martin-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.454371+02 2026-04-14 14:38:48.454371+02 34690 \N DSI ORGANISATION ET MESURE DE LA PERF. \N 846 CIPERLE-ext florian.ciperle@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.454812+02 2026-04-14 14:38:48.454812+02 35624 \N DSI PROGRAMME IT \N 847 LUQUEF-ext fluque@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.455247+02 2026-04-14 14:38:48.455247+02 35797 \N DSI PROGRAMME IT \N 848 MOLINA-ext francisco.molina1@ibm.com autre t f \N \N \N 2026-04-14 14:38:48.455684+02 2026-04-14 14:38:48.455684+02 36936 \N DSI PROGRAMME IT \N 849 KEROAS franck.keroas@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.456114+02 2026-04-14 14:38:48.456114+02 7373 +33344637781 DSI EXPLOITATION APPLICATIVE ADMINISTRATEUR SYSTEMES ET RESEAUX 850 RIVEY franck.rivey@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.456781+02 2026-04-14 14:38:48.456781+02 5362 +33235183976 DSI DEPT INGENIERIE DES SYSTEMES TRACE RESPONSABLE DEPARTEMENT INGENIERIE DES SYSTEMES TRACE 851 LAVAIRE-ext lavaire-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.457422+02 2026-04-14 14:38:48.457422+02 37401 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 852 RIBAL-ext ribal-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.457935+02 2026-04-14 14:38:48.457935+02 34959 \N DSI PRODUCTION ET ISPT \N 853 ROBERT francois.robert@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.458415+02 2026-04-14 14:38:48.458415+02 6301 +33326835787 DSI EXPLOITATION ET SUPERVISION TECHNICIEN(NE) COORDINATEUR RESEAUX 854 ROBERT froad@sanef.groupe autre t f \N \N \N 2026-04-14 14:38:48.458888+02 2026-04-14 14:38:48.458888+02 22774 \N DSI EXPLOITATION ET SUPERVISION \N 855 ROBERT froadbur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.459352+02 2026-04-14 14:38:48.459352+02 38101 \N DSI EXPLOITATION ET SUPERVISION \N 856 POLOMAK-ext fred.polomack-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.459797+02 2026-04-14 14:38:48.459797+02 37331 \N DSI INGENIERIE ET PROJETS \N 857 LINET freddy.linet@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.460277+02 2026-04-14 14:38:48.460277+02 18856 +33344637125 DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS CHEF(FE) DE PROJETS TECHNIQUES 858 GRAFFAGNINO frederic.graffagnino@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.460746+02 2026-04-14 14:38:48.460746+02 34872 0141905910 DSI RESEAUX DBA ARCHITECTE BASE DE DONNEES 859 GRAFFAGNINO fgrad@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.461194+02 2026-04-14 14:38:48.461194+02 35135 \N DSI INGENIERIE ET PROJETS \N 860 VIGNAUD-ext vignaud-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.461631+02 2026-04-14 14:38:48.461631+02 22413 \N DSI ARCHITECTURE D'ENTREPRISE ET INGENIERIE TECHNICO-FONCTIONN \N 861 WUILLAUME-ext wuillaume-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.462075+02 2026-04-14 14:38:48.462075+02 22723 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 862 AUDREN-ext audren-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.462511+02 2026-04-14 14:38:48.462511+02 34948 \N DSI ARCHITECTURE D'ENTREPRISE ET INGENIERIE TECHNICO-FONCTIONN \N 863 CORDONNIER-ext cordonnier-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.46298+02 2026-04-14 14:38:48.46298+02 35022 \N DSI DOMAINE BACK OFFICE PEAGE \N 864 CARLIER-ext carlier-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.46342+02 2026-04-14 14:38:48.46342+02 21717 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 865 ARNOULD-ext geoffrey.arnould-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.463852+02 2026-04-14 14:38:48.463852+02 34276 0326835748 DSI INGENIERIE ET PROJETS \N 866 HENROTTE-ext henrotte-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.464283+02 2026-04-14 14:38:48.464283+02 34751 \N DSI PRODUCTION ET ISPT \N 867 PASARIN geraldine.pasarin@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.464719+02 2026-04-14 14:38:48.464719+02 38024 \N DSI PRODUCTION ET ISPT \N 868 BREYSSE-ext g.breysse@mios.fr autre t f \N \N \N 2026-04-14 14:38:48.465146+02 2026-04-14 14:38:48.465146+02 34866 \N DSI EXPLOITATION ET SUPERVISION \N 869 NGUAGEN-ext nguagen-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.465703+02 2026-04-14 14:38:48.465703+02 34217 0326835726 DSI INGENIERIE ET PROJETS \N 870 GOV-RSSI christian.thepaut@sapn.fr autre t f \N \N \N 2026-04-14 14:38:48.466166+02 2026-04-14 14:38:48.466166+02 19883 \N DSI GESTION DES RISQUES \N 871 BIZJAK-ext bizjak-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.466621+02 2026-04-14 14:38:48.466621+02 34850 \N DSI INGENIERIE ET PROJETS \N 872 GUIBOURDON-ext guibourdon-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.467062+02 2026-04-14 14:38:48.467062+02 35762 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 873 SZASTAK-ext grzegorz.szastak@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.467507+02 2026-04-14 14:38:48.467507+02 35041 \N DSI PROGRAMME IT \N 874 DEHAEN-ext dehaen-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.467942+02 2026-04-14 14:38:48.467942+02 35215 \N DSI EXPLOITATION ET SUPERVISION \N 875 FAURE-ext faure-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.46838+02 2026-04-14 14:38:48.46838+02 21724 0623304474 DSI INFRASTRUCTURE \N 876 FRONCZAK-ext fronczak-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.468827+02 2026-04-14 14:38:48.468827+02 23006 \N DSI GOUVERNANCE \N 877 RENARD-ext guillaume.renard-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.469261+02 2026-04-14 14:38:48.469261+02 34597 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 878 MOUCHARD-ext gwendal.mouchard-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.469695+02 2026-04-14 14:38:48.469695+02 23046 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 879 HADZIC-ext haris.hadzic@emovis.hr autre t f \N \N \N 2026-04-14 14:38:48.47013+02 2026-04-14 14:38:48.47013+02 22730 \N DSI EXPLOITATION \N 880 WYNNE-ext harry.wynne@emovis.com autre t f \N \N \N 2026-04-14 14:38:48.470565+02 2026-04-14 14:38:48.470565+02 35594 \N DSI PROGRAMME IT \N 881 JANI-ext harsil.jani@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.470989+02 2026-04-14 14:38:48.470989+02 35632 \N DSI PROGRAMME IT \N 882 BAMIK-ext hassan.bamik@emovis.com autre t f \N \N \N 2026-04-14 14:38:48.471427+02 2026-04-14 14:38:48.471427+02 35183 \N DSI PROGRAMME IT \N 883 LANDAETA-ext landaeta-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.471864+02 2026-04-14 14:38:48.471864+02 37117 \N DSI EXPLOITATION APPLICATIVE \N 884 HADDAOUI-ext haddaoui-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.472366+02 2026-04-14 14:38:48.472366+02 25809 \N DSI INFRASTRUCTURE \N 885 SAID-ANKILANI-ext helwan.said-ankilani@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.472845+02 2026-04-14 14:38:48.472845+02 36261 \N DSI EXPLOITATION ET SUPERVISION \N 886 AFIFI-ext hicham.afifi-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.473304+02 2026-04-14 14:38:48.473304+02 35411 \N DSI BUSINESS INTELLIGENCE \N 887 AQUINO-ext horacio.aquino@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.47375+02 2026-04-14 14:38:48.47375+02 35007 \N DSI PROGRAMME IT \N 888 TAHOUR-ext tahour-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.474192+02 2026-04-14 14:38:48.474192+02 35402 \N DSI DOMAINE MOYENS DE PAIEMENT \N 889 CHERRADOU-ext cherradou-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.474626+02 2026-04-14 14:38:48.474626+02 37507 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 890 DENGERI-ext dengeri-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.475082+02 2026-04-14 14:38:48.475082+02 36249 \N DSI EXPLOITATION APPLICATIVE \N 891 CHERIGUI-ext ikram.cherigui-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.475527+02 2026-04-14 14:38:48.475527+02 36859 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 892 HADRI-ext hadri-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.475969+02 2026-04-14 14:38:48.475969+02 36712 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 893 KHAROUNI-ext kharouni-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.476421+02 2026-04-14 14:38:48.476421+02 37423 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 894 PAWLOWSKI-ext pawlowski-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.476879+02 2026-04-14 14:38:48.476879+02 34696 \N DSI GOUVERNANCE \N 895 DUMOULIN-ext dumoulin-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.477341+02 2026-04-14 14:38:48.477341+02 35431 \N DSI PROGRAMME IT \N 896 GUIT-ext guit-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.477795+02 2026-04-14 14:38:48.477795+02 22735 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 897 ITOP_Ticket_DCANT itop_ticket_dcant@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.478246+02 2026-04-14 14:38:48.478246+02 22744 \N DSI EXPLOITATION ET SUPERVISION \N 898 ITOP_Ticket_DCFIR itop_ticket_dcfir@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.47871+02 2026-04-14 14:38:48.47871+02 22821 \N DSI EXPLOITATION ET SUPERVISION \N 899 ITOP_Ticket_DCRES itop_ticket_dcres@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.479148+02 2026-04-14 14:38:48.479148+02 22745 \N DSI EXPLOITATION ET SUPERVISION \N 900 ITOP_Ticket_DCSAU itop_ticket_dcsau@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.479593+02 2026-04-14 14:38:48.479593+02 22823 \N DSI EXPLOITATION ET SUPERVISION \N 901 ITOP_Ticket_DCSYS itop_ticket_dcsys@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.480031+02 2026-04-14 14:38:48.480031+02 22822 \N DSI EXPLOITATION ET SUPERVISION \N 902 KONTA-ext ivan.konta@emovis.hr autre t f \N \N \N 2026-04-14 14:38:48.480468+02 2026-04-14 14:38:48.480468+02 34842 \N DSI PROGRAMME IT \N 903 Luburic-ext ivan.luburic@emovis.hr autre t f \N \N \N 2026-04-14 14:38:48.480908+02 2026-04-14 14:38:48.480908+02 34848 \N DSI PROGRAMME IT \N 904 ROGULJ-ext rogulj-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.481371+02 2026-04-14 14:38:48.481371+02 34868 \N DSI PROGRAMME IT \N 905 SPARROW jack.sparrow@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.481813+02 2026-04-14 14:38:48.481813+02 35437 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 906 CURTIS-ext jacques.curtis@pixys.com autre t f \N \N \N 2026-04-14 14:38:48.482244+02 2026-04-14 14:38:48.482244+02 37509 \N DSI DOMAINE ITS ET RSE \N 907 DABBAH-ext jaime.dabbah@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.482672+02 2026-04-14 14:38:48.482672+02 35626 \N DSI PROGRAMME IT \N 908 BRUCE-ext bruce-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.483103+02 2026-04-14 14:38:48.483103+02 37161 \N DSI PROGRAMME IT \N 909 DJEARAMIN-ext djearamin-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.483549+02 2026-04-14 14:38:48.483549+02 35318 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 910 IMIZE-ext jimize@siveco.com autre t f \N \N \N 2026-04-14 14:38:48.48399+02 2026-04-14 14:38:48.48399+02 37543 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 911 CUEVAS-ext jcuevas@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.48443+02 2026-04-14 14:38:48.48443+02 35787 \N DSI PROGRAMME IT \N 912 LUQUEJ-ext jluque@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.484867+02 2026-04-14 14:38:48.484867+02 35798 \N DSI PROGRAMME IT \N 913 DUFOUR jean-charles.dufour@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.485302+02 2026-04-14 14:38:48.485302+02 22675 +33344637160 DSI GOUVERNANCE RESPONSABLE GOUVERNANCE 914 GAUTIER-ext jean.gautier-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.485732+02 2026-04-14 14:38:48.485732+02 35556 \N DSI INGENIERIE ET PROJETS \N 915 DEVILLER-ext jean-baptiste.deviller-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.486163+02 2026-04-14 14:38:48.486163+02 36864 \N DSI DOMAINE APPLICATIONS RELATION CLIENT \N 917 MARTIN jean-charles.martin@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.487042+02 2026-04-14 14:38:48.487042+02 38158 \N DSI DIRECTION DES OPERATIONS DIRECTEUR(RICE) DELEGUE(E) DES OPERATIONS 918 CRABS jean-francois.crabs@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.4875+02 2026-04-14 14:38:48.4875+02 114 +33326835243 DSI EXPLOITATION APPLICATIVE RESPONSABLE EXPLOITATION APPLICATIVE 919 CRABS jfcad@sanef.groupe autre t f \N \N \N 2026-04-14 14:38:48.487945+02 2026-04-14 14:38:48.487945+02 22772 \N DSI EXPLOITATION APPLICATIVE \N 920 GUGLIELMI-ext guglielmi-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.488487+02 2026-04-14 14:38:48.488487+02 35755 \N DSI PROGRAMME IT \N 921 AUTIE-ext autie-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.488998+02 2026-04-14 14:38:48.488998+02 36264 \N DSI EXPLOITATION ET SUPERVISION \N 922 PERROT-ext jean-louis.perrot@pixys.com autre t f \N \N \N 2026-04-14 14:38:48.489467+02 2026-04-14 14:38:48.489467+02 37510 \N DSI DOMAINE ITS ET RSE \N 923 DESMAREST jdead@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.489917+02 2026-04-14 14:38:48.490389+02 35012 \N DSI SECURITE OPERATIONNELLE \N 924 RONDEAU jean-pascal.rondeau@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.491192+02 2026-04-14 14:38:48.491192+02 37100 \N DSI DIRECTION DES ETUDES ET SYSTEMES APPLICATIFS DIRECTEUR DELEGUE DES ETUDES 925 ARTH-ext arth-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.491681+02 2026-04-14 14:38:48.491681+02 34346 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 926 SANCTUSSY-ext jean-philippe.sanctussy-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.492134+02 2026-04-14 14:38:48.492134+02 37342 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 927 BRAULT-ext jean-sebastien.brault@sully-group.com autre t f \N \N \N 2026-04-14 14:38:48.492606+02 2026-04-14 14:38:48.492606+02 38105 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 928 NIAMKE-ext niamke-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.493058+02 2026-04-14 14:38:48.493058+02 35042 \N DSI PRODUCTION ET ISPT \N 929 ROCA-ext j.roca@barkene.fr autre t f \N \N \N 2026-04-14 14:38:48.49351+02 2026-04-14 14:38:48.49351+02 34639 \N DSI EXPLOITATION ET SUPERVISION \N 930 ALTERO-ext jeremy.altero@digisys.fr autre t f \N \N \N 2026-04-14 14:38:48.493952+02 2026-04-14 14:38:48.493952+02 35475 \N DSI EXPLOITATION APPLICATIVE \N 931 DEVILERS-ext jdevilers@rayonnance.fr autre t f \N \N \N 2026-04-14 14:38:48.494419+02 2026-04-14 14:38:48.494419+02 10575 0142339869 DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION Prestataire Rayonnance Technologie 932 FARDILHA-ext jeremy.fardilha-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.494871+02 2026-04-14 14:38:48.494871+02 37630 \N DSI DEPT PEAGE SYST CENTRAUX \N 933 KACZOR-ext jeremy.kaczor-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.495308+02 2026-04-14 14:38:48.495308+02 38102 \N DSI SYSTEMES ET SECURITE \N 934 SOKOLOWSKI-ext sokolowski-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.495741+02 2026-04-14 14:38:48.495741+02 37440 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 935 Demesure-ext demesure-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.496173+02 2026-04-14 14:38:48.496173+02 37388 \N DSI DOMAINE PATRIMOINE \N 936 WATSON-ext watson-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.49661+02 2026-04-14 14:38:48.49661+02 22510 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 937 NARANJO-ext jnaranjo@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.49704+02 2026-04-14 14:38:48.49704+02 35800 \N DSI PROGRAMME IT \N 938 testjld testjld@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.497485+02 2026-04-14 14:38:48.497485+02 19462 \N DSI INFRASTRUCTURE \N 939 DEREEPER-ext dereeper-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.497931+02 2026-04-14 14:38:48.497931+02 35430 \N DSI PROGRAMME IT \N 940 BIDON bidon@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.498367+02 2026-04-14 14:38:48.498367+02 37098 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 941 CAVE joel.cave@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.498818+02 2026-04-14 14:38:48.498818+02 1114 0235183983 DSI SECOPS+ CORRESPONDANT SSI 942 KABUYA-ext joel.kabuya-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.499261+02 2026-04-14 14:38:48.499261+02 38086 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 943 BROCAIL-ext johann.brocail-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.499705+02 2026-04-14 14:38:48.499705+02 35317 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 944 LEFEBVRE johann.lefebvre@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.500155+02 2026-04-14 14:38:48.500155+02 7451 +33235183985 DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL COORDINATEUR(RICE) BUREAUTIQUE 945 LUCCHINI-ext lucchini-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.500599+02 2026-04-14 14:38:48.500599+02 34962 \N DSI PRODUCTION ET ISPT \N 946 TREPKA-ext jonas.trepka@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.501032+02 2026-04-14 14:38:48.501032+02 35846 \N DSI PROGRAMME IT \N 947 SANCHEZ-ext jsmora.ext@emovis.com autre t f \N \N \N 2026-04-14 14:38:48.501493+02 2026-04-14 14:38:48.501493+02 35424 \N DSI PROGRAMME IT \N 948 ANDRIJIC-ext jose.andrijic@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.501946+02 2026-04-14 14:38:48.501946+02 35621 \N DSI PROGRAMME IT \N 949 SARR-ext sarr-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.50239+02 2026-04-14 14:38:48.50239+02 29825 \N DSI DIRECTION DES OPERATIONS \N 950 HENNERLEY-ext josh.hennerley@emovis.com autre t f \N \N \N 2026-04-14 14:38:48.502825+02 2026-04-14 14:38:48.502825+02 35596 \N DSI PROGRAMME IT \N 951 DAHLKE joshua.dahlke@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.503262+02 2026-04-14 14:38:48.503262+02 37546 \N DSI DOMAINE ITS ET RSE ALTERNANT(E) DEVELOPPEUR LOGICIEL 952 CURLIN-ext josip.curlin@emovis.hr autre t f \N \N \N 2026-04-14 14:38:48.503715+02 2026-04-14 14:38:48.503715+02 34840 \N DSI PROGRAMME IT \N 953 PALOMO-ext juan.antonio.palomo.aparicio@ibm.com autre t f \N \N \N 2026-04-14 14:38:48.50415+02 2026-04-14 14:38:48.50415+02 34792 \N DSI PROGRAMME IT \N 954 SILVA-ext silva-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.504652+02 2026-04-14 14:38:48.504652+02 36495 \N DSI EXPLOITATION APPLICATIVE \N 955 MENDOZZA-MAYORDOMO-ext juan.carlos.mendoza@abertis-ams.com autre t f \N \N \N 2026-04-14 14:38:48.505121+02 2026-04-14 14:38:48.505121+02 38036 \N DSI EXPLOITATION APPLICATIVE \N 956 AMATO-ext julien.amato-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.505608+02 2026-04-14 14:38:48.505608+02 10122 +33344637424 DSI DOMAINE BACK OFFICE PEAGE \N 957 BINAISSE-ext binaisse-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.506085+02 2026-04-14 14:38:48.506085+02 34341 0326835783 DSI EXPLOITATION ET SUPERVISION \N 958 EGRET julien.egret@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.506565+02 2026-04-14 14:38:48.506565+02 35226 \N DSI SYSTEMES ET SECURITE INGENIEUR SYSTEMES 959 EGRET jegad@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.50702+02 2026-04-14 14:38:48.50702+02 35279 \N DSI INGENIERIE ET PROJETS \N 960 OUDARD-ext oudard-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.507474+02 2026-04-14 14:38:48.507474+02 37402 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 961 RAYNAUD-ext julien.raynaudj-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.507918+02 2026-04-14 14:38:48.507918+02 34709 \N DSI BUREAUTIQUE \N 962 VAUTIER-ext vautier-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.508367+02 2026-04-14 14:38:48.508367+02 37406 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 963 SCHULTZ-ext schultz-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.508809+02 2026-04-14 14:38:48.508809+02 34752 \N DSI PRODUCTION ET ISPT \N 964 BOULAHYA-ext boulahya-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.509242+02 2026-04-14 14:38:48.509242+02 34573 \N DSI DEPT INGENIERIE DES SYSTEMES TRACE \N 965 TUSZYNSKI-ext kamil.tuszynski@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.509694+02 2026-04-14 14:38:48.510151+02 37470 \N DSI PRODUCTION ET ISPT \N 966 SYDAPHASAVANH-ext ksydaphasavanh@siveco.com autre t f \N \N \N 2026-04-14 14:38:48.510655+02 2026-04-14 14:38:48.510655+02 37544 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 967 LAZREK-ext kaoutar.lazrek-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.511109+02 2026-04-14 14:38:48.511109+02 37798 \N DSI DIRECTION DES ETUDES ET SYSTEMES APPLICATIFS \N 968 BENAISSA-ext karim.benaissa-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.511553+02 2026-04-14 14:38:48.511553+02 38023 \N DSI DEPT PEAGE SYST CENTRAUX \N 969 RIZKI-ext karim.rizki-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.51199+02 2026-04-14 14:38:48.51199+02 35709 \N DSI EXPLOITATION APPLICATIVE \N 970 SLIWINSKA-ext katarzyna.sliwinska@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.512442+02 2026-04-14 14:38:48.512442+02 34998 \N DSI PROGRAMME IT \N 971 DREUX kathleen.dreux@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.512887+02 2026-04-14 14:38:48.512887+02 4223 +33344637130 DSI DEPT INGENIERIE DES SYSTEMES GESTION RESPONSABLE SYSTEMES INFORMATION DE GESTION 972 PATTOU kevin.pattou@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.513346+02 2026-04-14 14:38:48.513346+02 37386 \N DSI PROJETS ET INTEGRATION RESPONSABLE PROJETS INFRASTRUCTURES IT 973 BAKARI-ext keysan.bakari@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.513794+02 2026-04-14 14:38:48.513794+02 36265 \N DSI EXPLOITATION ET SUPERVISION \N 974 KAMAL-ext khalid.kamal-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.514228+02 2026-04-14 14:38:48.514228+02 35878 \N DSI INGENIERIE ET PROJETS \N 975 MOUTAOUAKIL-ext khalid.moutaouakil-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.514675+02 2026-04-14 14:38:48.514675+02 34816 \N DSI SECURITE OPERATIONNELLE \N 976 MOUTAOUAKILK-ext kmoad-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.515124+02 2026-04-14 14:38:48.515124+02 34834 \N DSI SECURITE OPERATIONNELLE \N 977 LACHGAR-ext khalil.lachgar@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.515641+02 2026-04-14 14:38:48.515641+02 37122 \N DSI EXPLOITATION ET SUPERVISION \N 978 NAFFETI-ext khalil.naffeti-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.516093+02 2026-04-14 14:38:48.516093+02 35453 \N DSI BUSINESS INTELLIGENCE \N 979 SIDI ALI-ext khaoula.sidiali@actemium.com autre t f \N \N \N 2026-04-14 14:38:48.516539+02 2026-04-14 14:38:48.516539+02 38056 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 980 REZGUI-ext rezgui-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.516993+02 2026-04-14 14:38:48.516993+02 36196 \N DSI DOMAINE PATRIMOINE \N 981 GUEDON-FEJEAN laetitia.guedon@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.517444+02 2026-04-14 14:38:48.517444+02 1180 +33344637102 DSI DOMAINE SI FINANCE/ACHAT GESTIONNAIRE SI 982 NGUYEN-ext nguyen-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.517884+02 2026-04-14 14:38:48.517884+02 34761 \N DSI PRODUCTION ET ISPT \N 983 GOFFINET-ext goffinet-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.518333+02 2026-04-14 14:38:48.518333+02 35216 \N DSI ORGANISATION ET MESURE DE LA PERF. \N 984 NADON-ext nadon-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.518779+02 2026-04-14 14:38:48.518779+02 35636 \N DSI PROGRAMME IT \N 985 ENGUELLEOYONO-ext enguelleoyono-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.519219+02 2026-04-14 14:38:48.519219+02 23043 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 986 BARAULT-ext laurent.barault-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.519698+02 2026-04-14 14:38:48.519698+02 37375 \N DSI INGENIERIE ET PROJETS \N 987 DELCOUR laurent.delcour@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.520153+02 2026-04-14 14:38:48.520153+02 1172 +33344637421 DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION RESPONSABLE DE DOMAINE SI METIERS 988 DELCOUR ldeadbur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.520763+02 2026-04-14 14:38:48.520763+02 38109 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 989 DELCOUR-MA laurent.delcour-ma@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.521393+02 2026-04-14 14:38:48.521913+02 23005 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 990 DELCOUR-MC laurent.delcour-mc@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.522475+02 2026-04-14 14:38:48.522475+02 22986 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 991 DELCOUR-MO laurent.delcour-mo@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.522965+02 2026-04-14 14:38:48.522965+02 22987 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 992 GAILLARD-ext laurent.gaillard-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.523446+02 2026-04-14 14:38:48.523446+02 37605 \N DSI EXPLOITATION ET SUPERVISION \N 993 GAILLARD-ext (admin) lgaiad-ext@sanef.groupe autre t f \N \N \N 2026-04-14 14:38:48.523909+02 2026-04-14 14:38:48.523909+02 37634 \N DSI EXPLOITATION ET SUPERVISION \N 994 LEGUERN-ext laurent.leguern@digisys.fr autre t f \N \N \N 2026-04-14 14:38:48.524372+02 2026-04-14 14:38:48.524372+02 35482 \N DSI EXPLOITATION APPLICATIVE \N 995 MEUNIER-ext laurent.meunier@digisys.fr autre t f \N \N \N 2026-04-14 14:38:48.524838+02 2026-04-14 14:38:48.524838+02 35472 \N DSI EXPLOITATION APPLICATIVE \N 996 MLANHORO-ext laurent.mlanhoro-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.525303+02 2026-04-14 14:38:48.525303+02 23016 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 997 HUIN-ext leo.huin-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.525753+02 2026-04-14 14:38:48.525753+02 37621 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 998 PUYGRENIER-ext leo.puygrenier@sully-group.com autre t f \N \N \N 2026-04-14 14:38:48.526224+02 2026-04-14 14:38:48.526224+02 38106 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 999 BENABOU-ext benabou-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.526739+02 2026-04-14 14:38:48.526739+02 37341 \N DSI INGENIERIE ET PROJETS \N 1000 RAVANEL lionel.ravanel@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.527202+02 2026-04-14 14:38:48.527202+02 37624 \N DSI SYSTEMES ET SECURITE INGENIEUR SYSTEMES 1001 SAVOYE-ext savoye-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.527655+02 2026-04-14 14:38:48.527655+02 35247 \N DSI PROGRAMME IT \N 1002 NTELL-SIMAHN-ext ntell-simahn-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.528114+02 2026-04-14 14:38:48.528114+02 34400 0235183128 DSI DOMAINE SUPERVISIONS ET TUNNELS \N 1003 BELLAY-ext bellay-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.52856+02 2026-04-14 14:38:48.52856+02 34609 0695451700 DSI INGENIERIE ET PROJETS \N 1004 LEWIN-ext lewin-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.529002+02 2026-04-14 14:38:48.529002+02 36111 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 1005 BATTANDIER-ext lbattandier@osis-informatique.com autre t f \N \N \N 2026-04-14 14:38:48.529455+02 2026-04-14 14:38:48.529455+02 22545 \N DSI DOMAINE APPLICATIONS TELEOPERATION PEAGE \N 1006 TARASCONI-ext lucas.tarasconi-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.529897+02 2026-04-14 14:38:48.529897+02 37350 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 1007 BROUSSAL-ext broussal-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.530332+02 2026-04-14 14:38:48.530332+02 35853 \N DSI ARCHITECTURE D'ENTREPRISE ET INGENIERIE TECHNICO-FONCTIONN \N 1008 PAUTHEX-ext lucie.pauthex@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.530784+02 2026-04-14 14:38:48.530784+02 37545 \N DSI EXPLOITATION ET SUPERVISION \N 1009 HOARAU ludovic.hoarau@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.531229+02 2026-04-14 14:38:48.531229+02 3195 +33326835777 DSI DEPT PEAGE SYST CENTRAUX CHEF(FE) DE PROJETS CONFIRME 1010 LE BRETON ludovic.lebreton@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.531712+02 2026-04-14 14:38:48.531712+02 6364 +33344637783 DSI BUSINESS INTELLIGENCE RESPONSABLE DE DOMAINE SI GESTION 1011 VELLIEUX-ext vellieux-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.532557+02 2026-04-14 14:38:48.532557+02 34706 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1012 GARCIA-ext luis.garcia-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.533084+02 2026-04-14 14:38:48.533084+02 35534 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1013 GARCIAL-ext lgaad-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.533545+02 2026-04-14 14:38:48.533545+02 35539 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1014 SANTIAGO-ext santiago-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.534003+02 2026-04-14 14:38:48.534003+02 35803 \N DSI PROGRAMME IT \N 1015 GLAZ-ext lukasz.glaz@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.534537+02 2026-04-14 14:38:48.534537+02 35629 \N DSI PROGRAMME IT \N 1016 MOULOUDI-ext mouloudi-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.534994+02 2026-04-14 14:38:48.534994+02 34960 \N DSI PRODUCTION ET ISPT \N 1017 PAWLUK-ext maciej.pawluk@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.535452+02 2026-04-14 14:38:48.535452+02 35640 \N DSI PROGRAMME IT \N 1018 TROKOWICZ-ext maciej.trokowicz@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.535897+02 2026-04-14 14:38:48.535897+02 34988 \N DSI PROGRAMME IT \N 1019 BOUDJATIT-ext mahdi.boudjatit-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.536372+02 2026-04-14 14:38:48.536372+02 38444 \N DSI EXPLOITATION APPLICATIVE \N 1020 MAEZOURI-ext mahyar.maezouri@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.536968+02 2026-04-14 14:38:48.536968+02 37468 \N DSI PRODUCTION ET ISPT \N 1021 KABKOUB majid.kabkoub@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.537517+02 2026-04-14 14:38:48.537517+02 35600 \N DSI DOMAINE SI RH RESPONSABLE DE DOMAINE SI 1022 RANDRIAMASY malalatiana.randriamasy@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.538013+02 2026-04-14 14:38:48.538013+02 5482 +33344637784 DSI DOMAINE ITS ET RSE CHEF(FE) DE PROJET SI 1023 SALHI-ext malek.salhi@abertis-ams.com autre t f \N \N \N 2026-04-14 14:38:48.538497+02 2026-04-14 14:38:48.538497+02 35316 \N DSI PROGRAMME IT \N 1024 GUILLAUME-ext guillaume-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.538978+02 2026-04-14 14:38:48.538978+02 26958 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 1025 LECORVEC-ext lecorvec-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.539474+02 2026-04-14 14:38:48.539474+02 36116 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 1026 BOURSET-ext bourset-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.539934+02 2026-04-14 14:38:48.539934+02 34389 0326835144 DSI SECURITE OPERATIONNELLE \N 1027 BOURSET-ext mboad-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.540395+02 2026-04-14 14:38:48.540395+02 34437 \N DSI SECURITE OPERATIONNELLE \N 1028 GRABAREK-ext grabarek-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.54085+02 2026-04-14 14:38:48.54085+02 34514 \N DSI INGENIERIE ET PROJETS \N 1029 LECHEVALIER marc.lechevalier@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.541371+02 2026-04-14 14:38:48.541371+02 34434 +33141905976 DSI DEPT PEAGE SYST CENTRAUX RESPONSABLE DEPARTEMENT PEAGE SYSTEMES CENTRAUX 1030 PEREIRA-ext pereira-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.541824+02 2026-04-14 14:38:48.541824+02 35123 \N DSI INGENIERIE ET PROJETS \N 1031 JANCZEWSKI-ext marcin.janczewski@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.542277+02 2026-04-14 14:38:48.542277+02 34981 \N DSI PROGRAMME IT \N 1032 ZEISLER-ext zeisler-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.542731+02 2026-04-14 14:38:48.542731+02 34999 \N DSI PROGRAMME IT \N 1033 BARBIER-ext marie.barbier-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.543187+02 2026-04-14 14:38:48.543187+02 37518 \N DSI DEPT PEAGE SYST CENTRAUX \N 1034 LOUATI mariem.louati@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.543652+02 2026-04-14 14:38:48.543652+02 34359 \N DSI GESTION ET OPT. DES RESSOURCES RESPONSABLE ADMINISTRATIF ET FINANCIER IT 1035 GUENAND marine.guenand@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.544119+02 2026-04-14 14:38:48.544119+02 34352 +33141905979 DSI ORGANISATION ET MESURE DE LA PERF. RESPONSABLE QUALITE IT 1036 ABIDI-ext abidi-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.544577+02 2026-04-14 14:38:48.544577+02 30500 0326835783 DSI EXPLOITATION \N 1037 TRINIDAD-ext trinidad-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.545034+02 2026-04-14 14:38:48.545034+02 35808 \N DSI PROGRAMME IT \N 1038 CATTY-ext catty-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.545511+02 2026-04-14 14:38:48.545511+02 34945 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 1039 ROVEDA-ext martin.roveda@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.545959+02 2026-04-14 14:38:48.545959+02 35643 \N DSI PROGRAMME IT \N 1040 GASPAR-ext gaspar-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.54641+02 2026-04-14 14:38:48.54641+02 35292 \N DSI PROGRAMME IT \N 1041 FELLA-ext fella-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.546859+02 2026-04-14 14:38:48.546859+02 35324 \N DSI BUSINESS INTELLIGENCE \N 1042 NOWICKI-ext mateusz.nowicki@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.547302+02 2026-04-14 14:38:48.547302+02 35638 \N DSI PROGRAMME IT \N 1043 BONNEL-ext mathieu.bonnel@recom-france.com autre t f \N \N \N 2026-04-14 14:38:48.547754+02 2026-04-14 14:38:48.547754+02 20776 \N DSI INGENIERIE ET PROJETS \N 916 LAURENT-ext laurent-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.486604+02 2026-04-14 14:38:48.548219+02 35106 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 1044 MEDACI mathieu.medaci@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.548803+02 2026-04-14 14:38:48.548803+02 37136 \N DSI EXPLOITATION APPLICATIVE INGENIEUR DE PRODUCTION EQUIPEMENTS 1045 TOMASINI-ext matthieu.tomasini@digisys.fr autre t f \N \N \N 2026-04-14 14:38:48.549284+02 2026-04-14 14:38:48.549284+02 35474 \N DSI EXPLOITATION APPLICATIVE \N 1046 LOARER-ext loarer-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.549755+02 2026-04-14 14:38:48.549755+02 35866 \N DSI DOMAINE ITS ET RSE \N 1047 RAVEL maurice.ravel@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.550216+02 2026-04-14 14:38:48.550216+02 35446 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1048 DEFOUCHIER-ext max.defouchier-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.550682+02 2026-04-14 14:38:48.550682+02 22687 +33141908491 DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1049 MOLOKANOV-ext maxim.molokanov@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.551138+02 2026-04-14 14:38:48.551138+02 35757 \N DSI PROGRAMME IT \N 1050 BALTUS-ext maxime.baltus@actemium.com autre t f \N \N \N 2026-04-14 14:38:48.551592+02 2026-04-14 14:38:48.551592+02 34486 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 1051 BOUNOUA-ext bounoua-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.552079+02 2026-04-14 14:38:48.552079+02 28446 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 1052 DUPRE-ext dupre-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.552666+02 2026-04-14 14:38:48.552666+02 34661 \N DSI INGENIERIE ET PROJETS \N 1053 KUOCH-ext kuoch-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.553248+02 2026-04-14 14:38:48.553248+02 27979 \N DSI EXPLOITATION \N 1054 SCHIEMANN-ext schiemann-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.553781+02 2026-04-14 14:38:48.553781+02 35645 \N DSI PROGRAMME IT \N 1055 BRIVET-ext brivet-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.554272+02 2026-04-14 14:38:48.554272+02 35245 \N DSI PROGRAMME IT \N 1056 OURLIS-ext ourlis-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.554762+02 2026-04-14 14:38:48.554762+02 34963 \N DSI PRODUCTION ET ISPT \N 1057 AATIFI-ext aatifi-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.55524+02 2026-04-14 14:38:48.55524+02 37354 0326835706 DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1058 BENKIRANE-ext benkirane-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.555734+02 2026-04-14 14:38:48.555734+02 34293 \N DSI INGENIERIE ET PROJETS \N 1059 MEDIOUNI-ext mehdy.mediouni-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.556212+02 2026-04-14 14:38:48.556212+02 36861 +33235185472 DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1060 GLOKPOR-ext melodie.glokpor-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.556684+02 2026-04-14 14:38:48.556684+02 38075 \N DSI DIRECTION DES ETUDES ET SYSTEMES APPLICATIFS \N 1061 ACHEMLAL-ext achemlal-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.557156+02 2026-04-14 14:38:48.557156+02 35302 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 1062 Sebastien-ext sebastien-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.557618+02 2026-04-14 14:38:48.557618+02 27984 \N DSI EXPLOITATION \N 1063 KANDHARSINGH-ext kandharsingh-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.558082+02 2026-04-14 14:38:48.558082+02 34568 \N DSI EXPLOITATION ET SUPERVISION \N 1064 PHILIZOT-ext mphilizot@citilog.com autre t f \N \N \N 2026-04-14 14:38:48.558578+02 2026-04-14 14:38:48.558578+02 34683 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 1065 SCHERER-ext scherer-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.559055+02 2026-04-14 14:38:48.559055+02 19704 \N DSI EXPLOITATION ET SUPERVISION \N 1066 SOLTYS-ext michal.soltys@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.559529+02 2026-04-14 14:38:48.559529+02 35647 \N DSI PRODUCTION ET ISPT \N 1067 BOUDAILLIEZ michel.boudailliez@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.560008+02 2026-04-14 14:38:48.560008+02 2162 +33344637429 DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION CHEF(FE) DE PROJETS 1068 BOUDAILLIEZ-MA michel.boudailliez-ma@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.560493+02 2026-04-14 14:38:48.560493+02 22982 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 1069 BOUDAILLIEZ-MO michel.boudailliez-mo@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.561315+02 2026-04-14 14:38:48.561315+02 22984 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 1070 LAMARQUE-ext lamarque-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.562126+02 2026-04-14 14:38:48.562126+02 35368 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 1071 PECQUEUX mickael.pecqueux@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.562611+02 2026-04-14 14:38:48.562611+02 6303 0344637447 DSI PROJETS ET INTEGRATION CHEF(FE) DE PROJETS 1072 SILMAR-ext mickael.silmar@actemium.com autre t f \N \N \N 2026-04-14 14:38:48.563075+02 2026-04-14 14:38:48.563075+02 35244 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 1073 ANGEL-ext angel-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.563542+02 2026-04-14 14:38:48.563542+02 30064 \N DSI EXPLOITATION \N 1074 PEREZ-ext perez-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.564012+02 2026-04-14 14:38:48.564012+02 34843 \N DSI PROGRAMME IT \N 1075 AKILIMALI-NDENGA-ext akilimali-ndenga-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.564478+02 2026-04-14 14:38:48.564478+02 35082 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1076 GUILLAMONT-ext guillamont-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.564931+02 2026-04-14 14:38:48.564931+02 30069 \N DSI EXPLOITATION \N 1077 PEDROSA-ext mpedrosa@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.565402+02 2026-04-14 14:38:48.565402+02 35801 \N DSI PROGRAMME IT \N 1078 TOMASOVIC-ext mislav.tomasovic@emovis.hr autre t f \N \N \N 2026-04-14 14:38:48.565854+02 2026-04-14 14:38:48.565854+02 22729 \N DSI EXPLOITATION ET SUPERVISION \N 1079 MOHAMED-ext mohamed-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.566309+02 2026-04-14 14:38:48.566309+02 34897 \N DSI DIRECTION DES ETUDES ET SYSTEMES APPLICATIFS \N 1080 BENKLOUA-ext mohamed.benkloua@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.566765+02 2026-04-14 14:38:48.566765+02 38047 \N DSI EXPLOITATION ET SUPERVISION \N 1081 FOURALI-ext fourali-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.56733+02 2026-04-14 14:38:48.56733+02 27978 \N DSI EXPLOITATION \N 1082 HAMZA-ext mohamed.hamza-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.5678+02 2026-04-14 14:38:48.5678+02 34906 \N DSI INGENIERIE ET PROJETS \N 1083 HAMZA-ext (admin) mhaad-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.568259+02 2026-04-14 14:38:48.568259+02 34951 \N DSI INGENIERIE ET PROJETS \N 1084 KOUBAA-ext mohamed-slim.koubaa-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.569084+02 2026-04-14 14:38:48.569084+02 35233 \N DSI BUSINESS INTELLIGENCE \N 1085 GHANI-ext mohammed.ghani@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.570343+02 2026-04-14 14:38:48.570343+02 36259 \N DSI EXPLOITATION ET SUPERVISION \N 1086 MISSAOUI-ext missaoui-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.570829+02 2026-04-14 14:38:48.570829+02 35223 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 1087 OUDDERHEM-ext oudderhem-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.571295+02 2026-04-14 14:38:48.571295+02 35246 \N DSI PROGRAMME IT \N 1088 ROZZA-ext mostafa.rozza@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.571767+02 2026-04-14 14:38:48.571767+02 35644 \N DSI PROGRAMME IT \N 1089 LAMHAJEB-ext mouaad.lamhajeb-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.572227+02 2026-04-14 14:38:48.572227+02 35268 \N DSI SECURITE OPERATIONNELLE \N 1090 LAMHAJEB-ext mlaad-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.572683+02 2026-04-14 14:38:48.572683+02 35305 \N DSI SECURITE OPERATIONNELLE \N 1091 DIENG-ext dieng-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.573134+02 2026-04-14 14:38:48.573134+02 35288 \N DSI DOMAINE MOYENS DE PAIEMENT \N 1092 AMAZLOUG-ext amazloug-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.573596+02 2026-04-14 14:38:48.573596+02 37394 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1093 BENARD nadine.benard@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.574048+02 2026-04-14 14:38:48.574048+02 5306 0326835135 DSI EXPLOITATION ET SUPERVISION ADMINISTRATEUR(TRICE) SYSTEMES ET RESEAUX 1094 BENARD nbeadbur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.574504+02 2026-04-14 14:38:48.574504+02 38095 \N DSI EXPLOITATION ET SUPERVISION \N 1095 KEITA-ext nare.keita-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.574959+02 2026-04-14 14:38:48.574959+02 29340 +33326835722 DSI INGENIERIE ET PROJETS \N 1096 JARRIGE-ext nausicaa.jarrige@isi-com.com autre t f \N \N \N 2026-04-14 14:38:48.575412+02 2026-04-14 14:38:48.575412+02 22902 \N DSI INGENIERIE ET PROJETS \N 1097 Krideche-ext krideche-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.57586+02 2026-04-14 14:38:48.57586+02 35832 \N DSI PROGRAMME IT \N 1098 FERNANDEZ-ext nelson.fernandez@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.576325+02 2026-04-14 14:38:48.576325+02 35008 \N DSI PROGRAMME IT \N 1099 CRUCHOT ncrad@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.576773+02 2026-04-14 14:38:48.576773+02 35250 \N DSI INGENIERIE ET PROJETS \N 1100 DESSOYE nicolas.dessoye@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.577219+02 2026-04-14 14:38:48.577219+02 6296 +33326835245 DSI SYSTEMES ET SECURITE RESPONSABLE SYSTEMES ET SECURITE 1101 GARNIERN-ext nicolas.garnier-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.577689+02 2026-04-14 14:38:48.577689+02 38084 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 1102 MATHIEUN-ext mathieun-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.578142+02 2026-04-14 14:38:48.578142+02 37315 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1103 MORTIER-ext mortier-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.578597+02 2026-04-14 14:38:48.578597+02 37316 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1104 ROCHON-ext n.rochon@barkene.fr autre t f \N \N \N 2026-04-14 14:38:48.579041+02 2026-04-14 14:38:48.579041+02 36500 \N DSI EXPLOITATION APPLICATIVE \N 1105 VLADKOV-ext nikolay.vladkov@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.579502+02 2026-04-14 14:38:48.579502+02 36256 \N DSI EXPLOITATION APPLICATIVE \N 1106 DEMEY-ext demey-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.579956+02 2026-04-14 14:38:48.579956+02 35443 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1107 BALENI-ext baleni@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.580411+02 2026-04-14 14:38:48.580411+02 37312 \N DSI PROGRAMME IT \N 1108 CHAMPY-ext octave.champy-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.58086+02 2026-04-14 14:38:48.58086+02 35676 \N DSI DOMAINE APPLICATIONS RELATION CLIENT \N 1109 AD VONGSAVANH cvoad@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.581314+02 2026-04-14 14:38:48.581314+02 37620 \N DSI EXPLOITATION APPLICATIVE \N 1110 MOLINO-ext omolino@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.581773+02 2026-04-14 14:38:48.581773+02 34787 \N DSI PROGRAMME IT \N 1111 BILLARD-ext olivier.billard-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.582229+02 2026-04-14 14:38:48.582229+02 22962 +33344637092 DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1112 DEROCHE-ext deroche-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.582713+02 2026-04-14 14:38:48.582713+02 35107 \N DSI DOMAINE SI RH \N 1113 GARCIN-ext garcin-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.583162+02 2026-04-14 14:38:48.583162+02 35043 \N DSI INGENIERIE ET PROJETS \N 1114 GARCIN-ext ogaad-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.583615+02 2026-04-14 14:38:48.583615+02 35091 \N DSI INGENIERIE ET PROJETS \N 1115 GUERIN-ext guerin-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.584057+02 2026-04-14 14:38:48.584057+02 34387 \N DSI GOUVERNANCE \N 1116 JORQUERA-ext olivier.jorquera@isi-com.com autre t f \N \N \N 2026-04-14 14:38:48.584541+02 2026-04-14 14:38:48.584541+02 22903 \N DSI INGENIERIE ET PROJETS \N 1117 LHOMME olivier.lhomme@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.585024+02 2026-04-14 14:38:48.585024+02 34838 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS RESPONSABLE DEPARTEMENT PEAGE SYST. CAPTATION ET EQUIPEMENTS 1118 MOREL-ext morel-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.585494+02 2026-04-14 14:38:48.585494+02 34615 0604629104 DSI INGENIERIE ET PROJETS \N 1119 SENEGAS olivier.senegas@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.58595+02 2026-04-14 14:38:48.58595+02 34601 \N DSI EXPLOITATION ET SUPERVISION RESPONSABLE PCI ET PRI 1120 HILALOGLU-ext hilaloglu-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.586413+02 2026-04-14 14:38:48.586413+02 37604 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1121 TRUJILLO-ext pablo.trujillo@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.586871+02 2026-04-14 14:38:48.586871+02 35649 \N DSI PROGRAMME IT \N 1122 CADOT pascal.cadot@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.587321+02 2026-04-14 14:38:48.587321+02 1157 +33344637442 DSI DOMAINE BACK OFFICE PEAGE RESPONSABLE DE DOMAINE SI METIERS 1123 CADOT pcaadbur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.587803+02 2026-04-14 14:38:48.587803+02 38107 \N DSI DOMAINE BACK OFFICE PEAGE \N 1124 LEFEBVRE pascal.lefebvre@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.588268+02 2026-04-14 14:38:48.588268+02 7438 +33326835786 DSI RESEAUX DBA ADMINISTRATEUR(TRICE) SYSTEMES ET RESEAUX 1125 LEFEBVRE plead@sanef.groupe autre t f \N \N \N 2026-04-14 14:38:48.588768+02 2026-04-14 14:38:48.588768+02 22792 \N DSI INGENIERIE ET PROJETS \N 1126 LEFEBVRE pleadbur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.58926+02 2026-04-14 14:38:48.58926+02 38110 \N DSI RESEAUX DBA \N 1127 JAGODZINSKI-ext patryk.jagodzinski@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.589733+02 2026-04-14 14:38:48.589733+02 38094 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1128 BURGMANN-ext burgmann-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.5902+02 2026-04-14 14:38:48.5902+02 34966 \N DSI PROGRAMME IT \N 1129 TOUVEREY-ext paul.touverey-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.59067+02 2026-04-14 14:38:48.59067+02 36169 \N DSI EXPLOITATION ET SUPERVISION \N 1130 TOUVEREY-ext ptouad-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.591119+02 2026-04-14 14:38:48.591119+02 36245 \N DSI EXPLOITATION ET SUPERVISION \N 1131 YOG-ext yog-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.591583+02 2026-04-14 14:38:48.591583+02 35403 \N DSI DOMAINE MOYENS DE PAIEMENT \N 1132 NYEMEX-ext nyemex-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.592048+02 2026-04-14 14:38:48.592048+02 34439 \N DSI SECURITE OPERATIONNELLE \N 1133 KAHLER-ext kahler-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.592529+02 2026-04-14 14:38:48.592529+02 35372 \N DSI PROGRAMME IT \N 1134 WILKINSON-ext peter.wilkinson@emovis.com autre t f \N \N \N 2026-04-14 14:38:48.593008+02 2026-04-14 14:38:48.593008+02 35561 \N DSI PROGRAMME IT \N 1135 BIDEONDO philippe.bideondo@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.593592+02 2026-04-14 14:38:48.593592+02 91 0326835764 DSI PRODUCTION ET ISPT RESPONSABLE DEPARTEMENT PRODUCTION ET ISPT 1136 BOUDARD-ext boudard-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.594064+02 2026-04-14 14:38:48.594064+02 36651 \N DSI DOMAINE PATRIMOINE \N 1137 CONTENT-ext content-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.594536+02 2026-04-14 14:38:48.594536+02 35752 \N DSI PROGRAMME IT \N 1138 GANDIL philippe.gandil@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.595015+02 2026-04-14 14:38:48.595015+02 34950 \N DSI DOMAINE APPLICATIONS RELATION CLIENT RESPONSABLE DE DOMAINE RELATION CLIENT 1139 GHENAM-ext ghenam-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.595488+02 2026-04-14 14:38:48.595488+02 37398 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1140 REAUME-ext reaume-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.595949+02 2026-04-14 14:38:48.595949+02 37568 \N DSI PRODUCTION ET ISPT \N 1141 BIDEONDO-EXT ph.bideondo@gmail.com autre t f \N \N \N 2026-04-14 14:38:48.596405+02 2026-04-14 14:38:48.596405+02 35767 \N DSI PROGRAMME IT \N 1142 ESCRIEUT-ext pierre.escrieut-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.596853+02 2026-04-14 14:38:48.596853+02 37623 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 1143 THIBAULT pierre-andre.thibault@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.5973+02 2026-04-14 14:38:48.5973+02 34637 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL RESPONSABLE ISPT 1144 BELLET-ext bellet-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.597766+02 2026-04-14 14:38:48.597766+02 34604 \N DSI PROGRAMME IT \N 1145 ROUSSELP-ext rousselp-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.598276+02 2026-04-14 14:38:48.598276+02 35354 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 1146 WILLEMET-ext pierric.willemet-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.598764+02 2026-04-14 14:38:48.598764+02 34954 \N DSI ARCHITECTURE D'ENTREPRISE ET INGENIERIE TECHNICO-FONCTIONN \N 1147 BORUTA-ext piotr.boruta@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.599227+02 2026-04-14 14:38:48.599227+02 35039 \N DSI PROGRAMME IT \N 1148 JABLONSKIP-ext pawel.jablonski@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.599744+02 2026-04-14 14:38:48.599744+02 37774 \N DSI PRODUCTION ET ISPT \N 1149 LUBAK-ext piotr.lubak@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.600431+02 2026-04-14 14:38:48.600431+02 35037 \N DSI PROGRAMME IT \N 1150 STANKOVIC-ext predrag.stankovic@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.600917+02 2026-04-14 14:38:48.600917+02 34986 \N DSI PROGRAMME IT \N 735 NOMCOMPTETEST1 aymeric.tron@wanadoo.fr autre t f \N \N \N 2026-04-14 14:38:48.403301+02 2026-04-14 14:38:48.60141+02 35553 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1151 NOMCOMPTETEST2 prenom2.nom2@mailtron.fr autre t f \N \N \N 2026-04-14 14:38:48.601977+02 2026-04-14 14:38:48.601977+02 35554 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1152 NOMCOMPTETEST3 prenom3.nom3@mailtron.fr autre t f \N \N \N 2026-04-14 14:38:48.602455+02 2026-04-14 14:38:48.602455+02 35555 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1153 GUNASEKARAN-ext gunasekaran-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.602927+02 2026-04-14 14:38:48.602927+02 35291 \N DSI PROGRAMME IT \N 1154 MENUET-ext menuet-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.603384+02 2026-04-14 14:38:48.603384+02 26959 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 1155 KHELIFI-ext rachid.khelifi-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.603844+02 2026-04-14 14:38:48.603844+02 34602 \N DSI INGENIERIE ET PROJETS \N 1156 KHELIFI-ext rkhad-ext@sanef.groupe autre t f \N \N \N 2026-04-14 14:38:48.604307+02 2026-04-14 14:38:48.604307+02 34835 \N DSI INGENIERIE ET PROJETS \N 1157 DUENAS-ext rduenas@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.604759+02 2026-04-14 14:38:48.604759+02 35788 \N DSI PROGRAMME IT \N 1158 MOREIRA-ext rafael.moreira-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.605217+02 2026-04-14 14:38:48.605217+02 34724 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1159 N-ext n-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.605687+02 2026-04-14 14:38:48.605687+02 35111 \N DSI INGENIERIE ET PROJETS \N 1160 BOUHADJ-ext rayan.bouhadj@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.606155+02 2026-04-14 14:38:48.606155+02 37541 \N DSI EXPLOITATION ET SUPERVISION \N 1161 HADDAD-ext rayan.haddad@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.606626+02 2026-04-14 14:38:48.606626+02 37396 \N DSI EXPLOITATION ET SUPERVISION \N 1162 KIMAOUI-ext reda.kimaoui-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.607087+02 2026-04-14 14:38:48.607087+02 35061 \N DSI BUSINESS INTELLIGENCE \N 1163 NIDAM-ext nidam-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.607544+02 2026-04-14 14:38:48.607544+02 27045 \N DSI DEPT INGENIERIE DES SYSTEMES GESTION \N 1164 RENAULT remi.renault@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.608019+02 2026-04-14 14:38:48.608019+02 37554 \N DSI EXPLOITATION ET SUPERVISION ALTERNANT(E) INGENIERIE INFORMATIQUE 1165 RENAULT rread@sanef.groupe autre t f \N \N \N 2026-04-14 14:38:48.608478+02 2026-04-14 14:38:48.608478+02 37603 \N DSI EXPLOITATION ET SUPERVISION ALTERNANT EXPERT EN INGENIERIE INFORMATIQUE 1166 VANDENBROUCKE-ext renaud.vandenbroucke@actemium.com autre t f \N \N \N 2026-04-14 14:38:48.608944+02 2026-04-14 14:38:48.608944+02 35557 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 1167 BUELNA-ext ricardo.buelna@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.609448+02 2026-04-14 14:38:48.609448+02 35047 \N DSI PROGRAMME IT \N 1168 SOLEMAN-ext soleman-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.609923+02 2026-04-14 14:38:48.609923+02 22418 \N DSI EXPLOITATION \N 1169 SOBOLEWSKI-ext robert.sobolewski-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.61038+02 2026-04-14 14:38:48.61038+02 36112 \N DSI INGENIERIE ET PROJETS \N 1170 BERNARD-ext bernard-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.610849+02 2026-04-14 14:38:48.610849+02 36266 \N DSI EXPLOITATION ET SUPERVISION \N 1171 LEROY-ext romain.leroy-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.611967+02 2026-04-14 14:38:48.611967+02 38030 \N DSI DEPT INGENIERIE DES SYSTEMES GESTION \N 1172 MERCIER-ext mercier-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.612555+02 2026-04-14 14:38:48.612555+02 26960 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 1173 Campillo-ext campillo-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.613058+02 2026-04-14 14:38:48.613058+02 34783 \N DSI PROGRAMME IT \N 1174 TRINKO-ext roman.trinko@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.613533+02 2026-04-14 14:38:48.613533+02 34996 \N DSI PROGRAMME IT \N 1175 GAY romuald.gay@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.614005+02 2026-04-14 14:38:48.614005+02 7397 +33326835788 DSI EXPLOITATION ET SUPERVISION RESPONSABLE EXPLOITATION ET SUPERVISION 1176 GAY rgaad@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.614473+02 2026-04-14 14:38:48.614473+02 22791 \N DSI EXPLOITATION ET SUPERVISION \N 1177 GAY rgaadbur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.614967+02 2026-04-14 14:38:48.614967+02 38097 \N DSI EXPLOITATION ET SUPERVISION \N 1178 LEVIENNESSE-ext ronan.leviennesse-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.615435+02 2026-04-14 14:38:48.615435+02 37351 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 1179 MASAQUIZA-ext masaquiza-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.616285+02 2026-04-14 14:38:48.616285+02 35185 \N DSI SECURITE OPERATIONNELLE \N 1180 NOUH-ext nouh-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.61693+02 2026-04-14 14:38:48.61693+02 35439 \N DSI PROGRAMME IT \N 1181 BABA-ext salma.baba@sully-group.com autre t f \N \N \N 2026-04-14 14:38:48.617475+02 2026-04-14 14:38:48.617475+02 38103 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 1182 BOUAFIA-ext bouafia-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.617983+02 2026-04-14 14:38:48.617983+02 37395 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1183 HADDOUT-ext haddout-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.618484+02 2026-04-14 14:38:48.618484+02 35294 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1184 PIERRE-LOUIS-ext pierre-louis-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.618983+02 2026-04-14 14:38:48.618983+02 34428 \N DSI INGENIERIE ET PROJETS \N 1185 BALCERZAK-ext sebastian.balcerzak@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.61947+02 2026-04-14 14:38:48.61947+02 35622 \N DSI PROGRAMME IT \N 1186 BARTEAU-ext barteau-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.619947+02 2026-04-14 14:38:48.619947+02 35095 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 1187 CYCAK-ext sebastien.cycak@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.620463+02 2026-04-14 14:38:48.620463+02 36269 \N DSI EXPLOITATION ET SUPERVISION \N 1188 MALUS-ext smalus@citilog.com autre t f \N \N \N 2026-04-14 14:38:48.620938+02 2026-04-14 14:38:48.620938+02 34681 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 1189 RAMEL-ext ramel-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.621401+02 2026-04-14 14:38:48.621401+02 31090 \N DSI DEPT INGENIERIE DES SYSTEMES GESTION \N 1190 RAULT-ext rault-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.621892+02 2026-04-14 14:38:48.621892+02 34598 \N DSI DOMAINE SI FINANCE/ACHAT \N 1191 THOREL-ext sebastien.thorel@isi-com.com autre t f \N \N \N 2026-04-14 14:38:48.622412+02 2026-04-14 14:38:48.622412+02 22904 \N DSI INGENIERIE ET PROJETS \N 1192 DIGBEU-ext serge.digbeu-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.622887+02 2026-04-14 14:38:48.622887+02 38439 \N DSI EXPLOITATION ET SUPERVISION \N 1193 KOVALIOV-ext sergey.kovaliov@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.623348+02 2026-04-14 14:38:48.623348+02 35055 \N DSI PROGRAMME IT \N 1194 HADJALI-ext sidahmed.hadjali@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.62381+02 2026-04-14 14:38:48.62381+02 36271 \N DSI EXPLOITATION ET SUPERVISION \N 1195 ALLALI-ext sihame.allali-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.624287+02 2026-04-14 14:38:48.624287+02 38113 \N DSI DIRECTION DES ETUDES ET SYSTEMES APPLICATIFS \N 1196 BOIVENT-ext boivent-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.624756+02 2026-04-14 14:38:48.624756+02 26955 \N DSI DEPT INGENIERIE DES SYSTEMES GESTION \N 1197 DURMARQUE simon.durmarque@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.625219+02 2026-04-14 14:38:48.625219+02 7327 +33326835548 DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL TECHNICIEN(NE) TECHNOLOGIES ET SYSTEMES 1198 DURMARQUE simon.durmarque2@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.62569+02 2026-04-14 14:38:48.62569+02 23042 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1199 LIGIER-ext simon.ligier-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.626147+02 2026-04-14 14:38:48.626147+02 34745 \N DSI DOMAINE MOYENS DE PAIEMENT \N 1200 TRAYA-ext simon.traya-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.626609+02 2026-04-14 14:38:48.626609+02 35815 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1201 DIAZ-ext diaz-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.627073+02 2026-04-14 14:38:48.627073+02 35367 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 1202 INTHIRAPIRATHAPAN-ext sinnarasa.inthirapirathapan-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.627535+02 2026-04-14 14:38:48.627535+02 35363 \N DSI DOMAINE APPLICATIONS RELATION CLIENT \N 1203 JIYEON-ext song.jiyeon@ibm.com autre t f \N \N \N 2026-04-14 14:38:48.627993+02 2026-04-14 14:38:48.627993+02 36937 \N DSI PROGRAMME IT \N 1204 SVAY sopheak.svay@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.62847+02 2026-04-14 14:38:48.62847+02 5307 +33344637762 DSI INGENIERIE ARMEMENT PEAGE ET EQUIPEMENTS RESPONSABLE DE DOMAINE TECHNOLOGIES PEAGE 1205 TONNOIR sophie.tonnoir@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.628933+02 2026-04-14 14:38:48.628933+02 35031 +33141908493 DSI SYSTEMES ET SECURITE INGENIEUR MICROSOFT 1206 BOUTERFAS-ext souhil.bouterfas@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.629398+02 2026-04-14 14:38:48.629398+02 36258 \N DSI EXPLOITATION ET SUPERVISION \N 1207 SALUR-ext steeven.salur-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.62986+02 2026-04-14 14:38:48.62986+02 36300 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1208 SALUR-ext ssaad-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.630314+02 2026-04-14 14:38:48.630314+02 36496 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1209 SALEMBIER-ext salembier-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.631291+02 2026-04-14 14:38:48.631291+02 35897 \N DSI INGENIERIE ET PROJETS \N 1210 THEVENEL-ext stephane.thevenel@gmail.com autre t f \N \N \N 2026-04-14 14:38:48.633173+02 2026-04-14 14:38:48.633173+02 35362 \N DSI DOMAINE PATRIMOINE \N 1211 KUBIAK-ext steve.kubiak-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.634246+02 2026-04-14 14:38:48.634246+02 38035 \N DSI SYSTEMES ET SECURITE \N 1212 GUERRA-ext sguerra@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.635362+02 2026-04-14 14:38:48.635362+02 35792 \N DSI PROGRAMME IT \N 1213 LJULJ-ext stipe.ljulj@emovis.hr autre t f \N \N \N 2026-04-14 14:38:48.636761+02 2026-04-14 14:38:48.636761+02 35756 \N DSI PROGRAMME IT \N 1214 NOVAHE-ext cds@novahe.fr autre t f \N \N \N 2026-04-14 14:38:48.637835+02 2026-04-14 14:38:48.637835+02 37548 \N DSI INGENIERIE ET PROJETS \N 1215 BLANCKAERT-ext blanckaert-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.63857+02 2026-04-14 14:38:48.63857+02 35551 \N DSI INGENIERIE ET PROJETS \N 1216 DAVROU sylvain.davrou@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.639255+02 2026-04-14 14:38:48.639255+02 6376 +33344637443 DSI ARCHITECTURE D'ENTREPRISE ET INGENIERIE TECHNICO-FONCTIONN ARCHITECTE ENTREPRISE IT 1217 FONTAINE-ext sylvain.fontaine@digisys.fr autre t f \N \N \N 2026-04-14 14:38:48.639802+02 2026-04-14 14:38:48.639802+02 22937 \N DSI EXPLOITATION ET SUPERVISION \N 1218 HUYNHS-ext huynhs-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.640326+02 2026-04-14 14:38:48.640326+02 35651 \N DSI INGENIERIE ET PROJETS \N 1219 LEDAMOISEL-ext ledamoisel-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.640932+02 2026-04-14 14:38:48.640932+02 35379 0235185472 DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1220 Larete sylvie.larete@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.641799+02 2026-04-14 14:38:48.641799+02 37519 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1221 BREGAR-ext bregar-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.642411+02 2026-04-14 14:38:48.642411+02 34851 \N DSI PROGRAMME IT \N 1222 COSSE-ext tanneguy.cosse-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.642946+02 2026-04-14 14:38:48.642946+02 21941 \N DSI DOMAINE PATRIMOINE \N 1223 WANG-ext wang-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.643448+02 2026-04-14 14:38:48.643448+02 35452 \N DSI INGENIERIE ET PROJETS \N 1224 THEUREAU-ext theureau-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.643952+02 2026-04-14 14:38:48.643952+02 35103 \N DSI DOMAINE APPLICATIONS TELEOPERATION PEAGE \N 1225 Fenix test.fenix@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.644472+02 2026-04-14 14:38:48.644472+02 35399 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1226 VANGEEST-ext vangeest-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.645011+02 2026-04-14 14:38:48.645011+02 35078 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1227 TRUNEL-ext thibault.trunel-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.645505+02 2026-04-14 14:38:48.645505+02 35303 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 1228 BAH-ext thierno.bah-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.645993+02 2026-04-14 14:38:48.645993+02 34388 \N DSI SECURITE OPERATIONNELLE \N 1229 BAH-ext tbaad-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.64648+02 2026-04-14 14:38:48.64648+02 34470 \N DSI SECURITE OPERATIONNELLE \N 1230 BENNE thierry.benne@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.647123+02 2026-04-14 14:38:48.647123+02 1219 0326835784 DSI EXPLOITATION ET SUPERVISION ADMINISTRATEUR(TRICE) SYSTEMES ET RESEAUX 1231 BENNE tbeadbur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.647685+02 2026-04-14 14:38:48.647685+02 38096 \N DSI EXPLOITATION ET SUPERVISION \N 1232 BLOND-ext blond-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.648205+02 2026-04-14 14:38:48.648205+02 35623 \N DSI DEPT PEAGE SYST CENTRAUX \N 1233 CONSEJO-ext thierry.consejo-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.648705+02 2026-04-14 14:38:48.648705+02 38058 \N DSI PROJETS ET INTEGRATION \N 1234 RENAUD-ext trenaud@rayonnance.fr autre t f \N \N \N 2026-04-14 14:38:48.649184+02 2026-04-14 14:38:48.649184+02 20192 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 1235 ROUSSELT-ext rousselt-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.64968+02 2026-04-14 14:38:48.64968+02 34961 \N DSI PRODUCTION ET ISPT \N 1236 TOUZARD-ext touzard-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.650174+02 2026-04-14 14:38:48.650705+02 34255 \N DSI INGENIERIE ET PROJETS \N 1237 UNIMON thierry.unimon@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.651278+02 2026-04-14 14:38:48.651278+02 34827 \N DSI DOMAINE PATRIMOINE RESPONSABLE DE DOMAINE APPLICATIF SI PATRIMOINE 1238 UNIMON-ext thierry.unimon-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.65181+02 2026-04-14 14:38:48.65181+02 36109 \N DSI DOMAINE PATRIMOINE \N 1239 VESSOT-ext thierry.vessot-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.652315+02 2026-04-14 14:38:48.652315+02 21744 \N DSI DOMAINE BACK OFFICE PEAGE \N 1240 GALLON-ext thomas.gallon-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.65287+02 2026-04-14 14:38:48.65287+02 35678 \N DSI DOMAINE APPLICATIONS RELATION CLIENT \N 1241 GAUTIER-ext thomas.gautier-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.653355+02 2026-04-14 14:38:48.653355+02 37376 \N DSI INGENIERIE ET PROJETS \N 1242 LANIS-ext thomas.lanis-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.653836+02 2026-04-14 14:38:48.653836+02 34964 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1243 LANIS-MA lanis-ma@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.654318+02 2026-04-14 14:38:48.654318+02 37444 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1244 LLOBREGAT-ext thomas.llobregat-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.654787+02 2026-04-14 14:38:48.654787+02 36685 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 1245 MENGA-ext menga-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.65528+02 2026-04-14 14:38:48.65528+02 34480 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 1246 PELZER thomas.pelzer@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.65581+02 2026-04-14 14:38:48.65581+02 2154 0326835756 DSI EXPLOITATION ET SUPERVISION ADMINISTRATEUR(TRICE) SYSTEMES ET RESEAUX 1247 Pelzer tpeadbur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.656279+02 2026-04-14 14:38:48.656279+02 38099 \N DSI EXPLOITATION ET SUPERVISION \N 1248 URBAN-ext thomas.urban@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.656751+02 2026-04-14 14:38:48.656751+02 34987 \N DSI PROGRAMME IT \N 1249 PINA-ext tiago.pina@pt.softinsa.com autre t f \N \N \N 2026-04-14 14:38:48.657267+02 2026-04-14 14:38:48.657267+02 35758 \N DSI PROGRAMME IT \N 1250 TEIXEIRA-ext tiago.teixeira1@ibm.com autre t f \N \N \N 2026-04-14 14:38:48.657758+02 2026-04-14 14:38:48.657758+02 34793 \N DSI PROGRAMME IT \N 1251 PERIS-ext tiffany.peris-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.658269+02 2026-04-14 14:38:48.658269+02 35172 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1252 CVITANIC-ext cvitanic-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.658769+02 2026-04-14 14:38:48.658769+02 22728 \N DSI EXPLOITATION ET SUPERVISION \N 1253 ZEDERBAUER-ext tobias.zederbauer@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.65925+02 2026-04-14 14:38:48.65925+02 34985 \N DSI PROGRAMME IT \N 1254 CHROBOCINSKI-ext chrobocinski-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.659732+02 2026-04-14 14:38:48.659732+02 34982 \N DSI PROGRAMME IT \N 1255 SAMARDZIC-ext samardzic-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.660219+02 2026-04-14 14:38:48.660219+02 34869 \N DSI PROGRAMME IT \N 1256 cucunio toto.cucunio@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.6607+02 2026-04-14 14:38:48.6607+02 35164 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1257 NDHLOVU-ext ndhlovu-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.661168+02 2026-04-14 14:38:48.661168+02 37313 \N DSI PROGRAMME IT \N 1258 PINEAU-ext ulysse.pineau-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.661696+02 2026-04-14 14:38:48.661696+02 36860 \N DSI DEPT PEAGE SYSTMES CAPTATION ET EQUIPEMENTS \N 1259 MOHAMMAD-ext mohammad-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.662185+02 2026-04-14 14:38:48.662185+02 34614 0635096576 DSI INGENIERIE ET PROJETS \N 1260 PALEVIC-ext uros.palevic@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.662747+02 2026-04-14 14:38:48.662747+02 38077 \N DSI EXPLOITATION APPLICATIVE \N 1261 SYNACK synack@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.663275+02 2026-04-14 14:38:48.663275+02 37633 \N DSI PROJETS ET INTEGRATION \N 1262 PIREZ-ext pirez-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.663778+02 2026-04-14 14:38:48.663778+02 36260 \N DSI EXPLOITATION ET SUPERVISION \N 1263 FRANCOIS-ext valerie.francois-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.664262+02 2026-04-14 14:38:48.664262+02 35296 \N DSI DOMAINE SI FINANCE/ACHAT \N 1264 GUYOTAT valerie.guyotat@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.66475+02 2026-04-14 14:38:48.66475+02 1155 0326835138 DSI EXPLOITATION ET SUPERVISION OPERATEUR(RICE) DE SAUVEGARDE 1265 GIRAUD-SAUVEUR-ext vanessa.giraud-sauveur-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.665232+02 2026-04-14 14:38:48.665232+02 35835 \N DSI DOMAINE PATRIMOINE \N 1266 GIRAUD-SAUVEUR-ext giraud-sauveur-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.665718+02 2026-04-14 14:38:48.665718+02 35102 \N DSI DOMAINE APPLICATIONS TELEOPERATION PEAGE \N 1267 DESIMEUR veronique.desimeur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.666199+02 2026-04-14 14:38:48.666199+02 1156 +33326835244 DSI EXPLOITATION APPLICATIVE TECHNICIEN(NE) TECHNOLOGIES ET SYSTEMES 1268 GONZALEZ veronique.gonzalez@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.666686+02 2026-04-14 14:38:48.666686+02 7320 +33326835134 DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION CHEF(FE) DE PROJETS 1269 BEAUTE-ext v.beaute@barkene.fr autre t f \N \N \N 2026-04-14 14:38:48.667158+02 2026-04-14 14:38:48.667158+02 35378 \N DSI DOMAINE SUPERVISIONS ET TUNNELS \N 1270 GUEZAIS-ext guezais-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.667637+02 2026-04-14 14:38:48.667637+02 35754 \N DSI PROGRAMME IT \N 1271 LOPEZ-ext vlopez@t2client.com autre t f \N \N \N 2026-04-14 14:38:48.668132+02 2026-04-14 14:38:48.668132+02 35796 \N DSI PROGRAMME IT \N 1272 BUDINOSKA-ext viktorija.budinoska@kapsch.net autre t f \N \N \N 2026-04-14 14:38:48.668603+02 2026-04-14 14:38:48.668603+02 35169 \N DSI PROGRAMME IT \N 1273 MOLINIE-ext molinie-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.669078+02 2026-04-14 14:38:48.669078+02 26961 \N DSI DOMAINE WEB/OUTILS COLLABORATIFS \N 1274 PALIS-ext vincent.palis-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.669555+02 2026-04-14 14:38:48.669555+02 37793 \N DSI DIRECTION DES ETUDES ET SYSTEMES APPLICATIFS \N 1275 RAVO-ext ravo-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.670039+02 2026-04-14 14:38:48.670039+02 36494 \N DSI EXPLOITATION APPLICATIVE \N 1276 YOBOUA-ext virgile.yoboua@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.670511+02 2026-04-14 14:38:48.670511+02 36262 \N DSI EXPLOITATION ET SUPERVISION \N 1277 LODHI-ext waleed.lodhi@neurones.net autre t f \N \N \N 2026-04-14 14:38:48.670982+02 2026-04-14 14:38:48.670982+02 36263 \N DSI EXPLOITATION ET SUPERVISION \N 1278 EDIMO-ext edimo-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.671454+02 2026-04-14 14:38:48.671454+02 35249 \N DSI BUSINESS INTELLIGENCE \N 1279 MOUANDA-ext mouanda-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.671935+02 2026-04-14 14:38:48.671935+02 34369 \N DSI INGENIERIE ET PROJETS \N 1280 NGUYEN-ext william.nguyen@actemium.com autre t f \N \N \N 2026-04-14 14:38:48.67247+02 2026-04-14 14:38:48.67247+02 38053 \N DSI PROJETS ET INTEGRATION \N 1281 BLOND-ext xavier.blond-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.672985+02 2026-04-14 14:38:48.672985+02 35276 \N DSI DEPT PEAGE SYST CENTRAUX \N 1282 DANIGO-ext yann.danigo@digisys.fr autre t f \N \N \N 2026-04-14 14:38:48.673666+02 2026-04-14 14:38:48.673666+02 35470 \N DSI EXPLOITATION APPLICATIVE \N 1283 MENNESSON-ext mennesson-ext@no-email.sanef.local autre t f \N \N \N 2026-04-14 14:38:48.674183+02 2026-04-14 14:38:48.674183+02 37355 \N DSI INGENIERIE ET SUPPORT DU POSTE DE TRAVAIL \N 1284 SARAT-ext yoan.sarat@gmail.com autre t f \N \N \N 2026-04-14 14:38:48.674668+02 2026-04-14 14:38:48.674668+02 35386 \N DSI DOMAINE PATRIMOINE \N 1285 SARAT-ext yoan.sarat-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.675135+02 2026-04-14 14:38:48.675135+02 35836 \N DSI DOMAINE PATRIMOINE \N 1286 LEGRAND-ext yohann.legrand-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.675601+02 2026-04-14 14:38:48.675601+02 35150 \N DSI ARCHITECTURE D'ENTREPRISE ET INGENIERIE TECHNICO-FONCTIONN \N 1287 AITALLA-ext youness.aitalla-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.676084+02 2026-04-14 14:38:48.676084+02 38073 \N DSI DIRECTION DES ETUDES ET SYSTEMES APPLICATIFS \N 1288 LAMRANI-ext yousra.lamrani-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.676559+02 2026-04-14 14:38:48.676559+02 37420 \N DSI BUSINESS INTELLIGENCE \N 1289 VANWYNSBERGHE yvan.vanwynsberghe@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.677045+02 2026-04-14 14:38:48.677045+02 1147 +33344637423 DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION CHEF(FE) DE PROJETS 1290 VANWYNSBERGHE yvaadbur@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.677526+02 2026-04-14 14:38:48.677526+02 38111 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 1291 VANWYNSBERGHE-MA yvan.vanwynsberghe-ma@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.678005+02 2026-04-14 14:38:48.678005+02 36862 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N 1292 ZHOU-ext zhongzheng.zhou-ext@sanef.com autre t f \N \N \N 2026-04-14 14:38:48.678471+02 2026-04-14 14:38:48.678471+02 20191 \N DSI DOMAINE SYSTÈMES D'AIDE A L'EXPLOITATION \N \. -- -- Data for Name: default_assignments; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.default_assignments (id, rule_type, rule_value, user_id, priority, note, created_at) FROM stdin; \. -- -- Data for Name: domain_environments; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.domain_environments (id, domain_id, environment_id, responsable_nom, responsable_email, referent_nom, referent_email, patch_window, patch_excludes, nb_servers, is_active, created_at) FROM stdin; 33 10 11 Fabien FONTAINE fabien.fontaine@sanef.com \N \N \N \N 1 t 2026-04-14 19:29:26.634812+02 30 4 11 Freddy LINET,Olivier LHOMME,Alexis MAHDAVI freddy.mahdavi@sanef.com Benoît CUGNART benoit.cugnart@sanef.com 6 t 2026-04-14 19:29:26.380269+02 18 3 3 Abdelkader MOUHLI-GHARBI abdelkader.mouhli-gharbi@sanef.com Youness AITALLA, Nadege NOMMAY-ext youness.nommay-ext@sanef.com 67 t 2026-04-14 19:29:25.58837+02 6 1 3 Fatima EL HASSAN fatima.hassan@sanef.com \N \N \N \N 1 t 2026-04-11 13:29:48.715428+02 14 5 2 Frédéric GRAFFAGNINO frederic.graffagnino@sanef.com Pierre-Louis THOUVENOT, Thierry UNIMON pierre-louis.unimon@sanef.com 9 t 2026-04-14 19:29:25.482381+02 9 5 1 Frédéric GRAFFAGNINO frederic.graffagnino@sanef.com Khalil NAFFETI,Abdelkader MOUHLI-GHARBI, Frédéric GRAFFAGNINO khalil.graffagnino@sanef.com 18 t 2026-04-11 13:29:49.153786+02 8 3 9 Omar CHRAIBI omar.chraibi@sanef.com \N \N \N \N 2 t 2026-04-11 13:29:49.150818+02 24 1 11 Arnaud MEILLON arnaud.meillon@sanef.com Arnaud Meillon,Bertrand letendard arnaud.letendard@sanef.com 6 t 2026-04-14 19:29:25.892792+02 26 2 3 Frédéric GRAFFAGNINO frederic.graffagnino@sanef.com Frédéric GRAFFAGNINO frederic.graffagnino@sanef.com \N \N 4 t 2026-04-14 19:29:26.153722+02 10 3 1 BLOMMAERS-ext Charles blommaers-ext.charles@sanef.com Christian VONGSAVANH christian.vongsavanh@sanef.com 81 t 2026-04-11 13:29:49.156022+02 25 2 11 Arnaud Meillon arnaud.meillon@sanef.com Cedric BOULARD cedric.boulard@sanef.com 2 t 2026-04-14 19:29:25.985149+02 12 1 2 Arnaud MEILLON arnaud.meillon@sanef.com Arnaud Meillon ou Bertrand letendard arnaud.letendard@sanef.com \N \N 15 t 2026-04-11 13:29:49.190294+02 4 2 1 Nicolas DESSOYE nicolas.dessoye@sanef.com Cedric PREVOT cedric.prevot@sanef.com \N \N 272 t 2026-04-11 03:05:56.755824+02 15 8 1 Damien LAUNE damien.laune@sanef.com DBA Cedric PREVOT dba.prevot@sanef.com \N \N 23 t 2026-04-14 19:29:25.539073+02 20 3 11 BLOMMAERS-ext Charles blommaers-ext.charles@sanef.com Christian VONGSAVANH , Jean-François CRABS christian.crabs@sanef.com 60 t 2026-04-14 19:29:25.601605+02 5 2 2 Joel CAVE joel.cave@sanef.com Joel CAVE joel.cave@sanef.com 89 t 2026-04-11 03:05:56.757061+02 3 1 1 Damir MARTINKOVIC damir.martinkovic@sanef.com Nadine BENARD, Cédric PREVOT nadine.prevot@sanef.com 16 t 2026-04-11 03:05:56.753942+02 32 10 2 Laurent DELCOUR laurent.delcour@sanef.com Laurent DELCOUR,Zhongzheng ZHOU laurent.zhou@sanef.com 59 t 2026-04-14 19:29:26.611592+02 21 3 2 HOARAU Ludovic hoarau.ludovic@sanef.com HOARAU Ludovic hoarau.ludovic@sanef.com 4 t 2026-04-14 19:29:25.832092+02 17 3 10 Abdelkader MOUHLI-GHARBI abdelkader.mouhli-gharbi@sanef.com Abdelkader MOUHLI-GHARBI abdelkader.mouhli-gharbi@sanef.com 8 t 2026-04-14 19:29:25.585658+02 27 2 10 Nicolas DESSOYE nicolas.dessoye@sanef.com \N \N \N \N 1 t 2026-04-14 19:29:26.230934+02 31 10 1 Dany CARON dany.caron@sanef.com Christophe 67 t 2026-04-14 19:29:26.606757+02 16 8 2 Damien LAUNE,Jean-Fancois damien.launejean-fancois@sanef.com Rachid KHELIFI rachid.khelifi@sanef.com 4 t 2026-04-14 19:29:25.543525+02 29 4 2 Christophe DEWILDE, Dany CARON christophe.caron@sanef.com Christophe DEWILDE, Dany CARON christophe.caron@sanef.com 38 t 2026-04-14 19:29:26.363051+02 28 4 1 Freddy LINET,Olivier LHOMME,Alexis MAHDAVI freddy.mahdavi@sanef.com Freddy LINET,Olivier LHOMME,Alexis MAHDAVI freddy.mahdavi@sanef.com 147 t 2026-04-14 19:29:26.361149+02 \. -- -- Data for Name: domain_ltd_list; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.domain_ltd_list (id, name, description, is_active, created_at) FROM stdin; 3 sanef.groupe t 2026-04-11 03:54:40.340128+02 4 sanef-rec.fr t 2026-04-11 03:54:46.382039+02 10 workgroupe \N t 2026-04-11 13:29:48.632756+02 5 recette.adds t 2026-04-11 03:54:57.796556+02 9 sanef-int.adds t 2026-04-11 13:29:48.630455+02 \. -- -- Data for Name: domain_responsables; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.domain_responsables (id, domain_id, nom, email, telephone, role_resp, is_primary, is_active, created_at) FROM stdin; \. -- -- Data for Name: domains; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.domains (id, name, code, description, default_excludes, default_patch_window, default_patch_frequency, teams_webhook_url, teams_sharepoint_folder, display_order, is_active, created_at, updated_at) FROM stdin; 3 Flux Libre FL Flux Libre monthly \N \N 0 t 2026-04-11 03:50:51.157561+02 2026-04-11 03:50:51.157561+02 5 BI BI BI monthly \N \N 0 t 2026-04-11 03:51:39.723213+02 2026-04-11 03:51:57.644434+02 1 Gestion GESTION Gestion monthly \N \N 0 t 2026-04-11 03:05:56.453449+02 2026-04-11 03:52:07.11651+02 2 Infrastructure INFRASTRUC Infrastructure monthly \N \N 0 t 2026-04-11 03:05:56.747618+02 2026-04-11 03:53:31.933235+02 4 Péage PEA Péage monthly \N \N 0 t 2026-04-11 03:51:11.019014+02 2026-04-11 20:34:41.038+02 6 testdom TSTDOM tdst monthly \N \N 0 t 2026-04-11 04:19:17.913513+02 2026-04-11 20:34:46.784182+02 8 EMV emv \N \N \N monthly \N \N 99 t 2026-04-14 19:29:25.538239+02 2026-04-14 19:29:25.538239+02 10 Trafic trafic \N \N \N monthly \N \N 99 t 2026-04-14 19:29:26.606058+02 2026-04-14 19:29:26.606058+02 \. -- -- Data for Name: environments; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.environments (id, name, code, ssh_method, requires_approval, approval_level, display_order, is_active, created_at) FROM stdin; 1 Production PRODUCTION ssh_key f operator 0 t 2026-04-11 03:05:56.748736+02 2 Recette RECETTE ssh_key f operator 0 t 2026-04-11 03:05:56.750266+02 3 Test TST ssh_key f operator 0 t 2026-04-11 03:52:34.793568+02 8 Formation FORMATION ssh_key f operator 0 t 2026-04-11 13:29:48.376433+02 10 Développement developpem ssh_key f operator 99 t 2026-04-14 19:29:25.584598+02 11 Pré-Prod preprod ssh_key f operator 99 t 2026-04-14 19:29:25.594469+02 9 Intégration INTEGRATIO ssh_key f operator 0 t 2026-04-11 13:29:48.377969+02 \. -- -- Data for Name: eol_references; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.eol_references (id, os_pattern, eol_date, els_date, status, notes) FROM stdin; \. -- -- Data for Name: hypervisors; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.hypervisors (id, hostname, fqdn, cluster_name, underlying_server, site, domain_ltd, description, responsable_nom, moved_from_server_id, created_at, kind) FROM stdin; 1 lpaflevir1 lpaflevir1.sanef.groupe CLU-AFL lpaflevir1 TRAVEE 1 sanef.groupe Hyperviseur FreeFlow Thierry BENNE 1301 2026-04-14 17:51:24.855113+02 hypervisor 2 lpaflevir2 lpaflevir2.sanef.groupe CLU-AFL lpaflevir2 TRAVEE 2 sanef.groupe Hyperviseur FreeFlow Thierry BENNE 1302 2026-04-14 17:51:24.8783+02 hypervisor 3 lpaflevir3 lpaflevir3.sanef.groupe CLU-AFL lpaflevir3 TRAVEE 1 sanef.groupe Hyperviseur FreeFlow Thierry BENNE 1303 2026-04-14 17:51:24.883606+02 hypervisor 4 lpaflevir4 lpaflevir4.sanef.groupe CLU-AFL lpaflevir4 TRAVEE 2 sanef.groupe Hyperviseur FreeFlow Thierry BENNE 1304 2026-04-14 17:51:24.889063+02 hypervisor 5 lpaflevir5 lpaflevir5.sanef.groupe CLU-AFL lpaflevir5 TRAVEE 2 sanef.groupe Hyperviseur FreeFlow Thierry BENNE 1305 2026-04-14 17:51:24.894324+02 hypervisor 6 lpaflevir6 lpaflevir6.sanef.groupe CLU-AFL lpaflevir6 TRAVEE 1 sanef.groupe Hyperviseur FreeFlow Thierry BENNE 1306 2026-04-14 17:51:24.899968+02 hypervisor 7 lpgesevir1 lpgesevir1.sanef.groupe CLU-GES lpgesevir1 TRAVEE 2 sanef.groupe Hyperviseur Gestion Thierry BENNE 1327 2026-04-14 17:51:24.905297+02 hypervisor 8 lpgesevir2 lpgesevir2.sanef.groupe CLU-GES lpgesevir2 TRAVEE 3 sanef.groupe Hyperviseur Gestion Thierry BENNE 1328 2026-04-14 17:51:24.909586+02 hypervisor 9 lpgesevir3 lpgesevir3.sanef.groupe CLU-GES lpgesevir3 TRAVEE 2 sanef.groupe Hyperviseur Gestion Thierry BENNE 1329 2026-04-14 17:51:24.913739+02 hypervisor 10 lpgesevir4 lpgesevir4.sanef.groupe CLU-GES lpgesevir4 TRAVEE 3 sanef.groupe Hyperviseur Gestion Thierry BENNE 1330 2026-04-14 17:51:24.917715+02 hypervisor 11 lpgesevir5 lpgesevir5.sanef.groupe CLU-GES lpgesevir5 TRAVEE 2 sanef.groupe Hyperviseur Gestion Thierry BENNE 1331 2026-04-14 17:51:24.921649+02 hypervisor 12 lpgesevir6 lpgesevir6.sanef.groupe CLU-GES lpgesevir6 TRAVEE 3 sanef.groupe Hyperviseur Gestion Thierry BENNE 1332 2026-04-14 17:51:24.925783+02 hypervisor 13 lpgesevir7 lpgesevir7.sanef.groupe CLU-GES lpgesevir7 TRAVEE 2 sanef.groupe Hyperviseur Gestion Thierry BENNE 1333 2026-04-14 17:51:24.929916+02 hypervisor 14 lpgesevir8 lpgesevir8.sanef.groupe CLU-GES lpgesevir8 TRAVEE 3 sanef.groupe Hyperviseur Gestion Thierry BENNE 1334 2026-04-14 17:51:24.933947+02 hypervisor 15 lpmetevir1 lpmetevir1.sanef.groupe CLU-MET lpmetevir1 TRAVEE 1 sanef.groupe Hyperviseur Métier Thierry BENNE 1336 2026-04-14 17:51:24.938108+02 hypervisor 16 lpmetevir10 lpmetevir10.sanef.groupe CLU-MET lpmetevir10 TRAVEE 2 sanef.groupe Hyperviseur Métier Thierry BENNE 1337 2026-04-14 17:51:24.942018+02 hypervisor 17 lpmetevir11 lpmetevir11.sanef.groupe CLU-MET lpmetevir11 TRAVEE 1 sanef.groupe Hyperviseur Métier Thierry BENNE 1338 2026-04-14 17:51:24.946258+02 hypervisor 18 lpmetevir12 lpmetevir12.sanef.groupe CLU-MET lpmetevir12 TRAVEE 2 sanef.groupe Hyperviseur Métier Thierry BENNE 1339 2026-04-14 17:51:24.950576+02 hypervisor 19 lpmetevir2 lpmetevir2.sanef.groupe CLU-MET lpmetevir2 TRAVEE 2 sanef.groupe Hyperviseur Métier Thierry BENNE 1340 2026-04-14 17:51:24.954555+02 hypervisor 20 lpmetevir3 lpmetevir3.sanef.groupe CLU-MET lpmetevir3 TRAVEE 1 sanef.groupe Hyperviseur Métier Thierry BENNE 1341 2026-04-14 17:51:24.958798+02 hypervisor 21 lpmetevir4 lpmetevir4.sanef.groupe CLU-MET lpmetevir4 TRAVEE 2 sanef.groupe Hyperviseur Métier Thierry BENNE 1342 2026-04-14 17:51:24.962904+02 hypervisor 22 lpmetevir5 lpmetevir5.sanef.groupe CLU-MET lpmetevir5 TRAVEE 1 sanef.groupe Hyperviseur Métier Thierry BENNE 1343 2026-04-14 17:51:24.966787+02 hypervisor 23 lpmetevir6 lpmetevir6.sanef.groupe CLU-MET lpmetevir6 TRAVEE 2 sanef.groupe Hyperviseur Métier Thierry BENNE 1344 2026-04-14 17:51:24.970688+02 hypervisor 24 lpmetevir7 lpmetevir7.sanef.groupe CLU-MET lpmetevir7 TRAVEE 1 sanef.groupe Hyperviseur Métier Thierry BENNE 1345 2026-04-14 17:51:24.975056+02 hypervisor 25 lpmetevir8 lpmetevir8.sanef.groupe CLU-MET lpmetevir8 TRAVEE 2 sanef.groupe Hyperviseur Métier Thierry BENNE 1346 2026-04-14 17:51:24.979465+02 hypervisor 26 lpmetevir9 lpmetevir9.sanef.groupe CLU-MET lpmetevir9 TRAVEE 1 sanef.groupe Hyperviseur Métier Thierry BENNE 1347 2026-04-14 17:51:24.983908+02 hypervisor 27 lppcievir1 lppcievir1.sanef.groupe CLU-PCI lppcievir1 TRAVEE 1 sanef.groupe Hyperviseur PCI-DSS Thierry BENNE 1348 2026-04-14 17:51:24.988166+02 hypervisor 28 lppcievir2 lppcievir2.sanef.groupe CLU-PCI lppcievir2 TRAVEE 2 sanef.groupe Hyperviseur PCI-DSS Thierry BENNE 1349 2026-04-14 17:51:24.992386+02 hypervisor 29 lppruevir2 lppruevir2.sanef.groupe CLU-MET lppruevir2 TRAVEE 3 sanef.groupe Hyperviseur PRU Métier Thierry BENNE 1350 2026-04-14 17:51:24.996383+02 hypervisor 30 lraflevir2 lraflevir2.sanef.groupe CLU-AFL-REC lraflevir2 TRAVEE 3 sanef.groupe Hyperviseur FreeFlow de Recette Thierry BENNE 1354 2026-04-14 17:51:25.000348+02 hypervisor 31 lraflevir4 lraflevir4.sanef.groupe CLU-AFL-REC lraflevir4 TRAVEE 3 sanef.groupe Hyperviseur FreeFlow de Recette Thierry BENNE 1355 2026-04-14 17:51:25.004347+02 hypervisor 32 lraflevir6 lraflevir6.sanef.groupe CLU-AFL-REC lraflevir6 TRAVEE 3 sanef.groupe Hyperviseur FreeFlow de Recette Thierry BENNE 1356 2026-04-14 17:51:25.008069+02 hypervisor 33 lrallevir10 lrallevir10.sanef.groupe CLU-REC lrallevir10 TRAVEE 3 sanef.groupe Hyperviseur Recette Thierry BENNE 1358 2026-04-14 17:51:25.012463+02 hypervisor 34 lrallevir2 lrallevir2.sanef.groupe CLU-REC lrallevir2 TRAVEE 3 sanef.groupe Hyperviseur Recette Thierry BENNE 1359 2026-04-14 17:51:25.015625+02 hypervisor 35 lrallevir4 lrallevir4.sanef.groupe CLU-REC lrallevir4 TRAVEE 3 sanef.groupe Hyperviseur Recette Thierry BENNE 1360 2026-04-14 17:51:25.01876+02 hypervisor 36 lrallevir6 lrallevir6.sanef.groupe CLU-REC lrallevir6 TRAVEE 3 sanef.groupe Hyperviseur Recette Thierry BENNE 1361 2026-04-14 17:51:25.023464+02 hypervisor 37 lrallevir8 lrallevir8.sanef.groupe CLU-REC lrallevir8 TRAVEE 3 sanef.groupe Hyperviseur Recette Thierry BENNE 1362 2026-04-14 17:51:25.02829+02 hypervisor 38 rsmiora1 \N \N rsmiora1 \N \N ESX\r\nDongle USB AlphaPro \r\nProd pour vppeaaiph1\r\nRecette pour vrpeaaiph1 \N 1582 2026-04-14 17:51:25.031901+02 hypervisor 39 spabnevir1 spabnevir1.sanef.groupe \N spabnevir1 Abbeville Nord sanef.groupe ESX Thierry BENNE 1417 2026-04-14 17:51:25.035672+02 hypervisor 40 spabvevir1 spabvevir1.sanef.groupe \N spabvevir1 AMBLAINVILLE sanef.groupe ESX Thierry BENNE 1418 2026-04-14 17:51:25.039275+02 hypervisor 41 spaflevir1 spaflevir1.sanef.groupe CLU-AFL-DMZ spaflevir1 TRAVEE 1 sanef.groupe Hyperviseur FreeFlow de DMZ Thierry BENNE 1422 2026-04-14 17:51:25.042736+02 hypervisor 42 spaflevir2 spaflevir2.sanef.groupe CLU-AFL-DMZ spaflevir2 TRAVEE 1 sanef.groupe Hyperviseur FreeFlow de DMZ Thierry BENNE 1423 2026-04-14 17:51:25.046449+02 hypervisor 43 spalbevir1 spalbevir1.sanef.groupe \N spalbevir1 BOUVILLE sanef.groupe ESX Thierry BENNE 1428 2026-04-14 17:51:25.049914+02 hypervisor 44 spamlevir1 spamlevir1.sanef.groupe \N spamlevir1 HAUDRICOURT sanef.groupe ESX Thierry BENNE 1429 2026-04-14 17:51:25.053556+02 hypervisor 45 spamsevir1 spamsevir1.sanef.groupe \N spamsevir1 Amiens-Sud sanef.groupe ESX Thierry BENNE 1430 2026-04-14 17:51:25.057242+02 hypervisor 46 spbmtevir1 spbmtevir1.sanef.groupe \N spbmtevir1 BEAUMONT sanef.groupe ESX Thierry BENNE 1446 2026-04-14 17:51:25.060401+02 hypervisor 47 spbovevir1 spbovevir1.sanef.groupe \N spbovevir1 JULES VERNE sanef.groupe ESX Thierry BENNE 1450 2026-04-14 17:51:25.063828+02 hypervisor 48 spbpvevir1 spbpvevir1.sanef.groupe \N spbpvevir1 TRAVEE 2 sanef.groupe ESX temporaire Thierry BENNE 1451 2026-04-14 17:51:25.067156+02 hypervisor 49 spccyevir1 spccyevir1.sanef.groupe \N spccyevir1 COURCY sanef.groupe ESX Thierry BENNE 1454 2026-04-14 17:51:25.070915+02 hypervisor 50 spchtevir1 spchtevir1.sanef.groupe \N spchtevir1 CHAMANT sanef.groupe ESX Thierry BENNE 1455 2026-04-14 17:51:25.074329+02 hypervisor 51 spcotevir1 spcotevir1.sanef.groupe \N spcotevir1 Cottevrard BPV sanef.groupe ESX Thierry BENNE 1456 2026-04-14 17:51:25.077651+02 hypervisor 52 spctvevir1 spctvevir1.sanef.groupe \N spctvevir1 COUTEVROULT sanef.groupe ESX Thierry BENNE 1457 2026-04-14 17:51:25.081353+02 hypervisor 53 spdsievir1 spdsievir1.sanef.groupe \N spdsievir1 SENLIS sanef.groupe ESX Thierry BENNE 1463 2026-04-14 17:51:25.08465+02 hypervisor 54 spdsievir2 spdsievir2.sanef.groupe \N spdsievir2 SENLIS sanef.groupe ESX Thierry BENNE 1464 2026-04-14 17:51:25.089079+02 hypervisor 55 spflmevir1 spflmevir1.sanef.groupe \N spflmevir1 FRESNES sanef.groupe ESX Thierry BENNE 1470 2026-04-14 17:51:25.092466+02 hypervisor 56 spgesevir1 spgesevir1.sanef.groupe CLU-GES-DMZ spgesevir1 TRAVEE 1 sanef.groupe Hyperviseur Gestion DMZ Thierry BENNE 1471 2026-04-14 17:51:25.095812+02 hypervisor 57 spgesevir2 spgesevir2.sanef.groupe CLU-GES-DMZ spgesevir2 TRAVEE 1 sanef.groupe Hyperviseur Gestion DMZ Thierry BENNE 1472 2026-04-14 17:51:25.099223+02 hypervisor 58 spgpuevir1 spgpuevir1.sanef.groupe CLU-GPU spgpuevir1 TRAVEE 1 sanef.groupe Hyperviseur PCT avec GPU Franck RIVEY 1473 2026-04-14 17:51:25.102632+02 hypervisor 59 spgpuevir2 spgpuevir2.sanef.groupe CLU-GPU spgpuevir2 TRAVEE 2 sanef.groupe Hyperviseur PCT avec GPU Franck RIVEY 1474 2026-04-14 17:51:25.105782+02 hypervisor 60 sphdnevir1 sphdnevir1.sanef.groupe \N sphdnevir1 HORDAIN sanef.groupe ESX Thierry BENNE 1475 2026-04-14 17:51:25.109255+02 hypervisor 61 sphrqevir1 sphrqevir1.sanef.groupe \N sphrqevir1 HERQUELINGUE sanef.groupe ESX Thierry BENNE 1476 2026-04-14 17:51:25.11265+02 hypervisor 62 spiadevir1 spiadevir1.sanef.groupe \N spiadevir1 TRAVEE 1 sanef.groupe Hyperviseur du Tier 0 hébergeant les contrôleurs de domaine AD et serveurs PKI Thierry BENNE 1477 2026-04-14 17:51:25.115923+02 hypervisor 63 spiadevir2 spiadevir2.sanef.groupe \N spiadevir2 TRAVEE 1 sanef.groupe Hyperviseur du Tier 0 hébergeant les contrôleurs de domaine AD et serveurs PKI Thierry BENNE 1478 2026-04-14 17:51:25.119137+02 hypervisor 64 spiadevir3 spiadevir3.sanef.groupe \N spiadevir3 TRAVEE 1 sanef.groupe Hyperviseur du Tier 0 hébergeant les VM d'aministration du Tier 0 Thierry BENNE 1479 2026-04-14 17:51:25.122524+02 hypervisor 65 spiadevir5 \N \N spiadevir5 \N \N Hyperviseur du Tier 1 hébergeant des VM d'admin et de MECM, KMS, Vcenter ... \N 1583 2026-04-14 17:51:25.125878+02 hypervisor 66 spiadevir6 \N \N spiadevir6 \N \N Hyperviseur du Tier 1 hébergeant des VM d'admin et de MECM, KMS, Vcenter ... \N 1584 2026-04-14 17:51:25.129363+02 hypervisor 67 spiadevir7 spiadevir7.sanef.groupe \N spiadevir7 TRAVEE 1 sanef.groupe Hyperviseur du Tier 1 hébergeant des VM d'admin et de MECM, KMS, Vcenter ... Thierry BENNE 1480 2026-04-14 17:51:25.132799+02 hypervisor 68 splpeevir1 splpeevir1.sanef.groupe \N splpeevir1 LOUPERSHOUSE sanef.groupe ESX Thierry BENNE 1485 2026-04-14 17:51:25.136225+02 hypervisor 69 spmalevir1 spmalevir1.sanef.groupe \N spmalevir1 Montreuil barrière sanef.groupe ESX Thierry BENNE 1486 2026-04-14 17:51:25.13972+02 hypervisor 70 spmetevir1 spmetevir1.sanef.groupe CLU-MET-DMZ spmetevir1 TRAVEE 1 sanef.groupe Hyperviseur Métier DMZ Thierry BENNE 1487 2026-04-14 17:51:25.143051+02 hypervisor 71 spmetevir2 spmetevir2.sanef.groupe CLU-MET-DMZ spmetevir2 TRAVEE 1 sanef.groupe Hyperviseur Métier DMZ Thierry BENNE 1488 2026-04-14 17:51:25.146447+02 hypervisor 72 spodabmut1 spodabmut1.sanef.groupe \N spodabmut1 TRAVEE 1 sanef.groupe Serveur ODA Oracle de Production Cedric PREVOT 1489 2026-04-14 17:51:25.149925+02 hypervisor 73 spodabmut2 spodabmut2.sanef.groupe \N spodabmut2 TRAVEE 2 sanef.groupe Serveur ODA Oracle de Production Cedric PREVOT 1490 2026-04-14 17:51:25.153322+02 hypervisor 74 spodabmut3 spodabmut3.sanef.groupe \N spodabmut3 TRAVEE 1 sanef.groupe Serveur ODA Oracle de Production Cedric PREVOT 1491 2026-04-14 17:51:25.156524+02 hypervisor 75 spodabmut4 spodabmut4.sanef.groupe \N spodabmut4 TRAVEE 2 sanef.groupe Serveur ODA Oracle de Production Cedric PREVOT 1492 2026-04-14 17:51:25.159881+02 hypervisor 76 spormevir1 spormevir1.sanef.groupe \N spormevir1 ORMES sanef.groupe ESX Thierry BENNE 1493 2026-04-14 17:51:25.163298+02 hypervisor 77 sppruevir2 sppruevir2.sanef.groupe CLU-MET-DMZ sppruevir2 TRAVEE 1 sanef.groupe Hyperviseur PRU DMZ Métier et Gestion Thierry BENNE 1527 2026-04-14 17:51:25.166813+02 hypervisor 78 spsaaevir1 spsaaevir1.sanef.groupe \N spsaaevir1 St-Avold A sanef.groupe ESX Thierry BENNE 1529 2026-04-14 17:51:25.170365+02 hypervisor 79 spsdtevir1 spsdtevir1.sanef.groupe \N spsdtevir1 SCHWINDRATZHEIM sanef.groupe ESX Thierry BENNE 1530 2026-04-14 17:51:25.173787+02 hypervisor 80 spsiaevir1 spsiaevir1.sanef.groupe \N spsiaevir1 TRAVEE 2 sanef.groupe Hyperviseur du SIA Thierry BENNE 1532 2026-04-14 17:51:25.177201+02 hypervisor 81 spsiaevir2 spsiaevir2.sanef.groupe \N spsiaevir2 TRAVEE 2 sanef.groupe Hyperviseur du SIA Thierry BENNE 1533 2026-04-14 17:51:25.180664+02 hypervisor 82 spsiaevir3 spsiaevir3.sanef.groupe \N spsiaevir3 TRAVEE 2 sanef.groupe Hyperviseur du SIA Thierry BENNE 1534 2026-04-14 17:51:25.184484+02 hypervisor 83 spsiaevir4 spsiaevir4.sanef.groupe \N spsiaevir4 TRAVEE 2 sanef.groupe Hyperviseur du SIA Thierry BENNE 1535 2026-04-14 17:51:25.187866+02 hypervisor 84 spsiaevir8 spsiaevir8.sanef.groupe \N spsiaevir8 TRAVEE 2 sanef.groupe Hyperviseur du Tier SIA Thierry BENNE 1536 2026-04-14 17:51:25.191185+02 hypervisor 85 spsicevir1 spsicevir1.sanef.groupe \N spsicevir1 TRAVEE 2 sanef.groupe Hyperviseur du SIC Thierry BENNE 1538 2026-04-14 17:51:25.194807+02 hypervisor 86 spsicevir2 spsicevir2.sanef.groupe \N spsicevir2 TRAVEE 1 sanef.groupe Hyperviseur du SIC Thierry BENNE 1539 2026-04-14 17:51:25.199019+02 hypervisor 87 spsroevir1 spsroevir1.sanef.groupe \N spsroevir1 Epretot BPV sanef.groupe ESX Thierry BENNE 1540 2026-04-14 17:51:25.203292+02 hypervisor 88 spstqevir1 spstqevir1.sanef.groupe \N spstqevir1 SETQUES sanef.groupe ESX Thierry BENNE 1541 2026-04-14 17:51:25.206639+02 hypervisor 89 spthlevir1 spthlevir1.sanef.groupe \N spthlevir1 THILLOIS sanef.groupe ESX Thierry BENNE 1542 2026-04-14 17:51:25.209818+02 hypervisor 90 sptsyevir1 sptsyevir1.sanef.groupe \N sptsyevir1 TAISSY sanef.groupe ESX Thierry BENNE 1545 2026-04-14 17:51:25.213167+02 hypervisor 91 sraflevir2 sraflevir2.sanef.groupe CLU-AFL-REC-DMZ sraflevir2 TRAVEE 1 sanef.groupe Hyperviseur FreeFlow de DMZ de Recette Thierry BENNE 1546 2026-04-14 17:51:25.216949+02 hypervisor 92 sraflevir4 sraflevir4.sanef.groupe CLU-AFL-REC-DMZ sraflevir4 TRAVEE 1 sanef.groupe Hyperviseur FreeFlow de DMZ de Recette Thierry BENNE 1547 2026-04-14 17:51:25.220767+02 hypervisor 93 srallevir2 srallevir2.sanef.groupe CLU-REC-DMZ srallevir2 TRAVEE 1 sanef.groupe Hyperviseur Recette DMZ Thierry BENNE 1548 2026-04-14 17:51:25.22432+02 hypervisor 94 srallevir4 srallevir4.sanef.groupe CLU-REC-DMZ srallevir4 TRAVEE 1 sanef.groupe Hyperviseur Recette DMZ Thierry BENNE 1549 2026-04-14 17:51:25.227725+02 hypervisor 95 srodabmut1 srodabmut1.sanef.groupe \N srodabmut1 TRAVEE 3 sanef.groupe Serveur ODA Oracle de Recette Cedric PREVOT 1557 2026-04-14 17:51:25.231408+02 hypervisor 96 srodabmut2 \N \N srodabmut2 TRAVEE 3 Host Serveur ODA Oracle de Recette Cedric PREVOT 1558 2026-04-14 17:51:25.235413+02 hypervisor 97 ssalbevir1 ssalbevir1.sanef.groupe \N ssalbevir1 BOUVILLE sanef.groupe ESX Thierry BENNE 1560 2026-04-14 17:51:25.238985+02 hypervisor 98 ssecoevir1 ssecoevir1.sanef.groupe \N ssecoevir1 REIMS sanef.groupe ESX de spare gare BPV Thierry BENNE 1561 2026-04-14 17:51:25.242443+02 hypervisor 99 ssetvevir1 ssetvevir1.sanef.groupe \N ssetvevir1 AMIENS sanef.groupe ESX de spare gare BPV Thierry BENNE 1562 2026-04-14 17:51:25.245914+02 hypervisor 100 ssmonevir1 ssmonevir1.sanef.groupe \N ssmonevir1 Montesson BPV sanef.groupe ESX de spare gare BPV Thierry BENNE 1563 2026-04-14 17:51:25.249339+02 hypervisor 101 ssmtzevir1 ssmtzevir1.sanef.groupe \N ssmtzevir1 METZ sanef.groupe ESX de spare gare BPV Thierry BENNE 1564 2026-04-14 17:51:25.252616+02 hypervisor 102 sssenevir1 sssenevir1.sanef.groupe \N sssenevir1 SENLIS sanef.groupe ESX de spare gare BPV Thierry BENNE 1565 2026-04-14 17:51:25.257479+02 hypervisor 103 sssroevir1 sssroevir1.sanef.groupe \N sssroevir1 Saint Romain de Colbosc (ouvert) sanef.groupe ESX de spare gare BPV Thierry BENNE 1566 2026-04-14 17:51:25.261233+02 hypervisor 104 sstqxevir1 sstqxevir1.sanef.groupe \N sstqxevir1 REIMS sanef.groupe ESX de spare gare BPV Thierry BENNE 1567 2026-04-14 17:51:25.264704+02 hypervisor 105 vpgesavcs1 vpgesavcs1.sanef.groupe \N \N TRAVEE 2 sanef.groupe Serveur vCenter qui permet d'administrer les VM Gestion et Recette\r\n\r\nCe serveur utilise une licence Vcenter Server Standard. Nicolas DESSOYE 663 2026-04-14 17:51:37.090589+02 vcenter 106 vpiadavcs1 vpiadavcs1.sanef.groupe \N \N TRAVEE 1 sanef.groupe VM du Tier 0\r\nServeur vCenter qui permet d'administrer les VM du Tier 0\r\n\r\nCe serveur utilise une licence Vcenter Server Standard. Nicolas DESSOYE 679 2026-04-14 17:51:37.106597+02 vcenter 107 vpmetavcs1 vpmetavcs1.sanef.groupe \N \N TRAVEE 2 sanef.groupe Serveur vCenter qui permet d'administrer les VM Métier\r\n\r\nCe serveur utilise une licence Vcenter Server Standard. Nicolas DESSOYE 703 2026-04-14 17:51:37.114098+02 vcenter 108 vppciavcs1 vppciavcs1.sanef.groupe \N \N TRAVEE 2 sanef.groupe Serveur vCenter qui permet d'administrer les VM PCI-DSS\r\n\r\nCe serveur utilise une licence Vcenter Server Standard. Nicolas DESSOYE 742 2026-04-14 17:51:37.119996+02 vcenter 109 vpsiaavcs1 vpsiaavcs1.sanef.groupe \N \N TRAVEE 2 sanef.groupe Serveur vCenter qui permet d'administrer les VM Du SI Admin\r\n\r\nCe serveur utilise une licence Vcenter Server Standard. Nicolas DESSOYE 814 2026-04-14 17:51:37.12476+02 vcenter 110 vpsicavcs1 vpsicavcs1.sanef.groupe \N \N TRAVEE 1 sanef.groupe Serveur vCenter qui permet d'administrer les VM Du SI Critique\r\n\r\nCe serveur utilise une licence Vcenter Server Standard. Nicolas DESSOYE 818 2026-04-14 17:51:37.131437+02 vcenter 111 vpaiiadcc1 vpaiiadcc1.sanef.groupe \N \N TRAVEE 1 sanef.groupe Surveillance et l'exploitation des centrales intrusion du groupe (intrusion péage) - logiciel DESIGO CC\r\nGestion centrale intrusion Siemens\r\nCette VM possède une licence Siemens basée sur son hardware.\r\nLa VM doit obligatoirement se trouver sur l'ESXi lpmetevir3.\r\nUne règle DRS Desigo a été créée sur le vcenter pour forcer la VM sur cette ESXi. Arnaud THIERY 370 2026-04-14 18:09:39.100917+02 hypervisor 112 vrracquo1 vrracquo1.sanef.groupe \N \N SENLIS sanef.groupe Hyperviseur Esx\r\n\r\nATTENTION : utilisé comme quorum des bases de données Oracle RAC suivantes :\r\n- Amélie Prod : BSXT et BSTG sur lamaprac1/2/3/4\r\n vrracquo1:/quorum_prac\r\n- Amélie Rec : MBSXT et MBSTG sur lamarrac1/2/3/4\r\n vrracquo1:/quorum_rrac\r\n- RAU : RAU sur lampasu1/2\r\n vrracquo1:/quorum_pasu\r\nEn cas d'arrêt programmé, désactiver les mesures Centrèon afférentes "ASM-Diskgroup-Usage-VOTING" pour éviter des impacts sur les bases de données Thierry BENNE 1059 2026-04-14 18:09:39.127705+02 hypervisor 113 BAC_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1201 2026-04-14 18:09:39.135206+02 hypervisor 114 BAC_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1202 2026-04-14 18:09:39.140434+02 hypervisor 115 BAC_L1_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1203 2026-04-14 18:09:39.145957+02 hypervisor 116 BAC_L1_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1204 2026-04-14 18:09:39.151285+02 hypervisor 117 BEU_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1205 2026-04-14 18:09:39.157303+02 hypervisor 118 BEU_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1206 2026-04-14 18:09:39.161358+02 hypervisor 119 BEU_L1_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1207 2026-04-14 18:09:39.164486+02 hypervisor 120 BEU_L1_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1208 2026-04-14 18:09:39.168142+02 hypervisor 121 BEU_L2_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1209 2026-04-14 18:09:39.171797+02 hypervisor 122 BEU_L2_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1210 2026-04-14 18:09:39.175521+02 hypervisor 123 BEU_L3_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1211 2026-04-14 18:09:39.178896+02 hypervisor 124 BEU_L3_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1212 2026-04-14 18:09:39.18208+02 hypervisor 125 BEU_L3_S2_A2_SRV_11 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1213 2026-04-14 18:09:39.185184+02 hypervisor 126 BEU_L3_S2_A2_SRV_12 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1214 2026-04-14 18:09:39.188703+02 hypervisor 127 BEU_L4_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1215 2026-04-14 18:09:39.193273+02 hypervisor 128 BEU_L4_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1216 2026-04-14 18:09:39.197256+02 hypervisor 129 BOA_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1221 2026-04-14 18:09:39.201299+02 hypervisor 130 BOA_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1222 2026-04-14 18:09:39.205143+02 hypervisor 131 BOA_L2_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1223 2026-04-14 18:09:39.208976+02 hypervisor 132 BOA_L2_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1224 2026-04-14 18:09:39.212727+02 hypervisor 133 BOP_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1225 2026-04-14 18:09:39.216424+02 hypervisor 134 BOP_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1226 2026-04-14 18:09:39.220122+02 hypervisor 135 BOP_L1_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1227 2026-04-14 18:09:39.224195+02 hypervisor 136 BOP_L1_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1228 2026-04-14 18:09:39.227885+02 hypervisor 137 BUC_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1229 2026-04-14 18:09:39.231528+02 hypervisor 138 BUC_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1230 2026-04-14 18:09:39.235337+02 hypervisor 139 BUC_L1_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1231 2026-04-14 18:09:39.239322+02 hypervisor 140 BUC_L1_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1232 2026-04-14 18:09:39.243007+02 hypervisor 141 CAG_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1233 2026-04-14 18:09:39.246853+02 hypervisor 142 CAG_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1234 2026-04-14 18:09:39.250524+02 hypervisor 143 CAG_L2_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1235 2026-04-14 18:09:39.254664+02 hypervisor 144 CAG_L2_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1236 2026-04-14 18:09:39.258439+02 hypervisor 145 CHA_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1238 2026-04-14 18:09:39.26215+02 hypervisor 146 CHA_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1239 2026-04-14 18:09:39.265964+02 hypervisor 147 CHA_L2_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1240 2026-04-14 18:09:39.270893+02 hypervisor 148 CHA_L2_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1241 2026-04-14 18:09:39.274696+02 hypervisor 149 DOZ_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1244 2026-04-14 18:09:39.278423+02 hypervisor 150 DOZ_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1245 2026-04-14 18:09:39.282068+02 hypervisor 151 DOZ_L1_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1246 2026-04-14 18:09:39.285176+02 hypervisor 152 DOZ_L1_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1247 2026-04-14 18:09:39.288269+02 hypervisor 153 DOZ_L2_BE_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1248 2026-04-14 18:09:39.292139+02 hypervisor 154 DOZ_L2_BE_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1249 2026-04-14 18:09:39.295793+02 hypervisor 155 DOZ_L2_BS_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1250 2026-04-14 18:09:39.299383+02 hypervisor 156 DOZ_L2_BS_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1251 2026-04-14 18:09:39.302756+02 hypervisor 157 HEU_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1252 2026-04-14 18:09:39.306277+02 hypervisor 158 HEU_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1253 2026-04-14 18:09:39.30971+02 hypervisor 159 HEU_L1_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1254 2026-04-14 18:09:39.313095+02 hypervisor 160 HEU_L1_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1255 2026-04-14 18:09:39.316393+02 hypervisor 161 HEU_L2_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1256 2026-04-14 18:09:39.319556+02 hypervisor 162 HEU_L2_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1257 2026-04-14 18:09:39.322742+02 hypervisor 163 HEU_L3_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1258 2026-04-14 18:09:39.325773+02 hypervisor 164 HEU_L3_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1259 2026-04-14 18:09:39.329175+02 hypervisor 165 HEU_L4_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1260 2026-04-14 18:09:39.333001+02 hypervisor 166 HEU_L4_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1261 2026-04-14 18:09:39.336357+02 hypervisor 167 HEU_L5_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1262 2026-04-14 18:09:39.339437+02 hypervisor 168 HEU_L5_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1263 2026-04-14 18:09:39.342863+02 hypervisor 169 INC_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1264 2026-04-14 18:09:39.346076+02 hypervisor 170 INC_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1265 2026-04-14 18:09:39.349273+02 hypervisor 171 INC_L2_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1266 2026-04-14 18:09:39.352521+02 hypervisor 172 INC_L2_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1267 2026-04-14 18:09:39.355731+02 hypervisor 173 MON_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1379 2026-04-14 18:09:39.358881+02 hypervisor 174 MON_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1380 2026-04-14 18:09:39.361998+02 hypervisor 175 MON_L1_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1381 2026-04-14 18:09:39.366396+02 hypervisor 176 MON_L1_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1382 2026-04-14 18:09:39.370258+02 hypervisor 177 QUE_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1385 2026-04-14 18:09:39.374225+02 hypervisor 178 QUE_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1386 2026-04-14 18:09:39.377955+02 hypervisor 179 QUE_L2_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1387 2026-04-14 18:09:39.381838+02 hypervisor 180 QUE_L2_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1388 2026-04-14 18:09:39.385511+02 hypervisor 181 spadgevir1 \N \N \N SALLE BLANCHE Host [HYPERVISEUR] | HPE ProLiant DL380 Gen10 | Serveurs NVR de stock prévu pour T0 buro\r\n\r\nPas encore installé Thierry BENNE 1419 2026-04-14 18:09:39.389225+02 hypervisor 182 spadgevir2 \N \N \N SALLE BLANCHE Host [HYPERVISEUR] | HPE ProLiant DL380 Gen10 | Serveurs NVR de stock prévu pour T0 buro\r\n\r\nPas encore installé Thierry BENNE 1420 2026-04-14 18:09:39.392969+02 hypervisor 183 spadgevir3 \N \N \N SALLE BLANCHE Host [HYPERVISEUR] | HPE ProLiant DL380 Gen10 | Serveurs NVR de stock prévu pour T0 buro\r\n\r\nPas encore installé Thierry BENNE 1421 2026-04-14 18:09:39.397056+02 hypervisor 184 spbeuevir1 spbeuevir1.sanef.groupe \N \N Beuzeville BPV sanef.groupe [HYPERVISEUR] | HPE ProLiant DL380 Gen10 | ESXi mutualisé pour la gare de Beuzeville\r\nHéberge le NVR et le SVP de la gare BPV Thierry BENNE 1445 2026-04-14 18:09:39.400774+02 hypervisor 185 spdozevir1 spdozevir1.sanef.groupe \N \N Dozulé Barrière sanef.groupe [HYPERVISEUR] | HPE ProLiant DL380 Gen10 | ESXi mutualisé pour la gare de Dozulé\r\nHéberge le NVR et le SVP de la gare BPV\r\n\r\nUn peu abimé pendant le transport à voir si le serveur n'est pas endommagé Thierry BENNE 1462 2026-04-14 18:09:39.404384+02 hypervisor 186 TES_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1569 2026-04-14 18:09:39.407464+02 hypervisor 187 TES_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1570 2026-04-14 18:09:39.41065+02 hypervisor 188 TES_L1_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1571 2026-04-14 18:09:39.414243+02 hypervisor 189 TES_L1_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1572 2026-04-14 18:09:39.418002+02 hypervisor 190 TOU_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1573 2026-04-14 18:09:39.421078+02 hypervisor 191 TOU_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1574 2026-04-14 18:09:39.424399+02 hypervisor 192 TOU_L1_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1575 2026-04-14 18:09:39.427557+02 hypervisor 193 TOU_L1_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1576 2026-04-14 18:09:39.431021+02 hypervisor 194 TRO_L1_S1_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1577 2026-04-14 18:09:39.435349+02 hypervisor 195 TRO_L1_S1_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1578 2026-04-14 18:09:39.439685+02 hypervisor 196 TRO_L2_S2_A1_SRV_01 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1579 2026-04-14 18:09:39.443778+02 hypervisor 197 TRO_L2_S2_A1_SRV_02 \N \N \N SHELTER \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1580 2026-04-14 18:09:39.447658+02 hypervisor 198 XXX_XX_XX_XX_SRV_01 \N \N \N Local de stockage SPARE \N HPE ProLiant DL20 Gen10 | --FLA13-A14-PDP--\r\nESXi hebergeant les 3 VMs des PDPs : DVAS(VMD), DLVP(VMI) et SYSTÈME BORD DE ROUTE (VMP) \N 1581 2026-04-14 18:09:39.45143+02 hypervisor \. -- -- Data for Name: import_history; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.import_history (id, source, filename, imported_by, imported_at, total_rows, created_count, updated_count, skipped_count, error_count, errors, status) FROM stdin; \. -- -- Data for Name: network_flow_map; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.network_flow_map (id, audit_id, source_server_id, source_hostname, source_ip, dest_ip, dest_port, dest_hostname, dest_server_id, process_name, process_user, service_name, direction, connection_count, state, audit_date) FROM stdin; \. -- -- Data for Name: patch_history; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.patch_history (id, server_id, campaign_id, intervenant_id, date_patch, status, command, packages_updated, reboot_done, snapshot_name, notes, created_at) FROM stdin; 1 1030 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.462195+02 2 600 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.464618+02 3 985 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.465919+02 4 989 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.466724+02 5 977 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.467516+02 6 1108 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.468175+02 7 777 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.468786+02 8 1107 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.469446+02 9 1109 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.469926+02 10 1110 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.470373+02 11 1554 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.4708+02 12 1056 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.471501+02 13 1057 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.471972+02 14 992 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.472433+02 15 993 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.47305+02 16 994 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.473626+02 17 1120 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.474141+02 18 1121 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.474639+02 19 1122 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.475087+02 20 1123 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.475551+02 21 1126 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.476004+02 22 1128 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.476456+02 23 1010 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.4769+02 24 1011 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.477335+02 25 1009 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.47776+02 26 997 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.478176+02 27 996 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.478611+02 28 967 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.479303+02 29 990 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.479772+02 30 1367 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.480209+02 31 1368 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.480662+02 32 907 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.481109+02 33 908 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.48156+02 34 995 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.481984+02 35 1124 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.482411+02 36 1066 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.482836+02 37 1556 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.483293+02 38 1555 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.483723+02 39 1025 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.484135+02 40 1026 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.48458+02 41 1027 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.485294+02 42 1028 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.485746+02 43 1070 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.486177+02 44 998 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.486623+02 45 999 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.487046+02 46 1003 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.487497+02 47 965 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.487923+02 48 978 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.488852+02 49 1004 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.489565+02 50 1005 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.490067+02 51 1006 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.490544+02 52 974 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.490987+02 53 655 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.491454+02 54 1007 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.491915+02 55 734 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.492348+02 56 570 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.493082+02 57 769 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.493563+02 58 770 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.493999+02 59 689 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.494431+02 60 687 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.494866+02 61 688 \N \N 2026-01-12 00:00:00+01 ok \N 0 f \N Semaine 02 2026-04-14 21:31:07.495293+02 62 1040 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.49586+02 63 1104 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.49631+02 64 1105 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.496758+02 65 1103 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.497231+02 66 780 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.497675+02 67 915 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.49811+02 68 916 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.498549+02 69 917 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.498965+02 70 920 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.499728+02 71 913 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.500188+02 72 914 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.500619+02 73 944 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.501045+02 74 1374 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.501479+02 75 547 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.501895+02 76 554 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.50232+02 77 953 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.502755+02 78 954 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.503186+02 79 1363 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.503612+02 80 1364 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.504081+02 81 1365 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.504556+02 82 1366 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.504988+02 83 924 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.505421+02 84 925 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.505837+02 85 926 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.506285+02 86 927 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.506716+02 87 154 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.507143+02 88 1559 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.507569+02 89 174 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.507979+02 90 911 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.508695+02 91 919 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.509127+02 92 921 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.509549+02 93 922 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.50998+02 94 1007 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.510418+02 95 1060 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.510838+02 96 1061 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.511257+02 97 1062 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.511672+02 98 1063 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.512089+02 99 1064 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.513232+02 100 1065 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.513703+02 101 1097 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.514157+02 102 1099 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.514601+02 103 918 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.515059+02 104 1106 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.515491+02 105 960 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.51591+02 106 961 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.516369+02 107 962 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.516793+02 108 963 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.517212+02 109 1043 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.517636+02 110 171 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.518064+02 111 172 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.518502+02 112 1038 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.518943+02 113 1044 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.519361+02 114 1039 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.519773+02 115 1042 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.520375+02 116 1041 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.521067+02 117 655 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.521651+02 118 824 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.522137+02 119 826 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.522591+02 120 829 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.523031+02 121 364 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.523482+02 122 524 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.524361+02 123 525 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.524798+02 124 1070 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.525241+02 125 518 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.525681+02 126 513 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.526114+02 127 371 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.526532+02 128 372 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.52694+02 129 373 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.527378+02 130 374 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.527809+02 131 864 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.528247+02 132 365 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.52867+02 133 910 \N \N 2026-01-19 00:00:00+01 ok \N 0 f \N Semaine 03 2026-04-14 21:31:07.529105+02 134 815 \N \N 2026-01-19 09:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.529661+02 135 813 \N \N 2026-01-19 09:15:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.530098+02 136 732 \N \N 2026-01-19 09:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.530527+02 137 548 \N \N 2026-01-19 10:15:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.530956+02 138 549 \N \N 2026-01-19 10:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.531373+02 139 550 \N \N 2026-01-19 11:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.531795+02 140 551 \N \N 2026-01-19 11:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.53221+02 141 552 \N \N 2026-01-19 14:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.532623+02 142 553 \N \N 2026-01-19 14:15:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.533017+02 143 555 \N \N 2026-01-19 14:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.533422+02 144 731 \N \N 2026-01-19 15:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.53383+02 145 450 \N \N 2026-01-19 09:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.534265+02 146 769 \N \N 2026-01-19 14:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.534678+02 147 770 \N \N 2026-01-19 15:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.535085+02 148 768 \N \N 2026-01-19 14:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.535493+02 149 921 \N \N 2026-01-19 09:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.5359+02 150 1097 \N \N 2026-01-19 10:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.536315+02 151 923 \N \N 2026-01-20 09:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.537118+02 152 865 \N \N 2026-01-20 10:15:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.538033+02 153 866 \N \N 2026-01-20 10:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.538824+02 154 858 \N \N 2026-01-20 10:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.539456+02 155 1130 \N \N 2026-01-20 10:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.540428+02 156 1129 \N \N 2026-01-20 11:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.543531+02 157 1353 \N \N 2026-01-20 14:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.544165+02 158 859 \N \N 2026-01-20 14:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.544984+02 159 413 \N \N 2026-01-20 15:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.545466+02 160 414 \N \N 2026-01-20 15:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.545917+02 161 429 \N \N 2026-01-20 09:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.546367+02 162 434 \N \N 2026-01-20 10:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.546802+02 163 570 \N \N 2026-01-20 14:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.547252+02 164 1007 \N \N 2026-01-20 11:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.547674+02 165 824 \N \N 2026-01-20 14:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.548105+02 166 423 \N \N 2026-01-21 09:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.548519+02 167 424 \N \N 2026-01-21 09:15:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.548951+02 168 425 \N \N 2026-01-21 09:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.549373+02 169 665 \N \N 2026-01-21 10:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.549794+02 170 343 \N \N 2026-01-21 16:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.550229+02 171 867 \N \N 2026-01-21 14:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.550664+02 172 788 \N \N 2026-01-21 14:15:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.551077+02 173 564 \N \N 2026-01-21 14:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.551491+02 174 565 \N \N 2026-01-21 15:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.551908+02 175 566 \N \N 2026-01-21 15:15:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.552495+02 176 644 \N \N 2026-01-21 15:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.553092+02 177 687 \N \N 2026-01-21 09:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.553599+02 178 688 \N \N 2026-01-21 09:45:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.554055+02 179 689 \N \N 2026-01-21 10:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.554513+02 180 1037 \N \N 2026-01-21 15:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.554957+02 181 787 \N \N 2026-01-22 09:15:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.555378+02 182 786 \N \N 2026-01-22 09:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.555785+02 183 733 \N \N 2026-01-22 10:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.556202+02 184 728 \N \N 2026-01-22 10:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.556607+02 185 729 \N \N 2026-01-22 10:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.55701+02 186 730 \N \N 2026-01-22 11:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.557456+02 187 734 \N \N 2026-01-22 10:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.557868+02 188 519 \N \N 2026-01-22 10:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.558626+02 189 514 \N \N 2026-01-22 09:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.559067+02 190 613 \N \N 2026-01-22 14:30:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.559491+02 191 612 \N \N 2026-01-22 14:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.559932+02 192 1055 \N \N 2026-01-20 00:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.56036+02 193 239 \N \N 2026-01-20 00:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.560769+02 194 745 \N \N 2026-01-21 00:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.56117+02 195 746 \N \N 2026-01-21 00:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.561574+02 196 764 \N \N 2026-01-21 07:00:00+01 ok \N 0 f \N Semaine 04 2026-04-14 21:31:07.562037+02 197 1465 \N \N 2026-01-26 11:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.562599+02 198 1466 \N \N 2026-01-26 14:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.563056+02 199 1467 \N \N 2026-01-26 14:15:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.563469+02 200 625 \N \N 2026-01-26 14:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.563882+02 201 628 \N \N 2026-01-26 14:45:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.564288+02 202 673 \N \N 2026-01-26 15:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.564718+02 203 1325 \N \N 2026-01-26 09:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.565147+02 204 1326 \N \N 2026-01-28 09:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.565585+02 205 568 \N \N 2026-01-26 14:15:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.565997+02 206 131 \N \N 2026-01-26 14:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.566402+02 207 134 \N \N 2026-01-26 14:45:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.566814+02 208 510 \N \N 2026-01-26 09:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.567231+02 209 511 \N \N 2026-01-27 09:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.567665+02 210 512 \N \N 2026-01-27 09:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.568105+02 211 150 \N \N 2026-01-27 09:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.568673+02 212 151 \N \N 2026-01-27 10:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.569262+02 213 362 \N \N 2026-01-27 11:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.56978+02 214 626 \N \N 2026-01-27 09:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.570844+02 215 629 \N \N 2026-01-27 09:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.571348+02 216 627 \N \N 2026-01-27 10:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.571828+02 217 1452 \N \N 2026-01-27 10:15:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.572291+02 218 1453 \N \N 2026-01-27 10:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.572728+02 219 517 \N \N 2026-01-27 11:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.573166+02 220 377 \N \N 2026-01-27 11:15:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.573615+02 221 691 \N \N 2026-01-27 11:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.574073+02 222 522 \N \N 2026-01-27 12:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.574507+02 223 530 \N \N 2026-01-27 12:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.574931+02 224 360 \N \N 2026-01-27 14:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.575363+02 225 520 \N \N 2026-01-27 14:15:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.575814+02 226 521 \N \N 2026-01-27 14:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.576231+02 227 569 \N \N 2026-01-27 15:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.576644+02 228 591 \N \N 2026-01-27 15:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.577058+02 229 592 \N \N 2026-01-28 10:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.577487+02 230 369 \N \N 2026-01-28 10:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.577903+02 231 601 \N \N 2026-01-28 11:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.578313+02 232 602 \N \N 2026-01-28 11:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.578726+02 233 1494 \N \N 2026-01-28 09:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.579131+02 234 123 \N \N 2026-01-28 09:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.579549+02 235 1505 \N \N 2026-01-28 10:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.579965+02 236 124 \N \N 2026-01-28 10:15:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.580395+02 237 125 \N \N 2026-01-28 10:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.580887+02 238 1516 \N \N 2026-01-28 11:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.581368+02 239 126 \N \N 2026-01-28 11:15:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.582255+02 240 127 \N \N 2026-01-28 11:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.582699+02 241 1521 \N \N 2026-01-28 14:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.583125+02 242 128 \N \N 2026-01-28 14:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.583535+02 243 1522 \N \N 2026-01-28 15:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.583957+02 244 129 \N \N 2026-01-28 15:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.584496+02 245 574 \N \N 2026-01-29 09:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.58506+02 246 816 \N \N 2026-01-29 09:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.585551+02 247 378 \N \N 2026-01-29 10:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.586004+02 248 597 \N \N 2026-01-29 10:15:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.586469+02 249 659 \N \N 2026-01-29 10:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.586904+02 250 660 \N \N 2026-01-29 10:45:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.587355+02 251 669 \N \N 2026-01-29 11:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.587778+02 252 700 \N \N 2026-01-29 11:15:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.588221+02 253 739 \N \N 2026-01-29 11:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.588641+02 254 423 \N \N 2026-01-26 11:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.589062+02 255 424 \N \N 2026-01-26 11:15:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.58949+02 256 425 \N \N 2026-01-26 11:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.589906+02 257 729 \N \N 2026-01-26 11:45:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.590326+02 258 1335 \N \N 2026-01-27 10:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.590741+02 259 533 \N \N 2026-01-27 10:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.591159+02 260 645 \N \N 2026-01-27 11:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.591564+02 261 648 \N \N 2026-01-27 11:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.591976+02 262 557 \N \N 2026-01-27 14:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.592391+02 263 558 \N \N 2026-01-27 14:30:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.592817+02 264 647 \N \N 2026-01-29 10:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.59324+02 265 921 \N \N 2026-01-29 11:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.593677+02 266 1097 \N \N 2026-01-29 14:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.594108+02 267 768 \N \N 2026-01-29 15:00:00+01 ok \N 0 f \N Semaine 05 2026-04-14 21:31:07.594525+02 268 1523 \N \N 2025-02-02 09:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.595075+02 269 509 \N \N 2025-02-02 09:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.595494+02 270 1524 \N \N 2025-02-02 10:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.595901+02 271 436 \N \N 2025-02-02 10:15:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.596319+02 272 435 \N \N 2025-02-02 10:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.596741+02 273 1525 \N \N 2025-02-02 11:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.597156+02 274 452 \N \N 2025-02-02 11:15:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.597571+02 275 531 \N \N 2025-02-02 11:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.597975+02 276 1526 \N \N 2025-02-02 14:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.598376+02 277 532 \N \N 2025-02-02 14:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.598788+02 278 1495 \N \N 2025-02-02 15:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.59919+02 279 534 \N \N 2025-02-02 15:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.599829+02 280 1496 \N \N 2025-02-03 09:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.600467+02 281 536 \N \N 2025-02-03 09:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.60103+02 282 1497 \N \N 2025-02-03 10:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.60152+02 283 649 \N \N 2025-02-03 10:15:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.601969+02 284 670 \N \N 2025-02-03 10:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.602789+02 285 1498 \N \N 2025-02-03 11:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.603258+02 286 671 \N \N 2025-02-03 11:15:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.603688+02 287 697 \N \N 2025-02-03 11:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.604114+02 288 1499 \N \N 2025-02-03 14:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.60455+02 289 698 \N \N 2025-02-03 14:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.604969+02 290 1500 \N \N 2025-02-03 15:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.605376+02 291 719 \N \N 2025-02-03 15:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.605785+02 292 1501 \N \N 2025-02-04 09:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.606199+02 293 797 \N \N 2025-02-04 09:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.6067+02 294 1502 \N \N 2025-02-04 10:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.607136+02 295 868 \N \N 2025-02-04 10:15:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.60755+02 296 825 \N \N 2025-02-04 10:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.607966+02 297 1503 \N \N 2025-02-04 11:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.608383+02 298 835 \N \N 2025-02-04 11:15:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.608786+02 299 850 \N \N 2025-02-04 11:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.6092+02 300 1504 \N \N 2025-02-04 14:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.609607+02 301 869 \N \N 2025-02-04 14:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.610048+02 302 1506 \N \N 2025-02-04 15:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.610462+02 303 870 \N \N 2025-02-04 15:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.610865+02 304 1507 \N \N 2025-02-05 09:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.611282+02 305 1508 \N \N 2025-02-05 10:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.611695+02 306 809 \N \N 2025-02-05 10:15:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.612104+02 307 348 \N \N 2025-02-05 10:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.612516+02 308 1509 \N \N 2025-02-05 11:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.612926+02 309 349 \N \N 2025-02-05 11:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.613338+02 310 1510 \N \N 2025-02-05 14:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.613778+02 311 1511 \N \N 2025-02-05 15:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.614202+02 312 898 \N \N 2026-02-02 09:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.614608+02 313 899 \N \N 2026-02-02 10:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.615041+02 314 895 \N \N 2026-02-02 10:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.615461+02 315 896 \N \N 2026-02-02 11:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.61587+02 316 897 \N \N 2026-02-02 11:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.616402+02 317 894 \N \N 2026-02-02 14:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.616963+02 318 708 \N \N 2026-02-02 14:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.617484+02 319 709 \N \N 2026-02-02 15:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.617937+02 320 710 \N \N 2026-02-02 15:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.618369+02 321 711 \N \N 2026-02-03 10:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.618792+02 322 439 \N \N 2026-02-03 11:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.619219+02 323 440 \N \N 2026-02-03 09:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.619659+02 324 441 \N \N 2026-02-03 14:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.62007+02 325 442 \N \N 2026-02-03 14:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.620476+02 326 443 \N \N 2026-02-03 15:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.62089+02 327 444 \N \N 2026-02-03 15:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.6213+02 328 445 \N \N 2026-02-03 16:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.621706+02 329 876 \N \N 2026-02-03 09:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.622118+02 330 877 \N \N 2026-02-04 09:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.622516+02 331 878 \N \N 2026-02-04 10:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.622949+02 332 879 \N \N 2026-02-04 10:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.623356+02 333 880 \N \N 2026-02-04 11:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.623759+02 334 881 \N \N 2026-02-04 11:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.624702+02 335 882 \N \N 2026-02-04 14:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.625138+02 336 883 \N \N 2026-02-04 14:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.625547+02 337 884 \N \N 2026-02-04 15:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.625958+02 338 885 \N \N 2026-02-04 15:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.626363+02 339 886 \N \N 2026-02-04 16:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.62677+02 340 887 \N \N 2026-02-05 09:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.627188+02 341 888 \N \N 2026-02-05 10:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.627586+02 342 889 \N \N 2026-02-05 10:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.627987+02 343 890 \N \N 2026-02-05 11:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.628402+02 344 891 \N \N 2026-02-05 11:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.628806+02 345 892 \N \N 2026-02-05 14:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.629218+02 346 893 \N \N 2026-02-05 14:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.629618+02 347 612 \N \N 2026-02-02 10:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.630021+02 348 613 \N \N 2026-02-02 09:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.630428+02 349 1007 \N \N 2026-02-04 09:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.630831+02 350 1037 \N \N 2026-02-02 11:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.631248+02 351 1055 \N \N 2026-02-02 11:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.631655+02 352 239 \N \N 2026-02-02 14:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.632094+02 353 745 \N \N 2026-02-02 14:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.63294+02 354 746 \N \N 2026-02-02 14:45:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.633545+02 355 764 \N \N 2026-02-04 07:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.634039+02 356 768 \N \N 2026-02-03 14:15:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.634502+02 357 687 \N \N 2026-02-03 14:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.634936+02 358 688 \N \N 2026-02-03 14:45:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.635387+02 359 689 \N \N 2026-02-04 10:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.635822+02 360 788 \N \N 2026-02-04 10:30:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.636245+02 361 570 \N \N 2026-02-09 00:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.636671+02 362 434 \N \N 2026-02-09 00:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.637081+02 363 921 \N \N 2026-02-09 00:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.637499+02 364 1097 \N \N 2026-02-03 00:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.637919+02 365 859 \N \N 2026-02-09 00:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.638345+02 366 665 \N \N 2026-02-09 00:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.638756+02 367 429 \N \N 2026-02-09 00:00:00+01 ok \N 0 f \N Semaine 06 2026-04-14 21:31:07.639168+02 368 1512 \N \N 2026-02-09 09:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.639721+02 369 1513 \N \N 2026-02-09 10:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.640182+02 370 1514 \N \N 2026-02-09 11:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.640612+02 371 1515 \N \N 2026-02-09 14:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.641024+02 372 1517 \N \N 2026-02-09 15:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.64143+02 373 1518 \N \N 2026-02-09 09:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.641859+02 374 1519 \N \N 2026-02-09 10:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.642277+02 375 1520 \N \N 2026-02-09 11:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.642693+02 376 828 \N \N 2026-02-09 09:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.643111+02 377 812 \N \N 2026-02-09 10:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.643517+02 378 515 \N \N 2026-02-09 10:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.643922+02 379 516 \N \N 2026-02-09 11:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.644328+02 380 581 \N \N 2026-02-10 09:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.644734+02 381 604 \N \N 2026-02-10 09:15:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.64515+02 382 605 \N \N 2026-02-10 09:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.645552+02 383 609 \N \N 2026-02-10 10:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.645949+02 384 610 \N \N 2026-02-10 10:15:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.646352+02 385 611 \N \N 2026-02-10 10:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.646758+02 386 718 \N \N 2026-02-10 11:15:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.64719+02 387 572 \N \N 2026-02-10 14:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.647608+02 388 571 \N \N 2026-02-10 14:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.648029+02 389 363 \N \N 2026-02-10 15:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.648486+02 390 774 \N \N 2026-02-10 09:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.648971+02 391 772 \N \N 2026-02-10 09:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.649394+02 392 775 \N \N 2026-02-10 14:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.649799+02 393 773 \N \N 2026-02-10 14:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.650202+02 394 1010 \N \N 2026-02-10 10:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.650613+02 395 1011 \N \N 2026-02-10 10:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.651019+02 396 1009 \N \N 2026-02-10 11:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.651426+02 397 651 \N \N 2025-02-11 14:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.651835+02 398 653 \N \N 2025-02-11 14:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.65225+02 399 615 \N \N 2025-02-12 15:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.652667+02 400 616 \N \N 2025-02-12 15:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.653069+02 401 617 \N \N 2025-02-12 15:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.653469+02 402 618 \N \N 2025-02-12 15:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.653874+02 403 624 \N \N 2025-02-12 15:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.654301+02 404 646 \N \N 2025-02-12 11:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.654712+02 405 852 \N \N 2025-02-12 14:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.655125+02 406 853 \N \N 2025-02-12 14:15:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.655522+02 407 856 \N \N 2025-02-12 14:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.655925+02 408 857 \N \N 2025-02-12 15:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.65633+02 409 824 \N \N 2025-02-11 10:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.657126+02 410 826 \N \N 2025-02-11 10:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.657568+02 411 829 \N \N 2025-02-11 10:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.657994+02 412 364 \N \N 2025-02-12 10:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.658415+02 413 524 \N \N 2025-02-11 11:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.658838+02 414 525 \N \N 2025-02-12 10:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.659256+02 415 518 \N \N 2025-02-12 11:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.659672+02 416 513 \N \N 2025-02-12 09:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.660075+02 417 371 \N \N 2025-02-11 09:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.660487+02 418 372 \N \N 2025-02-12 09:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.661447+02 419 373 \N \N 2025-02-11 09:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.661892+02 420 374 \N \N 2025-02-12 09:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.662323+02 421 864 \N \N 2025-02-12 11:30:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.662736+02 422 365 \N \N 2025-02-12 12:00:00+01 ok \N 0 f \N Semaine 07 2026-04-14 21:31:07.663273+02 423 450 \N \N 2026-02-16 09:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.666467+02 424 519 \N \N 2026-02-18 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.667474+02 425 514 \N \N 2026-02-19 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.66821+02 426 905 \N \N 2026-02-16 09:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.66867+02 427 906 \N \N 2026-02-16 09:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.669138+02 428 1035 \N \N 2026-02-16 09:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.66985+02 429 89 \N \N 2026-02-16 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.670311+02 430 90 \N \N 2026-02-16 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.670754+02 431 92 \N \N 2026-02-16 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.671187+02 432 93 \N \N 2026-02-16 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.671609+02 433 94 \N \N 2026-02-16 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.672018+02 434 170 \N \N 2026-02-16 10:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.672446+02 435 227 \N \N 2026-02-16 10:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.673302+02 436 1031 \N \N 2026-02-16 11:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.673756+02 437 1032 \N \N 2026-02-16 11:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.674209+02 438 1033 \N \N 2026-02-16 14:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.674663+02 439 1034 \N \N 2026-02-16 14:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.675082+02 440 1036 \N \N 2026-02-16 14:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.675506+02 441 1083 \N \N 2026-02-16 14:45:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.675926+02 442 1084 \N \N 2026-02-16 15:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.676342+02 443 1085 \N \N 2026-02-16 15:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.676759+02 444 1086 \N \N 2026-02-17 09:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.677203+02 445 1087 \N \N 2026-02-17 09:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.67763+02 446 1088 \N \N 2026-02-17 09:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.678058+02 447 1090 \N \N 2026-02-17 10:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.678485+02 448 8 \N \N 2026-02-17 10:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.6789+02 449 2 \N \N 2026-02-17 10:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.679666+02 450 82 \N \N 2026-02-17 11:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.680764+02 451 111 \N \N 2026-02-17 11:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.681954+02 452 120 \N \N 2026-02-17 14:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.683057+02 453 1091 \N \N 2026-02-17 14:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.683652+02 454 1092 \N \N 2026-02-17 14:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.684179+02 455 1093 \N \N 2026-02-17 14:45:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.684665+02 456 1094 \N \N 2026-02-17 15:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.685379+02 457 1095 \N \N 2026-02-17 15:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.68584+02 458 1008 \N \N 2026-02-17 15:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.686288+02 459 1046 \N \N 2026-02-18 09:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.686725+02 460 1047 \N \N 2026-02-18 09:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.687165+02 461 1052 \N \N 2026-02-18 09:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.687589+02 462 932 \N \N 2026-02-18 10:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.688013+02 463 901 \N \N 2026-02-18 14:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.688528+02 464 1049 \N \N 2026-02-18 14:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.688958+02 465 900 \N \N 2026-02-18 14:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.689377+02 466 1051 \N \N 2026-02-18 15:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.689793+02 467 1013 \N \N 2026-02-19 09:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.690207+02 468 1089 \N \N 2026-02-19 09:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.690616+02 469 1050 \N \N 2026-02-19 09:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.691034+02 470 228 \N \N 2026-02-19 10:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.692017+02 471 229 \N \N 2026-02-19 10:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.692493+02 472 230 \N \N 2026-02-19 10:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.692928+02 473 231 \N \N 2026-02-19 14:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.693354+02 474 779 \N \N 2026-02-19 11:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.693786+02 475 6 \N \N 2026-02-19 11:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.694214+02 476 19 \N \N 2026-02-19 14:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.694641+02 477 29 \N \N 2026-02-19 14:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.695101+02 478 71 \N \N 2026-02-19 15:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.69556+02 479 81 \N \N 2026-02-19 15:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.69602+02 480 575 \N \N 2026-02-19 15:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.696475+02 481 1055 \N \N 2026-02-18 14:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.697214+02 482 239 \N \N 2026-02-18 14:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.697911+02 483 745 \N \N 2026-02-19 15:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.698362+02 484 746 \N \N 2026-02-19 15:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.698795+02 485 764 \N \N 2026-02-19 15:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.699217+02 486 768 \N \N 2026-02-16 14:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.699632+02 487 687 \N \N 2026-02-18 10:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.700174+02 488 769 \N \N 2026-02-16 14:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.700618+02 489 770 \N \N 2026-02-16 15:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.701045+02 490 688 \N \N 2026-02-18 09:15:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.701482+02 491 689 \N \N 2026-02-18 09:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.701906+02 492 570 \N \N 2026-02-16 15:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.702338+02 493 612 \N \N 2026-02-16 11:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.70277+02 494 613 \N \N 2026-02-16 11:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.70318+02 495 1037 \N \N 2026-02-16 11:45:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.703592+02 496 921 \N \N 2026-02-16 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.704016+02 497 429 \N \N 2026-02-18 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.704425+02 498 1007 \N \N 2026-02-18 10:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.704832+02 499 1097 \N \N 2026-02-16 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.705246+02 500 859 \N \N 2026-02-16 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.705663+02 501 665 \N \N 2026-02-19 11:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.706083+02 502 788 \N \N 2026-02-18 11:30:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.706498+02 503 434 \N \N 2026-02-18 12:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.706901+02 504 172 \N \N 2026-02-16 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.707875+02 505 377 \N \N 2026-02-16 00:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.708388+02 506 1070 \N \N 2025-02-17 15:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.708851+02 507 655 \N \N 2025-02-19 11:00:00+01 ok \N 0 f \N Semaine 08 2026-04-14 21:31:07.709292+02 508 1067 \N \N 2026-02-23 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.709859+02 509 1068 \N \N 2026-02-23 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.710291+02 510 1069 \N \N 2026-02-23 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.710761+02 511 1375 \N \N 2026-02-23 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.711204+02 512 1020 \N \N 2026-02-23 09:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.711639+02 513 1021 \N \N 2026-02-23 09:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.71206+02 514 1022 \N \N 2026-02-23 09:45:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.712481+02 515 1023 \N \N 2026-02-23 10:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.71289+02 516 928 \N \N 2026-02-23 10:15:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.713302+02 517 1012 \N \N 2026-02-23 10:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.713729+02 518 766 \N \N 2026-02-23 14:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.714158+02 519 767 \N \N 2026-02-23 14:15:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.714583+02 520 771 \N \N 2026-02-23 14:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.714991+02 521 685 \N \N 2026-02-24 11:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.71539+02 522 686 \N \N 2026-02-24 11:15:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.715841+02 523 690 \N \N 2026-02-24 11:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.716259+02 524 664 \N \N 2026-02-24 11:45:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.716683+02 525 902 \N \N 2026-02-23 14:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.717101+02 526 903 \N \N 2026-02-23 14:15:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.717521+02 527 1357 \N \N 2026-02-23 14:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.717936+02 528 904 \N \N 2026-02-23 15:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.718341+02 529 1307 \N \N 2026-02-24 14:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.718749+02 530 358 \N \N 2026-02-24 14:15:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.719188+02 531 359 \N \N 2026-02-24 14:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.719613+02 532 931 \N \N 2026-02-24 10:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.720018+02 533 451 \N \N 2026-02-25 10:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.720434+02 534 753 \N \N 2026-02-25 09:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.720836+02 535 736 \N \N 2026-02-25 09:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.721242+02 536 751 \N \N 2026-02-25 10:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.721671+02 537 752 \N \N 2026-02-25 10:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.722391+02 538 122 \N \N 2026-02-25 11:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.722842+02 539 415 \N \N 2026-02-25 11:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.723271+02 540 794 \N \N 2026-02-25 14:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.723686+02 541 796 \N \N 2026-02-25 14:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.724126+02 542 795 \N \N 2026-02-25 15:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.724554+02 543 725 \N \N 2026-02-25 15:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.725021+02 544 722 \N \N 2026-02-26 09:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.725455+02 545 723 \N \N 2026-02-26 10:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.725869+02 546 724 \N \N 2026-02-26 10:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.726278+02 547 726 \N \N 2026-02-26 11:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.726699+02 548 727 \N \N 2026-02-26 11:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.727114+02 549 744 \N \N 2026-02-26 14:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.727528+02 550 748 \N \N 2026-02-26 14:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.727945+02 551 734 \N \N 2026-02-26 14:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.728372+02 552 872 \N \N 2026-02-24 10:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.728842+02 553 873 \N \N 2026-02-24 10:30:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.729256+02 554 1544 \N \N 2026-02-24 10:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.729663+02 555 1543 \N \N 2026-02-25 10:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.73007+02 556 613 \N \N 2026-02-26 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.730489+02 557 612 \N \N 2026-02-26 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.730893+02 558 1037 \N \N 2026-02-23 14:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.731309+02 559 921 \N \N 2026-02-23 10:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.731723+02 560 1097 \N \N 2026-02-23 11:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.732615+02 561 859 \N \N 2026-02-23 14:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.733054+02 562 450 \N \N 2026-03-02 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.733501+02 563 371 \N \N 2026-03-02 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.73393+02 564 372 \N \N 2026-03-02 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.734355+02 565 373 \N \N 2026-03-02 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.734784+02 566 374 \N \N 2026-03-02 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.735195+02 567 364 \N \N 2026-03-02 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.735613+02 568 377 \N \N 2026-03-02 00:00:00+01 ok \N 0 f \N Semaine 09 2026-04-14 21:31:07.736024+02 569 62 \N \N 2026-03-02 09:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.736571+02 570 63 \N \N 2026-03-02 09:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.737015+02 571 64 \N \N 2026-03-02 09:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.737429+02 572 65 \N \N 2026-03-02 10:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.737846+02 573 66 \N \N 2026-03-02 10:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.738251+02 574 67 \N \N 2026-03-02 10:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.738714+02 575 68 \N \N 2026-03-02 11:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.739143+02 576 69 \N \N 2026-03-02 11:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.739564+02 577 70 \N \N 2026-03-02 11:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.739976+02 578 72 \N \N 2026-03-02 11:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.740397+02 579 73 \N \N 2026-03-02 14:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.740829+02 580 74 \N \N 2026-03-02 14:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.741247+02 581 75 \N \N 2026-03-02 14:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.741738+02 582 76 \N \N 2026-03-02 14:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.742412+02 583 77 \N \N 2026-03-02 15:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.742937+02 584 78 \N \N 2026-03-02 15:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.743433+02 585 79 \N \N 2026-03-02 15:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.743876+02 586 80 \N \N 2026-03-02 15:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.744507+02 587 83 \N \N 2026-03-03 09:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.744973+02 588 84 \N \N 2026-03-03 09:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.745408+02 589 85 \N \N 2026-03-03 09:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.745831+02 590 86 \N \N 2026-03-03 10:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.746253+02 591 88 \N \N 2026-03-03 10:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.746682+02 592 50 \N \N 2026-03-03 10:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.747102+02 593 51 \N \N 2026-03-03 10:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.747542+02 594 55 \N \N 2026-03-03 11:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.747965+02 595 52 \N \N 2026-03-03 11:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.748375+02 596 95 \N \N 2026-03-03 11:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.748791+02 597 96 \N \N 2026-03-03 11:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.749224+02 598 97 \N \N 2026-03-03 14:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.749636+02 599 98 \N \N 2026-03-03 14:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.750059+02 600 99 \N \N 2026-03-03 14:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.750485+02 601 106 \N \N 2026-03-03 14:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.750891+02 602 107 \N \N 2026-03-03 15:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.751304+02 603 100 \N \N 2026-03-03 15:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.751726+02 604 101 \N \N 2026-03-03 15:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.752127+02 605 102 \N \N 2026-03-03 15:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.752544+02 606 720 \N \N 2026-03-04 06:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.752949+02 607 721 \N \N 2026-03-04 06:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.753346+02 608 103 \N \N 2026-03-04 09:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.753778+02 609 104 \N \N 2026-03-04 09:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.754211+02 610 105 \N \N 2026-03-04 09:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.75465+02 611 108 \N \N 2026-03-04 10:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.755061+02 612 109 \N \N 2026-03-04 10:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.755462+02 613 110 \N \N 2026-03-04 10:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.755867+02 614 112 \N \N 2026-03-04 10:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.756277+02 615 113 \N \N 2026-03-04 11:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.756698+02 616 114 \N \N 2026-03-04 11:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.757102+02 617 115 \N \N 2026-03-04 11:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.757549+02 618 116 \N \N 2026-03-04 11:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.757991+02 619 117 \N \N 2026-03-04 14:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.758409+02 620 118 \N \N 2026-03-04 14:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.758818+02 621 119 \N \N 2026-03-04 14:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.759244+02 622 121 \N \N 2026-03-04 14:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.759659+02 623 53 \N \N 2026-03-04 15:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.760061+02 624 54 \N \N 2026-03-04 15:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.760975+02 625 56 \N \N 2026-03-04 15:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.761455+02 626 57 \N \N 2026-03-04 15:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.76188+02 627 58 \N \N 2026-03-05 09:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.762293+02 628 59 \N \N 2026-03-05 09:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.762706+02 629 60 \N \N 2026-03-05 09:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.76311+02 630 1376 \N \N 2026-03-05 10:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.763515+02 631 61 \N \N 2026-03-05 10:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.763931+02 632 20 \N \N 2026-03-05 10:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.764359+02 633 87 \N \N 2026-03-05 11:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.764772+02 634 22 \N \N 2026-03-05 11:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.765194+02 635 466 \N \N 2026-03-05 11:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.765612+02 636 25 \N \N 2026-03-05 11:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.766051+02 637 32 \N \N 2026-03-05 11:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.766457+02 638 34 \N \N 2026-03-05 14:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.766856+02 639 778 \N \N 2026-03-05 14:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.767293+02 640 35 \N \N 2026-03-05 14:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.767754+02 641 45 \N \N 2026-03-05 14:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.768178+02 642 46 \N \N 2026-03-05 14:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.768586+02 643 48 \N \N 2026-03-05 15:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.769011+02 644 91 \N \N 2026-03-05 15:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.769426+02 645 575 \N \N 2026-03-09 00:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.769876+02 646 1055 \N \N 2026-03-02 11:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.770312+02 647 239 \N \N 2026-03-02 14:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.77073+02 648 745 \N \N 2026-03-03 15:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.771143+02 649 746 \N \N 2026-03-03 16:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.771559+02 650 764 \N \N 2026-03-02 16:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.77197+02 651 768 \N \N 2026-03-02 16:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.772378+02 652 687 \N \N 2026-03-03 15:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.77285+02 653 769 \N \N 2026-03-03 16:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.773429+02 654 770 \N \N 2026-03-03 16:15:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.773889+02 655 688 \N \N 2026-03-03 16:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.774316+02 656 689 \N \N 2026-03-03 16:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.774734+02 657 570 \N \N 2026-03-05 09:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.775157+02 658 613 \N \N 2026-03-04 09:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.775577+02 659 612 \N \N 2026-03-04 16:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.775986+02 660 1037 \N \N 2026-03-05 14:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.776401+02 661 921 \N \N 2026-03-02 10:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.77683+02 662 429 \N \N 2026-03-05 10:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.777241+02 663 1007 \N \N 2026-03-04 00:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.777663+02 664 1097 \N \N 2026-03-02 10:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.778079+02 665 859 \N \N 2026-03-04 11:30:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.778492+02 666 665 \N \N 2026-03-05 14:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.778903+02 667 788 \N \N 2026-03-05 09:45:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.779318+02 668 434 \N \N 2026-03-05 10:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.779723+02 669 1070 \N \N 2026-03-05 00:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.780146+02 670 655 \N \N 2026-03-05 10:00:00+01 ok \N 0 f \N Semaine 10 2026-04-14 21:31:07.780561+02 671 1142 \N \N 2026-03-09 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.781091+02 672 161 \N \N 2026-03-09 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.781514+02 673 1187 \N \N 2026-03-09 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.781918+02 674 1163 \N \N 2026-03-09 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.782327+02 675 1140 \N \N 2026-03-09 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.782733+02 676 1141 \N \N 2026-03-09 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.783145+02 677 1139 \N \N 2026-03-09 09:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.783547+02 678 1148 \N \N 2026-03-09 10:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.783976+02 679 1150 \N \N 2026-03-09 10:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.784402+02 680 1153 \N \N 2026-03-09 11:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.784804+02 681 1155 \N \N 2026-03-09 11:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.785262+02 682 1200 \N \N 2026-03-09 12:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.785678+02 683 1197 \N \N 2026-03-09 12:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.786084+02 684 1157 \N \N 2026-03-09 14:15:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.786488+02 685 1159 \N \N 2026-03-09 14:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.786901+02 686 1160 \N \N 2026-03-09 14:45:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.787311+02 687 1162 \N \N 2026-03-09 15:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.78772+02 688 1165 \N \N 2026-03-09 15:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.788236+02 689 1167 \N \N 2026-03-09 16:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.78911+02 690 1143 \N \N 2026-03-10 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.789761+02 691 164 \N \N 2026-03-10 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.790496+02 692 1146 \N \N 2026-03-10 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.791099+02 693 1151 \N \N 2026-03-10 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.791676+02 694 1568 \N \N 2026-03-10 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.792234+02 695 1055 \N \N 2026-03-10 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.793046+02 696 1198 \N \N 2026-03-10 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.793617+02 697 1169 \N \N 2026-03-10 09:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.794154+02 698 1174 \N \N 2026-03-10 09:45:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.794668+02 699 1176 \N \N 2026-03-10 10:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.795231+02 700 1171 \N \N 2026-03-10 10:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.795788+02 701 1177 \N \N 2026-03-10 10:15:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.796334+02 702 1178 \N \N 2026-03-10 10:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.797004+02 703 1180 \N \N 2026-03-10 10:45:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.797691+02 704 1182 \N \N 2026-03-10 11:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.798289+02 705 1184 \N \N 2026-03-10 11:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.799314+02 706 1186 \N \N 2026-03-10 12:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.800138+02 707 1189 \N \N 2026-03-10 14:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.800897+02 708 1191 \N \N 2026-03-10 14:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.801682+02 709 1193 \N \N 2026-03-10 15:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.802384+02 710 1195 \N \N 2026-03-10 15:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.802853+02 711 152 \N \N 2026-03-11 09:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.803298+02 712 153 \N \N 2026-03-11 09:15:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.803873+02 713 159 \N \N 2026-03-11 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.804818+02 714 160 \N \N 2026-03-11 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.805299+02 715 162 \N \N 2026-03-11 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.805739+02 716 163 \N \N 2026-03-11 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.806165+02 717 1081 \N \N 2026-03-11 10:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.806601+02 718 1082 \N \N 2026-03-11 10:15:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.807037+02 719 1079 \N \N 2026-03-11 10:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.807481+02 720 1080 \N \N 2026-03-11 11:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.807892+02 721 1138 \N \N 2026-03-11 11:15:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.808322+02 722 1136 \N \N 2026-03-11 11:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.808742+02 723 1137 \N \N 2026-03-11 14:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.80916+02 724 1144 \N \N 2026-03-11 14:15:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.809564+02 725 1145 \N \N 2026-03-11 14:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.809972+02 726 1147 \N \N 2026-03-11 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.810374+02 727 1149 \N \N 2026-03-11 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.810775+02 728 1152 \N \N 2026-03-11 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.811181+02 729 1154 \N \N 2026-03-11 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.811583+02 730 1196 \N \N 2026-03-12 09:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.812023+02 731 1199 \N \N 2026-03-12 09:15:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.812448+02 732 1156 \N \N 2026-03-12 09:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.812856+02 733 1158 \N \N 2026-03-12 09:45:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.813254+02 734 1161 \N \N 2026-03-12 10:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.813664+02 735 1164 \N \N 2026-03-12 10:15:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.814067+02 736 1166 \N \N 2026-03-12 10:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.814472+02 737 1181 \N \N 2026-03-12 10:45:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.814865+02 738 1192 \N \N 2026-03-12 11:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.815265+02 739 1168 \N \N 2026-03-12 11:15:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.815671+02 740 1170 \N \N 2026-03-12 11:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.816072+02 741 1172 \N \N 2026-03-12 14:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.816474+02 742 1173 \N \N 2026-03-12 14:15:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.816871+02 743 1175 \N \N 2026-03-12 14:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.817322+02 744 1179 \N \N 2026-03-12 14:45:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.817759+02 745 1183 \N \N 2026-03-12 15:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.818168+02 746 1185 \N \N 2026-03-12 15:15:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.818566+02 747 1188 \N \N 2026-03-12 15:20:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.81897+02 748 1190 \N \N 2026-03-12 15:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.819479+02 749 655 \N \N 2026-03-12 14:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.820052+02 750 824 \N \N 2026-03-12 16:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.820506+02 751 826 \N \N 2026-03-11 15:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.820929+02 752 829 \N \N 2026-03-11 15:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.821347+02 753 364 \N \N 2026-03-12 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.821753+02 754 524 \N \N 2026-03-12 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.822164+02 755 525 \N \N 2026-03-12 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.822572+02 756 1070 \N \N 2026-03-12 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.822993+02 757 518 \N \N 2026-03-12 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.823418+02 758 371 \N \N 2026-03-12 14:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.823842+02 759 372 \N \N 2026-03-12 14:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.824261+02 760 373 \N \N 2026-03-11 11:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.824667+02 761 374 \N \N 2026-03-11 11:45:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.825078+02 762 864 \N \N 2026-03-12 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.825488+02 763 365 \N \N 2026-03-12 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.825892+02 764 1127 \N \N 2026-03-12 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.826297+02 765 821 \N \N 2026-03-16 14:30:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.826753+02 766 734 \N \N 2026-03-12 14:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.827241+02 767 979 \N \N 2026-03-12 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.82767+02 768 980 \N \N 2026-03-12 00:00:00+01 ok \N 0 f \N Semaine 11 2026-04-14 21:31:07.828089+02 769 183 \N \N 2026-03-16 08:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.828633+02 770 192 \N \N 2026-03-16 08:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.829047+02 771 193 \N \N 2026-03-16 09:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.82946+02 772 194 \N \N 2026-03-16 09:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.829862+02 773 195 \N \N 2026-03-16 10:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.83031+02 774 196 \N \N 2026-03-16 10:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.830728+02 775 198 \N \N 2026-03-16 11:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.831337+02 776 197 \N \N 2026-03-16 11:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.831777+02 777 1415 \N \N 2026-03-16 11:45:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.832208+02 778 1416 \N \N 2026-03-16 12:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.832705+02 779 1414 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.833129+02 780 184 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.833541+02 781 185 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.833976+02 782 186 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.834396+02 783 187 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.834816+02 784 188 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.835233+02 785 189 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.835638+02 786 190 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.836036+02 787 202 \N \N 2026-03-17 09:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.836442+02 788 204 \N \N 2026-03-17 09:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.836841+02 789 205 \N \N 2026-03-17 09:45:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.837249+02 790 173 \N \N 2026-03-17 10:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.837664+02 791 206 \N \N 2026-03-17 10:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.838095+02 792 207 \N \N 2026-03-17 10:15:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.838508+02 793 208 \N \N 2026-03-17 10:45:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.838911+02 794 209 \N \N 2026-03-17 11:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.839324+02 795 210 \N \N 2026-03-17 11:15:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.839728+02 796 191 \N \N 2026-03-17 14:15:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.840135+02 797 199 \N \N 2026-03-17 14:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.840538+02 798 200 \N \N 2026-03-17 15:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.840937+02 799 201 \N \N 2026-03-17 15:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.841337+02 800 350 \N \N 2026-03-17 15:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.841744+02 801 352 \N \N 2026-03-17 15:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.842169+02 802 211 \N \N 2026-03-18 09:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.843153+02 803 212 \N \N 2026-03-18 09:15:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.843592+02 804 213 \N \N 2026-03-18 09:45:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.844008+02 805 214 \N \N 2026-03-18 10:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.84442+02 806 215 \N \N 2026-03-18 10:15:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.844822+02 807 216 \N \N 2026-03-18 10:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.845231+02 808 218 \N \N 2026-03-18 10:45:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.845637+02 809 217 \N \N 2026-03-18 11:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.846034+02 810 219 \N \N 2026-03-18 11:15:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.846441+02 811 220 \N \N 2026-03-18 11:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.846845+02 812 221 \N \N 2026-03-18 14:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.847244+02 813 222 \N \N 2026-03-18 14:15:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.847674+02 814 223 \N \N 2026-03-18 14:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.848071+02 815 224 \N \N 2026-03-18 14:45:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.848479+02 816 225 \N \N 2026-03-18 15:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.848882+02 817 226 \N \N 2026-03-18 15:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.849279+02 818 239 \N \N 2026-03-19 08:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.849687+02 819 232 \N \N 2026-03-19 09:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.850106+02 820 233 \N \N 2026-03-19 09:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.85076+02 821 236 \N \N 2026-03-19 10:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.851236+02 822 237 \N \N 2026-03-19 10:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.851673+02 823 238 \N \N 2026-03-19 11:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.852109+02 824 234 \N \N 2026-03-19 11:15:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.852523+02 825 203 \N \N 2026-03-19 11:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.852935+02 826 235 \N \N 2026-03-19 14:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.853357+02 827 240 \N \N 2026-03-19 14:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.85377+02 828 181 \N \N 2026-03-19 15:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.85419+02 829 179 \N \N 2026-03-19 15:15:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.854601+02 830 180 \N \N 2026-03-19 15:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.854999+02 831 182 \N \N 2026-03-19 16:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.855405+02 832 450 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.855812+02 833 519 \N \N 2026-03-19 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.856229+02 834 745 \N \N 2026-03-18 14:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.85665+02 835 746 \N \N 2026-03-18 14:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.857089+02 836 764 \N \N 2026-03-19 08:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.857554+02 837 768 \N \N 2026-03-18 15:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.857975+02 838 687 \N \N 2026-03-19 09:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.858383+02 839 769 \N \N 2026-03-18 15:45:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.858791+02 840 770 \N \N 2026-03-18 15:55:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.859195+02 841 688 \N \N 2026-03-19 10:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.859594+02 842 689 \N \N 2026-03-19 10:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.859997+02 843 570 \N \N 2026-03-19 16:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.860398+02 844 613 \N \N 2026-03-18 11:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.86082+02 845 612 \N \N 2026-03-19 11:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.86123+02 846 1037 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.861641+02 847 921 \N \N 2026-03-18 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.862053+02 848 429 \N \N 2026-03-19 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.862465+02 849 1007 \N \N 2026-03-16 14:30:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.86287+02 850 1097 \N \N 2026-03-17 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.863274+02 851 859 \N \N 2026-03-17 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.86367+02 852 665 \N \N 2026-03-18 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.864086+02 853 788 \N \N 2026-03-17 15:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.864514+02 854 434 \N \N 2026-03-18 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.864924+02 855 734 \N \N 2026-03-23 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.865322+02 856 513 \N \N 2026-03-19 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.865734+02 857 650 \N \N 2026-03-17 16:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.866208+02 858 652 \N \N 2026-03-18 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.866681+02 859 654 \N \N 2026-03-18 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.867109+02 860 655 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.867523+02 861 1070 \N \N 2026-03-16 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.867947+02 862 364 \N \N 2026-03-18 00:00:00+01 ok \N 0 f \N Semaine 12 2026-04-14 21:31:07.868367+02 863 929 \N \N 2026-03-23 09:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.868909+02 864 1045 \N \N 2026-03-23 10:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.869321+02 865 955 \N \N 2026-03-23 10:15:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.86973+02 866 956 \N \N 2026-03-23 10:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.870144+02 867 957 \N \N 2026-03-23 10:45:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.870549+02 868 958 \N \N 2026-03-23 11:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.870951+02 869 959 \N \N 2026-03-23 11:15:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.871356+02 870 438 \N \N 2026-03-23 14:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.871778+02 871 735 \N \N 2026-03-23 14:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.872187+02 872 1 \N \N 2026-03-23 09:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.87275+02 873 3 \N \N 2026-03-23 09:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.873192+02 874 4 \N \N 2026-03-23 09:45:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.873614+02 875 5 \N \N 2026-03-23 10:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.874099+02 876 823 \N \N 2026-03-23 10:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.874519+02 877 10 \N \N 2026-03-23 11:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.874928+02 878 11 \N \N 2026-03-23 11:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.875334+02 879 15 \N \N 2026-03-23 14:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.875738+02 880 16 \N \N 2026-03-23 14:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.87684+02 881 17 \N \N 2026-03-23 14:45:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.877294+02 882 18 \N \N 2026-03-23 15:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.877721+02 883 21 \N \N 2026-03-23 15:15:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.878131+02 884 23 \N \N 2026-03-23 15:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.878541+02 885 27 \N \N 2026-03-24 09:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.878962+02 886 28 \N \N 2026-03-24 09:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.879379+02 887 30 \N \N 2026-03-24 10:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.879778+02 888 31 \N \N 2026-03-24 10:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.880196+02 889 36 \N \N 2026-03-24 11:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.880608+02 890 37 \N \N 2026-03-24 11:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.881022+02 891 40 \N \N 2026-03-24 14:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.881458+02 892 43 \N \N 2026-03-24 14:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.882125+02 893 44 \N \N 2026-03-24 15:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.882568+02 894 559 \N \N 2026-03-25 09:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.882982+02 895 560 \N \N 2026-03-25 09:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.883399+02 896 561 \N \N 2026-03-25 09:15:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.883824+02 897 562 \N \N 2026-03-25 09:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.884259+02 898 563 \N \N 2026-03-25 09:45:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.884676+02 899 166 \N \N 2026-03-25 10:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.885091+02 900 1000 \N \N 2026-03-25 10:15:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.885505+02 901 1001 \N \N 2026-03-25 10:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.885909+02 902 1002 \N \N 2026-03-25 10:45:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.886322+02 903 988 \N \N 2026-03-25 11:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.88673+02 904 799 \N \N 2026-03-25 14:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.887134+02 905 800 \N \N 2026-03-25 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.887594+02 906 801 \N \N 2026-03-25 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.888036+02 907 802 \N \N 2026-03-25 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.888447+02 908 803 \N \N 2026-03-25 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.888855+02 909 804 \N \N 2026-03-25 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.889255+02 910 805 \N \N 2026-03-25 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.889662+02 911 806 \N \N 2026-03-25 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.89006+02 912 807 \N \N 2026-03-25 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.890462+02 913 808 \N \N 2026-03-25 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.890864+02 914 357 \N \N 2026-03-26 11:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.891283+02 915 1037 \N \N 2026-03-26 15:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.891757+02 916 921 \N \N 2026-03-23 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.89216+02 917 429 \N \N 2026-03-23 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.892567+02 918 1007 \N \N 2026-03-26 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.892988+02 919 1097 \N \N 2026-03-24 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.893399+02 920 859 \N \N 2026-03-24 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.893802+02 921 788 \N \N 2026-03-24 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.894206+02 922 764 \N \N 2026-03-26 07:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.894626+02 923 768 \N \N 2026-03-25 10:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.895054+02 924 769 \N \N 2026-03-25 10:15:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.895475+02 925 770 \N \N 2026-03-25 10:30:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.895875+02 926 570 \N \N 2026-03-30 00:00:00+02 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.896298+02 927 613 \N \N 2026-03-25 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.896702+02 928 612 \N \N 2026-03-26 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.897355+02 929 665 \N \N 2026-03-30 00:00:00+02 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.897946+02 930 434 \N \N 2026-03-23 00:00:00+01 ok \N 0 f \N Semaine 13 2026-04-14 21:31:07.898443+02 931 712 \N \N 2026-03-30 09:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.89903+02 932 836 \N \N 2026-03-30 09:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.899497+02 933 842 \N \N 2026-03-30 09:45:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.899946+02 934 837 \N \N 2026-03-30 10:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.900372+02 935 838 \N \N 2026-03-30 10:15:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.901144+02 936 839 \N \N 2026-03-30 10:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.901712+02 937 840 \N \N 2026-03-30 10:45:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.902205+02 938 841 \N \N 2026-03-30 11:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.902669+02 939 843 \N \N 2026-03-30 11:15:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.903113+02 940 844 \N \N 2026-03-30 11:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.903538+02 941 353 \N \N 2026-03-30 14:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.90398+02 942 456 \N \N 2026-04-01 09:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.9044+02 943 454 \N \N 2026-04-01 09:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.904839+02 944 356 \N \N 2026-04-01 10:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.905253+02 945 750 \N \N 2026-04-01 12:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.90566+02 946 354 \N \N 2026-04-01 14:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.906066+02 947 355 \N \N 2026-04-01 15:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.906481+02 948 455 \N \N 2026-04-01 15:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.906886+02 949 458 \N \N 2026-04-01 16:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.907288+02 950 465 \N \N 2026-04-01 00:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.907696+02 951 459 \N \N 2026-04-01 00:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.908105+02 952 457 \N \N 2026-04-01 00:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.908506+02 953 461 \N \N 2026-04-01 00:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.908908+02 954 462 \N \N 2026-04-01 00:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.90931+02 955 463 \N \N 2026-04-01 00:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.909715+02 956 464 \N \N 2026-04-01 00:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.910119+02 957 1447 \N \N 2026-04-01 00:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.910528+02 958 460 \N \N 2026-04-01 00:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.910926+02 959 453 \N \N 2026-04-01 00:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.911925+02 960 745 \N \N 2026-04-01 14:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.912448+02 961 746 \N \N 2026-04-01 14:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.91344+02 962 747 \N \N 2026-04-01 15:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.914265+02 963 757 \N \N 2026-04-02 09:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.914837+02 964 758 \N \N 2026-04-02 09:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.915311+02 965 759 \N \N 2026-04-02 10:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.91575+02 966 765 \N \N 2026-04-02 10:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.91618+02 967 764 \N \N 2026-04-02 07:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.916623+02 968 7 \N \N 2026-04-02 09:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.917072+02 969 9 \N \N 2026-04-02 09:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.918013+02 970 12 \N \N 2026-04-02 10:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.918916+02 971 13 \N \N 2026-04-02 10:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.919453+02 972 14 \N \N 2026-04-02 10:45:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.919998+02 973 24 \N \N 2026-04-02 11:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.920464+02 974 26 \N \N 2026-04-02 11:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.920958+02 975 33 \N \N 2026-04-02 11:45:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.921408+02 976 38 \N \N 2026-04-02 14:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.921869+02 977 39 \N \N 2026-04-02 14:15:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.922287+02 978 41 \N \N 2026-04-02 14:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.922705+02 979 42 \N \N 2026-04-02 15:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.923125+02 980 47 \N \N 2026-04-02 15:15:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.923541+02 981 49 \N \N 2026-04-02 15:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.923947+02 982 734 \N \N 2026-04-02 14:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.924367+02 983 728 \N \N 2026-04-02 14:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.924777+02 984 688 \N \N 2026-03-31 10:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.925209+02 985 689 \N \N 2026-03-31 10:45:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.92563+02 986 687 \N \N 2026-03-31 11:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.926038+02 987 575 \N \N 2026-04-01 14:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.926449+02 988 1055 \N \N 2026-03-30 10:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.926859+02 989 239 \N \N 2026-03-31 10:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.927263+02 990 1037 \N \N 2026-03-30 09:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.927739+02 991 921 \N \N 2026-03-30 14:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.928194+02 992 429 \N \N 2026-03-31 14:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.928622+02 993 1007 \N \N 2026-03-31 09:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.929046+02 994 1097 \N \N 2026-03-31 09:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.929493+02 995 788 \N \N 2026-04-01 11:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.929927+02 996 768 \N \N 2026-03-31 10:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.930339+02 997 570 \N \N 2026-04-06 00:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.930758+02 998 665 \N \N 2026-03-30 11:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.931182+02 999 434 \N \N 2026-03-31 11:30:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.931644+02 1000 407 \N \N 2026-04-02 10:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.932078+02 1001 1038 \N \N 2026-03-31 11:00:00+02 ok \N 0 f \N Semaine 14 2026-04-14 21:31:07.932483+02 1002 1042 \N \N 2026-04-07 09:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.933045+02 1003 1043 \N \N 2026-04-07 09:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.933476+02 1004 171 \N \N 2026-04-07 10:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.934296+02 1005 172 \N \N 2026-04-07 10:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.93474+02 1006 1039 \N \N 2026-04-07 11:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.935152+02 1007 1041 \N \N 2026-04-07 14:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.935573+02 1008 1044 \N \N 2026-04-07 14:15:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.935984+02 1009 1040 \N \N 2026-04-07 14:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.936391+02 1010 1104 \N \N 2026-04-07 14:45:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.936795+02 1011 1105 \N \N 2026-04-07 15:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.937245+02 1012 1103 \N \N 2026-04-07 15:20:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.937665+02 1013 780 \N \N 2026-04-07 15:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.938071+02 1014 641 \N \N 2026-04-09 10:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.938487+02 1015 471 \N \N 2026-04-07 09:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.938897+02 1016 472 \N \N 2026-04-07 09:15:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.939309+02 1017 1448 \N \N 2026-04-07 09:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.939716+02 1018 1449 \N \N 2026-04-07 10:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.940125+02 1019 467 \N \N 2026-04-07 10:15:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.94053+02 1020 468 \N \N 2026-04-07 10:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.940933+02 1021 473 \N \N 2026-04-07 10:45:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.94134+02 1022 475 \N \N 2026-04-07 11:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.941751+02 1023 476 \N \N 2026-04-07 11:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.942175+02 1024 477 \N \N 2026-04-07 11:45:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.942586+02 1025 478 \N \N 2026-04-07 14:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.943006+02 1026 480 \N \N 2026-04-07 14:15:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.943623+02 1027 481 \N \N 2026-04-07 14:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.944222+02 1028 469 \N \N 2026-04-07 14:45:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.944733+02 1029 470 \N \N 2026-04-07 15:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.94519+02 1030 474 \N \N 2026-04-07 15:20:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.945636+02 1031 479 \N \N 2026-04-07 15:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.946061+02 1032 729 \N \N 2026-04-09 14:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.94651+02 1033 364 \N \N 2026-04-13 00:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.946995+02 1034 612 \N \N 2026-04-13 00:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.947533+02 1035 613 \N \N 2026-04-13 00:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.947966+02 1036 687 \N \N 2026-04-08 10:30:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.948446+02 1037 1055 \N \N 2026-04-08 11:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.94888+02 1038 1037 \N \N 2026-04-13 00:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.949295+02 1039 768 \N \N 2026-04-13 00:00:00+02 ok \N 0 f \N Semaine 15 2026-04-14 21:31:07.949736+02 1040 787 \N \N 2026-04-13 09:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.950559+02 1041 786 \N \N 2026-04-13 09:30:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.951155+02 1042 600 \N \N 2026-04-13 09:45:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.951633+02 1043 821 \N \N 2026-04-13 15:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.952075+02 1044 556 \N \N 2026-04-13 11:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.952496+02 1045 595 \N \N 2026-04-13 11:30:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.952913+02 1046 596 \N \N 2026-04-13 14:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.953355+02 1047 582 \N \N 2026-04-13 14:30:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.953777+02 1048 1024 \N \N 2026-04-14 09:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.954187+02 1049 985 \N \N 2026-04-14 09:30:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.954606+02 1050 973 \N \N 2026-04-14 11:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.955009+02 1051 972 \N \N 2026-04-14 11:30:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.955411+02 1052 547 \N \N 2026-04-15 10:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.955874+02 1053 554 \N \N 2026-04-15 11:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.95628+02 1054 1055 \N \N 2026-04-14 10:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.956729+02 1055 239 \N \N 2026-04-14 10:15:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.957153+02 1056 768 \N \N 2026-04-14 14:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.957584+02 1057 612 \N \N 2026-04-13 14:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.95809+02 1058 613 \N \N 2026-04-13 14:30:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.958511+02 1059 1097 \N \N 2026-04-20 00:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.959759+02 1060 859 \N \N 2026-04-20 00:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.960348+02 1061 788 \N \N 2026-04-13 09:30:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.960856+02 1062 734 \N \N 2026-04-16 16:00:00+02 ok \N 0 f \N Semaine 16 2026-04-14 21:31:07.961331+02 1063 915 \N \N 2026-04-20 09:00:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.962038+02 1064 916 \N \N 2026-04-20 09:30:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.962492+02 1065 917 \N \N 2026-04-20 09:45:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.96292+02 1066 920 \N \N 2026-04-20 10:00:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.963332+02 1067 921 \N \N 2026-04-21 10:15:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.963819+02 1068 1007 \N \N 2026-04-21 11:15:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.964251+02 1069 1097 \N \N 2026-04-22 09:00:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.964751+02 1070 944 \N \N 2026-04-22 10:00:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.965201+02 1071 1374 \N \N 2026-04-22 10:15:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.965612+02 1072 960 \N \N 2026-04-22 10:45:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.966024+02 1073 961 \N \N 2026-04-22 11:00:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.966466+02 1074 962 \N \N 2026-04-22 11:15:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.966891+02 1075 963 \N \N 2026-04-22 11:30:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.967295+02 1076 913 \N \N 2026-04-22 14:00:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.9677+02 1077 914 \N \N 2026-04-22 14:30:00+02 ok \N 0 f \N Semaine 17 2026-04-14 21:31:07.968098+02 1078 420 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.969147+02 1079 421 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.969574+02 1080 422 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.969976+02 1081 428 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.970382+02 1082 817 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.970785+02 1083 1537 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.971179+02 1084 1335 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.971637+02 1085 533 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.97204+02 1086 645 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.972454+02 1087 648 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.972855+02 1088 418 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.97329+02 1089 419 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.973691+02 1090 426 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.97411+02 1091 427 \N \N 2026-05-11 00:00:00+02 ok \N 0 f \N Semaine 19 2026-04-14 21:31:07.974569+02 \. -- -- Data for Name: patch_planning; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.patch_planning (id, year, week_number, week_code, week_start, week_end, cycle, domain_code, env_scope, status, note, created_at) FROM stdin; 1 2026 16 S16 2026-04-13 2026-04-19 2 FL hprod open \N 2026-04-11 21:33:02.745757+02 2 2026 17 S17 2026-04-20 2026-04-26 2 FL hprod open \N 2026-04-11 21:33:26.548952+02 3 2026 18 S18 2026-04-27 2026-05-03 2 FL prod open \N 2026-04-11 21:34:22.693866+02 4 2026 19 S19 2026-05-04 2026-05-10 2 FL prod open \N 2026-04-11 21:35:00.637579+02 5 2026 20 S20 2026-05-11 2026-05-17 \N \N all freeze \N 2026-04-11 21:35:31.7253+02 6 2026 21 S21 2026-05-18 2026-05-24 \N \N all freeze \N 2026-04-11 21:35:49.36111+02 7 2026 22 S22 2026-05-25 2026-05-31 \N INFRASTRUC hprod open \N 2026-04-11 21:36:51.197414+02 8 2026 23 S23 2026-06-01 2026-06-07 \N INFRASTRUC prod open \N 2026-04-11 21:37:24.238933+02 9 2026 24 S24 2026-06-08 2026-06-14 \N INFRASTRUC prod open \N 2026-04-11 21:37:55.164255+02 10 2026 16 S16 2026-04-13 2026-04-19 \N BI hprod open \N 2026-04-11 21:38:42.824854+02 11 2026 17 S17 2026-04-20 2026-04-26 \N BI prod open \N 2026-04-11 21:39:05.833418+02 \. -- -- Data for Name: patch_sessions; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.patch_sessions (id, campaign_id, server_id, intervenant_id, date_prevue, duree_estimee, accord_responsable, date_report, motif_report, prereq_ssh, prereq_disk_root, prereq_disk_log, prereq_satellite, prereq_date, snapshot_name, snapshot_created, snapshot_forced, snapshot_justif, snapshot_date, patch_command, patch_output, pb_espace_disque, status, date_realise, reboot_required, reboot_date, packages_before, packages_after, packages_updated, postcheck_services, postcheck_ports, postcheck_date, notif_debut_sent, notif_reboot_sent, notif_fin_sent, created_at, updated_at, exclusion_reason, exclusion_detail, excluded_by, excluded_at, rollback_method, rollback_justif, prereq_validated, prereq_validated_by, prereq_validated_at, prereq_disk_root_mb, prereq_disk_var_mb, prereq_disk_ok, heure_prevue, assigned_at, forced_assignment, state_before, state_after, state_diff, note) FROM stdin; \. -- -- Data for Name: patch_validation; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.patch_validation (id, server_id, campaign_id, campaign_type, patch_date, status, validated_by_contact_id, validated_by_name, validated_at, marked_by_user_id, forced_reason, notes, created_at, updated_at) FROM stdin; \. -- -- Data for Name: qualys_asset_tags; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.qualys_asset_tags (id, qualys_asset_id, qualys_tag_id, assigned_at) FROM stdin; 32 442020687 187346121 2026-04-11 03:47:18.49462+02 33 442020687 187378074 2026-04-11 03:47:18.49462+02 34 442020687 187346316 2026-04-11 03:47:18.49462+02 35 442020687 187346318 2026-04-11 03:47:18.49462+02 36 442017918 187359896 2026-04-11 13:55:26.100639+02 37 442017918 187359899 2026-04-11 13:55:26.100639+02 38 442017918 187378074 2026-04-11 13:55:26.100639+02 39 442017918 187346121 2026-04-11 13:55:26.100639+02 40 442017918 187346318 2026-04-11 13:55:26.100639+02 45 442520259 187378074 2026-04-11 20:45:02.022971+02 46 442520259 187346318 2026-04-11 20:45:02.022971+02 47 442520259 187346316 2026-04-11 20:45:02.022971+02 48 442520259 187346121 2026-04-11 20:45:02.022971+02 49 442520686 187378074 2026-04-11 20:45:09.428643+02 50 442520686 187346121 2026-04-11 20:45:09.428643+02 51 442520686 187346318 2026-04-11 20:45:09.428643+02 52 442520686 187359897 2026-04-11 20:45:09.428643+02 53 442520686 187346316 2026-04-11 20:45:09.428643+02 64 442532841 187346318 2026-04-11 20:59:18.773544+02 65 442532841 187378074 2026-04-11 20:59:18.773544+02 66 442532841 187346121 2026-04-11 20:59:18.773544+02 67 442570264 187346122 2026-04-11 20:59:18.777242+02 68 442570264 187346318 2026-04-11 20:59:18.777242+02 69 442570264 187346121 2026-04-11 20:59:18.777242+02 70 442570264 187378074 2026-04-11 20:59:18.777242+02 74 442569209 187346121 2026-04-11 21:48:22.191687+02 75 442569209 187378074 2026-04-11 21:48:22.191687+02 76 442569209 187346318 2026-04-11 21:48:22.191687+02 85 449704892 187378074 2026-04-11 22:15:09.222589+02 98 119198010 73071868 2026-04-14 12:14:33.531241+02 99 119198010 40118754 2026-04-14 12:14:33.531241+02 100 119198010 34597707 2026-04-14 12:14:33.531241+02 101 119198010 73074447 2026-04-14 12:14:33.531241+02 102 119198010 35266896 2026-04-14 12:14:33.531241+02 103 119198010 187378074 2026-04-14 12:14:33.531241+02 104 119198010 48587221 2026-04-14 12:14:33.531241+02 105 119198010 48587186 2026-04-14 12:14:33.531241+02 106 358642751 187378074 2026-04-14 12:14:33.531241+02 107 358642751 48587186 2026-04-14 12:14:33.531241+02 108 358642751 40118754 2026-04-14 12:14:33.531241+02 109 358642751 73071868 2026-04-14 12:14:33.531241+02 110 358642751 73074447 2026-04-14 12:14:33.531241+02 129 128519806 73071868 2026-04-14 17:20:10.880765+02 130 128519806 35266877 2026-04-14 17:20:10.880765+02 131 128519806 48426415 2026-04-14 17:20:10.880765+02 132 128519806 35266890 2026-04-14 17:20:10.880765+02 133 128519806 34597707 2026-04-14 17:20:10.880765+02 134 128519806 48587218 2026-04-14 17:20:10.880765+02 135 128519806 187378074 2026-04-14 17:20:10.880765+02 136 128519806 35266881 2026-04-14 17:20:10.880765+02 137 128519851 48426415 2026-04-14 17:20:10.880765+02 138 128519851 48587218 2026-04-14 17:20:10.880765+02 139 128519851 35266890 2026-04-14 17:20:10.880765+02 140 128519851 35266881 2026-04-14 17:20:10.880765+02 141 128519851 38317214 2026-04-14 17:20:10.880765+02 142 128519851 187378074 2026-04-14 17:20:10.880765+02 143 128519851 73071868 2026-04-14 17:20:10.880765+02 144 128519851 34597707 2026-04-14 17:20:10.880765+02 145 128519851 35266877 2026-04-14 17:20:10.880765+02 146 128588879 48426415 2026-04-14 17:20:10.880765+02 147 128588879 187378074 2026-04-14 17:20:10.880765+02 148 128588879 35266890 2026-04-14 17:20:10.880765+02 149 128588879 38317214 2026-04-14 17:20:10.880765+02 150 128588879 35266881 2026-04-14 17:20:10.880765+02 151 128588879 73071868 2026-04-14 17:20:10.880765+02 152 128588879 34597707 2026-04-14 17:20:10.880765+02 153 128588879 35266877 2026-04-14 17:20:10.880765+02 154 128588879 48587218 2026-04-14 17:20:10.880765+02 155 128588879 36311322 2026-04-14 17:20:10.880765+02 156 128591651 35266881 2026-04-14 17:20:10.880765+02 157 128591651 48426415 2026-04-14 17:20:10.880765+02 158 128591651 73071868 2026-04-14 17:20:10.880765+02 159 128591651 35266890 2026-04-14 17:20:10.880765+02 160 128591651 35266877 2026-04-14 17:20:10.880765+02 161 128591651 187378074 2026-04-14 17:20:10.880765+02 162 128591651 34597707 2026-04-14 17:20:10.880765+02 163 128591651 36311322 2026-04-14 17:20:10.880765+02 164 128591651 38317214 2026-04-14 17:20:10.880765+02 165 128591651 48587218 2026-04-14 17:20:10.880765+02 166 128591682 34597707 2026-04-14 17:20:10.880765+02 167 128591682 35266877 2026-04-14 17:20:10.880765+02 168 128591682 35266890 2026-04-14 17:20:10.880765+02 169 128591682 36311322 2026-04-14 17:20:10.880765+02 170 128591682 38317214 2026-04-14 17:20:10.880765+02 171 128591682 48587218 2026-04-14 17:20:10.880765+02 172 128591682 73071868 2026-04-14 17:20:10.880765+02 173 128591682 35266881 2026-04-14 17:20:10.880765+02 174 128591682 48426415 2026-04-14 17:20:10.880765+02 175 128591682 187378074 2026-04-14 17:20:10.880765+02 176 128593762 187378074 2026-04-14 17:20:10.880765+02 177 128593762 35266890 2026-04-14 17:20:10.880765+02 178 128593762 35266881 2026-04-14 17:20:10.880765+02 179 128593762 48426415 2026-04-14 17:20:10.880765+02 180 128593762 48587218 2026-04-14 17:20:10.880765+02 181 128593762 73071868 2026-04-14 17:20:10.880765+02 182 128593762 34597707 2026-04-14 17:20:10.880765+02 183 128593762 35266877 2026-04-14 17:20:10.880765+02 184 128593762 38317214 2026-04-14 17:20:10.880765+02 185 128594047 48426415 2026-04-14 17:20:10.880765+02 186 128594047 40118754 2026-04-14 17:20:10.880765+02 187 128594047 35266877 2026-04-14 17:20:10.880765+02 188 128594047 35266881 2026-04-14 17:20:10.880765+02 189 128594047 187378074 2026-04-14 17:20:10.880765+02 190 128594047 36311322 2026-04-14 17:20:10.880765+02 191 128594047 48587218 2026-04-14 17:20:10.880765+02 192 128594047 34597707 2026-04-14 17:20:10.880765+02 193 128594047 35266890 2026-04-14 17:20:10.880765+02 194 128594047 73071868 2026-04-14 17:20:10.880765+02 195 128594378 38317214 2026-04-14 17:20:10.880765+02 196 128594378 35266881 2026-04-14 17:20:10.880765+02 197 128594378 35266877 2026-04-14 17:20:10.880765+02 198 128594378 73071868 2026-04-14 17:20:10.880765+02 199 128594378 36311322 2026-04-14 17:20:10.880765+02 200 128594378 187378074 2026-04-14 17:20:10.880765+02 201 128594378 34597707 2026-04-14 17:20:10.880765+02 202 128594378 35266890 2026-04-14 17:20:10.880765+02 203 128600128 73071868 2026-04-14 17:20:10.880765+02 204 128600128 48587218 2026-04-14 17:20:10.880765+02 205 128600128 187378074 2026-04-14 17:20:10.880765+02 206 128600128 38317214 2026-04-14 17:20:10.880765+02 207 128600128 35266890 2026-04-14 17:20:10.880765+02 208 128600128 35266881 2026-04-14 17:20:10.880765+02 209 128600128 35266877 2026-04-14 17:20:10.880765+02 210 128600128 48426415 2026-04-14 17:20:10.880765+02 211 128600128 34597707 2026-04-14 17:20:10.880765+02 212 128609803 73071868 2026-04-14 17:20:10.880765+02 213 128609803 48587218 2026-04-14 17:20:10.880765+02 214 128609803 35266881 2026-04-14 17:20:10.880765+02 215 128609803 38317214 2026-04-14 17:20:10.880765+02 216 128609803 48426415 2026-04-14 17:20:10.880765+02 217 128609803 187378074 2026-04-14 17:20:10.880765+02 218 128609803 35266890 2026-04-14 17:20:10.880765+02 219 128609803 34597707 2026-04-14 17:20:10.880765+02 220 128609803 35266877 2026-04-14 17:20:10.880765+02 221 128609877 38317214 2026-04-14 17:20:10.880765+02 222 128609877 35266877 2026-04-14 17:20:10.880765+02 223 128609877 48426415 2026-04-14 17:20:10.880765+02 224 128609877 187378074 2026-04-14 17:20:10.880765+02 225 128609877 35266881 2026-04-14 17:20:10.880765+02 226 128609877 73071868 2026-04-14 17:20:10.880765+02 227 128609877 36311322 2026-04-14 17:20:10.880765+02 228 128609877 48587218 2026-04-14 17:20:10.880765+02 229 128609877 35266890 2026-04-14 17:20:10.880765+02 230 128609877 34597707 2026-04-14 17:20:10.880765+02 231 128614031 35266877 2026-04-14 17:20:10.880765+02 232 128614031 48426415 2026-04-14 17:20:10.880765+02 233 128614031 36311322 2026-04-14 17:20:10.880765+02 234 128614031 73071868 2026-04-14 17:20:10.880765+02 235 128614031 35266881 2026-04-14 17:20:10.880765+02 236 128614031 35266890 2026-04-14 17:20:10.880765+02 237 128614031 187378074 2026-04-14 17:20:10.880765+02 238 128614031 34597707 2026-04-14 17:20:10.880765+02 239 128614031 38317214 2026-04-14 17:20:10.880765+02 240 128614031 48587218 2026-04-14 17:20:10.880765+02 241 128614112 48426415 2026-04-14 17:20:10.880765+02 242 128614112 187378074 2026-04-14 17:20:10.880765+02 243 128614112 35266877 2026-04-14 17:20:10.880765+02 244 128614112 35266881 2026-04-14 17:20:10.880765+02 245 128614112 73071868 2026-04-14 17:20:10.880765+02 246 128614112 34597707 2026-04-14 17:20:10.880765+02 247 128614112 48587218 2026-04-14 17:20:10.880765+02 248 128614112 35266890 2026-04-14 17:20:10.880765+02 249 128614292 36311322 2026-04-14 17:20:10.880765+02 250 128614292 48426415 2026-04-14 17:20:10.880765+02 251 128614292 187378074 2026-04-14 17:20:10.880765+02 252 128614292 35266877 2026-04-14 17:20:10.880765+02 253 128614292 34597707 2026-04-14 17:20:10.880765+02 254 128614292 35266890 2026-04-14 17:20:10.880765+02 255 128614292 38317214 2026-04-14 17:20:10.880765+02 256 128614292 48587218 2026-04-14 17:20:10.880765+02 257 128614292 35266881 2026-04-14 17:20:10.880765+02 258 128614292 73071868 2026-04-14 17:20:10.880765+02 259 128614386 73071868 2026-04-14 17:20:10.880765+02 260 128614386 35266890 2026-04-14 17:20:10.880765+02 261 128614386 34597707 2026-04-14 17:20:10.880765+02 262 128614386 187378074 2026-04-14 17:20:10.880765+02 263 128614386 35266881 2026-04-14 17:20:10.880765+02 264 128614386 38317214 2026-04-14 17:20:10.880765+02 265 128614386 48587218 2026-04-14 17:20:10.880765+02 266 128614386 35266877 2026-04-14 17:20:10.880765+02 267 128614386 48426415 2026-04-14 17:20:10.880765+02 268 128614531 35266890 2026-04-14 17:20:10.880765+02 269 128614531 35266881 2026-04-14 17:20:10.880765+02 270 128614531 38317214 2026-04-14 17:20:10.880765+02 271 128614531 48426415 2026-04-14 17:20:10.880765+02 272 128614531 73071868 2026-04-14 17:20:10.880765+02 273 128614531 36311322 2026-04-14 17:20:10.880765+02 274 128614531 34597707 2026-04-14 17:20:10.880765+02 275 128614531 35266877 2026-04-14 17:20:10.880765+02 276 128614531 187378074 2026-04-14 17:20:10.880765+02 277 128614531 48587218 2026-04-14 17:20:10.880765+02 278 128617920 48587218 2026-04-14 17:20:10.880765+02 279 128617920 38317214 2026-04-14 17:20:10.880765+02 280 128617920 187378074 2026-04-14 17:20:10.880765+02 281 128617920 34597707 2026-04-14 17:20:10.880765+02 282 128617920 35266890 2026-04-14 17:20:10.880765+02 283 128617920 73071868 2026-04-14 17:20:10.880765+02 284 128617920 35266877 2026-04-14 17:20:10.880765+02 285 128617920 48426415 2026-04-14 17:20:10.880765+02 286 128617920 35266881 2026-04-14 17:20:10.880765+02 287 128618343 73071868 2026-04-14 17:20:10.880765+02 288 128618343 38317214 2026-04-14 17:20:10.880765+02 289 128618343 35266877 2026-04-14 17:20:10.880765+02 290 128618343 48587218 2026-04-14 17:20:10.880765+02 291 128618343 36311322 2026-04-14 17:20:10.880765+02 292 128618343 35266890 2026-04-14 17:20:10.880765+02 293 128618343 187378074 2026-04-14 17:20:10.880765+02 294 128618343 34597707 2026-04-14 17:20:10.880765+02 295 128618343 48426415 2026-04-14 17:20:10.880765+02 296 128618343 35266881 2026-04-14 17:20:10.880765+02 297 128618682 36311322 2026-04-14 17:20:10.880765+02 298 128618682 187378074 2026-04-14 17:20:10.880765+02 299 128618682 73071868 2026-04-14 17:20:10.880765+02 300 128618682 48426415 2026-04-14 17:20:10.880765+02 301 128618682 35266877 2026-04-14 17:20:10.880765+02 302 128618682 34597707 2026-04-14 17:20:10.880765+02 303 128618682 40118754 2026-04-14 17:20:10.880765+02 304 128618682 35266890 2026-04-14 17:20:10.880765+02 305 128618682 48587218 2026-04-14 17:20:10.880765+02 306 128618682 35266881 2026-04-14 17:20:10.880765+02 307 128622406 48426415 2026-04-14 17:20:10.880765+02 308 128622406 35266890 2026-04-14 17:20:10.880765+02 309 128622406 73071868 2026-04-14 17:20:10.880765+02 310 128622406 35266877 2026-04-14 17:20:10.880765+02 311 128622406 35266881 2026-04-14 17:20:10.880765+02 312 128622406 48587218 2026-04-14 17:20:10.880765+02 313 128622406 38317214 2026-04-14 17:20:10.880765+02 314 128622406 34597707 2026-04-14 17:20:10.880765+02 315 128622406 187378074 2026-04-14 17:20:10.880765+02 316 128622563 35266877 2026-04-14 17:20:10.880765+02 317 128622563 38317214 2026-04-14 17:20:10.880765+02 318 128622563 35266881 2026-04-14 17:20:10.880765+02 319 128622563 36311322 2026-04-14 17:20:10.880765+02 320 128622563 187378074 2026-04-14 17:20:10.880765+02 321 128622563 73071868 2026-04-14 17:20:10.880765+02 322 128622563 34597707 2026-04-14 17:20:10.880765+02 323 128622563 40118754 2026-04-14 17:20:10.880765+02 324 128622563 35266890 2026-04-14 17:20:10.880765+02 325 128622563 48426415 2026-04-14 17:20:10.880765+02 326 128622563 48587218 2026-04-14 17:20:10.880765+02 327 129310119 187378074 2026-04-14 17:20:10.880765+02 328 129310119 34597707 2026-04-14 17:20:10.880765+02 329 129310119 35266877 2026-04-14 17:20:10.880765+02 330 129310119 38317214 2026-04-14 17:20:10.880765+02 331 129310119 36311322 2026-04-14 17:20:10.880765+02 332 129310119 35266890 2026-04-14 17:20:10.880765+02 333 129310119 73071868 2026-04-14 17:20:10.880765+02 334 129310119 48426415 2026-04-14 17:20:10.880765+02 335 129310119 48587218 2026-04-14 17:20:10.880765+02 336 129310119 35266881 2026-04-14 17:20:10.880765+02 337 129310163 40118754 2026-04-14 17:20:10.880765+02 338 129310163 48426415 2026-04-14 17:20:10.880765+02 339 129310163 73071868 2026-04-14 17:20:10.880765+02 340 129310163 48587218 2026-04-14 17:20:10.880765+02 341 129310163 187378074 2026-04-14 17:20:10.880765+02 342 129310163 36311322 2026-04-14 17:20:10.880765+02 343 129310163 34597707 2026-04-14 17:20:10.880765+02 344 129310163 35266890 2026-04-14 17:20:10.880765+02 345 129310163 35266877 2026-04-14 17:20:10.880765+02 346 129310163 35266881 2026-04-14 17:20:10.880765+02 347 129310553 35266877 2026-04-14 17:20:10.880765+02 348 129310553 34597707 2026-04-14 17:20:10.880765+02 349 129310553 48587218 2026-04-14 17:20:10.880765+02 350 129310553 38317214 2026-04-14 17:20:10.880765+02 351 129310553 35266881 2026-04-14 17:20:10.880765+02 352 129310553 48426415 2026-04-14 17:20:10.880765+02 353 129310553 73071868 2026-04-14 17:20:10.880765+02 354 129310553 35266890 2026-04-14 17:20:10.880765+02 355 129310553 187378074 2026-04-14 17:20:10.880765+02 356 129315730 48587218 2026-04-14 17:20:10.880765+02 357 129315730 187378074 2026-04-14 17:20:10.880765+02 358 129315730 35266881 2026-04-14 17:20:10.880765+02 359 129315730 48426415 2026-04-14 17:20:10.880765+02 360 129315730 38317214 2026-04-14 17:20:10.880765+02 361 129315730 36311322 2026-04-14 17:20:10.880765+02 362 129315730 34597707 2026-04-14 17:20:10.880765+02 363 129315730 35266890 2026-04-14 17:20:10.880765+02 364 129315730 73071868 2026-04-14 17:20:10.880765+02 365 129315730 35266877 2026-04-14 17:20:10.880765+02 366 129315770 48426415 2026-04-14 17:20:10.880765+02 367 129315770 36311322 2026-04-14 17:20:10.880765+02 368 129315770 187378074 2026-04-14 17:20:10.880765+02 369 129315770 35266881 2026-04-14 17:20:10.880765+02 370 129315770 34597707 2026-04-14 17:20:10.880765+02 371 129315770 35266890 2026-04-14 17:20:10.880765+02 372 129315770 35266877 2026-04-14 17:20:10.880765+02 373 129315770 48587218 2026-04-14 17:20:10.880765+02 374 129315770 38317214 2026-04-14 17:20:10.880765+02 375 129315770 73071868 2026-04-14 17:20:10.880765+02 376 129337968 35266881 2026-04-14 17:20:10.880765+02 377 129337968 36311322 2026-04-14 17:20:10.880765+02 378 129337968 35266877 2026-04-14 17:20:10.880765+02 379 129337968 38317214 2026-04-14 17:20:10.880765+02 380 129337968 35266890 2026-04-14 17:20:10.880765+02 381 129337968 48587218 2026-04-14 17:20:10.880765+02 382 129337968 73071868 2026-04-14 17:20:10.880765+02 383 129337968 34597707 2026-04-14 17:20:10.880765+02 384 129337968 48426415 2026-04-14 17:20:10.880765+02 385 129337968 187378074 2026-04-14 17:20:10.880765+02 386 155037339 73071868 2026-04-14 17:20:10.880765+02 387 155037339 35266877 2026-04-14 17:20:10.880765+02 388 155037339 34597707 2026-04-14 17:20:10.880765+02 389 155037339 35266890 2026-04-14 17:20:10.880765+02 390 155037339 35266881 2026-04-14 17:20:10.880765+02 391 155037339 48426415 2026-04-14 17:20:10.880765+02 392 155037339 48587218 2026-04-14 17:20:10.880765+02 393 155037339 38317214 2026-04-14 17:20:10.880765+02 394 155037339 187378074 2026-04-14 17:20:10.880765+02 395 178201254 48587218 2026-04-14 17:20:10.880765+02 396 178201254 35266877 2026-04-14 17:20:10.880765+02 397 178201254 35266881 2026-04-14 17:20:10.880765+02 398 178201254 34597707 2026-04-14 17:20:10.880765+02 399 178201254 73071868 2026-04-14 17:20:10.880765+02 400 178201254 187378074 2026-04-14 17:20:10.880765+02 401 178201254 35266890 2026-04-14 17:20:10.880765+02 402 178201254 48426415 2026-04-14 17:20:10.880765+02 403 178201254 38317214 2026-04-14 17:20:10.880765+02 404 185110186 48587218 2026-04-14 17:20:10.880765+02 405 185110186 73071868 2026-04-14 17:20:10.880765+02 406 185110186 187378074 2026-04-14 17:20:10.880765+02 407 185110186 34597707 2026-04-14 17:20:10.880765+02 408 185110186 48426415 2026-04-14 17:20:10.880765+02 409 185110186 35266890 2026-04-14 17:20:10.880765+02 410 186024350 73071868 2026-04-14 17:20:10.880765+02 411 186024350 48587218 2026-04-14 17:20:10.880765+02 412 186024350 48426415 2026-04-14 17:20:10.880765+02 413 186024350 187378074 2026-04-14 17:20:10.880765+02 414 186024350 35266890 2026-04-14 17:20:10.880765+02 415 186249269 73071868 2026-04-14 17:20:10.880765+02 416 186249269 187378074 2026-04-14 17:20:10.880765+02 417 186249269 35266890 2026-04-14 17:20:10.880765+02 418 186249269 48587218 2026-04-14 17:20:10.880765+02 419 186249269 48426415 2026-04-14 17:20:10.880765+02 420 186261448 187378074 2026-04-14 17:20:10.880765+02 421 186261448 48587218 2026-04-14 17:20:10.880765+02 422 186261448 48426415 2026-04-14 17:20:10.880765+02 423 186261448 73071868 2026-04-14 17:20:10.880765+02 424 186261448 35266890 2026-04-14 17:20:10.880765+02 425 215165445 187378074 2026-04-14 17:20:10.880765+02 426 215165445 73071868 2026-04-14 17:20:10.880765+02 427 215165445 38317222 2026-04-14 17:20:10.880765+02 428 215165445 38317214 2026-04-14 17:20:10.880765+02 429 215165445 35266877 2026-04-14 17:20:10.880765+02 430 215165445 34597707 2026-04-14 17:20:10.880765+02 431 215165445 48426415 2026-04-14 17:20:10.880765+02 432 215165445 35266890 2026-04-14 17:20:10.880765+02 433 215165445 48587218 2026-04-14 17:20:10.880765+02 434 215165445 35266881 2026-04-14 17:20:10.880765+02 435 215213259 73071868 2026-04-14 17:20:10.880765+02 436 215213259 48426415 2026-04-14 17:20:10.880765+02 437 215213259 34597707 2026-04-14 17:20:10.880765+02 438 215213259 48587218 2026-04-14 17:20:10.880765+02 439 215213259 35266890 2026-04-14 17:20:10.880765+02 440 215213259 38317222 2026-04-14 17:20:10.880765+02 441 215213259 38317214 2026-04-14 17:20:10.880765+02 442 215213259 35266881 2026-04-14 17:20:10.880765+02 443 215213259 35266877 2026-04-14 17:20:10.880765+02 444 215213259 187378074 2026-04-14 17:20:10.880765+02 445 215213361 187378074 2026-04-14 17:20:10.880765+02 446 215213361 35266890 2026-04-14 17:20:10.880765+02 447 215213361 48426415 2026-04-14 17:20:10.880765+02 448 215213361 73071868 2026-04-14 17:20:10.880765+02 449 215213361 38317222 2026-04-14 17:20:10.880765+02 450 215213361 35266877 2026-04-14 17:20:10.880765+02 451 215213361 35266881 2026-04-14 17:20:10.880765+02 452 215213361 38317214 2026-04-14 17:20:10.880765+02 453 215213361 34597707 2026-04-14 17:20:10.880765+02 454 215213361 48587218 2026-04-14 17:20:10.880765+02 455 215213361 36311322 2026-04-14 17:20:10.880765+02 456 215218494 48426415 2026-04-14 17:20:10.880765+02 457 215218494 35266890 2026-04-14 17:20:10.880765+02 458 215218494 187378074 2026-04-14 17:20:10.880765+02 459 215218494 38317214 2026-04-14 17:20:10.880765+02 460 215218494 73071868 2026-04-14 17:20:10.880765+02 461 215218494 38317222 2026-04-14 17:20:10.880765+02 462 215218494 48587218 2026-04-14 17:20:10.880765+02 463 215218494 34597707 2026-04-14 17:20:10.880765+02 464 215218494 35266881 2026-04-14 17:20:10.880765+02 465 215218494 35266877 2026-04-14 17:20:10.880765+02 466 215222543 34597707 2026-04-14 17:20:10.880765+02 467 215222543 48587218 2026-04-14 17:20:10.880765+02 468 215222543 35266877 2026-04-14 17:20:10.880765+02 469 215222543 73071868 2026-04-14 17:20:10.880765+02 470 215222543 35266890 2026-04-14 17:20:10.880765+02 471 215222543 36311322 2026-04-14 17:20:10.880765+02 472 215222543 48426415 2026-04-14 17:20:10.880765+02 473 215222543 187378074 2026-04-14 17:20:10.880765+02 474 215222543 38317214 2026-04-14 17:20:10.880765+02 475 215222543 35266881 2026-04-14 17:20:10.880765+02 476 215228959 73071868 2026-04-14 17:20:10.880765+02 477 215228959 187378074 2026-04-14 17:20:10.880765+02 478 215228959 48426415 2026-04-14 17:20:10.880765+02 479 215228959 38317214 2026-04-14 17:20:10.880765+02 480 215228959 35266890 2026-04-14 17:20:10.880765+02 481 215228959 48587218 2026-04-14 17:20:10.880765+02 482 215228959 35266881 2026-04-14 17:20:10.880765+02 483 215228959 35266877 2026-04-14 17:20:10.880765+02 484 215228959 36311322 2026-04-14 17:20:10.880765+02 485 215228959 34597707 2026-04-14 17:20:10.880765+02 486 219788187 187378074 2026-04-14 17:20:10.880765+02 487 219788187 73071868 2026-04-14 17:20:10.880765+02 488 219788187 48587218 2026-04-14 17:20:10.880765+02 489 219788187 35266877 2026-04-14 17:20:10.880765+02 490 219788187 38317214 2026-04-14 17:20:10.880765+02 491 219788187 35266890 2026-04-14 17:20:10.880765+02 492 219788187 48426415 2026-04-14 17:20:10.880765+02 493 219788187 35266881 2026-04-14 17:20:10.880765+02 494 219821714 73071868 2026-04-14 17:20:10.880765+02 495 219821714 187378074 2026-04-14 17:20:10.880765+02 496 219821714 38317214 2026-04-14 17:20:10.880765+02 497 219821714 48426415 2026-04-14 17:20:10.880765+02 498 219821714 48587218 2026-04-14 17:20:10.880765+02 499 219821714 35266877 2026-04-14 17:20:10.880765+02 500 219821714 35266890 2026-04-14 17:20:10.880765+02 501 219821714 35266881 2026-04-14 17:20:10.880765+02 502 221316812 73071868 2026-04-14 17:20:10.880765+02 503 221316812 48426415 2026-04-14 17:20:10.880765+02 504 221316812 36311322 2026-04-14 17:20:10.880765+02 505 221316812 187378074 2026-04-14 17:20:10.880765+02 506 221316812 35266890 2026-04-14 17:20:10.880765+02 507 221316812 48587218 2026-04-14 17:20:10.880765+02 508 221316812 35266881 2026-04-14 17:20:10.880765+02 509 221316812 38317214 2026-04-14 17:20:10.880765+02 510 221316812 35266877 2026-04-14 17:20:10.880765+02 511 221316812 34597707 2026-04-14 17:20:10.880765+02 512 221319867 34597707 2026-04-14 17:20:10.880765+02 513 221319867 48587218 2026-04-14 17:20:10.880765+02 514 221319867 187378074 2026-04-14 17:20:10.880765+02 515 221319867 35266881 2026-04-14 17:20:10.880765+02 516 221319867 48426415 2026-04-14 17:20:10.880765+02 517 221319867 73071868 2026-04-14 17:20:10.880765+02 518 221319867 35266890 2026-04-14 17:20:10.880765+02 519 221319867 38317214 2026-04-14 17:20:10.880765+02 520 221319867 35266877 2026-04-14 17:20:10.880765+02 521 221331665 35266877 2026-04-14 17:20:10.880765+02 522 221331665 35266890 2026-04-14 17:20:10.880765+02 523 221331665 34597707 2026-04-14 17:20:10.880765+02 524 221331665 38317214 2026-04-14 17:20:10.880765+02 525 221331665 35266881 2026-04-14 17:20:10.880765+02 526 221331665 187378074 2026-04-14 17:20:10.880765+02 527 221331665 36311322 2026-04-14 17:20:10.880765+02 528 221331665 48426415 2026-04-14 17:20:10.880765+02 529 221331665 73071868 2026-04-14 17:20:10.880765+02 530 221331665 48587218 2026-04-14 17:20:10.880765+02 531 221336958 35266890 2026-04-14 17:20:10.880765+02 532 221336958 73071868 2026-04-14 17:20:10.880765+02 533 221336958 48426415 2026-04-14 17:20:10.880765+02 534 221336958 35266881 2026-04-14 17:20:10.880765+02 535 221336958 38317214 2026-04-14 17:20:10.880765+02 536 221336958 34597707 2026-04-14 17:20:10.880765+02 537 221336958 48587218 2026-04-14 17:20:10.880765+02 538 221336958 36311322 2026-04-14 17:20:10.880765+02 539 221336958 187378074 2026-04-14 17:20:10.880765+02 540 221336958 35266877 2026-04-14 17:20:10.880765+02 541 221337261 48587218 2026-04-14 17:20:10.880765+02 542 221337261 34597707 2026-04-14 17:20:10.880765+02 543 221337261 187378074 2026-04-14 17:20:10.880765+02 544 221337261 35266890 2026-04-14 17:20:10.880765+02 545 221337261 35266881 2026-04-14 17:20:10.880765+02 546 221337261 38317214 2026-04-14 17:20:10.880765+02 547 221337261 35266877 2026-04-14 17:20:10.880765+02 548 221337261 73071868 2026-04-14 17:20:10.880765+02 549 221337261 48426415 2026-04-14 17:20:10.880765+02 550 221337261 36311322 2026-04-14 17:20:10.880765+02 551 221344661 48587218 2026-04-14 17:20:10.880765+02 552 221344661 35266877 2026-04-14 17:20:10.880765+02 553 221344661 48426415 2026-04-14 17:20:10.880765+02 554 221344661 187378074 2026-04-14 17:20:10.880765+02 555 221344661 38317214 2026-04-14 17:20:10.880765+02 556 221344661 73071868 2026-04-14 17:20:10.880765+02 557 221344661 34597707 2026-04-14 17:20:10.880765+02 558 221344661 35266881 2026-04-14 17:20:10.880765+02 559 221344661 35266890 2026-04-14 17:20:10.880765+02 560 223150678 187378074 2026-04-14 17:20:10.880765+02 561 223150678 35266890 2026-04-14 17:20:10.880765+02 562 223150678 36311322 2026-04-14 17:20:10.880765+02 563 223150678 34597707 2026-04-14 17:20:10.880765+02 564 223150678 48426415 2026-04-14 17:20:10.880765+02 565 223150678 73071868 2026-04-14 17:20:10.880765+02 566 223150678 48587218 2026-04-14 17:20:10.880765+02 567 223150678 35266877 2026-04-14 17:20:10.880765+02 568 223163371 35266877 2026-04-14 17:20:10.880765+02 569 223163371 73071868 2026-04-14 17:20:10.880765+02 570 223163371 34597707 2026-04-14 17:20:10.880765+02 571 223163371 36311322 2026-04-14 17:20:10.880765+02 572 223163371 187378074 2026-04-14 17:20:10.880765+02 573 223163371 35266881 2026-04-14 17:20:10.880765+02 574 223163371 35266890 2026-04-14 17:20:10.880765+02 575 223163371 48426415 2026-04-14 17:20:10.880765+02 576 223163371 48587218 2026-04-14 17:20:10.880765+02 577 223163472 73071868 2026-04-14 17:20:10.880765+02 578 223163472 34597707 2026-04-14 17:20:10.880765+02 579 223163472 48587218 2026-04-14 17:20:10.880765+02 580 223163472 187378074 2026-04-14 17:20:10.880765+02 581 223163472 35266890 2026-04-14 17:20:10.880765+02 582 223163472 48426415 2026-04-14 17:20:10.880765+02 583 223163472 35266877 2026-04-14 17:20:10.880765+02 584 223166642 35266877 2026-04-14 17:20:10.880765+02 585 223166642 36311322 2026-04-14 17:20:10.880765+02 586 223166642 73071868 2026-04-14 17:20:10.880765+02 587 223166642 187378074 2026-04-14 17:20:10.880765+02 588 223166642 48587218 2026-04-14 17:20:10.880765+02 589 223166642 34597707 2026-04-14 17:20:10.880765+02 590 223166642 48426415 2026-04-14 17:20:10.880765+02 591 223166642 35266890 2026-04-14 17:20:10.880765+02 592 223167444 48426415 2026-04-14 17:20:10.880765+02 593 223167444 36311322 2026-04-14 17:20:10.880765+02 594 223167444 35266877 2026-04-14 17:20:10.880765+02 595 223167444 35266881 2026-04-14 17:20:10.880765+02 596 223167444 34597707 2026-04-14 17:20:10.880765+02 597 223167444 187378074 2026-04-14 17:20:10.880765+02 598 223167444 48587218 2026-04-14 17:20:10.880765+02 599 223167444 73071868 2026-04-14 17:20:10.880765+02 600 223167444 35266890 2026-04-14 17:20:10.880765+02 601 223171074 187378074 2026-04-14 17:20:10.880765+02 602 223171074 48587218 2026-04-14 17:20:10.880765+02 603 223171074 48426415 2026-04-14 17:20:10.880765+02 604 223171074 35266890 2026-04-14 17:20:10.880765+02 605 223171074 35266877 2026-04-14 17:20:10.880765+02 606 223171074 34597707 2026-04-14 17:20:10.880765+02 607 223171074 73071868 2026-04-14 17:20:10.880765+02 608 223171074 36311322 2026-04-14 17:20:10.880765+02 609 223174845 34597707 2026-04-14 17:20:10.880765+02 610 223174845 35266877 2026-04-14 17:20:10.880765+02 611 223174845 35266890 2026-04-14 17:20:10.880765+02 612 223174845 35266881 2026-04-14 17:20:10.880765+02 613 223174845 48426415 2026-04-14 17:20:10.880765+02 614 223174845 48587218 2026-04-14 17:20:10.880765+02 615 223174845 73071868 2026-04-14 17:20:10.880765+02 616 223174845 187378074 2026-04-14 17:20:10.880765+02 617 223175180 38317214 2026-04-14 17:20:10.880765+02 618 223175180 35266877 2026-04-14 17:20:10.880765+02 619 223175180 187378074 2026-04-14 17:20:10.880765+02 620 223175180 35266890 2026-04-14 17:20:10.880765+02 621 223175180 73071868 2026-04-14 17:20:10.880765+02 622 223175180 38317222 2026-04-14 17:20:10.880765+02 623 223175180 38317205 2026-04-14 17:20:10.880765+02 624 223175180 48587218 2026-04-14 17:20:10.880765+02 625 223175180 35266881 2026-04-14 17:20:10.880765+02 626 223175180 48426415 2026-04-14 17:20:10.880765+02 627 223175180 34597707 2026-04-14 17:20:10.880765+02 628 223188722 48426415 2026-04-14 17:20:10.880765+02 629 223188722 35266877 2026-04-14 17:20:10.880765+02 630 223188722 35266890 2026-04-14 17:20:10.880765+02 631 223188722 35266881 2026-04-14 17:20:10.880765+02 632 223188722 34597707 2026-04-14 17:20:10.880765+02 633 223188722 48587218 2026-04-14 17:20:10.880765+02 634 223188722 187378074 2026-04-14 17:20:10.880765+02 635 223188722 73071868 2026-04-14 17:20:10.880765+02 636 223188899 36311322 2026-04-14 17:20:10.880765+02 637 223188899 35266877 2026-04-14 17:20:10.880765+02 638 223188899 187378074 2026-04-14 17:20:10.880765+02 639 223188899 73071868 2026-04-14 17:20:10.880765+02 640 223188899 34597707 2026-04-14 17:20:10.880765+02 641 223188899 48426415 2026-04-14 17:20:10.880765+02 642 223188899 35266890 2026-04-14 17:20:10.880765+02 643 223188899 35266881 2026-04-14 17:20:10.880765+02 644 223188899 48587218 2026-04-14 17:20:10.880765+02 645 223439899 35266877 2026-04-14 17:20:10.880765+02 646 223439899 34597707 2026-04-14 17:20:10.880765+02 647 223439899 73071868 2026-04-14 17:20:10.880765+02 648 223439899 48426415 2026-04-14 17:20:10.880765+02 649 223439899 35266890 2026-04-14 17:20:10.880765+02 650 223439899 48587218 2026-04-14 17:20:10.880765+02 651 223439899 187378074 2026-04-14 17:20:10.880765+02 652 225055358 187378074 2026-04-14 17:20:10.880765+02 653 225055358 35266881 2026-04-14 17:20:10.880765+02 654 225055358 48426415 2026-04-14 17:20:10.880765+02 655 225055358 48587218 2026-04-14 17:20:10.880765+02 656 225055358 73071868 2026-04-14 17:20:10.880765+02 657 225055358 35266890 2026-04-14 17:20:10.880765+02 658 225055358 36311322 2026-04-14 17:20:10.880765+02 659 225055358 34597707 2026-04-14 17:20:10.880765+02 660 225055358 35266877 2026-04-14 17:20:10.880765+02 661 225058556 36311322 2026-04-14 17:20:10.880765+02 662 225058556 48587218 2026-04-14 17:20:10.880765+02 663 225058556 187378074 2026-04-14 17:20:10.880765+02 664 225058556 35266877 2026-04-14 17:20:10.880765+02 665 225058556 48426415 2026-04-14 17:20:10.880765+02 666 225058556 73071868 2026-04-14 17:20:10.880765+02 667 225058556 34597707 2026-04-14 17:20:10.880765+02 668 225058556 35266890 2026-04-14 17:20:10.880765+02 669 225058556 35266881 2026-04-14 17:20:10.880765+02 670 225100522 35266881 2026-04-14 17:20:10.880765+02 671 225100522 35266890 2026-04-14 17:20:10.880765+02 672 225100522 187378074 2026-04-14 17:20:10.880765+02 673 225100522 35266877 2026-04-14 17:20:10.880765+02 674 225100522 73071868 2026-04-14 17:20:10.880765+02 675 225100522 34597707 2026-04-14 17:20:10.880765+02 676 225100522 48587218 2026-04-14 17:20:10.880765+02 677 225100522 36311322 2026-04-14 17:20:10.880765+02 678 225100522 48426415 2026-04-14 17:20:10.880765+02 679 225171191 48426415 2026-04-14 17:20:10.880765+02 680 225171191 187378074 2026-04-14 17:20:10.880765+02 681 225171191 35266881 2026-04-14 17:20:10.880765+02 682 225171191 35266890 2026-04-14 17:20:10.880765+02 683 225171191 73071868 2026-04-14 17:20:10.880765+02 684 225171191 34597707 2026-04-14 17:20:10.880765+02 685 225171191 36311322 2026-04-14 17:20:10.880765+02 686 225171191 35266877 2026-04-14 17:20:10.880765+02 687 225171191 48587218 2026-04-14 17:20:10.880765+02 688 225426807 35266877 2026-04-14 17:20:10.880765+02 689 225426807 48587218 2026-04-14 17:20:10.880765+02 690 225426807 35266890 2026-04-14 17:20:10.880765+02 691 225426807 73071868 2026-04-14 17:20:10.880765+02 692 225426807 35266881 2026-04-14 17:20:10.880765+02 693 225426807 187378074 2026-04-14 17:20:10.880765+02 694 225426807 48426415 2026-04-14 17:20:10.880765+02 695 225426807 34597707 2026-04-14 17:20:10.880765+02 696 225426807 38317214 2026-04-14 17:20:10.880765+02 697 225427710 187378074 2026-04-14 17:20:10.880765+02 698 225427710 48426415 2026-04-14 17:20:10.880765+02 699 225427710 34597707 2026-04-14 17:20:10.880765+02 700 225427710 73071868 2026-04-14 17:20:10.880765+02 701 225427710 48587218 2026-04-14 17:20:10.880765+02 702 225427710 35266877 2026-04-14 17:20:10.880765+02 703 225427710 35266881 2026-04-14 17:20:10.880765+02 704 225427710 35266890 2026-04-14 17:20:10.880765+02 705 225436821 35266881 2026-04-14 17:20:10.880765+02 706 225436821 48426415 2026-04-14 17:20:10.880765+02 707 225436821 48587218 2026-04-14 17:20:10.880765+02 708 225436821 34597707 2026-04-14 17:20:10.880765+02 709 225436821 38317214 2026-04-14 17:20:10.880765+02 710 225436821 35266877 2026-04-14 17:20:10.880765+02 711 225436821 187378074 2026-04-14 17:20:10.880765+02 712 225436821 73071868 2026-04-14 17:20:10.880765+02 713 225436821 35266890 2026-04-14 17:20:10.880765+02 714 225436821 36311322 2026-04-14 17:20:10.880765+02 715 225439577 38317214 2026-04-14 17:20:10.880765+02 716 225439577 187378074 2026-04-14 17:20:10.880765+02 717 225439577 36311322 2026-04-14 17:20:10.880765+02 718 225439577 73071868 2026-04-14 17:20:10.880765+02 719 225439577 35266877 2026-04-14 17:20:10.880765+02 720 225439577 48587218 2026-04-14 17:20:10.880765+02 721 225439577 35266890 2026-04-14 17:20:10.880765+02 722 225439577 48426415 2026-04-14 17:20:10.880765+02 723 225439577 35266881 2026-04-14 17:20:10.880765+02 724 225439577 34597707 2026-04-14 17:20:10.880765+02 725 225744238 35266890 2026-04-14 17:20:10.880765+02 726 225744238 73071868 2026-04-14 17:20:10.880765+02 727 225744238 34597707 2026-04-14 17:20:10.880765+02 728 225744238 48587218 2026-04-14 17:20:10.880765+02 729 225744238 48426415 2026-04-14 17:20:10.880765+02 730 225744238 35266881 2026-04-14 17:20:10.880765+02 731 225744238 187378074 2026-04-14 17:20:10.880765+02 732 225744238 35266877 2026-04-14 17:20:10.880765+02 733 226167930 34597707 2026-04-14 17:20:10.880765+02 734 226167930 36311322 2026-04-14 17:20:10.880765+02 735 226167930 187378074 2026-04-14 17:20:10.880765+02 736 226167930 35266890 2026-04-14 17:20:10.880765+02 737 226167930 35266877 2026-04-14 17:20:10.880765+02 738 226167930 38317214 2026-04-14 17:20:10.880765+02 739 226167930 35266881 2026-04-14 17:20:10.880765+02 740 226167930 48426415 2026-04-14 17:20:10.880765+02 741 226167930 73071868 2026-04-14 17:20:10.880765+02 742 226168693 34597707 2026-04-14 17:20:10.880765+02 743 226168693 48587218 2026-04-14 17:20:10.880765+02 744 226168693 187378074 2026-04-14 17:20:10.880765+02 745 226168693 73071868 2026-04-14 17:20:10.880765+02 746 226168693 48426415 2026-04-14 17:20:10.880765+02 747 226168693 35266890 2026-04-14 17:20:10.880765+02 748 226168693 35266877 2026-04-14 17:20:10.880765+02 749 226168693 35266881 2026-04-14 17:20:10.880765+02 750 226169190 35266881 2026-04-14 17:20:10.880765+02 751 226169190 35266877 2026-04-14 17:20:10.880765+02 752 226169190 35266890 2026-04-14 17:20:10.880765+02 753 226169190 73071868 2026-04-14 17:20:10.880765+02 754 226169190 187378074 2026-04-14 17:20:10.880765+02 755 226169190 48426415 2026-04-14 17:20:10.880765+02 756 226169190 38317214 2026-04-14 17:20:10.880765+02 757 226169190 34597707 2026-04-14 17:20:10.880765+02 758 227193811 34597707 2026-04-14 17:20:10.880765+02 759 227193811 48426415 2026-04-14 17:20:10.880765+02 760 227193811 187378074 2026-04-14 17:20:10.880765+02 761 227193811 35266890 2026-04-14 17:20:10.880765+02 762 227193811 73071868 2026-04-14 17:20:10.880765+02 763 227198904 35266890 2026-04-14 17:20:10.880765+02 764 227198904 187378074 2026-04-14 17:20:10.880765+02 765 227198904 48426415 2026-04-14 17:20:10.880765+02 766 227198904 35266877 2026-04-14 17:20:10.880765+02 767 227198904 34597707 2026-04-14 17:20:10.880765+02 768 227198904 73071868 2026-04-14 17:20:10.880765+02 769 227199088 187378074 2026-04-14 17:20:10.880765+02 770 227199088 35266890 2026-04-14 17:20:10.880765+02 771 227199088 35266877 2026-04-14 17:20:10.880765+02 772 227199088 73071868 2026-04-14 17:20:10.880765+02 773 227199088 48426415 2026-04-14 17:20:10.880765+02 774 227199088 34597707 2026-04-14 17:20:10.880765+02 775 227199088 48587218 2026-04-14 17:20:10.880765+02 776 227211624 35266881 2026-04-14 17:20:10.880765+02 777 227211624 35266877 2026-04-14 17:20:10.880765+02 778 227211624 35266890 2026-04-14 17:20:10.880765+02 779 227211624 187378074 2026-04-14 17:20:10.880765+02 780 227211624 48426415 2026-04-14 17:20:10.880765+02 781 227211624 73071868 2026-04-14 17:20:10.880765+02 782 227211624 34597707 2026-04-14 17:20:10.880765+02 783 227708214 35266881 2026-04-14 17:20:10.880765+02 784 227708214 48426415 2026-04-14 17:20:10.880765+02 785 227708214 73071868 2026-04-14 17:20:10.880765+02 786 227708214 35266877 2026-04-14 17:20:10.880765+02 787 227708214 35266890 2026-04-14 17:20:10.880765+02 788 227708214 34597707 2026-04-14 17:20:10.880765+02 789 227708214 48587218 2026-04-14 17:20:10.880765+02 790 227708214 187378074 2026-04-14 17:20:10.880765+02 791 227708370 73071868 2026-04-14 17:20:10.880765+02 792 227708370 35266881 2026-04-14 17:20:10.880765+02 793 227708370 48587218 2026-04-14 17:20:10.880765+02 794 227708370 187378074 2026-04-14 17:20:10.880765+02 795 227708370 35266890 2026-04-14 17:20:10.880765+02 796 227708370 48426415 2026-04-14 17:20:10.880765+02 797 227708370 35266877 2026-04-14 17:20:10.880765+02 798 227708370 38317214 2026-04-14 17:20:10.880765+02 799 227708370 34597707 2026-04-14 17:20:10.880765+02 800 227708505 35266890 2026-04-14 17:20:10.880765+02 801 227708505 35266877 2026-04-14 17:20:10.880765+02 802 227708505 38317214 2026-04-14 17:20:10.880765+02 803 227708505 48587218 2026-04-14 17:20:10.880765+02 804 227708505 187378074 2026-04-14 17:20:10.880765+02 805 227708505 73071868 2026-04-14 17:20:10.880765+02 806 227708505 48426415 2026-04-14 17:20:10.880765+02 807 227708505 34597707 2026-04-14 17:20:10.880765+02 808 227708505 35266881 2026-04-14 17:20:10.880765+02 809 227715620 35266881 2026-04-14 17:20:10.880765+02 810 227715620 48426415 2026-04-14 17:20:10.880765+02 811 227715620 38317214 2026-04-14 17:20:10.880765+02 812 227715620 35266877 2026-04-14 17:20:10.880765+02 813 227715620 35266890 2026-04-14 17:20:10.880765+02 814 227715620 187378074 2026-04-14 17:20:10.880765+02 815 227715620 73071868 2026-04-14 17:20:10.880765+02 816 227715620 34597707 2026-04-14 17:20:10.880765+02 817 227715620 48587218 2026-04-14 17:20:10.880765+02 818 228415190 187378074 2026-04-14 17:20:10.880765+02 819 228415190 48587218 2026-04-14 17:20:10.880765+02 820 228415190 73071868 2026-04-14 17:20:10.880765+02 821 228415190 34597707 2026-04-14 17:20:10.880765+02 822 228415190 35266890 2026-04-14 17:20:10.880765+02 823 228415190 48426415 2026-04-14 17:20:10.880765+02 824 228415190 35266877 2026-04-14 17:20:10.880765+02 825 228420755 35266877 2026-04-14 17:20:10.880765+02 826 228420755 187378074 2026-04-14 17:20:10.880765+02 827 228420755 38317214 2026-04-14 17:20:10.880765+02 828 228420755 48426415 2026-04-14 17:20:10.880765+02 829 228420755 35266881 2026-04-14 17:20:10.880765+02 830 228420755 48587218 2026-04-14 17:20:10.880765+02 831 228420755 73071868 2026-04-14 17:20:10.880765+02 832 228420755 34597707 2026-04-14 17:20:10.880765+02 833 228420755 35266890 2026-04-14 17:20:10.880765+02 834 228420904 35266877 2026-04-14 17:20:10.880765+02 835 228420904 34597707 2026-04-14 17:20:10.880765+02 836 228420904 35266881 2026-04-14 17:20:10.880765+02 837 228420904 48426415 2026-04-14 17:20:10.880765+02 838 228420904 35266890 2026-04-14 17:20:10.880765+02 839 228420904 187378074 2026-04-14 17:20:10.880765+02 840 228420904 48587218 2026-04-14 17:20:10.880765+02 841 228420904 38317214 2026-04-14 17:20:10.880765+02 842 228420904 73071868 2026-04-14 17:20:10.880765+02 843 228421026 48426415 2026-04-14 17:20:10.880765+02 844 228421026 34597707 2026-04-14 17:20:10.880765+02 845 228421026 35266890 2026-04-14 17:20:10.880765+02 846 228421026 35266881 2026-04-14 17:20:10.880765+02 847 228421026 38317214 2026-04-14 17:20:10.880765+02 848 228421026 35266877 2026-04-14 17:20:10.880765+02 849 228421026 73071868 2026-04-14 17:20:10.880765+02 850 228421026 187378074 2026-04-14 17:20:10.880765+02 851 228421026 48587218 2026-04-14 17:20:10.880765+02 852 228426057 38317214 2026-04-14 17:20:10.880765+02 853 228426057 35266881 2026-04-14 17:20:10.880765+02 854 228426057 73071868 2026-04-14 17:20:10.880765+02 855 228426057 34597707 2026-04-14 17:20:10.880765+02 856 228426057 48426415 2026-04-14 17:20:10.880765+02 857 228426057 187378074 2026-04-14 17:20:10.880765+02 858 228426057 35266877 2026-04-14 17:20:10.880765+02 859 228426057 35266890 2026-04-14 17:20:10.880765+02 860 228426057 48587218 2026-04-14 17:20:10.880765+02 861 228428106 48426415 2026-04-14 17:20:10.880765+02 862 228428106 34597707 2026-04-14 17:20:10.880765+02 863 228428106 35266877 2026-04-14 17:20:10.880765+02 864 228428106 35266881 2026-04-14 17:20:10.880765+02 865 228428106 73071868 2026-04-14 17:20:10.880765+02 866 228428106 187378074 2026-04-14 17:20:10.880765+02 867 228428106 48587218 2026-04-14 17:20:10.880765+02 868 228428106 35266890 2026-04-14 17:20:10.880765+02 869 230365978 73071868 2026-04-14 17:20:10.880765+02 870 230365978 35266890 2026-04-14 17:20:10.880765+02 871 230365978 48587218 2026-04-14 17:20:10.880765+02 872 230365978 34597707 2026-04-14 17:20:10.880765+02 873 230365978 35266881 2026-04-14 17:20:10.880765+02 874 230365978 48426415 2026-04-14 17:20:10.880765+02 875 230365978 187378074 2026-04-14 17:20:10.880765+02 876 230365978 35266877 2026-04-14 17:20:10.880765+02 877 230366366 48426415 2026-04-14 17:20:10.880765+02 878 230366366 73071868 2026-04-14 17:20:10.880765+02 879 230366366 187378074 2026-04-14 17:20:10.880765+02 880 230366366 38317214 2026-04-14 17:20:10.880765+02 881 230366366 35266877 2026-04-14 17:20:10.880765+02 882 230366366 34597707 2026-04-14 17:20:10.880765+02 883 230366366 35266881 2026-04-14 17:20:10.880765+02 884 230366366 48587218 2026-04-14 17:20:10.880765+02 885 230366366 35266890 2026-04-14 17:20:10.880765+02 886 230366424 38317214 2026-04-14 17:20:10.880765+02 887 230366424 48426415 2026-04-14 17:20:10.880765+02 888 230366424 35266877 2026-04-14 17:20:10.880765+02 889 230366424 48587218 2026-04-14 17:20:10.880765+02 890 230366424 187378074 2026-04-14 17:20:10.880765+02 891 230366424 35266890 2026-04-14 17:20:10.880765+02 892 230366424 73071868 2026-04-14 17:20:10.880765+02 893 230366424 35266881 2026-04-14 17:20:10.880765+02 894 230366424 34597707 2026-04-14 17:20:10.880765+02 895 230369388 73071868 2026-04-14 17:20:10.880765+02 896 230369388 187378074 2026-04-14 17:20:10.880765+02 897 230369388 35266890 2026-04-14 17:20:10.880765+02 898 230369388 34597707 2026-04-14 17:20:10.880765+02 899 230369388 48426415 2026-04-14 17:20:10.880765+02 900 231514970 48426415 2026-04-14 17:20:10.880765+02 901 231514970 34597707 2026-04-14 17:20:10.880765+02 902 231514970 73071868 2026-04-14 17:20:10.880765+02 903 231514970 35266881 2026-04-14 17:20:10.880765+02 904 231514970 35266877 2026-04-14 17:20:10.880765+02 905 231514970 35266890 2026-04-14 17:20:10.880765+02 906 231514970 48587218 2026-04-14 17:20:10.880765+02 907 231514970 187378074 2026-04-14 17:20:10.880765+02 908 231515226 35266890 2026-04-14 17:20:10.880765+02 909 231515226 187378074 2026-04-14 17:20:10.880765+02 910 231515226 35266877 2026-04-14 17:20:10.880765+02 911 231515226 48587218 2026-04-14 17:20:10.880765+02 912 231515226 73071868 2026-04-14 17:20:10.880765+02 913 231515226 34597707 2026-04-14 17:20:10.880765+02 914 231515226 38317214 2026-04-14 17:20:10.880765+02 915 231515226 48426415 2026-04-14 17:20:10.880765+02 916 231515226 35266881 2026-04-14 17:20:10.880765+02 917 231517264 35266881 2026-04-14 17:20:10.880765+02 918 231517264 35266877 2026-04-14 17:20:10.880765+02 919 231517264 73071868 2026-04-14 17:20:10.880765+02 920 231517264 48587218 2026-04-14 17:20:10.880765+02 921 231517264 34597707 2026-04-14 17:20:10.880765+02 922 231517264 38317214 2026-04-14 17:20:10.880765+02 923 231517264 48426415 2026-04-14 17:20:10.880765+02 924 231517264 35266890 2026-04-14 17:20:10.880765+02 925 231517264 187378074 2026-04-14 17:20:10.880765+02 926 231528363 73071868 2026-04-14 17:20:10.880765+02 927 231528363 35266881 2026-04-14 17:20:10.880765+02 928 231528363 48587218 2026-04-14 17:20:10.880765+02 929 231528363 34597707 2026-04-14 17:20:10.880765+02 930 231528363 35266877 2026-04-14 17:20:10.880765+02 931 231528363 187378074 2026-04-14 17:20:10.880765+02 932 231528363 38317214 2026-04-14 17:20:10.880765+02 933 231528363 48426415 2026-04-14 17:20:10.880765+02 934 231528363 35266890 2026-04-14 17:20:10.880765+02 935 231599326 35266881 2026-04-14 17:20:10.880765+02 936 231599326 48587218 2026-04-14 17:20:10.880765+02 937 231599326 38317214 2026-04-14 17:20:10.880765+02 938 231599326 35266877 2026-04-14 17:20:10.880765+02 939 231599326 187378074 2026-04-14 17:20:10.880765+02 940 231599326 48426415 2026-04-14 17:20:10.880765+02 941 231599326 34597707 2026-04-14 17:20:10.880765+02 942 231599326 73071868 2026-04-14 17:20:10.880765+02 943 231599326 35266890 2026-04-14 17:20:10.880765+02 944 231765205 187378074 2026-04-14 17:20:10.880765+02 945 231765205 73071868 2026-04-14 17:20:10.880765+02 946 231765205 48587218 2026-04-14 17:20:10.880765+02 947 231765205 34597707 2026-04-14 17:20:10.880765+02 948 231765205 38317214 2026-04-14 17:20:10.880765+02 949 231765205 35266877 2026-04-14 17:20:10.880765+02 950 231765205 48426415 2026-04-14 17:20:10.880765+02 951 231765205 35266890 2026-04-14 17:20:10.880765+02 952 231765205 35266881 2026-04-14 17:20:10.880765+02 953 231771998 48426415 2026-04-14 17:20:10.880765+02 954 231771998 48587218 2026-04-14 17:20:10.880765+02 955 231771998 35266877 2026-04-14 17:20:10.880765+02 956 231771998 34597707 2026-04-14 17:20:10.880765+02 957 231771998 73071868 2026-04-14 17:20:10.880765+02 958 231771998 35266881 2026-04-14 17:20:10.880765+02 959 231771998 38317214 2026-04-14 17:20:10.880765+02 960 231771998 187378074 2026-04-14 17:20:10.880765+02 961 231771998 35266890 2026-04-14 17:20:10.880765+02 962 231772330 48426415 2026-04-14 17:20:10.880765+02 963 231772330 35266890 2026-04-14 17:20:10.880765+02 964 231772330 73071868 2026-04-14 17:20:10.880765+02 965 231772330 35266877 2026-04-14 17:20:10.880765+02 966 231772330 48587218 2026-04-14 17:20:10.880765+02 967 231772330 35266881 2026-04-14 17:20:10.880765+02 968 231772330 34597707 2026-04-14 17:20:10.880765+02 969 231772330 187378074 2026-04-14 17:20:10.880765+02 970 231772330 38317214 2026-04-14 17:20:10.880765+02 971 232011762 187378074 2026-04-14 17:20:10.880765+02 972 232011762 48587218 2026-04-14 17:20:10.880765+02 973 232011762 73071868 2026-04-14 17:20:10.880765+02 974 232011762 35266890 2026-04-14 17:20:10.880765+02 975 232011762 38317214 2026-04-14 17:20:10.880765+02 976 232011762 48426415 2026-04-14 17:20:10.880765+02 977 232011762 34597707 2026-04-14 17:20:10.880765+02 978 232011762 35266881 2026-04-14 17:20:10.880765+02 979 232011762 35266877 2026-04-14 17:20:10.880765+02 980 232013299 35266877 2026-04-14 17:20:10.880765+02 981 232013299 187378074 2026-04-14 17:20:10.880765+02 982 232013299 35266881 2026-04-14 17:20:10.880765+02 983 232013299 38317214 2026-04-14 17:20:10.880765+02 984 232013299 48587218 2026-04-14 17:20:10.880765+02 985 232013299 34597707 2026-04-14 17:20:10.880765+02 986 232013299 35266890 2026-04-14 17:20:10.880765+02 987 232013299 73071868 2026-04-14 17:20:10.880765+02 988 232013299 48426415 2026-04-14 17:20:10.880765+02 989 232016361 34597707 2026-04-14 17:20:10.880765+02 990 232016361 187378074 2026-04-14 17:20:10.880765+02 991 232016361 35266877 2026-04-14 17:20:10.880765+02 992 232016361 35266881 2026-04-14 17:20:10.880765+02 993 232016361 73071868 2026-04-14 17:20:10.880765+02 994 232016361 35266890 2026-04-14 17:20:10.880765+02 995 232016361 48426415 2026-04-14 17:20:10.880765+02 996 232016361 48587218 2026-04-14 17:20:10.880765+02 997 232016361 38317214 2026-04-14 17:20:10.880765+02 998 232019701 34597707 2026-04-14 17:20:10.880765+02 999 232019701 35266890 2026-04-14 17:20:10.880765+02 1000 232019701 48587218 2026-04-14 17:20:10.880765+02 1001 232019701 35266881 2026-04-14 17:20:10.880765+02 1002 232019701 48426415 2026-04-14 17:20:10.880765+02 1003 232019701 73071868 2026-04-14 17:20:10.880765+02 1004 232019701 187378074 2026-04-14 17:20:10.880765+02 1005 232019701 38317214 2026-04-14 17:20:10.880765+02 1006 232019701 35266877 2026-04-14 17:20:10.880765+02 1007 233064565 35266890 2026-04-14 17:20:10.880765+02 1008 233064565 35266877 2026-04-14 17:20:10.880765+02 1009 233064565 34597707 2026-04-14 17:20:10.880765+02 1010 233064565 38317214 2026-04-14 17:20:10.880765+02 1011 233064565 48587218 2026-04-14 17:20:10.880765+02 1012 233064565 73071868 2026-04-14 17:20:10.880765+02 1013 233064565 187378074 2026-04-14 17:20:10.880765+02 1014 233064565 48426415 2026-04-14 17:20:10.880765+02 1015 233064565 35266881 2026-04-14 17:20:10.880765+02 1016 233075560 35266890 2026-04-14 17:20:10.880765+02 1017 233075560 73071868 2026-04-14 17:20:10.880765+02 1018 233075560 34597707 2026-04-14 17:20:10.880765+02 1019 233075560 48587218 2026-04-14 17:20:10.880765+02 1020 233075560 35266881 2026-04-14 17:20:10.880765+02 1021 233075560 48426415 2026-04-14 17:20:10.880765+02 1022 233075560 187378074 2026-04-14 17:20:10.880765+02 1023 233075560 38317214 2026-04-14 17:20:10.880765+02 1024 233075560 35266877 2026-04-14 17:20:10.880765+02 1025 233285732 34597707 2026-04-14 17:20:10.880765+02 1026 233285732 35266881 2026-04-14 17:20:10.880765+02 1027 233285732 48426415 2026-04-14 17:20:10.880765+02 1028 233285732 38317214 2026-04-14 17:20:10.880765+02 1029 233285732 35266890 2026-04-14 17:20:10.880765+02 1030 233285732 35266877 2026-04-14 17:20:10.880765+02 1031 233285732 187378074 2026-04-14 17:20:10.880765+02 1032 233285732 73071868 2026-04-14 17:20:10.880765+02 1033 233980699 73071868 2026-04-14 17:20:10.880765+02 1034 233980699 48587218 2026-04-14 17:20:10.880765+02 1035 233980699 187378074 2026-04-14 17:20:10.880765+02 1036 233980699 38317214 2026-04-14 17:20:10.880765+02 1037 233980699 48426415 2026-04-14 17:20:10.880765+02 1038 233980699 35266890 2026-04-14 17:20:10.880765+02 1039 233980699 34597707 2026-04-14 17:20:10.880765+02 1040 233980699 35266881 2026-04-14 17:20:10.880765+02 1041 233980699 35266877 2026-04-14 17:20:10.880765+02 1042 236266412 35266890 2026-04-14 17:20:10.880765+02 1043 236266412 35266881 2026-04-14 17:20:10.880765+02 1044 236266412 34597707 2026-04-14 17:20:10.880765+02 1045 236266412 48426415 2026-04-14 17:20:10.880765+02 1046 236266412 38317214 2026-04-14 17:20:10.880765+02 1047 236266412 187378074 2026-04-14 17:20:10.880765+02 1048 236266412 35266877 2026-04-14 17:20:10.880765+02 1049 236266412 73071868 2026-04-14 17:20:10.880765+02 1050 236487392 48426415 2026-04-14 17:20:10.880765+02 1051 236487392 34597707 2026-04-14 17:20:10.880765+02 1052 236487392 35266877 2026-04-14 17:20:10.880765+02 1053 236487392 35266890 2026-04-14 17:20:10.880765+02 1054 236487392 187378074 2026-04-14 17:20:10.880765+02 1055 236487392 73071868 2026-04-14 17:20:10.880765+02 1056 236487392 38317214 2026-04-14 17:20:10.880765+02 1057 236487392 35266881 2026-04-14 17:20:10.880765+02 1058 236525160 35266890 2026-04-14 17:20:10.880765+02 1059 236525160 187378074 2026-04-14 17:20:10.880765+02 1060 236525160 48426415 2026-04-14 17:20:10.880765+02 1061 236525160 73071868 2026-04-14 17:20:10.880765+02 1062 236870596 187378074 2026-04-14 17:20:10.880765+02 1063 236870596 35266881 2026-04-14 17:20:10.880765+02 1064 236870596 34597707 2026-04-14 17:20:10.880765+02 1065 236870596 38317214 2026-04-14 17:20:10.880765+02 1066 236870596 73071868 2026-04-14 17:20:10.880765+02 1067 236870596 35266890 2026-04-14 17:20:10.880765+02 1068 236870596 48426415 2026-04-14 17:20:10.880765+02 1069 236870596 35266877 2026-04-14 17:20:10.880765+02 1070 236874396 34597707 2026-04-14 17:20:10.880765+02 1071 236874396 48426415 2026-04-14 17:20:10.880765+02 1072 236874396 35266890 2026-04-14 17:20:10.880765+02 1073 236874396 73071868 2026-04-14 17:20:10.880765+02 1074 236874396 187378074 2026-04-14 17:20:10.880765+02 1075 236885633 187378074 2026-04-14 17:20:10.880765+02 1076 236885633 34597707 2026-04-14 17:20:10.880765+02 1077 236885633 73071868 2026-04-14 17:20:10.880765+02 1078 236885633 48426415 2026-04-14 17:20:10.880765+02 1079 236885633 35266890 2026-04-14 17:20:10.880765+02 1080 238271861 35266890 2026-04-14 17:20:10.880765+02 1081 238271861 34597707 2026-04-14 17:20:10.880765+02 1082 238271861 187378074 2026-04-14 17:20:10.880765+02 1083 238271861 48426415 2026-04-14 17:20:10.880765+02 1084 238271861 73071868 2026-04-14 17:20:10.880765+02 1085 238482775 73071868 2026-04-14 17:20:10.880765+02 1086 238482775 48426415 2026-04-14 17:20:10.880765+02 1087 238482775 34597707 2026-04-14 17:20:10.880765+02 1088 238482775 35266890 2026-04-14 17:20:10.880765+02 1089 238482775 187378074 2026-04-14 17:20:10.880765+02 1090 238500914 73071868 2026-04-14 17:20:10.880765+02 1091 238500914 187378074 2026-04-14 17:20:10.880765+02 1092 238500914 48426415 2026-04-14 17:20:10.880765+02 1093 238500914 34597707 2026-04-14 17:20:10.880765+02 1094 238500914 35266890 2026-04-14 17:20:10.880765+02 1095 238501960 48426415 2026-04-14 17:20:10.880765+02 1096 238501960 187378074 2026-04-14 17:20:10.880765+02 1097 238501960 35266890 2026-04-14 17:20:10.880765+02 1098 238501960 73071868 2026-04-14 17:20:10.880765+02 1099 238501960 34597707 2026-04-14 17:20:10.880765+02 1100 240039974 38317222 2026-04-14 17:20:10.880765+02 1101 240039974 35266877 2026-04-14 17:20:10.880765+02 1102 240039974 35266881 2026-04-14 17:20:10.880765+02 1103 240039974 36311322 2026-04-14 17:20:10.880765+02 1104 240039974 38317214 2026-04-14 17:20:10.880765+02 1105 240039974 73071868 2026-04-14 17:20:10.880765+02 1106 240039974 48426415 2026-04-14 17:20:10.880765+02 1107 240039974 35266890 2026-04-14 17:20:10.880765+02 1108 240039974 187378074 2026-04-14 17:20:10.880765+02 1109 240051824 73071868 2026-04-14 17:20:10.880765+02 1110 240051824 35266890 2026-04-14 17:20:10.880765+02 1111 240051824 48426415 2026-04-14 17:20:10.880765+02 1112 240051824 34597707 2026-04-14 17:20:10.880765+02 1113 240051824 187378074 2026-04-14 17:20:10.880765+02 1114 285107069 73071868 2026-04-14 17:20:10.880765+02 1115 285107069 187378074 2026-04-14 17:20:10.880765+02 1116 285107069 48426415 2026-04-14 17:20:10.880765+02 1117 285107069 35266890 2026-04-14 17:20:10.880765+02 1118 287512303 35266890 2026-04-14 17:20:10.880765+02 1119 287512303 73071868 2026-04-14 17:20:10.880765+02 1120 287512303 48426415 2026-04-14 17:20:10.880765+02 1121 287512303 187378074 2026-04-14 17:20:10.880765+02 1122 292150349 187378074 2026-04-14 17:20:10.880765+02 1123 292150349 35266890 2026-04-14 17:20:10.880765+02 1124 292150349 48426415 2026-04-14 17:20:10.880765+02 1125 292150349 73071868 2026-04-14 17:20:10.880765+02 1126 310037482 187378074 2026-04-14 17:20:10.880765+02 1127 310037482 48426415 2026-04-14 17:20:10.880765+02 1128 310037482 35266881 2026-04-14 17:20:10.880765+02 1129 310037482 73071868 2026-04-14 17:20:10.880765+02 1130 310037482 35266890 2026-04-14 17:20:10.880765+02 1131 310037482 35266877 2026-04-14 17:20:10.880765+02 1132 310037482 48587218 2026-04-14 17:20:10.880765+02 1133 310050047 35266877 2026-04-14 17:20:10.880765+02 1134 310050047 73071868 2026-04-14 17:20:10.880765+02 1135 310050047 48426415 2026-04-14 17:20:10.880765+02 1136 310050047 48587218 2026-04-14 17:20:10.880765+02 1137 310050047 35266890 2026-04-14 17:20:10.880765+02 1138 310050047 187378074 2026-04-14 17:20:10.880765+02 1139 310050047 35266881 2026-04-14 17:20:10.880765+02 1268 131401680 48587221 2026-04-14 17:24:35.998266+02 1269 131401680 34597708 2026-04-14 17:24:35.998266+02 1270 131401680 35266886 2026-04-14 17:24:35.998266+02 1271 131401680 48224417 2026-04-14 17:24:35.998266+02 1272 131401680 72029038 2026-04-14 17:24:35.998266+02 1273 131401680 49655298 2026-04-14 17:24:35.998266+02 1274 131401680 187378074 2026-04-14 17:24:35.998266+02 1275 131401680 48426446 2026-04-14 17:24:35.998266+02 1276 131401680 35266881 2026-04-14 17:24:35.998266+02 1277 131401680 35266906 2026-04-14 17:24:35.998266+02 1278 131401680 46851302 2026-04-14 17:24:35.998266+02 1279 213853630 48587221 2026-04-14 17:24:40.073914+02 1280 213853630 46851302 2026-04-14 17:24:40.073914+02 1281 213853630 48426446 2026-04-14 17:24:40.073914+02 1282 213853630 34597708 2026-04-14 17:24:40.073914+02 1283 213853630 72029038 2026-04-14 17:24:40.073914+02 1284 213853630 187378074 2026-04-14 17:24:40.073914+02 1285 131262350 35266906 2026-04-14 17:24:44.932459+02 1286 131262350 48426457 2026-04-14 17:24:44.932459+02 1287 131262350 48224417 2026-04-14 17:24:44.932459+02 1288 131262350 48587221 2026-04-14 17:24:44.932459+02 1289 131262350 73074448 2026-04-14 17:24:44.932459+02 1290 131262350 35266893 2026-04-14 17:24:44.932459+02 1291 131262350 187378074 2026-04-14 17:24:44.932459+02 1292 131262350 35266881 2026-04-14 17:24:44.932459+02 1293 131262350 46851302 2026-04-14 17:24:44.932459+02 1294 131262350 40118754 2026-04-14 17:24:44.932459+02 1295 131262350 34597708 2026-04-14 17:24:44.932459+02 1296 131262350 72029038 2026-04-14 17:24:44.932459+02 1297 213855690 187378074 2026-04-14 17:24:47.882076+02 1298 213855690 46851302 2026-04-14 17:24:47.882076+02 1299 213855690 48587219 2026-04-14 17:24:47.882076+02 1300 213855690 48587077 2026-04-14 17:24:47.882076+02 1301 213855690 73074448 2026-04-14 17:24:47.882076+02 1302 213855690 34597708 2026-04-14 17:24:47.882076+02 1303 213855690 49655298 2026-04-14 17:24:47.882076+02 1304 213855690 72029038 2026-04-14 17:24:47.882076+02 1305 160946714 34597708 2026-04-14 17:24:50.220081+02 1306 160946714 72029038 2026-04-14 17:24:50.220081+02 1307 160946714 187378074 2026-04-14 17:24:50.220081+02 1308 160946714 49655298 2026-04-14 17:24:50.220081+02 1309 160946714 73074448 2026-04-14 17:24:50.220081+02 1310 160946714 46851302 2026-04-14 17:24:50.220081+02 1311 160946714 48587219 2026-04-14 17:24:50.220081+02 1312 160946714 48426449 2026-04-14 17:24:50.220081+02 1313 213853736 49655298 2026-04-14 17:24:54.554446+02 1314 213853736 187378074 2026-04-14 17:24:54.554446+02 1315 213853736 48587179 2026-04-14 17:24:54.554446+02 1316 213853736 73074448 2026-04-14 17:24:54.554446+02 1317 213853736 72029038 2026-04-14 17:24:54.554446+02 1318 213853736 48587218 2026-04-14 17:24:54.554446+02 1319 213853736 34597708 2026-04-14 17:24:54.554446+02 1320 213853736 46851302 2026-04-14 17:24:54.554446+02 1321 160941710 46851302 2026-04-14 17:24:57.462762+02 1322 160941710 34597708 2026-04-14 17:24:57.462762+02 1323 160941710 48587218 2026-04-14 17:24:57.462762+02 1324 160941710 72029038 2026-04-14 17:24:57.462762+02 1325 160941710 187378074 2026-04-14 17:24:57.462762+02 1326 160941710 73074448 2026-04-14 17:24:57.462762+02 1327 160941710 49655298 2026-04-14 17:24:57.462762+02 1328 160941710 48587179 2026-04-14 17:24:57.462762+02 1329 129304117 48426445 2026-04-14 17:25:00.912521+02 1330 129304117 46851302 2026-04-14 17:25:00.912521+02 1331 129304117 73071868 2026-04-14 17:25:00.912521+02 1332 129304117 73074447 2026-04-14 17:25:00.912521+02 1333 129304117 34597707 2026-04-14 17:25:00.912521+02 1334 129304117 187378074 2026-04-14 17:25:00.912521+02 1335 129304117 35266892 2026-04-14 17:25:00.912521+02 1336 129304117 35266881 2026-04-14 17:25:00.912521+02 1337 129304117 40118754 2026-04-14 17:25:00.912521+02 1338 129304117 49655298 2026-04-14 17:25:00.912521+02 1339 129304117 48587221 2026-04-14 17:25:00.912521+02 1340 131269845 48587221 2026-04-14 17:25:02.422827+02 1341 131269845 46851302 2026-04-14 17:25:02.422827+02 1342 131269845 34597708 2026-04-14 17:25:02.422827+02 1343 131269845 73071870 2026-04-14 17:25:02.422827+02 1344 131269845 38317215 2026-04-14 17:25:02.422827+02 1345 131269845 48587199 2026-04-14 17:25:02.422827+02 1346 131269845 49655298 2026-04-14 17:25:02.422827+02 1347 131269845 187378074 2026-04-14 17:25:02.422827+02 1348 131269845 73074449 2026-04-14 17:25:02.422827+02 1349 131269845 35266889 2026-04-14 17:25:02.422827+02 1350 131269845 35266881 2026-04-14 17:25:02.422827+02 1360 154082973 40118754 2026-04-14 18:01:59.303831+02 1361 154082973 35266876 2026-04-14 18:01:59.303831+02 1362 154082973 46851302 2026-04-14 18:01:59.303831+02 1363 213858625 73074447 2026-04-14 18:01:59.303831+02 1364 213858625 187378074 2026-04-14 18:01:59.303831+02 1365 213858625 48587221 2026-04-14 18:01:59.303831+02 1366 213858625 48426414 2026-04-14 18:01:59.303831+02 1367 213858625 34597707 2026-04-14 18:01:59.303831+02 1368 213858625 73071868 2026-04-14 18:01:59.303831+02 1369 131262266 46851302 2026-04-14 18:03:13.675447+02 1370 131262266 40118754 2026-04-14 18:03:13.675447+02 1371 131262266 48587218 2026-04-14 18:03:13.675447+02 1372 131262266 49655298 2026-04-14 18:03:13.675447+02 1373 131262266 187378074 2026-04-14 18:03:13.675447+02 1374 131262266 72029038 2026-04-14 18:03:13.675447+02 1375 131262266 35266906 2026-04-14 18:03:13.675447+02 1376 131262266 73074448 2026-04-14 18:03:13.675447+02 1377 131262266 34597708 2026-04-14 18:03:13.675447+02 1378 131262266 48587161 2026-04-14 18:03:13.675447+02 1379 131262266 35266881 2026-04-14 18:03:13.675447+02 1397 187710898 48427177 2026-04-14 18:03:49.880576+02 1398 187710898 73071868 2026-04-14 18:03:49.880576+02 1399 187710898 187378074 2026-04-14 18:03:49.880576+02 1400 187710898 48587218 2026-04-14 18:03:49.880576+02 1401 187719047 73071868 2026-04-14 18:03:49.880576+02 1402 187719047 48427177 2026-04-14 18:03:49.880576+02 1403 187719047 187378074 2026-04-14 18:03:49.880576+02 1404 187719047 48587218 2026-04-14 18:03:49.880576+02 1405 197806642 187378074 2026-04-14 18:03:49.880576+02 1406 197806642 73071868 2026-04-14 18:03:49.880576+02 1407 197806642 48587218 2026-04-14 18:03:49.880576+02 1408 197806642 48427177 2026-04-14 18:03:49.880576+02 1409 197806642 34597707 2026-04-14 18:03:49.880576+02 1410 197807916 48587218 2026-04-14 18:03:49.880576+02 1411 197807916 187378074 2026-04-14 18:03:49.880576+02 1412 197807916 48427177 2026-04-14 18:03:49.880576+02 1413 197807916 73071868 2026-04-14 18:03:49.880576+02 1414 197825360 34597707 2026-04-14 18:03:49.880576+02 1415 197825360 48427177 2026-04-14 18:03:49.880576+02 1416 197825360 187378074 2026-04-14 18:03:49.880576+02 1417 197825360 48587218 2026-04-14 18:03:49.880576+02 1418 197825360 73071868 2026-04-14 18:03:49.880576+02 1419 198425521 48587218 2026-04-14 18:03:49.880576+02 1420 198425521 48427177 2026-04-14 18:03:49.880576+02 1421 198425521 73071868 2026-04-14 18:03:49.880576+02 1422 198425521 187378074 2026-04-14 18:03:49.880576+02 1380 131262266 35266893 2026-04-14 18:03:13.675447+02 1381 213858623 48587179 2026-04-14 18:03:13.675447+02 1382 213858623 72029038 2026-04-14 18:03:13.675447+02 1383 213858623 187378074 2026-04-14 18:03:13.675447+02 1384 213858623 48587218 2026-04-14 18:03:13.675447+02 1385 213858623 34597708 2026-04-14 18:03:13.675447+02 1386 213858623 49655298 2026-04-14 18:03:13.675447+02 1387 213858623 46851302 2026-04-14 18:03:13.675447+02 1388 213858623 73074448 2026-04-14 18:03:13.675447+02 1389 213859268 49655298 2026-04-14 18:03:13.675447+02 1390 213859268 46851302 2026-04-14 18:03:13.675447+02 1391 213859268 48587179 2026-04-14 18:03:13.675447+02 1392 213859268 73074448 2026-04-14 18:03:13.675447+02 1393 213859268 34597708 2026-04-14 18:03:13.675447+02 1394 213859268 72029038 2026-04-14 18:03:13.675447+02 1395 213859268 187378074 2026-04-14 18:03:13.675447+02 1396 213859268 48587218 2026-04-14 18:03:13.675447+02 1423 236555919 34597707 2026-04-14 18:03:49.880576+02 1424 236555919 73071868 2026-04-14 18:03:49.880576+02 1425 236555919 187378074 2026-04-14 18:03:49.880576+02 1426 317343007 35266890 2026-04-14 18:03:49.880576+02 1427 317343007 187378074 2026-04-14 18:03:49.880576+02 1428 317343007 73071868 2026-04-14 18:03:49.880576+02 1429 191660245 72029038 2026-04-14 21:42:54.992705+02 1430 191660245 48587225 2026-04-14 21:42:54.992705+02 1431 191660245 34597708 2026-04-14 21:42:54.992705+02 1432 191660245 35266881 2026-04-14 21:42:54.992705+02 1433 191660245 48587146 2026-04-14 21:42:54.992705+02 1434 191660245 13913265 2026-04-14 21:42:54.992705+02 1435 191660245 45706782 2026-04-14 21:42:54.992705+02 1444 198003947 48587225 2026-04-14 21:52:31.22202+02 1445 198003947 45706782 2026-04-14 21:52:31.22202+02 1446 198003947 35266882 2026-04-14 21:52:31.22202+02 1447 198003947 73071868 2026-04-14 21:52:31.22202+02 1448 198003947 187378074 2026-04-14 21:52:31.22202+02 1449 198003947 73074447 2026-04-14 21:52:31.22202+02 1450 198003947 48587146 2026-04-14 21:52:31.22202+02 1451 198003947 34597707 2026-04-14 21:52:31.22202+02 1452 213858465 48587220 2026-04-14 23:00:21.073328+02 1453 213858465 13913265 2026-04-14 23:00:21.073328+02 1454 213858465 48587152 2026-04-14 23:00:21.073328+02 1455 213858465 34597708 2026-04-14 23:00:21.073328+02 1456 213858465 72029038 2026-04-14 23:00:21.073328+02 1457 128129742 34597707 2026-04-14 23:02:28.636626+02 1458 128129742 73071868 2026-04-14 23:02:28.636626+02 1459 128129742 48587221 2026-04-14 23:02:28.636626+02 1460 128129742 73074447 2026-04-14 23:02:28.636626+02 1461 128129742 35266906 2026-04-14 23:02:28.636626+02 1462 128129742 35266895 2026-04-14 23:02:28.636626+02 1463 128129742 35266896 2026-04-14 23:02:28.636626+02 1464 128129742 40118754 2026-04-14 23:02:28.636626+02 1465 128129742 35266881 2026-04-14 23:02:28.636626+02 1466 128129742 35266900 2026-04-14 23:02:28.636626+02 1467 128129742 48587147 2026-04-14 23:02:28.636626+02 1468 128129742 13913265 2026-04-14 23:02:28.636626+02 1470 379881919 85829916 2026-04-15 01:35:28.042315+02 \. -- -- Data for Name: qualys_assets; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.qualys_assets (id, qualys_asset_id, name, hostname, fqdn, ip_address, os, os_family, agent_status, agent_version, last_checkin, server_id, created_at, updated_at) FROM stdin; 233 131405805 vsapbdd1.sanef.groupe vsapbdd1 vsapbdd1.sanef.groupe 10.30.10.139 CentOS 6.5 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:59:09+02 1117 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 256 139157827 vmampmet1 vmampmet1 vmampmet1.sanef.groupe 10.41.40.77 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:29:29+02 254 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 257 139157881 vmampgtc1 vmampgtc1 vmampgtc1.sanef.groupe 10.41.40.85 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:39:25+02 250 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 258 139157910 vmamphtp1.sanef.groupe vmamphtp1 vmamphtp1.sanef.groupe 10.41.40.35 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:24:29+02 252 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 259 139157943 vmampmet2 vmampmet2 vmampmet2.sanef.groupe 10.41.40.78 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:44:52+02 255 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 777 231858479 vrcybapsm2.recette.adds vrcybapsm2 vrcybapsm2.recette.adds 10.45.11.100 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:11:21+02 947 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 781 231863508 vrcybacpm1.sanef-rec.fr vrcybacpm1 vrcybacpm1.sanef-rec.fr 10.45.11.67 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8644 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:15:16+02 945 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 782 232011762 ls-voie-sacree ls-voie-sacree ls-voie-sacree 10.41.2.75 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:58:33+02 119 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 783 232013299 ls-jarny ls-jarny ls-jarny 10.41.2.80 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:21:13+02 49 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 784 232016361 ls-charmont ls-charmont ls-charmont 10.41.2.66 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:29:01+02 27 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 788 233075560 ls-fresnes-en-woevre ls-fresnes-en-woevre ls-fresnes-en-woevre 10.41.2.78 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:09:08+02 41 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 789 233285732 ls-portes-vignoble ls-portes-vignoble ls-portes-vignoble 10.41.2.21 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:04:28+02 75 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 790 233980699 ls-la-neuvillette ls-la-neuvillette ls-la-neuvillette 10.41.2.55 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:21:22+02 51 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 791 234568691 vrechatre2.sanef-rec.fr vrechatre2 vrechatre2.sanef-rec.fr 10.45.11.196 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:16:01+02 1001 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 237 131407949 vpaiiapol9 vpaiiapol9 vpaiiapol9.sanef.groupe 10.30.12.129 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:35:16+02 394 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 260 139158019 vmampsxt1 vmampsxt1 vmampsxt1.sanef.groupe 10.41.40.30 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:22:40+02 260 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 261 139158024 vmampsxt2 vmampsxt2 vmampsxt2.sanef.groupe 10.41.40.31 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:35:58+02 261 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 262 139158036 vmampsxt3 vmampsxt3 vmampsxt3.sanef.groupe 10.41.40.32 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:11:09+02 262 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 263 139158077 vmampstg1 vmampstg1 vmampstg1.sanef.groupe 10.41.40.45 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:21:07+02 258 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 265 139158116 vmampsxt4 vmampsxt4 vmampsxt4.sanef.groupe 10.41.40.33 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:50:27+02 263 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 653 213853686 sppeaanvr25 sppeaanvr25 sppeaanvr25 10.41.7.124 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:16:53+02 1511 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 675 215218494 ls-srom-ouvert ls-srom-ouvert ls-srom-ouvert 10.41.2.81 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:23:03+02 97 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 792 234568952 vrechatre3.sanef-rec.fr vrechatre3 vrechatre3.sanef-rec.fr 10.45.11.197 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:48:11+02 1002 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 793 234569455 vrechatre1.sanef-rec.fr vrechatre1 vrechatre1.sanef-rec.fr 10.45.11.195 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:01:58+02 1000 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 794 235695165 vamrsycapp1.sanef.groupe vamrsycapp1 vamrsycapp1.sanef.groupe 10.45.2.21 Microsoft Windows Server 2008 R2 Standard 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24130 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 11:35:42+02 144 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 809 236870596 ls-st-jean ls-st-jean ls-st-jean 10.41.2.62 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:53:45+02 102 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 1356 359809284 vsccmr3.sanef.groupe vsccmr3 vsccmr3.sanef.groupe 10.30.12.31 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64-bit N/A Build 9600 UBR 20778 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:57:53+02 1118 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 246 138992971 vpdecasas6 vpdecasas6 vpdecasas6.sanef.groupe 10.30.11.154 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:54:34+02 561 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 247 138994660 RMILRAU1 rmilrau1 RMILRAU1 10.41.40.201 Red Hat Enterprise Linux Server 6.3 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:52:31+02 1403 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 811 236874396 ls-montreuil-reims ls-montreuil-reims ls-montreuil-reims 10.41.2.56 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:56:25+02 67 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 1 238271861 ls-abbeville-est ls-abbeville-est ls-abbeville-est 10.41.2.98 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:17:11+02 1 2026-04-14 14:32:10.134279+02 2026-04-16 13:51:43.216344+02 815 238271912 vipeaabst1.sanef.groupe vipeaabst1 vipeaabst1.sanef.groupe 10.41.29.52 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:35:00+02 232 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 816 238272359 vipeahbst1.sanef.groupe vipeahbst1 vipeahbst1.sanef.groupe 192.168.31.83 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:34:10+02 239 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 559 200350065 vppeabbst3.sanef.groupe vppeabbst3 vppeabbst3.sanef.groupe 10.41.20.55 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:58:02+02 758 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 249 139144075 vadvpapp3 vadvpapp3 vadvpapp3.serveur.est.sanef.fr 10.30.11.59 Red Hat Enterprise Linux Server 5.6 linux STATUS_INACTIVE 6.1.0.28 2025-11-14 04:42:32+01 138 2026-04-14 15:17:15.216284+02 2026-04-15 14:34:01.330239+02 655 213853725 sppeaanvr16 sppeaanvr16 sppeaanvr16 10.41.7.115 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:40:09+02 1501 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 678 216433861 vipeabbst3.sanef.groupe vipeabbst3 vipeabbst3.sanef.groupe 10.41.29.57 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:01:27+02 237 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 817 238272367 vipeabbst2.sanef.groupe vipeabbst2 vipeabbst2.sanef.groupe 10.41.29.56 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:56:57+02 236 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 818 238296972 lpemvbpemv4.sanef.groupe lpemvbpemv4 LPEMVBPEMV4.SANEF.GROUPE 192.168.101.118 Red Hat Enterprise Linux Server 7.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:48:22+02 1324 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 819 238297816 lpemvbpemv2.sanef.groupe lpemvbpemv2 LPEMVBPEMV2.SANEF.GROUPE 192.168.101.105 Red Hat Enterprise Linux Server 7.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:00:22+02 1322 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 820 238298215 lpemvbpemv1.sanef.groupe lpemvbpemv1 LPEMVBPEMV1.SANEF.GROUPE 192.168.101.104 Red Hat Enterprise Linux Server 7.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:32:13+02 1321 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 821 238482775 ls-cote-picarde ls-cote-picarde ls-cote-picarde 10.41.2.99 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:06:22+02 31 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 852 241859199 vpdsiawik1.sanef.groupe vpdsiawik1 vpdsiawik1.sanef.groupe 192.168.31.51 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:30:02+02 600 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 856 246263460 vraptbjup1 vraptbjup1 vraptbjup1.sanef-rec.fr 10.45.10.163 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:13:42+02 929 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 1300 249294684 vrsvpaalb1 vrsvpaalb1 vrsvpaalb1 10.45.9.173 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:37:13+02 1083 2026-04-15 01:05:19.156041+02 2026-04-16 13:51:43.216344+02 857 249342100 vrameapmv1.sanef-rec.fr vrameapmv1 vrameapmv1.sanef-rec.fr 10.45.2.130 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:02:57+02 919 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 866 263390489 vpexpbtex1 vpexpbtex1 vpexpbtex1.sanef.groupe 10.41.40.26 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:26:02+02 648 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 326 160941710 lamppea2 lamppea2 lamppea2 10.41.20.11 Red Hat Enterprise Linux Server 5.11 linux STATUS_INACTIVE 6.1.0.28 2025-11-14 05:03:12+01 1293 2026-04-14 15:18:41.060149+02 2026-04-15 14:34:01.330239+02 1307 264669796 vrpbiadgw1.recette.adds vrpbiadgw1 vrpbiadgw1.recette.adds 10.45.7.169 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:46:45+02 1045 2026-04-15 01:05:35.142442+02 2026-04-16 13:51:43.216344+02 242 137347865 vppeaasip1.sanef.groupe vppeaasip1 vppeaasip1.sanef.groupe 10.41.20.35 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:26:31+02 754 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 273 143622225 vpemvaldap1.sanef.groupe vpemvaldap1 VPEMVALDAP1.SANEF.GROUPE 192.168.100.127 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:51:02+02 633 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 275 143622556 vpemvantp1.sanef.groupe vpemvantp1 VPEMVANTP1.SANEF.GROUPE 192.168.100.132 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:18:38+02 635 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 276 143625000 vpemvapol1 vpemvapol1 vpemvapol1 192.168.100.210 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:30:31+02 637 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 278 143625406 vpemvantp2.sanef.groupe vpemvantp2 VPEMVANTP2.SANEF.GROUPE 192.168.100.133 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:12:42+02 636 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 279 143625427 vpemvaldap2.sanef.groupe vpemvaldap2 VPEMVALDAP2.SANEF.GROUPE 192.168.100.128 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:09:01+02 634 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 248 138994697 RSMIRAU1 rsmirau1 RSMIRAU1 10.41.40.202 Red Hat Enterprise Linux Server 6.3 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:44:53+02 1412 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 250 139155574 vampsychtp1.sanef.groupe vampsychtp1 vampsychtp1.sanef.groupe 10.41.40.102 Red Hat Enterprise Linux Server 6.5 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:40:12+02 143 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 251 139156912 vmampgtc2 vmampgtc2 vmampgtc2.sanef.groupe 10.41.40.86 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:42:58+02 251 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 281 148429963 vppatbcao1.sanef.groupe vppatbcao1 vppatbcao1.sanef.groupe 10.41.50.12 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:26:32+02 732 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 33 128150818 vmradius3.sanef.groupe vmradius3 vmradius3.sanef.groupe 10.30.10.124 Microsoft Windows Server 2008 R2 Entreprise 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24546 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 12:31:04+02 333 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 679 216883440 vpaflgsys1.sanef.groupe vpaflgsys1 vpaflgsys1.sanef.groupe 10.46.34.8 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:45:03+02 356 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 680 216910714 vppeaabst3.sanef.groupe vppeaabst3 vppeaabst3.sanef.groupe 10.41.20.37 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:59:04+02 747 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 681 217858385 vpemvatse1.sanef.groupe vpemvatse1 vpemvatse1.sanef.groupe 192.168.100.122 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4171 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:52:03+02 639 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 682 218315519 viboobquo1.sanef.groupe viboobquo1 viboobquo1.sanef.groupe 10.100.16.11 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:37:25+02 195 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 683 218323011 vibooangx1.sanef.groupe vibooangx1 vibooangx1.sanef.groupe 10.41.22.210 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:20:38+02 192 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 684 218330049 vpagtaweb1.sanef.groupe vpagtaweb1 vpagtaweb1.sanef.groupe 10.46.33.22 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:18:46+02 359 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 688 220360665 viosapels1.sanef.groupe viosapels1 viosapels1.sanef.groupe 10.41.29.61 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:08:08+02 229 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 689 220595112 vvbooarep2.sanef-rec.fr vvbooarep2 vvbooarep2.sanef-rec.fr 10.45.6.81 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:56:52+02 1160 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 691 221319867 ls-bapaume ls-bapaume ls-bapaume 10.41.2.32 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:35:10+02 12 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 994 349775614 vpodaboem2.sanef.groupe vpodaboem2 vpodaboem2.sanef.groupe 10.42.15.90 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:55:20+02 715 2026-04-14 15:23:27.275742+02 2026-04-16 14:04:54.399739+02 1020 360043312 vrtrabmut1.sanef-rec.fr vrtrabmut1 vrtrabmut1.sanef-rec.fr 10.45.15.4 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:56:59+02 1100 2026-04-14 15:24:11.887253+02 2026-04-16 14:04:54.399739+02 359 173084420 vdbocsman1.sanef-rec.fr vdbocsman1 vdbocsman1.sanef-rec.fr 10.45.6.38 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:29:55+02 164 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 252 139156941 vmamphtp2.sanef.groupe vmamphtp2 vmamphtp2.sanef.groupe 10.41.40.36 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:58:58+02 253 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 285 150933985 VPAIIAVCL2.sanef.groupe vpaiiavcl2 VPAIIAVCL2.sanef.groupe 10.41.11.21 Microsoft Windows 10 Entreprise 10.0.17763 64 bits N/A Build 17763 UBR 1879 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:49:23+02 409 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 853 242119222 vpvsaaiad1 vpvsaaiad1 vpvsaaiad1 10.44.0.104 Oracle Enterprise Linux 8.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:31:34+02 886 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 854 242127639 vpvsaaiad2 vpvsaaiad2 vpvsaaiad2 10.44.0.105 Oracle Enterprise Linux 8.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:20:52+02 887 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 253 139156976 vmamprdt1 vmamprdt1 vmamprdt1.sanef.groupe 10.41.40.70 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:10:07+02 256 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 855 243982908 vdechatal1.sanef.groupe vdechatal1 vdechatal1.sanef.groupe 10.45.11.221 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:31:42+02 165 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 360 173085471 vvboojump1.recette.adds vvboojump1 vvboojump1.recette.adds 10.45.8.35 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:21:08+02 1163 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 361 173355077 vvboomocr1.sanef-rec.fr vvboomocr1 vvboomocr1.sanef-rec.fr 10.45.6.72 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:50:19+02 1164 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 362 173355626 vvboobsql1.sanef-rec.fr vvboobsql1 vvboobsql1.sanef-rec.fr 10.45.6.68 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:20:47+02 1161 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 1384 406548815 vrboeacst1.recette.adds vrboeacst1 vrboeacst1.recette.adds 10.45.6.195 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:02:11+02 932 2026-04-15 01:06:08.71337+02 2026-04-16 13:54:23.920598+02 1385 407131864 vrpctatsf1.recette.adds vrpctatsf1 vrpctatsf1.recette.adds 10.45.13.196 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:15:01+02 \N 2026-04-15 01:06:08.71337+02 2026-04-16 13:54:23.920598+02 1386 407162519 vrpctatsf2.recette.adds vrpctatsf2 vrpctatsf2.recette.adds 10.45.13.198 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:37:35+02 \N 2026-04-15 01:06:08.71337+02 2026-04-16 13:54:23.920598+02 254 139157052 vmamptd1.sanef.groupe vmamptd1 vmamptd1.sanef.groupe 10.41.40.165 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:08:23+02 265 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 266 139158140 asur-rau1 asur-rau1 asur-rau1 10.41.40.196 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:45:22+02 1400 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 283 149751255 vptraatai1.sanef.groupe vptraatai1 vptraatai1.sanef.groupe 10.41.60.42 Microsoft Windows Server 2016 Standard 10.0.14393 64-bit N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.2.5.4 2026-04-15 17:05:25+02 852 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 288 152243081 vpiadaada1.sanef-int.adds vpiadaada1 vpiadaada1.sanef-int.adds 10.44.2.165 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:34:00+02 672 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 289 152255312 vpsasapil1.sanef.groupe vpsasapil1 vpsasapil1.sanef.groupe 10.41.32.20 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:59:46+02 802 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 290 152272093 vrintaprx2.sanef.groupe vrintaprx2 vrintaprx2.sanef.groupe 192.168.20.4 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:16:55+02 1021 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 876 279142399 vrdecasas5.sanef.groupe vrdecasas5 vrdecasas5.sanef.groupe 10.45.1.8 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:49:02+02 959 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 877 279153754 vrdecasas3.sanef.groupe vrdecasas3 vrdecasas3.sanef.groupe 10.45.1.6 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:31:03+02 957 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 886 287925589 vrosapast1.sanef-rec.fr vrosapast1 vrosapast1.sanef-rec.fr 10.45.9.51 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:38:29+02 1032 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 291 152278525 vppeaaadm1.sanef-int.adds vppeaaadm1 vppeaaadm1.sanef-int.adds 10.44.6.36 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:11:37+02 744 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 363 173355718 vvbooosea1.sanef-rec.fr vvbooosea1 vvbooosea1.sanef-rec.fr 10.45.6.69 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:28:07+02 1166 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 364 173355805 vvbooaboo1.sanef-rec.fr vvbooaboo1 vvbooaboo1.sanef-rec.fr 10.45.6.71 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:37:37+02 1156 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 692 221320256 vpboojump1.sanef.groupe vpboojump1 vpboojump1.sanef.groupe 10.41.22.148 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:45:35+02 478 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 693 221331665 ls-gauchy ls-gauchy ls-gauchy 10.41.2.46 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:36:27+02 42 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 887 287926188 vrosapapp1.sanef-rec.fr vrosapapp1 vrosapapp1.sanef-rec.fr 10.45.9.70 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:20:46+02 1031 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 894 294135637 vradvangx1.sanef-rec.fr vradvangx1 vradvangx1.sanef-rec.fr 192.168.20.83 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:59:51+02 901 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 895 294384825 vptrabwaz1.sanef.groupe vptrabwaz1 vptrabwaz1.sanef.groupe 10.41.40.124 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:38:32+02 867 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 896 294564327 vpdepbels1.sanef.groupe vpdepbels1 vpdepbels1.sanef.groupe 10.41.40.62 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:00:54+02 566 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 897 295082073 vpdepaast1.sanef.groupe vpdepaast1 vpdepaast1.sanef.groupe 10.41.40.60 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:53:28+02 565 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 365 173357493 vvbooaori1.sanef-rec.fr vvbooaori1 vvbooaori1.sanef-rec.fr 10.45.6.79 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:47:01+02 1158 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 900 295273598 vpdepaapp1.sanef.groupe vpdepaapp1 vpdepaapp1.sanef.groupe 10.41.40.61 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:56:13+02 564 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 909 298436585 vpameapmv1.sanef.groupe vpameapmv1 vpameapmv1.sanef.groupe 10.44.201.3 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:53:10+02 426 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 267 139276377 vpdecasas7.sanef.groupe vpdecasas7 vpdecasas7.sanef.groupe 10.30.11.155 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:42:24+02 562 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 269 140091089 vpbckmadm1 vpbckmadm1 vpbckmadm1 192.168.109.68 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:22:11+02 447 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 1295 174128300 vpburafax1.sanef.groupe vpburafax1 vpburafax1.sanef.groupe 10.41.60.150 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:45:54+02 520 2026-04-15 01:04:18.928235+02 2026-04-16 13:47:24.69683+02 108 129356666 vptsyanvr1 vptsyanvr1 vptsyanvr1 10.87.17.12 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:39:00+02 868 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 270 141340202 vpbckaadm1 vpbckaadm1 vpbckaadm1 10.44.2.68 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:21:06+02 439 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 271 141441506 vpbckacse2 vpbckacse2 vpbckacse2 10.42.16.70 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:47:22+02 441 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 366 174236004 sppeaanvr20 sppeaanvr20 sppeaanvr20 10.41.7.119 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:14:54+02 1506 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 372 175025285 vrairahtp1.sanef.groupe vrairahtp1 vrairahtp1.sanef.groupe 10.43.255.19 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:21:09+02 911 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 1282 198425521 nvr-spare-eco nvr-spare-eco nvr-spare-eco 10.1.27.252 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:18:41+02 124 2026-04-14 18:03:49.880576+02 2026-04-16 13:48:33.026044+02 560 200577338 vptrabkme1.sanef.groupe vptrabkme1 vptrabkme1.sanef.groupe 10.41.40.16 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:37:23+02 859 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 910 298442394 vpameapmv2.sanef.groupe vpameapmv2 vpameapmv2.sanef.groupe 10.44.201.4 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:37:02+02 427 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 657 213854267 sppeaanvr1 sppeaanvr1 sppeaanvr1 10.41.7.100 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:24:31+02 1494 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 658 213855634 spboomcla2.sanef.groupe spboomcla2 spboomcla2.sanef.groupe 10.41.22.144 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:37:31+02 1449 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 911 301230398 vrdsismtp2.sanef-rec.fr vrdsismtp2 vrdsismtp2.sanef-rec.fr 192.168.19.53 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:39:34+02 997 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 912 301233552 vrdsismtp1.sanef-rec.fr vrdsismtp1 vrdsismtp1.sanef-rec.fr 192.168.19.52 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:37:43+02 996 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 904 295835229 vpngwasia1 vpngwasia1 vpngwasia1.sanef.groupe 10.44.2.196 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:20:13+02 708 2026-04-14 15:23:27.275742+02 2026-04-16 14:03:51.160979+02 913 303886597 vrdepbels1.sanef-rec.fr vrdepbels1 vrdepbels1.sanef-rec.fr 10.45.13.69 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:14:24+02 962 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 914 303906738 vpdsismtp1.sanef.groupe vpdsismtp1 vpdsismtp1.sanef.groupe 192.168.19.36 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:48:36+02 612 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 915 303906796 vrdepaapp1.sanef-rec.fr vrdepaapp1 vrdepaapp1.sanef-rec.fr 10.45.13.68 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:42:09+02 960 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 916 303923893 vrdepbels2.sanef-rec.fr vrdepbels2 vrdepbels2.sanef-rec.fr 10.45.13.70 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:03:46+02 963 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 917 303928250 vpdsismtp2.sanef.groupe vpdsismtp2 vpdsismtp2.sanef.groupe 192.168.19.37 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:22:05+02 613 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 918 304096310 vpsupapol5 vpsupapol5 vpsupapol5.sanef.groupe 10.44.5.107 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:01:49+02 841 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 1327 305189609 vpsicardp1.sanef-int.adds vpsicardp1 vpsicardp1.sanef-int.adds 10.44.6.195 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4297 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:53:30+02 817 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 1270 154082973 spburaexc1.sanef.groupe spburaexc1 spburaexc1.sanef.groupe 10.42.30.10 Windows 2012 R2/8.1 windows \N 518 2026-04-14 18:01:28.968324+02 2026-04-14 18:01:59.303831+02 921 305549366 vpgesbref1 vpgesbref1 vpgesbref1.sanef.groupe 10.46.33.30 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:51:17+02 664 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 922 305733241 spsicaquo1.sanef.groupe spsicaquo1 spsicaquo1.sanef.groupe 10.100.254.50 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:17:42+02 1537 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 923 305794746 vrgesbref1.sanef-rec.fr vrgesbref1 vrgesbref1.sanef-rec.fr 10.45.13.227 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:57:34+02 1012 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 930 311198745 vrgawagtw1.sanef-rec.fr vrgawagtw1 vrgawagtw1.sanef-rec.fr 192.168.19.83 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:36:32+02 1009 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 1023 363271952 vpdataapp1.sanef.groupe vpdataapp1 vpdataapp1.sanef.groupe 10.41.40.145 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:15:24+02 557 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 905 295840239 vpngwasia2 vpngwasia2 vpngwasia2.sanef.groupe 10.44.2.197 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:13:30+02 709 2026-04-14 15:23:27.275742+02 2026-04-16 14:03:51.160979+02 906 295952448 vpvsaasia2 vpvsaasia2 vpvsaasia2.sanef.groupe 10.44.2.201 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:41:16+02 895 2026-04-14 15:23:27.275742+02 2026-04-16 14:03:51.160979+02 1390 410064844 vdlabawdc2 vdlabawdc2 vdlabawdc2 10.45.16.61 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.1.0.28 2026-03-23 13:58:46+01 169 2026-04-15 01:06:08.71337+02 2026-04-15 14:43:29.095078+02 660 213855690 lampdec1.sanef.groupe lampdec1 lampdec1.sanef.groupe 10.30.13.140 Red Hat Enterprise Linux Server 5.11 linux STATUS_ACTIVE 6.1.0.28 2026-04-16 12:25:39+02 1289 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 907 295975028 vpvsaasia1 vpvsaasia1 vpvsaasia1.sanef.groupe 10.44.2.200 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:09:48+02 894 2026-04-14 15:23:27.275742+02 2026-04-16 14:03:51.160979+02 507 193621646 vpbocs4as2.sanef.groupe vpbocs4as2 vpbocs4as2.sanef.groupe 10.41.22.9 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:22:16+02 462 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 562 201497726 vrtrabkme1.sanef-rec.fr vrtrabkme1 vrtrabkme1.sanef-rec.fr 10.45.10.66 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:48:26+02 1097 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 662 213857788 specmadpr1.sanef-int.adds specmadpr1 specmadpr1.sanef-int.adds 10.44.2.41 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:45:51+02 1465 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 672 215187156 vipeabbst4.sanef.groupe vipeabbst4 vipeabbst4.sanef.groupe 10.41.29.55 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:31:24+02 238 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 694 221336958 ls-maurepas ls-maurepas ls-maurepas 10.41.2.31 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:39:33+02 62 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 695 221337261 ls-arras ls-arras ls-arras 10.41.2.33 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:20:13+02 7 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 696 221344661 ls-chevrieres ls-chevrieres ls-chevrieres 10.41.2.26 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:06:59+02 29 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 669 214450548 VRSVPAPAR1 vrsvpapar1 vrsvpapar1 10.45.9.166 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.0.397 2026-03-03 12:30:56+01 1088 2026-04-14 15:21:06.35953+02 2026-04-15 14:39:03.860178+02 698 221418055 vposapquo1.sanef.groupe vposapquo1 vposapquo1.sanef.groupe 10.100.16.17 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:51:49+02 727 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 663 213858465 lpagtbpla1.sanef.groupe lpagtbpla1 lpagtbpla1 10.46.33.21 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:36:54+02 1307 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 1331 311383420 vpsicamic1.sanef-int.adds vpsicamic1 vpsicamic1.sanef-int.adds 10.44.201.35 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:09:27+02 815 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 1332 312232107 vrffbagsim1.recette.adds vrffbagsim1 vrffbagsim1.recette.adds 10.45.6.235 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:29:36+02 1008 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 284 149877032 vrintaels1.sanef.groupe vrintaels1 vrintaels1.sanef.groupe 10.45.1.197 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:40:38+02 1020 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 703 222570527 vpburaexc2.sanef.groupe vpburaexc2 vpburaexc2.sanef.groupe 10.42.30.30 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:45:30+02 519 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 932 313113952 vprauahtp2.sanef.groupe vprauahtp2 vprauahtp2.sanef.groupe 192.168.40.83 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:31:56+02 788 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 286 152233312 vpiadaadm1.sanef-int.adds vpiadaadm1 vpiadaadm1.sanef-int.adds 10.44.2.164 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:56:25+02 673 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 287 152234120 vpecmbsql1.sanef-int.adds vpecmbsql1 vpecmbsql1.sanef-int.adds 10.44.2.37 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:38:54+02 628 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 933 313413111 vrameaquo1.sanef-rec.fr vrameaquo1 vrameaquo1.sanef-rec.fr 10.100.16.104 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:11:24+02 920 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 934 313690077 vpdsibpmm1.sanef.groupe vpdsibpmm1 vpdsibpmm1.sanef.groupe 10.44.5.133 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:39:34+02 609 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 705 223163371 ls-herquelingue ls-herquelingue ls-herquelingue 10.132.3.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:37:47+02 45 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 936 314655310 vpdsibels2.sanef.groupe vpdsibels2 vpdsibels2.sanef.groupe 10.44.5.164 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:42:26+02 605 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 937 314659720 vpdsibquo1.sanef.groupe vpdsibquo1 vpdsibquo1.sanef.groupe 10.100.16.19 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:04:51+02 610 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 938 314659903 vpdsibels1.sanef.groupe vpdsibels1 vpdsibels1.sanef.groupe 10.44.5.163 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:22:32+02 604 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 939 314663097 vpdsiakib1.sanef.groupe vpdsiakib1 vpdsiakib1.sanef.groupe 10.44.5.165 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:38:00+02 581 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 940 314908353 vrdsiasaf1 vrdsiasaf1 vrdsiasaf1.sanef-rec.fr 192.168.19.24 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:47:57+02 983 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 1337 314914047 LAMAPGIS2.sanef.groupe lamapgis2 lamapgis2.sanef.groupe 10.41.40.104 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 19460 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:02:21+02 1269 2026-04-15 01:05:50.337951+02 2026-04-16 13:52:44.596304+02 1284 317343007 nvr-spare-alb nvr-spare-alb nvr-spare-alb 10.252.17.254 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:28:23+02 122 2026-04-14 18:03:49.880576+02 2026-04-16 13:52:44.596304+02 942 318425666 vrameakfk2.sanef-rec.fr vrameakfk2 vrameakfk2.sanef-rec.fr 10.45.2.41 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:13:13+02 916 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 1026 364171253 vpdsiaito1.sanef.groupe vpdsiaito1 vpdsiaito1.sanef.groupe 10.46.33.35 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-03-19 10:36:07+01 580 2026-04-14 15:24:11.887253+02 2026-04-15 14:43:16.300503+02 1039 376341349 vptrabmut2.sanef.groupe vptrabmut2 vptrabmut2.sanef.groupe 10.41.40.220 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:29:02+02 861 2026-04-14 15:24:11.887253+02 2026-04-16 14:05:53.213013+02 1363 368453771 vppixatsf1.sanef-int.adds vppixatsf1 vppixatsf1.sanef-int.adds 10.41.17.15 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:14:56+02 772 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 547 197825360 nvr-spare-mtz nvr-spare-mtz nvr-spare-mtz 10.12.7.252 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:06:29+02 127 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 292 153092401 vmsym2 vmsym2 vmsym2 10.30.11.239 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 7678 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:49:22+02 338 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 591 205550121 vpbooarep1.sanef.groupe vpbooarep1 vpbooarep1.sanef.groupe 192.168.21.3 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:39:13+02 472 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 673 215213259 ls-beautot ls-beautot ls-beautot 10.41.2.88 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:36:08+02 14 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 213 131275076 vpaiiapol6 vpaiiapol6 vpaiiapol6.sanef.groupe 10.40.2.40 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:25:07+02 392 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 293 154344319 vppatbcae1.sanef.groupe vppatbcae1 vppatbcae1.sanef.groupe 10.41.50.10 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:19:18+02 731 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 214 131275095 vpaiiapol7 vpaiiapol7 vpaiiapol7 192.168.2.40 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:25:39+02 393 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 941 318424837 vrameakfk1.sanef-rec.fr vrameakfk1 vrameakfk1.sanef-rec.fr 10.45.2.40 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:23:05+02 915 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 1368 372447411 vpgesaquo2.sanef.groupe vpgesaquo2 vpgesaquo2.sanef.groupe 10.100.16.8 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:18:05+02 660 2026-04-15 01:06:03.884879+02 2026-04-16 13:54:23.920598+02 1369 372648273 vpsamaext1.sanef-int.adds vpsamaext1 vpsamaext1.sanef-int.adds 192.168.10.11 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4297 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:04:44+02 798 2026-04-15 01:06:03.884879+02 2026-04-16 13:54:23.920598+02 674 215213361 ls-fecamp ls-fecamp ls-fecamp 10.41.2.85 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:14:35+02 39 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 943 318433984 vrameakfk3.sanef-rec.fr vrameakfk3 vrameakfk3.sanef-rec.fr 10.45.2.42 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:01:04+02 917 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 944 321972468 vpintbweb2.sanef.groupe vpintbweb2 vpintbweb2.sanef.groupe 10.46.33.16 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:55:46+02 690 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 664 213858623 lampadp2 lampadp2 lampadp2 10.41.20.16 Red Hat Enterprise Linux Server 5.11 linux STATUS_INACTIVE 6.1.0.28 2025-11-14 04:17:33+01 1281 2026-04-14 15:21:06.35953+02 2026-04-15 14:39:03.860178+02 1034 372999308 vpodabquo1.sanef.groupe vpodabquo1 vpodabquo1.sanef.groupe 10.100.16.22 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:41:01+02 718 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 295 155037339 ls-saverne ls-saverne ls-saverne 10.41.2.112 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:25:26+02 83 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 1035 373211951 vpameasxt3.sanef.groupe vpameasxt3 vpameasxt3.sanef.groupe 10.41.41.62 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:40:42+02 432 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 297 156095898 vpdsiasat1.sanef.groupe vpdsiasat1 vpdsiasat1.sanef.groupe 192.168.18.20 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:31:27+02 591 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 381 175464703 vvbotarmq2.sanef-rec.fr vvbotarmq2 vvbotarmq2.sanef-rec.fr 10.45.6.156 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:24:53+02 1174 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 382 175464748 vvbotatsp2.sanef-rec.fr vvbotatsp2 vvbotatsp2.sanef-rec.fr 10.45.6.158 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:57:28+02 1176 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 493 191660245 sibocbsap2.sanef.groupe sibocbsap2 sibocbsap2.sanef.groupe 10.41.22.76 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:46:57+02 1414 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 548 198003947 vdaflbdwh1.recette.adds vdaflbdwh1 vdaflbdwh1.recette.adds 10.45.7.166 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4297 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:30:51+02 152 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 549 198004081 vrsvpadev1 vrsvpadev1 vrsvpadev1 10.45.9.180 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:03:50+02 1085 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 550 198005759 vdaflbsta1.recette.adds vdaflbsta1 vdaflbsta1.recette.adds 10.45.7.164 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4297 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:32:04+02 153 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 301 156914176 vpgmoaprx1.sanef.groupe vpgmoaprx1 vpgmoaprx1.sanef.groupe 192.168.40.51 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:17:11+02 665 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 302 157615760 vppintaels1.sanef.groupe vppintaels1 vppintaels1.sanef.groupe 10.46.39.15 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:22:44+02 766 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 309 159249333 vpsasactr1.sanef.groupe vpsasactr1 vpsasactr1.sanef.groupe 10.41.32.6 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:57:47+02 800 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 310 159252140 vpsasawrk1.sanef.groupe vpsasawrk1 vpsasawrk1.sanef.groupe 10.41.32.10 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:15:45+02 803 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 311 159378661 VRNMSATSE1 vrnmsatse1 VRNMSATSE1 10.43.253.5 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:45:12+02 1030 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 711 223175180 ls-schwindratzheim ls-schwindratzheim ls-schwindratzheim-clone 10.11.2.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:33:54+02 84 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 712 223188722 ls-beaumont ls-beaumont ls-beaumont 10.112.3.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:22:05+02 13 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 314 159570303 vpintanfs1.sanef.groupe vpintanfs1 vpintanfs1.sanef.groupe 192.168.20.38 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:58:31+02 686 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 713 223188899 ls-chamant ls-chamant ls-chamant 10.142.3.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:17:08+02 25 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 714 223439899 ls-abbeville-nord ls-abbeville-nord LS-ABBEVILLE-NORD 10.182.6.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:00:22+02 2 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 948 324698955 vpgawamft1.sanef.groupe vpgawamft1 vpgawamft1.sanef.groupe 10.42.16.16 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:35:32+02 652 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 1339 324752677 sppeaanvr30 sppeaanvr30 sppeaanvr30 10.41.7.129 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:11:38+02 1517 2026-04-15 01:05:50.337951+02 2026-04-16 13:52:44.596304+02 135 129933546 vptrabalx1.sanef.groupe vptrabalx1 vptrabalx1.sanef.groupe 10.41.40.15 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:33:36+02 858 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 715 225055358 ls-jules-verne ls-jules-verne ls-jules-verne 10.132.5.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:56:10+02 50 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 1340 324759055 sppeaanvr31 sppeaanvr31 sppeaanvr31 10.41.7.130 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:20:16+02 1518 2026-04-15 01:05:50.337951+02 2026-04-16 13:52:44.596304+02 1341 324767419 sppeaanvr32 sppeaanvr32 sppeaanvr32 10.41.7.131 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:38:17+02 1519 2026-04-15 01:05:50.337951+02 2026-04-16 13:52:44.596304+02 1342 324936733 vpstlbtel2.sanef-int.adds vpstlbtel2 vpstlbtel2.sanef-int.adds 10.41.13.53 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 3453 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:35:28+02 834 2026-04-15 01:05:50.337951+02 2026-04-16 13:52:44.596304+02 967 334435348 vrdsiasaf2.sanef-rec.fr vrdsiasaf2 vrdsiasaf2.sanef-rec.fr 192.168.19.25 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:38:45+02 984 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 974 335905349 vrrpnangx1.sanef-rec.fr vrrpnangx1 vrrpnangx1.sanef-rec.fr 10.45.14.229 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:43:57+02 1068 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 975 335928595 vrrpsangx1.sanef-rec.fr vrrpsangx1 vrrpsangx1.sanef-rec.fr 10.45.14.228 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:10:32+02 1069 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 374 175412357 vvbocs4ci2.sanef-rec.fr vvbocs4ci2 vvbocs4ci2 10.45.6.7 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:25:41+02 1155 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 976 338807292 vpintaprx2.sanef.groupe vpintaprx2 vpintaprx2.sanef.groupe 192.168.20.35 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:43:58+02 687 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 977 339814656 vrpatbl2r3.sanef-rec.fr vrpatbl2r3 vrpatbl2r3.sanef-rec.fr 10.45.10.133 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:17:48+02 1043 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 989 349449582 vrpwdapod1 vrpwdapod1 vrpwdapod1.sanef-rec.fr 10.45.14.100 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:17:08+02 1057 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 1019 359802333 vrpeahbst1.sanef-rec.fr vrpeahbst1 vrpeahbst1.sanef-rec.fr 192.168.31.14 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:18:27+02 1055 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1021 360834094 vrrauafrt1.sanef-rec.fr vrrauafrt1 vrrauafrt1.sanef-rec.fr 10.45.9.235 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:48:07+02 1064 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1357 363021135 vpmetaads1.sanef-int.adds vpmetaads1 vpmetaads1.sanef-int.adds 10.44.7.132 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:33:24+02 699 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 315 159570896 vpintaels1.sanef.groupe vpintaels1 vpintaels1.sanef.groupe 10.46.33.15 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:41:45+02 685 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 716 225058556 ls-amiens-sud ls-amiens-sud ls-amiens-sud 10.132.2.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:51:13+02 6 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 1022 363247806 vpdsibarc1.sanef.groupe vpdsibarc1 vpdsibarc1.sanef.groupe 10.46.33.40 Red Hat Enterprise Linux 9.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:35:29+02 603 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1358 363309467 vrdsiaadg1.recette.adds vrdsiaadg1 vrdsiaadg1.recette.adds 10.45.16.3 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:35:04+02 965 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 1359 363318959 vrsamaext1.recette.adds vrsamaext1 vrsamaext1.recette.adds 192.168.10.3 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:58:35+02 1070 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 1027 365792814 vpdatafrt1.sanef.groupe vpdatafrt1 vpdatafrt1.sanef.groupe 192.168.40.99 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:41:00+02 558 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1360 365862687 vppcmardp1.sanef-int.adds vppcmardp1 vppcmardp1.sanef-int.adds 10.44.6.228 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4171 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:07:23+02 743 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 1361 365863055 vpresardp2.sanef-int.adds vpresardp2 vpresardp2.sanef-int.adds 10.44.7.68 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4171 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:41:40+02 791 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 1028 366152124 vpsicapol1.sanef.groupe vpsicapol1 vpsicapol1.sanef.groupe 10.44.200.132 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:57:25+02 816 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1029 366884514 vrpataels1.sanef.groupe vrpataels1 vrpataels1.sanef.groupe 10.43.255.22 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:37:39+02 1038 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1380 404099926 vrpctbams1.recette.adds vrpctbams1 vrpctbams1.recette.adds 10.45.13.195 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.3.0.81 2026-02-27 07:16:37+01 \N 2026-04-15 01:06:03.884879+02 2026-04-15 14:43:16.300503+02 1381 404158020 vrpctbams2.recette.adds vrpctbams2 vrpctbams2.recette.adds 10.45.13.197 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.3.0.81 2026-02-27 08:40:15+01 \N 2026-04-15 01:06:03.884879+02 2026-04-15 14:43:16.300503+02 316 159693566 vpvpnarad1.sanef.groupe vpvpnarad1 vpvpnarad1.sanef.groupe 192.168.19.6 Red Hat Enterprise Linux 8.3 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:13:27+02 872 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 317 160093994 vraiibpgs4 vraiibpgs4 vraiibpgs4.sanef.groupe 10.45.1.165 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:10:17+02 907 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 1030 366892020 vrpatbsip1.sanef.groupe vrpatbsip1 vrpatbsip1.sanef.groupe 10.43.255.20 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:49:02+02 1044 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1362 368447117 vppixbams1.sanef-int.adds vppixbams1 vppixbams1.sanef-int.adds 10.41.17.10 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:16:02+02 774 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 158 130359075 vppeaaexp1 vppeaaexp1 vppeaaexp1 10.41.21.15 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:27:35+02 748 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 159 130359106 vppboeacst1 vppboeacst1 vppboeacst1 10.41.29.20 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:19:25+02 736 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 8 113463686 vadvpapp1 vadvpapp1 vadvpapp1 10.30.11.51 Red Hat Enterprise Linux Server 5.6 linux STATUS_INACTIVE 6.1.0.28 2025-11-14 04:30:03+01 137 2026-04-14 15:15:51.090268+02 2026-04-15 14:31:24.030952+02 318 160118702 vrsupacen1.sanef.groupe vrsupacen1 vrsupacen1.sanef.groupe 10.45.0.195 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:49:16+02 1079 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 1364 368453794 vppixbams2.sanef-int.adds vppixbams2 vppixbams2.sanef-int.adds 10.41.17.11 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:51:59+02 775 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 319 160222097 vrsupbmbi1.sanef.groupe vrsupbmbi1 vrsupbmbi1.sanef.groupe 10.45.0.197 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:58:17+02 1082 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 1365 368454760 vppixatsf2.sanef-int.adds vppixatsf2 vppixatsf2.sanef-int.adds 10.41.17.16 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:53:41+02 773 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 1031 369277894 vrdsiaito1.sanef-rec.fr vrdsiaito1 vrdsiaito1.sanef-rec.fr 10.45.15.132 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:10:55+02 977 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 322 160244154 vpameaoct1 vpameaoct1 vpameaoct1.sanef.groupe 10.41.40.130 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:43:08+02 423 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 1062 379841430 vtdsiatmp1.sanef.groupe vtdsiatmp1 vtdsiatmp1.sanef.groupe 10.43.253.4 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:42:24+02 1124 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1391 410108159 vriadawdc3 vriadawdc3 vriadawdc3 10.45.0.133 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:44:25+02 1019 2026-04-15 01:06:08.71337+02 2026-04-16 13:54:23.920598+02 1109 411130803 vplogbels2 vplogbels2 vplogbels2.sanef.groupe 10.44.7.40 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:11:00+02 695 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 7 112576691 vpssiapki1.sanef.groupe vpssiapki1 vpssiapki1.sanef.groupe 10.30.10.157 CentOS Stream 8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:38:22+02 827 2026-04-14 15:15:51.090268+02 2026-04-16 13:55:09.069369+02 1389 410063492 vdlabawdc1 vdlabawdc1 vdlabawdc1.tiering.dev 10.45.16.60 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.0.397 2026-04-02 17:20:40+02 168 2026-04-15 01:06:08.71337+02 2026-04-15 14:43:29.095078+02 1122 415479841 vpdsiahap2.sanef.groupe vpdsiahap2 vpdsiahap2.sanef.groupe 192.168.19.133 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-13 14:19:29+02 577 2026-04-14 15:24:21.854409+02 2026-04-15 14:43:29.095078+02 323 160247428 vpameaoct2 vpameaoct2 vpameaoct2.sanef.groupe 10.41.40.131 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:11:52+02 424 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 160 130360055 vpppeaasvp1 vpppeaasvp1 vpppeaasvp1.sanef-int.adds 10.41.29.11 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:18:55+02 779 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 169 130583019 vtexpbdech1.sanef.groupe vtexpbdech1 vtexpbdech1.sanef.groupe 10.45.14.163 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:05:33+02 1131 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 734 227708214 ls-laon ls-laon ls-laon 10.41.2.48 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:16:43+02 55 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 735 227708370 ls-bonsecours ls-bonsecours ls-bonsecours 10.41.2.24 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:22:13+02 20 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 736 227708505 ls-masniere ls-masniere ls-masnieres 10.41.2.44 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:33:52+02 61 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 737 227715620 ls-st-witz ls-st-witz ls-st-witz 10.41.2.23 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:23:30+02 105 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 738 228415190 ls-sarreguemines ls-sarreguemines ls-sarreguemines 10.41.2.109 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:39:31+02 82 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 739 228420755 ls-ste-marie ls-ste-marie ls-ste-marie 10.41.2.65 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:34:44+02 106 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 1366 371388068 vrtrabpxp1.recette.adds vrtrabpxp1 vrtrabpxp1.recette.adds 10.45.14.168 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:28:32+02 1103 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 1367 371893689 vppmrames1 vppmrames1 vppmrames1.sanef-int.adds 10.41.91.60 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4405 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:09:01+02 776 2026-04-15 01:06:03.884879+02 2026-04-16 13:53:37.177496+02 1032 372122822 vppciamft1.sanef.groupe vppciamft1 vppciamft1.sanef.groupe 192.168.101.100 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:50:41+02 738 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1033 372123651 vppciagtw1.sanef.groupe vppciagtw1 vppciagtw1.sanef.groupe 192.168.105.10 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:55:44+02 737 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1036 373212739 vpameasxt2.sanef.groupe vpameasxt2 vpameasxt2.sanef.groupe 10.41.41.61 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:38+02 431 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1037 373212905 vpameasxt1.sanef.groupe vpameasxt1 vpameasxt1.sanef.groupe 10.41.41.60 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:10:07+02 430 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1045 377749981 vrdsiahax2.sanef-rec.fr vrdsiahax2 vrdsiahax2 192.168.19.197 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:12:30+02 976 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 324 160254541 vpameaoct3 vpameaoct3 vpameaoct3.sanef.groupe 10.41.40.132 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:33:14+02 425 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 325 160500506 vppintaweb2.sanef.groupe vppintaweb2 vppintaweb2.sanef.groupe 192.168.20.21 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:18:31+02 770 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 328 161779682 vraiibpgs5 vraiibpgs5 vraiibpgs5.sanef.groupe 10.45.1.166 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:10+02 908 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 329 162039853 vpsasacpt1.sanef.groupe vpsasacpt1 vpsasacpt1.sanef.groupe 10.41.32.7 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:10:54+02 799 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 330 162519244 RSMIWDC1.sanef.groupe rsmiwdc1 RSMIWDC1.sanef.groupe 10.30.22.30 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:10:51+02 134 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 1292 165477473 vrdsiawsus1.recette.adds vrdsiawsus1 vrdsiawsus1.recette.adds 10.45.0.163 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:59:14+02 989 2026-04-15 01:04:00.583169+02 2026-04-16 13:46:19.776589+02 338 165493476 vriadapki2.recette.adds vriadapki2 vriadapki2.recette.adds 10.45.0.136 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:34:17+02 1015 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 339 165493503 vrdsiaadm1.recette.adds vrdsiaadm1 vrdsiaadm1.recette.adds 10.45.7.67 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:17:39+02 966 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 340 165493903 vrdsiatse1.recette.adds vrdsiatse1 vrdsiatse1.recette.adds 10.45.7.39 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:37:25+02 988 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 341 165610538 vpameatra1.sanef.groupe vpameatra1 vpameatra1.sanef.groupe 192.168.40.20 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:56:05+02 434 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 1293 165730508 vrvidavsc2.recette.adds vrvidavsc2 vrvidavsc2.recette.adds 10.45.7.100 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4529 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:28:20+02 1110 2026-04-15 01:04:00.583169+02 2026-04-16 13:46:19.776589+02 1294 165730592 vrvidanvr1.recette.adds vrvidanvr1 vrvidanvr1.recette.adds 10.45.7.101 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4529 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:47:23+02 1107 2026-04-15 01:04:00.583169+02 2026-04-16 13:46:19.776589+02 343 167744458 vpgesaquo1.sanef.groupe vpgesaquo1 vpgesaquo1.sanef.groupe 10.100.16.6 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:57:29+02 659 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 344 167744583 vppciaquo1.sanef.groupe vppciaquo1 vppciaquo1.sanef.groupe 10.100.16.7 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:21:44+02 739 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 345 167745827 vpmetaquo1.sanef.groupe vpmetaquo1 vpmetaquo1.sanef.groupe 10.100.16.5 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:15:23+02 700 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 347 169599230 vrpeaabst1 vrpeaabst1 vrpeaabst1.sanef.groupe 192.168.31.10 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:59:49+02 1046 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 348 169723549 vpdsiagit1.sanef.groupe vpdsiagit1 vpdsiagit1.sanef.groupe 10.30.11.216 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:43:47+02 574 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 351 172608682 vrecmadpr1.recette.adds vrecmadpr1 vrecmadpr1.recette.adds 10.45.7.38 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4529 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:30:55+02 1004 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 352 172623318 vrecmbsql1.recette.adds vrecmbsql1 vrecmbsql1.recette.adds 10.45.7.37 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4529 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:56:26+02 1006 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 353 173072883 vvbotjump1.recette.adds vvbotjump1 vvbotjump1.recette.adds 10.45.8.67 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:23:41+02 1187 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 356 173079542 vdbocmedi1.sanef-rec.fr vdbocmedi1 vdbocmedi1.sanef-rec.fr 10.45.6.37 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:57:30+02 162 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 746 228724304 vpbocarep1.sanef.groupe vpbocarep1 vpbocarep1.sanef.groupe 10.41.22.15 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:21:21+02 455 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 357 173083621 vdbocharg1.sanef-rec.fr vdbocharg1 vdbocharg1.sanef-rec.fr 10.45.6.36 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:03:19+02 160 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 358 173084373 vdbocbsap1.sanef-rec.fr vdbocbsap1 vdbocbsap1.sanef-rec.fr 10.45.6.39 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:59:28+02 159 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 454 185110186 ls-spare-mon ls-spare-mon ls-spare-mon 10.210.22.254 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:29:01+02 91 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 460 186259544 vvafljump2.recette.adds vvafljump2 vvafljump2.recette.adds 10.45.8.132 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:47:27+02 1141 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 461 186260446 vvafljump1.recette.adds vvafljump1 vvafljump1.recette.adds 10.45.8.131 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:30:01+02 1140 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 1158 186261448 ls-spare-etv ls-spare-etv ls-spare-etv 10.152.2.252 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:15:06+02 90 2026-04-14 17:20:10.880765+02 2026-04-16 13:48:33.026044+02 463 186459705 spcybabkp1 spcybabkp1 spcybabkp1.sanef.groupe 10.44.1.36 Microsoft Windows Server 2016 Standard 10.0.14393 64-bit N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:22:32+02 1458 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 760 230369388 ls-clermont-en-arg ls-clermont-en-arg ls-clermont-en-arg 10.41.2.107 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:25:35+02 30 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 764 231514970 ls-essertaux ls-essertaux ls-essertaux 10.41.2.93 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:45:41+02 37 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 767 231528363 ls-aumale-est ls-aumale-est ls-aumale-est 10.41.2.20 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:41:06+02 10 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 769 231533960 lpemvaste6 lpemvaste6 LPEMVASTE6.SANEF.GROUPE 192.168.101.113 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:04:20+02 1319 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 770 231598452 vpsecbcadg2.sanef.groupe vpsecbcadg2 vpsecbcadg2.sanef.groupe 10.41.50.11 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:38:46+02 813 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 771 231599326 ls-vallee-nievre ls-vallee-nievre ls-vallee-nievre 10.41.2.97 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:34:58+02 114 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 462 186457322 vpemvgrid1.sanef.groupe vpemvgrid1 vpemvgrid1.sanef.groupe 192.168.100.134 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-02-11 14:27:49+01 643 2026-04-14 15:19:34.611731+02 2026-04-15 14:56:36.800666+02 255 139157311 vmamprdt2 vmamprdt2 vmamprdt2.sanef.groupe 10.41.40.71 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:21:44+02 257 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 772 231613066 vvbotatvv1.sanef-rec.fr vvbotatvv1 vvbotatvv1.sanef-rec.fr 192.168.21.169 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:37:47+02 1179 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 773 231613074 vvbotrssc1.sanef-rec.fr vvbotrssc1 vvbotrssc1.sanef-rec.fr 192.168.21.165 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:17:30+02 1190 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 244 137349545 vairtom1.sanef.groupe vairtom1 vairtom1.sanef.groupe 10.42.40.134 Red Hat Enterprise Linux Server 5.8 linux STATUS_INACTIVE 6.1.0.28 2025-11-14 04:39:05+01 140 2026-04-14 15:17:15.216284+02 2026-04-15 14:34:01.330239+02 774 231765205 ls-mont-choisy ls-mont-choisy ls-mont-choisy 10.41.2.69 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:27:32+02 64 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 775 231771998 ls-sommesous ls-sommesous ls-sommesous 10.41.2.68 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:09:06+02 86 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 776 231772330 ls-le-touquet ls-le-touquet ls-le-touquet 10.41.2.101 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:22:41+02 56 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 298 156225794 vppintbweb1.sanef.groupe vppintbweb1 vppintbweb1.sanef.groupe 10.46.39.16 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:33:35+02 771 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 795 236266412 ls-amiens-ouest ls-amiens-ouest ls-amiens-ouest 10.41.2.95 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:46:01+02 5 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 797 236301380 lpemvaste3 lpemvaste3 LPEMVASTE3.SANEF.GROUPE 192.168.101.103 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:37:59+02 1316 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 798 236301381 lpemvaste4 lpemvaste4 LPEMVASTE4.SANEF.GROUPE 192.168.101.111 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:25:09+02 1317 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 392 175948082 vvbotarmq1.sanef-rec.fr vvbotarmq1 vvbotarmq1.sanef-rec.fr 10.45.6.136 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:29:45+02 1173 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 299 156227469 vpagtatse1.sanef.groupe vpagtatse1 vpagtatse1.sanef.groupe 10.46.33.23 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:22:17+02 358 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 300 156298438 vpdsiaadm1.sanef-int.adds vpdsiaadm1 vpdsiaadm1.sanef-int.adds 10.44.3.132 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:46:01+02 567 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 394 175948571 vvbotbtsd1.sanef-rec.fr vvbotbtsd1 vvbotbtsd1.sanef-rec.fr 10.45.6.139 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:38:49+02 1183 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 406 176394880 vpdaibctc1 vpdaibctc1 vpdaibctc1.sanef.groupe 10.41.70.10 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:04:03+02 554 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 407 176395364 vpdaibana1 vpdaibana1 vpdaibana1.sanef.groupe 10.41.70.20 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:28:55+02 547 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 478 190511242 vibotbquo1.sanef-int.adds vibotbquo1 vibotbquo1.sanef.groupe 10.100.16.10 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:46:39+02 216 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 479 190550423 vvpeaabst2.sanef-rec.fr vvpeaabst2 vvpeaabst2.sanef-rec.fr 10.45.10.101 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:56:21+02 1197 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 480 190553349 vvpeaabst1.sanef-rec.fr vvpeaabst1 vvpeaabst1.sanef-rec.fr 10.45.10.100 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:55:28+02 1196 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 481 190915657 vvaflsmtp1.sanef-rec.fr vvaflsmtp1 vvaflsmtp1.sanef-rec.fr 10.45.0.231 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:43:30+02 1142 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 799 236302913 lpemvbpemv3.sanef.groupe lpemvbpemv3 LPEMVBPEMV3.SANEF.GROUPE 192.168.101.117 Red Hat Enterprise Linux Server 7.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:27:24+02 1323 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 800 236303035 lpemvaste2 lpemvaste2 LPEMVASTE2.SANEF.GROUPE 192.168.101.102 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:02:27+02 1315 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 801 236303036 lpemvaste1 lpemvaste1 LPEMVASTE1.SANEF.GROUPE 192.168.101.101 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:55:23+02 1314 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 802 236313681 vpemvagtw1.sanef.groupe vpemvagtw1 VPEMVAGTW1.SANEF.GROUPE 192.168.101.110 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:12:26+02 632 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 444 182754885 vrsimbffl1.sanef.groupe vrsimbffl1 vrsimbffl1.sanef.groupe 10.45.6.226 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:38:33+02 1078 2026-04-14 15:19:34.611731+02 2026-04-16 13:59:32.858607+02 1071 382990199 vrpeabrac1.sanef-rec.fr vrpeabrac1 vrpeabrac1.sanef-rec.fr 10.45.15.36 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:13:41+02 1053 2026-04-14 15:24:11.887253+02 2026-04-16 14:05:53.213013+02 1072 382992167 vrpeabrac2.sanef-rec.fr vrpeabrac2 vrpeabrac2.sanef-rec.fr 10.45.15.37 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:28:58+02 1054 2026-04-14 15:24:11.887253+02 2026-04-16 14:05:53.213013+02 482 191127169 vpiadapki2.sanef-int.adds vpiadapki2 vpiadapki2.sanef-int.adds 10.44.3.11 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:53:40+02 675 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 484 191420278 viboobsql1.sanef.groupe viboobsql1 viboobsql1 10.41.22.197 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:23:39+02 197 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 919 304604398 vrpeabbst1 vrpeabbst1 vrpeabbst1 192.168.31.13 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:13:34+02 1051 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 514 194461477 vpgesapent1 vpgesapent1 vpgesapent1.sanef.groupe 10.30.11.140 CentOS Linux 7.2.1511 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:44:03+02 658 2026-04-14 15:20:30.514389+02 2026-04-16 13:59:32.858607+02 1371 378874409 vrpctbams2.recette.adds vrpctbams2 vrpctbams2.recette.adds 10.45.13.197 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.3.0.81 2026-02-25 14:33:31+01 \N 2026-04-15 01:06:03.884879+02 2026-04-15 14:43:16.300503+02 1056 379376176 srdsiatmp1.sanef.groupe srdsiatmp1 srdsiatmp1.sanef.groupe 10.43.253.20 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-02-03 15:37:22+01 \N 2026-04-14 15:24:11.887253+02 2026-04-15 14:43:16.300503+02 1055 378066936 vrlogakib1.sanef-rec.fr vrlogakib1 vrlogakib1.sanef-rec.fr 10.45.15.163 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:11:59+02 1025 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 367 174237279 sppeaanvr18 sppeaanvr18 sppeaanvr18 10.41.7.117 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:57:26+02 1503 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 370 174238444 sppeaanvr22 sppeaanvr22 sppeaanvr22 10.41.7.121 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:54:51+02 1508 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 371 174238482 sppeaanvr24 sppeaanvr24 sppeaanvr24 10.41.7.123 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:36:35+02 1510 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 1296 175112254 vvbotbsql1.recette.adds vvbotbsql1 vvbotbsql1.recette.adds 10.45.6.131 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:52:40+02 1181 2026-04-15 01:04:18.928235+02 2026-04-16 13:47:24.69683+02 1297 175136490 vvbotrssm1.recette.adds vvbotrssm1 vvbotrssm1.recette.adds 192.168.21.164 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:14:52+02 1192 2026-04-15 01:04:18.928235+02 2026-04-16 13:47:24.69683+02 375 175414997 vvbocmedi2.sanef-rec.fr vvbocmedi2 vvbocmedi2 10.45.6.9 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:51:57+02 1150 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 376 175415700 vvbocharg2.sanef-rec.fr vvbocharg2 vvbocharg2.sanef.groupe 10.45.6.8 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:45:38+02 1148 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 377 175416002 vvbocs4as2.sanef-rec.fr vvbocs4as2 vvbocs4as2.sanef-rec.fr 10.45.6.10 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:57:23+02 1153 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 378 175420304 vvbotapps3.sanef-rec.fr vvbotapps3 vvbotapps3.sanef-rec.fr 10.45.6.152 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:31:01+02 1171 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 379 175460796 vvbotcach2.sanef-rec.fr vvbotcach2 vvbotcach2.sanef-rec.fr 10.45.6.154 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:19:58+02 1186 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 380 175461662 vvbotreco2.sanef-rec.fr vvbotreco2 vvbotreco2.sanef-rec.fr 10.45.6.155 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:48:03+02 1189 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 383 175464776 vvbotbtsd2.sanef-rec.fr vvbotbtsd2 vvbotbtsd2.sanef-rec.fr 10.45.6.159 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:29:43+02 1184 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 384 175464814 vvbotatst3.sanef-rec.fr vvbotatst3 vvbotatst3.sanef-rec.fr 10.45.6.161 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:27:25+02 1177 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 385 175564471 vvbotatvv2.sanef-rec.fr vvbotatvv2 vvbotatvv2.sanef-rec.fr 10.45.6.167 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:39:58+02 1180 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 386 175565773 vvbotrtms2.sanef-rec.fr vvbotrtms2 vvbotrtms2.sanef-rec.fr 10.45.6.165 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:46:58+02 1195 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 387 175568112 vvbotrssc2.sanef-rec.fr vvbotrssc2 vvbotrssc2.sanef-rec.fr 10.45.6.164 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:20:44+02 1191 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 390 175946491 vvbotcach1.sanef-rec.fr vvbotcach1 vvbotcach1.sanef-rec.fr 10.45.6.134 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:13:02+02 1185 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 391 175948080 vvbotreco1.sanef-rec.fr vvbotreco1 vvbotreco1.sanef-rec.fr 10.45.6.135 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:21:24+02 1188 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 397 175949562 vvbocs4as1.sanef-rec.fr vvbocs4as1 vvbocs4as1.sanef-rec.fr 10.45.6.6 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:44:42+02 1152 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 761 230624144 vpsupapol3.sanef.groupe vpsupapol3 vpsupapol3.sanef.groupe 10.44.5.105 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:22:49+02 839 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 667 213859268 lampadp1 lampadp1 lampadp1 10.41.20.15 Red Hat Enterprise Linux Server 5.11 linux STATUS_INACTIVE 6.1.0.28 2025-11-14 04:52:11+01 1279 2026-04-14 15:21:06.35953+02 2026-04-15 14:39:03.860178+02 91 129345155 VPROIAGTC1 vproiagtc1 vproiagtc1 10.41.19.15 Microsoft Windows 10 Entreprise 10.0.19045 64 bits N/A Build 19045 UBR 6456 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:23:18+02 792 2026-04-14 15:15:51.090268+02 2026-04-16 13:55:09.069369+02 139 129948367 vpaiiapkg1 vpaiiapkg1 vpaiiapkg1 10.30.6.6 Microsoft Windows 10 Entreprise 10.0.19045 64 bits N/A Build 19045 UBR 6456 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:41:39+02 385 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 209 131273902 lpaiigrid1.sanef.groupe lpaiigrid1 lpaiigrid1.sanef.groupe 10.30.12.34 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:40:09+02 1308 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 212 131275015 vpaiiapol2 vpaiiapol2 vpaiiapol2.sanef.groupe 10.30.12.126 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:58:56+02 388 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 215 131275232 vpaiiapol4 vpaiiapol4 vpaiiapol4.sanef.groupe 10.30.12.128 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:06:19+02 390 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 216 131275361 vpaiiapol5 vpaiiapol5 vpaiiapol5.sanef.groupe 10.40.2.46 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:32:18+02 391 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 408 176398964 vpdaibana2 vpdaibana2 vpdaibana2.sanef.groupe 10.41.70.21 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:22:11+02 548 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 778 231859805 vrcybapsm1.recette.adds vrcybapsm1 vrcybapsm1.recette.adds 10.45.11.99 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8644 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:47:51+02 946 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 217 131396410 vpsimaapi2.sanef.groupe vpsimaapi2 vpsimaapi2.sanef.groupe 10.30.11.10 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:15:06+02 820 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 218 131396522 lpsimabkp1.sanef.groupe lpsimabkp1 lpsimabkp1.sanef.groupe 10.30.10.143 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:38:37+02 1351 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 229 131405535 vastapp1.sanef.groupe vastapp1 vastapp1.sanef.groupe 10.30.10.28 CentOS 6.5 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:16:20+02 147 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 779 231861643 vrcybapvwa1 vrcybapvwa1 vrcybapvwa1 10.45.11.131 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8644 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:59:08+02 951 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 231 131405746 vmntp1.sanef.groupe vmntp1 vmntp1.sanef.groupe 10.100.1.200 CentOS 6.4 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:23:47+02 328 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 136 129933658 vampsycapp2.sanef.groupe vampsycapp2 vampsycapp2.sanef.groupe 10.41.40.101 Microsoft Windows Server 2008 R2 Standard 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24130 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 09:52:42+02 142 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 412 176400096 vpdaibana6 vpdaibana6 vpdaibana6.sanef.groupe 10.41.70.25 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:46:53+02 552 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 425 178993124 vpsasawrk5.sanef.groupe vpsasawrk5 vpsasawrk5.sanef.groupe 10.41.32.14 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:17:34+02 807 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 137 129933754 vrpatalag1.sanef.groupe vrpatalag1 vrpatalag1.sanef.groupe 10.45.10.135 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.2.5.4 2026-04-13 02:42:07+02 1039 2026-04-14 15:16:26.285449+02 2026-04-15 14:32:34.214291+02 780 231862030 vrcybapvwa2 vrcybapvwa2 vrcybapvwa2 10.45.11.132 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:04:22+02 952 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 1038 373217282 vpameasxt4.sanef.groupe vpameasxt4 vpameasxt4.sanef.groupe 10.41.41.63 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:49:11+02 433 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 849 241566316 vpvsaamez2 vpvsaamez2 vpvsaamez2 192.168.18.74 Oracle Enterprise Linux 8.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:23:47+02 891 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 1024 363969483 vptrabmut1.sanef.groupe vptrabmut1 vptrabmut1.sanef.groupe 10.41.40.230 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:24:23+02 860 2026-04-14 15:24:11.887253+02 2026-04-16 14:04:54.399739+02 1025 363981573 vptrabmut3.sanef.groupe vptrabmut3 vptrabmut3.sanef.groupe 10.41.40.231 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:24:49+02 862 2026-04-14 15:24:11.887253+02 2026-04-16 14:04:54.399739+02 803 236487392 ls-la-veuve-reims ls-la-veuve-reims ls-la-veuve-reims 10.41.2.71 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:28:13+02 54 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 1232 236525160 ls-rn29 ls-rn29 ls-rn29 10.41.2.94 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:17:50+02 78 2026-04-14 17:20:10.880765+02 2026-04-16 13:51:43.216344+02 804 236549774 vpechatre1.sanef.groupe vpechatre1 vpechatre1.sanef.groupe 10.42.16.133 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:20:04+02 620 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 807 236555919 nvr-spare-tqx nvr-spare-tqx nvr-spare-tqx 10.1.27.251 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:01:40+02 129 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 346 168848537 vpaiiapol3 vpaiiapol3 vpaiiapol3.sanef.groupe 10.30.12.127 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:30:34+02 389 2026-04-14 15:18:41.060149+02 2026-04-16 13:58:31.225268+02 373 175043726 vpaiiacol1.sanef.groupe vpaiiacol1 vpaiiacol1.sanef.groupe 10.30.11.130 CentOS Linux 8.2.2004 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:01:59+02 368 2026-04-14 15:18:41.060149+02 2026-04-16 13:58:31.225268+02 453 184274823 vpsimaapi1 vpsimaapi1 vpsimaapi1.sanef.groupe 10.41.20.30 CentOS Linux 7.4.1708 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:13:07+02 819 2026-04-14 15:19:34.611731+02 2026-04-16 13:59:32.858607+02 496 192863549 vpeapnot1 vpeapnot1 vpeapnot1.sanef.groupe 10.30.10.18 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:34:56+02 614 2026-04-14 15:19:34.611731+02 2026-04-16 13:59:32.858607+02 632 213124947 vpbckangw2 vpbckangw2 vpbckangw2 192.168.18.53 Oracle Enterprise Linux 8.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:13:07+02 443 2026-04-14 15:21:06.35953+02 2026-04-16 14:01:44.035588+02 633 213125599 vpbckangw4 vpbckangw4 vpbckangw4.sanef.groupe 10.44.3.165 Oracle Enterprise Linux 8.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:59:34+02 445 2026-04-14 15:21:06.35953+02 2026-04-16 14:01:44.035588+02 654 213853706 spasuagsm2 spasuagsm2 spasuagsm2 10.41.40.207 CentOS Linux 7.2.1511 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:06:45+02 1432 2026-04-14 15:21:06.35953+02 2026-04-16 14:01:44.035588+02 659 213855638 spasuagsm3 spasuagsm3 spasuagsm3 10.41.40.211 CentOS Linux 7.2.1511 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:07:27+02 1433 2026-04-14 15:21:06.35953+02 2026-04-16 14:01:44.035588+02 666 213858750 spasuagsm1 spasuagsm1 spasuagsm1 10.41.40.206 CentOS Linux 7.2.1511 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:24:36+02 1431 2026-04-14 15:21:06.35953+02 2026-04-16 14:01:44.035588+02 9 113584905 vpdecasas8.sanef.groupe vpdecasas8 vpdecasas8.sanef.groupe 10.30.11.156 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:53:24+02 563 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 165 130580517 lamtinf1.sanef.groupe lamtinf1 lamtinf1.sanef.groupe 10.45.7.30 Red Hat Enterprise Linux Server 5.11 linux STATUS_ACTIVE 6.1.0.28 2026-04-16 09:53:29+02 1299 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 413 176407089 vvbotbsql2.recette.adds vvbotbsql2 vvbotbsql2.recette.adds 10.45.6.151 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:54:26+02 1182 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 163 130580114 lamrsip1 lamrsip1 lamrsip1 10.43.254.10 Red Hat Enterprise Linux Server 5.11 linux STATUS_INACTIVE 6.1.0.28 2025-11-14 03:41:18+01 1297 2026-04-14 15:16:26.285449+02 2026-04-15 14:32:34.214291+02 837 241531310 vpvsaaafl2.sanef.groupe vpvsaaafl2 vpvsaaafl2.sanef.groupe 10.42.16.86 Oracle Enterprise Linux 8.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:37:15+02 877 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 838 241533000 vpvsaaahp2.sanef.groupe vpvsaaahp2 vpvsaaahp2.sanef.groupe 10.42.16.87 Oracle Enterprise Linux 8.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:36:01+02 880 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 839 241536911 vpvsaaafz2.sanef.groupe vpvsaaafz2 vpvsaaafz2.sanef.groupe 192.168.18.79 Oracle Enterprise Linux 8.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:09:31+02 879 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 421 178168038 vpameased1.sanef.groupe vpameased1 vpameased1.sanef.groupe 10.41.40.43 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:29:02+02 429 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 808 236561622 vpaptbjup1 vpaptbjup1 vpaptbjup1.sanef.groupe 10.46.34.10 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:13:35+02 438 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 810 236872619 vpechatre4.sanef.groupe vpechatre4 vpechatre4.sanef.groupe 10.42.16.136 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:39:59+02 623 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 495 192389444 vppeaabst1.sanef.groupe vppeaabst1 vppeaabst1.sanef.groupe 10.41.20.51 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:10:08+02 745 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 622 210605077 lremvaste3 lremvaste3 LREMVASTE3.SANEF.GROUPE 192.168.108.115 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:42:00+02 1371 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 840 241539604 vpvsaaafz1.sanef.groupe vpvsaaafz1 vpvsaaafz1.sanef.groupe 192.168.18.78 Oracle Enterprise Linux 8.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:37:36+02 878 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 841 241549584 vpvsaaahz2.sanef.groupe vpvsaaahz2 vpvsaaahz2.sanef.groupe 192.168.18.80 Oracle Enterprise Linux 8.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:51:38+02 881 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 685 218502735 viosapquo1.sanef.groupe viosapquo1 viosapquo1.sanef.groupe 10.100.16.16 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:09:08+02 231 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 686 219208217 viosapels2.sanef.groupe viosapels2 viosapels2.sanef.groupe 10.41.29.62 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:28:55+02 230 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 687 219800194 vpbotarmq1.sanef.groupe vpbotarmq1 vpbotarmq1.sanef.groupe 10.41.23.22 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:27:58+02 491 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 320 160222343 vrsupbcen1.sanef.groupe vrsupbcen1 vrsupbcen1.sanef.groupe 10.45.0.196 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:40:03+02 1080 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 822 238500914 ls-neufchatel ls-neufchatel ls-neufchatel 10.41.2.102 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:18:44+02 68 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 321 160222392 vrsupbmap1.sanef.groupe vrsupbmap1 vrsupbmap1.sanef.groupe 10.45.0.198 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:54:40+02 1081 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 826 238724130 vpbotarep1.sanef.groupe vpbotarep1 vpbotarep1.sanef.groupe 10.41.23.28 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:59:47+02 489 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 830 240208314 vpbooardp1.sanef.groupe vpbooardp1 vpbooardp1.sanef.groupe 10.44.6.131 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:08:33+02 471 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 831 240210698 vpbotardp1.sanef.groupe vpbotardp1 vpbotardp1.sanef.groupe 10.44.6.133 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 3091 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:49:35+02 488 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 433 180108602 vrrauaapp2.sanef-rec.fr vrrauaapp2 vrrauaapp2.sanef-rec.fr 10.45.9.232 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:36:58+02 1061 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 832 240373008 vibocsman1 vibocsman1 vibocsman1.sanef.groupe 10.41.22.75 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:24:02+02 190 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 511 194257182 vpcosaapp1.sanef.groupe vpcosaapp1 vpcosaapp1.sanef.groupe 10.41.40.178 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:54:42+02 533 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 833 240378938 vibocaprx1.sanef.groupe vibocaprx1 vibocaprx1.sanef.groupe 192.168.21.227 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:40:06+02 183 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 512 194260782 vppeaarcv1.sanef.groupe vppeaarcv1 vppeaarcv1.sanef.groupe 10.41.20.40 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:33:20+02 750 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 1299 249286903 vrsvpasan3 vrsvpasan3 vrsvpasan3 10.45.9.175 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:23:02+02 1092 2026-04-15 01:05:19.156041+02 2026-04-16 13:51:43.216344+02 513 194428822 spbocbsap1.sanef.groupe spbocbsap1 spbocbsap1.sanef.groupe 10.41.22.11 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:39:39+02 1447 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 515 194981569 vpbotbsql2.sanef.groupe vpbotbsql2 vpbotbsql2.sanef.groupe 10.41.23.13 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 3091 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:41:05+02 499 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 335 165484501 vriadawdc2.recette.adds vriadawdc2 vriadawdc2.recette.adds 10.45.0.132 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.0.397 2026-03-18 11:04:39+01 1018 2026-04-14 15:18:41.060149+02 2026-04-15 14:34:01.330239+02 331 163770271 vptraatai2.sanef.groupe vptraatai2 vptraatai2.sanef.groupe 10.41.60.52 Microsoft Windows Server 2016 Standard 10.0.14393 64-bit N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:09:38+02 853 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 332 163883347 vpppeaanvr1.sanef.groupe vpppeaanvr1 vpppeaanvr1.sanef.groupe 10.41.79.50 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8146 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:53:45+02 777 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 334 165442546 vppataels1 vppataels1 vppataels1.sanef.groupe 10.42.40.14 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:48:45+02 728 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 423 178987974 vpsasawrk2.sanef.groupe vpsasawrk2 vpsasawrk2.sanef.groupe 10.41.32.11 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:12:45+02 804 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 424 178991227 vpsasawrk3.sanef.groupe vpsasawrk3 vpsasawrk3.sanef.groupe 10.41.32.12 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:10:59+02 805 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 426 178993271 vpsasawrk6.sanef.groupe vpsasawrk6 vpsasawrk6.sanef.groupe 10.41.32.15 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:40:18+02 808 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 427 178994738 vpsasawrk4.sanef.groupe vpsasawrk4 vpsasawrk4.sanef.groupe 10.41.32.13 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:17:57+02 806 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 516 194981963 vpbotrssm1.sanef.groupe vpbotrssm1 vpbotrssm1.sanef.groupe 10.41.23.8 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 3091 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:50:42+02 507 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 226 131404287 vmampdif1.sanef.groupe vmampdif1 vmampdif1.sanef.groupe 10.41.40.120 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:48+02 243 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 227 131405384 vmzeus.sanef.groupe vmzeus vmzeus 192.168.230.23 CentOS 6.3 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:01:06+02 342 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 240 137339569 vptraagas1 vptraagas1 vptraagas1.sanef.groupe 10.41.40.150 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:46:33+02 851 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 241 137346917 vpexpbdech1.sanef.groupe vpexpbdech1 vpexpbdech1.sanef.groupe 10.41.40.155 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:03:03+02 647 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 438 181212369 vpiadawdc1.sanef-int.adds vpiadawdc1 vpiadawdc1.sanef-int.adds 10.44.3.4 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:32:47+02 680 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 336 165485951 vriadapki3.recette.adds vriadapki3 vriadapki3.recette.adds 10.45.0.137 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:25:31+02 1016 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 428 179101365 vrpeaaref1.recette.adds vrpeaaref1 vrpeaaref1.recette.adds 10.45.9.170 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:10:09+02 1050 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 429 179157135 vrdsibsql1.recette.adds vrdsibsql1 vrdsibsql1.recette.adds 10.45.1.164 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:08:21+02 995 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 430 179784561 vrrauaast2.sanef-rec.fr vrrauaast2 vrrauaast2.sanef-rec.fr 10.45.9.228 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:07:51+02 1063 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 432 180099540 vdosapsrv1.sanef-rec.fr vdosapsrv1 vdosapsrv1.sanef-rec.fr 10.45.9.66 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:52:49+02 170 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 19 127866560 vpemvawsus1 vpemvawsus1 vpemvawsus1 192.168.100.130 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:12:33+02 641 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 434 180108924 vrrauaapp1.sanef-rec.fr vrrauaapp1 vrrauaapp1.sanef-rec.fr 10.45.9.231 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:29:41+02 1060 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 435 180394921 vrrauafrt2.sanef-rec.fr vrrauafrt2 vrrauafrt2.sanef-rec.fr 10.45.9.236 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:46:24+02 1065 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 436 180395955 vrcosaapp1.sanef-rec.fr vrcosaapp1 vrcosaapp1.sanef-rec.fr 10.45.9.195 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:23:15+02 944 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 439 181231705 vpvidavsc2.sanef.groupe vpvidavsc2 vpvidavsc2.sanef.groupe 10.41.7.201 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:12:16+02 870 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 437 180751469 vrsvpasan1 vrsvpasan1 vrsvpasan1 10.45.9.165 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.0.397 2026-03-29 16:20:27+02 1090 2026-04-14 15:19:34.611731+02 2026-04-15 14:35:29.518348+02 441 181714565 vrsvpatst1 vrsvpatst1 vrsvpatst1 10.45.9.168 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:58:51+02 1095 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 443 182212643 svboomcla2.sanef-rec.fr svboomcla2 svboomcla2.sanef-rec.fr 10.45.6.73 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:15:23+02 1568 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 521 195400913 vpbotatvv1.sanef.groupe vpbotatvv1 vpbotatvv1.sanef.groupe 10.41.23.11 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:37:01+02 496 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 842 241562936 vpvsaagez1 vpvsaagez1 vpvsaagez1 192.168.18.75 Oracle Enterprise Linux 8.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:27:38+02 884 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 522 195401077 vpbotrssm2.sanef.groupe vpbotrssm2 vpbotrssm2.sanef.groupe 10.41.23.9 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:10:50+02 508 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 614 209164475 vibotapps3.sanef.groupe vibotapps3 vibotapps3.sanef.groupe 10.41.23.157 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:29:42+02 207 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 20 127940862 vpemvatse2.sanef.groupe vpemvatse2 vpemvatse2.sanef.groupe 192.168.100.123 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4171 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:25:30+02 640 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 823 238501906 vibotapps1.sanef.groupe vibotapps1 vibotapps1.sanef.groupe 10.41.23.136 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:38:09+02 205 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 824 238501960 ls-st-gibrien ls-st-gibrien ls-st-gibrien 10.41.2.70 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:42:03+02 101 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 825 238565707 vibocmedi1 vibocmedi1 vibocmedi1.sanef.groupe 10.41.22.71 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:32:15+02 185 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 1041 376415144 vipeaarcv1.sanef.groupe vipeaarcv1 vipeaarcv1.sanef.groupe 10.41.29.40 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:32:13+02 235 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1042 376415237 vpcybapsp1.sanef.groupe vpcybapsp1 vpcybapsp1.sanef.groupe 10.44.1.74 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:13:42+02 542 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 21 127959290 vpburaadm1.sanef.groupe vpburaadm1 vpburaadm1.sanef.groupe 10.30.10.37 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:53:38+02 512 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 843 241563039 vpvsaages1.sanef.groupe vpvsaages1 vpvsaages1.sanef.groupe 10.42.16.82 Oracle Enterprise Linux 8.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:06:09+02 882 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 22 127973464 vpaiiacam2 vpaiiacam2 vpaiiacam2 192.168.200.18 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 9060 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:21:16+02 365 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 1043 376422961 vpcybapsp2.sanef.groupe vpcybapsp2 vpcybapsp2.sanef.groupe 10.44.1.75 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:04:52+02 543 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1370 377179264 vpresardp1.sanef-int.adds vpresardp1 vpresardp1.sanef-int.adds 10.44.7.67 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4171 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:14:20+02 790 2026-04-15 01:06:03.884879+02 2026-04-16 13:54:23.920598+02 1044 377717881 vdpatbsip1.sanef-rec.fr vdpatbsip1 vdpatbsip1.sanef-rec.fr 10.45.9.130 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:57:16+02 172 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1046 377757145 vrdsiahax1.sanef-rec.fr vrdsiahax1 vrdsiahax1 192.168.19.196 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:39:19+02 975 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 844 241563624 vpvsaages2.sanef.groupe vpvsaages2 vpvsaages2.sanef.groupe 10.42.16.83 Oracle Enterprise Linux 8.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:04:31+02 883 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 845 241563930 vpvsaagez2 vpvsaagez2 vpvsaagez2.sanef.groupe 192.168.18.76 Oracle Enterprise Linux 8.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:37:15+02 885 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 1093 397149291 vrtrabwaz1.sanef-rec.fr vrtrabwaz1 vrtrabwaz1.sanef-rec.fr 10.45.2.122 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:06:38+02 1106 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1094 398236665 vpdsibetc2.sanef.groupe vpdsibetc2 vpdsibetc2.sanef.groupe 10.44.5.132 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:49:51+02 607 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1240 240039974 ls-spare-beu ls-spare-beu ls-spare-beu 10.212.33.254 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:56:25+02 88 2026-04-14 17:20:10.880765+02 2026-04-16 13:51:43.216344+02 846 241565638 vpvsaamet1.sanef.groupe vpvsaamet1 vpvsaamet1.sanef.groupe 10.42.16.80 Oracle Enterprise Linux 8.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:33:55+02 888 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 828 240051824 ls-bouville ls-bouville ls-bouville 10.252.12.200 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:35:21+02 22 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 848 241566273 vpvsaamez1.sanef.groupe vpvsaamez1 vpvsaamez1.sanef.groupe 192.168.18.73 Oracle Enterprise Linux 8.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:31:50+02 890 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 850 241566442 vpvsaarez2 vpvsaarez2 vpvsaarez2.sanef.groupe 192.168.18.77 Oracle Enterprise Linux 8.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:27:39+02 893 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 898 295103250 vpngwasic2 vpngwasic2 vpngwasic2.sanef.groupe 10.44.200.101 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:55:10+02 711 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 60 129304117 LAMPSAS1.sanef.groupe lampsas1 lampsas1.sanef.groupe 10.30.10.145 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 19573 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:37:52+02 1295 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 205 131270155 lpsimbpfe1.sanef.groupe lpsimbpfe1 lpsimbpfe1.sanef.groupe 10.30.11.35 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:17:09+02 1352 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 442 181718030 vrsvpasap1 vrsvpasap1 vrsvpasap1 10.45.9.167 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:35:23+02 1093 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 445 183438113 vpburbimp1.sanef.groupe vpburbimp1 vpburbimp1.sanef.groupe 10.46.31.70 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:42:15+02 530 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 829 240205944 lrinfbcos1.sanef.groupe lrinfbcos1 lrinfbcos1.sanef.groupe 10.45.9.196 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:54:40+02 1374 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 1047 377808411 vpdsiahap2.sanef.groupe vpdsiahap2 vpdsiahap2.sanef.groupe 192.168.19.133 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:14:17+02 577 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1048 377809009 vpdsiangx1.sanef.groupe vpdsiangx1 vpdsiangx1.sanef.groupe 192.168.19.160 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:37:56+02 583 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1049 377809988 vpdsiangx2.sanef.groupe vpdsiangx2 vpdsiangx2.sanef.groupe 192.168.19.161 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:51:30+02 584 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1050 377822105 vpdsiahap1.sanef.groupe vpdsiahap1 vpdsiahap1 192.168.19.132 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:15:35+02 576 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1051 378049638 vpdsiahap4.sanef.groupe vpdsiahap4 vpdsiahap4.sanef.groupe 192.168.19.145 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:23:58+02 579 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1052 378055027 vpdsiangx4.sanef.groupe vpdsiangx4 vpdsiangx4.sanef.groupe 192.168.19.163 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:48:05+02 586 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 466 186524683 vpiadawdc4.sanef-int.adds vpiadawdc4 vpiadawdc4.sanef-int.adds 10.44.3.7 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:06:46+02 683 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 1095 398238102 vpdsibetc3.sanef.groupe vpdsibetc3 vpdsibetc3.sanef.groupe 10.100.16.23 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:56:57+02 608 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 446 183457732 vtdsibpgs1.sanef-rec.fr vtdsibpgs1 vtdsibpgs1.sanef-rec.fr 10.45.1.167 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:18:53+02 1126 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 61 129304240 LPDECABI42.sanef.groupe lpdecabi42 LPDECABI42.sanef.groupe 10.30.11.131 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 19460 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:10:09+02 1313 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 62 129308228 vmpgmao7.sanef.groupe vmpgmao7 vmpgmao7.sanef.groupe 10.41.40.176 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 18993 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:42:55+02 329 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 447 183949377 vmamdpmv1 vmamdpmv1 vmamdpmv1.sanef-rec.fr 10.45.2.128 Red Hat Enterprise Linux Server 6.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:56:24+02 241 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 470 187892632 vpgtcawsus1 vpgtcawsus1 vpgtcawsus1 192.168.191.40 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:23:14+02 669 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 471 188895648 lpgesanas1.sanef.groupe lpgesanas1 lpgesanas1.sanef.groupe 10.46.30.5 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:58:38+02 1325 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 472 188895660 lpgesanas2.sanef.groupe lpgesanas2 lpgesanas2.sanef.groupe 10.46.30.6 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:52:01+02 1326 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 473 189160131 vpdsiaans1.sanef.groupe vpdsiaans1 vpdsiaans1.sanef.groupe 10.44.2.134 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:24:38+02 569 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 647 213849842 spboomcla1.sanef.groupe spboomcla1 spboomcla1.sanef.groupe 10.41.22.143 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:28:44+02 1448 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 650 213850269 specmadpr3.sanef-int.adds specmadpr3 specmadpr3.sanef-int.adds 10.44.2.43 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:23:37+02 1467 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 651 213850551 sppeaanvr4 sppeaanvr4 sppeaanvr4 10.41.7.103 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:39:11+02 1521 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 954 326648225 vpvsampci2 vpvsampci2 VPVSAMPCI2.SANEF.GROUPE 192.168.109.15 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:48:57+02 899 2026-04-14 15:23:27.275742+02 2026-04-16 14:04:54.399739+02 74 129321325 VPBIPBDEC1.sanef.groupe vpbipbdec1 vpbipbdec1.sanef.groupe 10.30.11.21 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.2.5.4 2026-04-15 07:33:58+02 451 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 337 165487722 vriadawdc1.recette.adds vriadawdc1 vriadawdc1.recette.adds 10.45.0.131 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:52:10+02 1017 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 448 183965866 vmamrmet2 vmamrmet2 vmamrmet2.sanef.groupe 10.45.2.151 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:34:14+02 275 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 449 184089794 vpcybapsm2.sanef.groupe vpcybapsm2 vpcybapsm2.sanef-int.adds 10.44.1.69 Microsoft Windows Server 2019 Datacenter 10.0.17763 64-bit N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:42:38+02 539 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 451 184253385 vpcybapvwa1 vpcybapvwa1 vpcybapvwa1.sanef.groupe 10.44.1.100 Microsoft Windows Server 2019 Datacenter 10.0.17763 64-bit N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:31:05+02 545 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 452 184256628 vpcybapvwa2 vpcybapvwa2 vpcybapvwa2.sanef.groupe 10.44.1.101 Microsoft Windows Server 2019 Datacenter 10.0.17763 64-bit N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:06:15+02 546 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 474 189172820 vvpeaarcv1.sanef-rec.fr vvpeaarcv1 vvpeaarcv1.sanef-rec.fr 10.45.6.100 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:09:30+02 1199 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 676 215222543 ls-yerville ls-yerville ls-yerville 10.41.2.87 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:15:32+02 120 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 677 215228959 ls-srom-ferme ls-srom-ferme ls-srom-ferme 10.41.2.82 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:44:13+02 96 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 690 221316812 ls-arsy ls-arsy ls-arsy 10.41.2.27 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:03:56+02 8 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 1301 249487889 vrsvpasap2 vrsvpasap2 vrsvpasap2 10.45.9.174 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:46:06+02 1094 2026-04-15 01:05:19.156041+02 2026-04-16 13:51:43.216344+02 1078 391148476 vrdsialab2.sanef-rec.fr vrdsialab2 vrdsialab2.sanef-rec.fr 10.45.16.36 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:06:00+02 980 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 860 255409754 lramebrac1.sanef-rec.fr lramebrac1 lramebrac1 10.45.2.110 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:59:57+02 1363 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 1080 392410566 vdpataels1.sanef-rec.fr vdpataels1 vdpataels1.sanef-rec.fr 10.45.9.131 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:02:48+02 171 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 861 255415529 lramebrac2.sanef-rec.fr lramebrac2 lramebrac2 10.45.2.111 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:23:56+02 1364 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 862 255418106 lramebrac3.sanef-rec.fr lramebrac3 lramebrac3 10.45.2.112 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:17:40+02 1365 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 863 255419684 lramebrac4.sanef-rec.fr lramebrac4 lramebrac4 10.45.2.113 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:06:05+02 1366 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 952 325669861 vpdsigrid1.sanef.groupe vpdsigrid1 vpdsigrid1.sanef.groupe 10.44.5.227 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:38:45+02 611 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 1053 378055243 vpdsiahap3.sanef.groupe vpdsiahap3 vpdsiahap3.sanef.groupe 192.168.19.144 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:59:22+02 578 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1054 378059947 vpdsiangx3.sanef.groupe vpdsiangx3 vpdsiangx3.sanef.groupe 192.168.19.162 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:09:54+02 585 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1057 379514975 vpdecasas5 vpdecasas5 vpdecasas5.sanef.groupe 10.30.11.153 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:34:06+02 560 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1082 392818522 vrdsialab1.sanef-rec.fr vrdsialab1 vrdsialab1.sanef-rec.fr 10.45.16.35 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:34:16+02 979 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1058 379524208 vpcybapta1.sanef.groupe vpcybapta1 vpcybapta1 10.44.1.132 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:52:52+02 544 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 206 131270182 vpaiiacbi1.sanef.groupe vpaiiacbi1 vpaiiacbi1.sanef.groupe 10.30.12.124 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:36:20+02 366 2026-04-14 15:17:15.216284+02 2026-04-16 13:56:11.903566+02 1059 379559158 spbckamag1.sanef.groupe spbckamag1 spbckamag1.sanef.groupe 10.42.16.73 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:31+02 1435 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 899 295110908 vpngwasic1 vpngwasic1 vpngwasic1.sanef.groupe 10.44.200.100 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:25:16+02 710 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 901 295291112 vpvsaasic2 vpvsaasic2 vpvsaasic2.sanef.groupe 10.44.200.105 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:45:07+02 897 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 955 326661934 vpvsampci1 vpvsampci1 VPVSAMPCI1.SANEF.GROUPE 192.168.109.14 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:17:02+02 898 2026-04-14 15:23:27.275742+02 2026-04-16 14:04:54.399739+02 995 349775782 vpodaboem1.sanef.groupe vpodaboem1 vpodaboem1.sanef.groupe 10.42.15.100 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:22:30+02 714 2026-04-14 15:23:27.275742+02 2026-04-16 14:04:54.399739+02 996 349790308 vpodaboem4.sanef.groupe vpodaboem4 vpodaboem4.sanef.groupe 10.42.15.91 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:24:37+02 717 2026-04-14 15:23:27.275742+02 2026-04-16 14:04:54.399739+02 1079 392184545 srdsiabkp1.sanef-rec.fr srdsiabkp1 srdsiabkp1.sanef-rec.fr 10.43.253.30 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-01 10:21:06+02 1554 2026-04-14 15:24:11.887253+02 2026-04-15 14:43:16.300503+02 858 249813575 lrdsibrac1.sanef-rec.fr lrdsibrac1 lrdsibrac1.sanef-rec.fr 10.45.7.9 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:00:42+02 1367 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 455 185292892 vproibgtc1 vproibgtc1 vproibgtc1 10.41.19.10 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:36:59+02 793 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 1302 249819387 vraptapsh1.recette.adds vraptapsh1 vraptapsh1.recette.adds 10.45.10.228 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:45:00+02 928 2026-04-15 01:05:19.156041+02 2026-04-16 13:51:43.216344+02 1320 285269478 vrpctbams1 vrpctbams1 vrpctbams1.recette.adds 10.45.13.195 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.3.0.81 2026-02-25 10:07:10+01 \N 2026-04-15 01:05:35.142442+02 2026-04-15 14:41:16.028004+02 456 185590289 sppeaanvr28 sppeaanvr28 sppeaanvr28 10.41.7.127 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:27:47+02 1514 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 859 249836031 lrdsibrac2.sanef-rec.fr lrdsibrac2 lrdsibrac2.sanef-rec.fr 10.45.7.10 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:18:43+02 1368 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 457 185591823 sppeaanvr27 sppeaanvr27 sppeaanvr27 10.41.7.126 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:25:37+02 1513 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 867 265688076 vpexpatex1.sanef.groupe vpexpatex1 vpexpatex1.sanef.groupe 10.41.40.25 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:09:22+02 645 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 1315 273997305 vpbocjump1.sanef.groupe vpbocjump1 vpbocjump1.sanef.groupe 10.41.22.14 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:37:53+02 458 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 878 279155823 vrdecasas2.sanef.groupe vrdecasas2 vrdecasas2.sanef.groupe 10.45.1.5 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:33:45+02 956 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 879 279163184 vrdecasas4.sanef.groupe vrdecasas4 vrdecasas4.sanef.groupe 10.45.1.7 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:52:12+02 958 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 880 279169027 vrdecasas1.sanef.groupe vrdecasas1 vrdecasas1.sanef.groupe 10.45.1.4 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:50:55+02 955 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 1319 283859437 vpstlbpea2 vpstlbpea2 vpstlbpea2.sanef-int.adds 10.41.13.51 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 3453 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:30:13+02 832 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 883 284373652 vtdsibquo1.sanef-rec.fr vtdsibquo1 vtdsibquo1.sanef-rec.fr 10.100.16.101 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:20:17+02 1130 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 884 284376860 vtdsibpmm1.sanef-rec.fr vtdsibpmm1 vtdsibpmm1.sanef-rec.fr 10.45.1.175 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:56:30+02 1129 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 1242 285107069 ls-spare-alb ls-spare-alb ls-spare-alb 10.252.12.254 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:49:06+02 87 2026-04-14 17:20:10.880765+02 2026-04-16 13:52:44.596304+02 1321 286033623 vrsvpapar2 vrsvpapar2 vrsvpapar2 10.45.9.178 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8146 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:20:59+02 1089 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 34 128150824 vmradius4.sanef.groupe vmradius4 vmradius4.sanef.groupe 10.30.10.125 Microsoft Windows Server 2008 R2 Entreprise 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24544 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 08:20:20+02 334 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 1322 287505491 vrecmapss1.recette.adds vrecmapss1 vrecmapss1.recette.adds 10.45.7.36 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4529 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:52:08+02 1005 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 1243 287512303 ls-spare-mtz ls-spare-mtz ls-spare-mtz 10.12.2.250 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:28:37+02 92 2026-04-14 17:20:10.880765+02 2026-04-16 13:52:44.596304+02 1323 287513653 vpstlbtel1.sanef-int.adds vpstlbtel1 vpstlbtel1.sanef-int.adds 10.41.13.52 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 3453 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:39:04+02 833 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 1308 266513879 vpecmbsql3.sanef.groupe vpecmbsql3 vpecmbsql3.sanef.groupe 10.44.5.68 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:26:26+02 629 2026-04-15 01:05:35.142442+02 2026-04-16 13:51:43.216344+02 868 267395255 vtdsiakib1.sanef-rec.fr vtdsiakib1 vtdsiakib1.sanef-rec.fr 10.45.1.172 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:33:50+02 1122 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 869 267466879 vpracaquo1.sanef.groupe vpracaquo1 vpracaquo1.sanef.groupe 10.100.16.18 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:45:09+02 786 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 872 269338854 vtdsiaquo1.sanef-rec.fr vtdsiaquo1 vtdsiaquo1.sanef-rec.fr 10.100.16.100 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:01:46+02 1123 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 1309 269374554 vpa14agtc1 vpa14agtc1 vpa14agtc1 10.41.19.70 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:37:36+02 344 2026-04-15 01:05:35.142442+02 2026-04-16 13:51:43.216344+02 16 127861380 VPAIIADNS4 vpaiiadns4 VPAIIADNS4 192.168.2.28 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 9060 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:32:16+02 374 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 17 127861636 VPAIIADNS2 vpaiiadns2 vpaiiadns2 192.168.2.21 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:15:57+02 372 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 458 185608238 vpdsiakms1.sanef-int.adds vpdsiakms1 vpdsiakms1.sanef-int.adds 10.44.2.39 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.2.5.4 2026-04-16 07:48:46+02 582 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 888 287936544 vrosapels1.sanef-rec.fr vrosapels1 vrosapels1.sanef-rec.fr 10.45.9.71 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:48:26+02 1033 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 889 287937932 vrosapels2.sanef-rec.fr vrosapels2 vrosapels2.sanef-rec.fr 10.45.9.72 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:57:37+02 1034 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 890 287954932 vrosapquo1.sanef-rec.fr vrosapquo1 vrosapquo1.sanef-rec.fr 10.100.16.102 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:35:15+02 1036 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 1324 291945704 vpdaibctc2 vpdaibctc2 vpdaibctc2.sanef.groupe 10.41.70.11 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:55:44+02 555 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 1244 292150349 ls-spare-tqx ls-spare-tqx ls-spare-tqx 10.4.2.252 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:15:15+02 94 2026-04-14 17:20:10.880765+02 2026-04-16 13:52:44.596304+02 870 269316158 vtdsiaels1.sanef-rec.fr vtdsiaels1 vtdsiaels1.sanef-rec.fr 10.45.1.170 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-02-24 09:40:27+01 1120 2026-04-14 15:22:24.027916+02 2026-04-15 14:41:16.028004+02 892 294113565 vpadvangx1.sanef.groupe vpadvangx1 vpadvangx1.sanef.groupe 192.168.20.67 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:04:31+02 352 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 243 137349499 vppeabbst1.sanef.groupe vppeabbst1 vppeabbst1.sanef.groupe 10.41.20.36 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:19:00+02 756 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 1156 186024350 ls-spare-sen ls-spare-sen ls-spare-sen 10.100.2.251 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:50:53+02 93 2026-04-14 17:20:10.880765+02 2026-04-16 13:47:24.69683+02 459 186210649 vmampsxt5 vmampsxt5 vmampsxt5.sanef.groupe 10.41.40.29 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:51:17+02 264 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 997 349797065 vpodaboem3.sanef.groupe vpodaboem3 vpodaboem3.sanef.groupe 10.42.15.101 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:18:26+02 716 2026-04-14 15:23:27.275742+02 2026-04-16 14:04:54.399739+02 1040 376359111 vptrabmut4.sanef.groupe vptrabmut4 vptrabmut4.sanef.groupe 10.41.40.221 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:23+02 863 2026-04-14 15:24:11.887253+02 2026-04-16 14:05:53.213013+02 1090 395875292 vpvsaagpu1.sanef.groupe vpvsaagpu1 vpvsaagpu1.sanef.groupe 10.42.16.88 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:37:36+02 \N 2026-04-14 15:24:11.887253+02 2026-04-16 14:05:53.213013+02 1114 411592329 vrsigbmut1.sanef-rec.fr vrsigbmut1 vrsigbmut1.sanef-rec.fr 10.45.15.68 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:51:18+02 1076 2026-04-14 15:24:21.854409+02 2026-04-16 14:05:53.213013+02 1115 411628774 vrsigbmut2.sanef-rec.fr vrsigbmut2 vrsigbmut2.sanef-rec.fr 10.45.15.69 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:39:02+02 1077 2026-04-14 15:24:21.854409+02 2026-04-16 14:05:53.213013+02 1157 186249269 ls-spare-eco ls-spare-eco ls-spare-eco 10.4.2.253 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:51:26+02 89 2026-04-14 17:20:10.880765+02 2026-04-16 13:47:24.69683+02 577 203604125 vrdsibans1.sanef-rec.fr vrdsibans1 vrdsibans1.sanef-rec.fr 10.45.0.166 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:23:06+02 990 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 723 225456379 vpssiandes1.sanef.groupe vpssiandes1 vpssiandes1.sanef.groupe 192.168.162.80 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8644 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:59:25+02 826 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 282 148436350 vrexpbtex1 vrexpbtex1 vrexpbtex1.sanef.groupe 10.45.2.226 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:32:37+02 1007 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 1305 255916763 vpcybacpm1.sanef.groupe vpcybacpm1 vpcybacpm1.sanef.groupe 10.44.1.164 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:53:37+02 537 2026-04-15 01:05:35.142442+02 2026-04-16 13:51:43.216344+02 1098 399388387 vpemvgrid1.sanef.groupe vpemvgrid1 VPEMVGRID1.SANEF.GROUPE 192.168.100.134 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:49:05+02 643 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 211 131274982 vpaiiamap1 vpaiiamap1 vpaiiamap1 10.30.12.123 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:01:05+02 379 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 1306 262514109 vpecmapss3.sanef.groupe vpecmapss3 vpecmapss3.sanef.groupe 10.44.5.67 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:04:05+02 626 2026-04-15 01:05:35.142442+02 2026-04-16 13:51:43.216344+02 164 130580382 lamtpfe1.sanef.groupe lamtpfe1 lamtpfe1.sanef.groupe 10.45.11.222 Red Hat Enterprise Linux Server 5.11 linux STATUS_INACTIVE 6.1.0.28 2025-11-14 04:27:40+01 1300 2026-04-14 15:16:26.285449+02 2026-04-15 14:32:34.214291+02 296 156071801 vpdsiaclo1.sanef.groupe vpdsiaclo1 vpdsiaclo1.sanef.groupe 192.168.31.19 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:56:38+02 570 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 1277 187710898 nvr-spare-beu nvr-spare-beu nvr-spare-beu 10.217.33.252 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:27:23+02 123 2026-04-14 18:03:49.880576+02 2026-04-16 13:48:33.026044+02 564 202020109 vpbotjump1.sanef.groupe vpbotjump1 vpbotjump1.sanef.groupe 10.41.23.34 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 3091 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:33:28+02 502 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 565 202390516 vrameastg1.sanef-rec.fr vrameastg1 vrameastg1.sanef-rec.fr 10.45.2.10 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:21:27+02 922 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 728 226168693 ls-thelus ls-thelus ls-thelus 10.41.2.42 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:10:33+02 109 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 1310 269390447 vpa14agtc2 vpa14agtc2 vpa14agtc2 10.41.19.71 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:43:05+02 345 2026-04-15 01:05:35.142442+02 2026-04-16 13:51:43.216344+02 1311 269822805 vragtatse3.recette.adds vragtatse3 vragtatse3.recette.adds 10.45.1.231 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:46:16+02 \N 2026-04-15 01:05:35.142442+02 2026-04-16 13:51:43.216344+02 1313 270583136 vpiadapki4.sanef-int.adds vpiadapki4 vpiadapki4.sanef-int.adds 10.44.3.13 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:25:04+02 677 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 903 295368261 vvpeaabst3.sanef-rec.fr vvpeaabst3 vvpeaabst3.sanef-rec.fr 10.45.10.104 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:27:28+02 1198 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 908 296033054 vpiadapol1 vpiadapol1 vpiadapol1.sanef.groupe 10.44.3.68 Red Hat Enterprise Linux 8.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:15:15+02 678 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 920 304663556 vpdsiacol1.sanef.groupe vpdsiacol1 vpdsiacol1.sanef.groupe 10.44.6.164 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:48:33+02 571 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 1326 304902203 vpalbanvr1 vpalbanvr1 vpalbanvr1 10.252.17.10 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:44:13+02 415 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 961 332262809 vpameahtp1.sanef.groupe vpameahtp1 vpameahtp1.sanef.groupe 10.41.41.50 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:11:30+02 418 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 1100 403260902 vvbooosea2.sanef-rec.fr vvbooosea2 vvbooosea2.sanef-rec.fr 10.45.6.75 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-04 04:05:38+02 1167 2026-04-14 15:24:11.887253+02 2026-04-15 14:43:16.300503+02 312 159557652 vpintaweb2.sanef.groupe vpintaweb2 vpintaweb2.sanef.groupe 192.168.20.36 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:19:20+02 688 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 313 159569521 vpintaweb3.sanef.groupe vpintaweb3 vpintaweb3.sanef.groupe 192.168.20.37 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:10:32+02 689 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 1278 187719047 nvr-spare-mon nvr-spare-mon nvr-spare-mon 10.210.27.252 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:50:24+02 126 2026-04-14 18:03:49.880576+02 2026-04-16 13:48:33.026044+02 1405 12257267 192.168.100.132 192 \N 192.168.100.132 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 635 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 566 202413299 vrameasxt2.sanef-rec.fr vrameasxt2 vrameasxt2.sanef-rec.fr 10.45.2.61 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:11+02 925 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 1312 269936877 vragtatse1.recette.adds vragtatse1 vragtatse1.recette.adds 10.45.1.228 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:08:48+02 902 2026-04-15 01:05:35.142442+02 2026-04-16 13:51:43.216344+02 1060 379762503 spbckamag4.sanef.groupe spbckamag4 spbckamag4.sanef.groupe 10.42.16.76 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:16:01+02 1438 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1061 379779221 spbckamag3.sanef.groupe spbckamag3 spbckamag3.sanef.groupe 10.42.16.74 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:56:14+02 1437 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1063 379846586 spbckamag2.sanef.groupe spbckamag2 spbckamag2.sanef.groupe 10.42.16.75 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:19:01+02 1436 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1064 380802646 spbckamag6.sanef.groupe spbckamag6 spbckamag6.sanef.groupe 10.42.16.102 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:34:44+02 1440 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1065 380803972 spbckamag5.sanef.groupe spbckamag5 spbckamag5.sanef.groupe 10.42.16.100 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:33:18+02 1439 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1066 381698913 spbckamag7.sanef.groupe spbckamag7 spbckamag7.sanef.groupe 10.42.16.101 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:57:35+02 1441 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1067 381711057 spbckamag8.sanef.groupe spbckamag8 spbckamag8.sanef.groupe 10.42.16.103 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:32:25+02 1442 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1068 382479156 spbckmmag1.sanef.groupe spbckmmag1 spbckmmag1.sanef.groupe 192.168.109.8 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:59:08+02 1443 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1069 382535369 vrdsiascr1.sanef-rec.fr vrdsiascr1 vrdsiascr1.sanef-rec.fr 192.168.31.3 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:23:31+02 986 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 464 186519288 vpiadawdc2.sanef-int.adds vpiadawdc2 vpiadawdc2.sanef-int.adds 10.44.3.5 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:04:54+02 681 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 465 186523049 vpiadawdc3.sanef-int.adds vpiadawdc3 vpiadawdc3.sanef-int.adds 10.44.3.6 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:01:50+02 682 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 475 189179496 vvpeaarcv2.sanef-rec.fr vvpeaarcv2 vvpeaarcv2.sanef-rec.fr 10.45.6.101 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:40:12+02 1200 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 476 189946429 vibotrssm1 vibotrssm1 vibotrssm1.sanef.groupe 10.41.23.152 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:40:12+02 225 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 1298 240163727 LS-BOULAY-PSB ls-boulay-psb ls-boulay-psb 10.92.10.21 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:14:42+02 1376 2026-04-15 01:05:19.156041+02 2026-04-16 13:51:43.216344+02 873 272326721 vvbotaapm2.sanef-rec.fr vvbotaapm2 vvbotaapm2.sanef-rec.fr 10.45.6.157 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:41:09+02 1169 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 477 190479231 vpecmapss1.sanef-int.adds vpecmapss1 vpecmapss1.sanef-int.adds 10.44.2.36 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:29:16+02 625 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 874 272327301 vvbotaapm1.sanef-rec.fr vvbotaapm1 vvbotaapm1.sanef-rec.fr 10.45.6.137 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:12:31+02 1168 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 1314 273591568 vppbiadgw1.sanef.groupe vppbiadgw1 vppbiadgw1.sanef.groupe 10.46.34.12 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:09:26+02 735 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 924 308848238 vrdsibetc1.sanef-rec.fr vrdsibetc1 vrdsibetc1.sanef-rec.fr 10.45.1.176 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:57:38+02 992 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 925 308850037 vrdsibetc2.sanef-rec.fr vrdsibetc2 vrdsibetc2.sanef-rec.fr 10.45.1.177 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:31:57+02 993 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 1328 309374866 vrdsiaazu1.recette.adds vrdsiaazu1 vrdsiaazu1.recette.adds 10.45.0.140 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:10:48+02 968 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 926 309388699 vrpeaakib1.sanef-rec.fr vrpeaakib1 vrpeaakib1.sanef-rec.fr 10.45.10.105 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:44:34+02 1049 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 1338 324739346 sppeaanvr33 sppeaanvr33 sppeaanvr33 10.41.7.132 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:35:22+02 1520 2026-04-15 01:05:50.337951+02 2026-04-16 13:52:44.596304+02 105 129356148 vphrqanvr1 vphrqanvr1 vphrqanvr1 10.137.3.11 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:08:05+02 671 2026-04-14 15:16:26.285449+02 2026-04-16 13:44:11.453833+02 106 129356503 vpsaaanvr1 vpsaaanvr1 vpsaaanvr1 10.117.2.11 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:24:56+02 797 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 523 195405316 vpbotangx1.sanef.groupe vpbotangx1 vpbotangx1.sanef.groupe 10.41.23.5 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:18:58+02 484 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 729 226169190 ls-la-vallee ls-la-vallee ls-la-vallee 10.41.2.45 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:36:29+02 52 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 1070 382721458 spbckmmag2.sanef.groupe spbckmmag2 spbckmmag2.sanef.groupe 192.168.109.9 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:19:30+02 1444 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1073 383452162 vibotakpi1.sanef.groupe vibotakpi1 vibotakpi1.sanef.groupe 10.41.23.146 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:18:31+02 203 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1074 383456003 vpbotakpi1.sanef.groupe vpbotakpi1 vpbotakpi1.sanef.groupe 10.41.23.30 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:40:57+02 483 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1372 383507042 vpgeobody2.sanef.groupe vpgeobody2 vpgeobody2.sanef.groupe 10.41.40.172 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 19023 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:01:13+02 657 2026-04-15 01:06:03.884879+02 2026-04-16 13:54:23.920598+02 1373 383528725 vptrabtpv1.sanef.groupe vptrabtpv1 vptrabtpv1.sanef.groupe 10.41.40.11 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:11:13+02 866 2026-04-15 01:06:03.884879+02 2026-04-16 13:54:23.920598+02 1101 403289818 vrintaweb2.sanef.groupe vrintaweb2 vrintaweb2.sanef.groupe 192.168.20.3 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-05 00:07:50+02 1022 2026-04-14 15:24:11.887253+02 2026-04-15 14:43:16.300503+02 1407 12258902 192.168.100.104 192 \N 192.168.100.104 Cisco Firewall Services Module \N \N \N 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1408 16421490 192.168.101.106 192 \N 192.168.101.106 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1320 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1409 16421612 192.168.101.113 192 \N 192.168.101.113 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1319 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 483 191148215 vpiadapki3.sanef-int.adds vpiadapki3 vpiadapki3.sanef-int.adds 10.44.3.12 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:57:41+02 676 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 485 191420514 viboobsql2.sanef.groupe viboobsql2 viboobsql2 10.41.22.198 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:58:57+02 198 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 486 191420571 vibooosea2.sanef.groupe vibooosea2 vibooosea2.sanef.groupe 10.41.22.201 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:11:27+02 201 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 487 191422143 vibooosea1.sanef.groupe vibooosea1 vibooosea1.sanef.groupe 10.41.22.200 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:28:30+02 200 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 133 129931412 vmampgis5.sanef.groupe vmampgis5 vmampgis5.sanef.groupe 10.41.40.109 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 21620 windows STATUS_ACTIVE 6.2.5.4 2026-04-14 17:22:35+02 249 2026-04-14 15:16:26.285449+02 2026-04-15 14:32:34.214291+02 488 191423864 viboomocr1.sanef.groupe viboomocr1 viboomocr1.sanef.groupe 10.41.22.203 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:28:48+02 199 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 489 191424031 vibooaboo1.sanef.groupe vibooaboo1 vibooaboo1.sanef.groupe 10.41.22.202 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:10:27+02 191 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 490 191424299 vibooaori1.sanef.groupe vibooaori1 vibooaori1.sanef.groupe 10.41.22.208 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:52:56+02 193 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 491 191424454 vibooaori2.sanef.groupe vibooaori2 vibooaori2.sanef.groupe 10.41.22.209 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:51:01+02 194 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 492 191624499 VRPATBL2R1.recette.adds vrpatbl2r1 VRPATBL2R1.recette.adds 10.45.10.131 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:05:22+02 1041 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 494 191765853 vragtatse2.recette.adds vragtatse2 vragtatse2.recette.adds 10.45.1.229 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:35:30+02 903 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 497 193226459 vibocs4ci1.sanef.groupe vibocs4ci1 vibocs4ci1.sanef.groupe 10.41.22.69 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:47:42+02 189 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 498 193226489 vpbocs4ci1.sanef.groupe vpbocs4ci1 vpbocs4ci1.sanef.groupe 10.41.22.5 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:05:06+02 464 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 551 198463133 vrsvpaffb1 vrsvpaffb1 vrsvpaffb1 10.45.9.172 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.0.397 2026-03-03 13:36:25+01 1086 2026-04-14 15:20:30.514389+02 2026-04-15 14:38:07.169949+02 1075 384522351 vrgrsangx1.sanef-rec.fr vrgrsangx1 vrgrsangx1.sanef-rec.fr 10.45.9.177 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:21:19+02 1013 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1076 384764086 vtpatbsip1.sanef-rec.fr vtpatbsip1 vtpatbsip1.sanef-rec.fr 10.45.9.132 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:56:42+02 1135 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1077 385999740 vrlogaagt1.sanef-rec.fr vrlogaagt1 vrlogaagt1.sanef-rec.fr 10.45.15.168 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:51:04+02 1024 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1083 393319958 VRVPNARAD2.recette.adds vrvpnarad2 VRVPNARAD2.recette.adds 10.45.14.137 Microsoft Windows Server 2008 R2 Entreprise 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24241 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 11:00:59+02 1114 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1084 393324304 VRVPNARAD1.recette.adds vrvpnarad1 VRVPNARAD1.recette.adds 10.45.14.136 Microsoft Windows Server 2008 R2 Entreprise 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24241 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 13:48:22+02 1113 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1085 395535068 vrsigaags1.sanef-rec.fr vrsigaags1 vrsigaags1.sanef-rec.fr 10.45.2.34 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:51:24+02 1071 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1086 395540025 vrsigaapp1.sanef-rec.fr vrsigaapp1 vrsigaapp1.sanef-rec.fr 10.45.2.31 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:23:39+02 1072 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1410 16421617 192.168.101.104 192 \N 192.168.101.104 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1321 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 499 193238549 vpbocharg1.sanef.groupe vpbocharg1 vpbocharg1.sanef.groupe 10.41.22.6 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:33:28+02 457 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 1087 395543997 vrsigaptl1.sanef-rec.fr vrsigaptl1 vrsigaptl1.sanef-rec.fr 10.45.2.33 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:39:40+02 1075 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 561 200710325 vppeahbst1.sanef.groupe vppeahbst1 vppeahbst1.sanef.groupe 192.168.31.67 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:26:59+02 764 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 563 201783484 vrameastg2 vrameastg2 vrameastg2.sanef-rec.fr 10.45.2.11 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:54:42+02 923 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 567 202413303 vrameasxt3.sanef-rec.fr vrameasxt3 vrameasxt3.sanef-rec.fr 10.45.2.62 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:57:54+02 926 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 568 202417909 vrameasxt1.sanef-rec.fr vrameasxt1 vrameasxt1.sanef-rec.fr 10.45.2.60 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:10+02 924 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 569 202418413 vrameasxt4.sanef-rec.fr vrameasxt4 vrameasxt4.sanef-rec.fr 10.45.2.63 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:39:53+02 927 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 570 202758101 vposapast1.sanef.groupe vposapast1 vposapast1.sanef.groupe 10.41.8.60 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:18:14+02 721 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 571 202807661 viosapast1.sanef.groupe viosapast1 viosapast1.sanef.groupe 10.41.8.61 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:45:13+02 228 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 573 202866425 vipeaabst3.sanef.groupe vipeaabst3 vipeaabst3.sanef.groupe 10.41.29.51 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:52:52+02 234 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 1088 395567531 vrsigaapp2.sanef-rec.fr vrsigaapp2 vrsigaapp2.sanef-rec.fr 10.45.2.32 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:54:57+02 1073 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1089 395825841 VRAIRAHTP2 vrairahtp2 vrairahtp2.sanef-rec.fr 10.45.1.103 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:41:38+02 912 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1092 395905873 vpnapamed1.sanef.groupe vpnapamed1 vpnapamed1.sanef.groupe 10.100.16.9 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:40:56+02 707 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1096 398248431 vpdsibetc1.sanef.groupe vpdsibetc1 vpdsibetc1.sanef.groupe 10.44.5.131 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:01:55+02 606 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1097 399074773 vtdsibpgs2.sanef-rec.fr vtdsibpgs2 vtdsibpgs2.sanef-rec.fr 10.45.1.173 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:10:19+02 1127 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1378 399424731 SPBURADPI1 spburadpi1 SPBURADPI1.sanef.groupe 10.101.242.9 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:38:18+02 1453 2026-04-15 01:06:03.884879+02 2026-04-16 13:54:23.920598+02 468 187703886 lremvaste2 lremvaste2 LREMVASTE2.SANEF.GROUPE 192.168.108.108 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:18:01+02 1370 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 500 193239279 vpbocsman1.sanef.groupe vpbocsman1 vpbocsman1.sanef.groupe 10.41.22.12 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:20:10+02 465 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 501 193240995 vpbocmedi1.sanef.groupe vpbocmedi1 vpbocmedi1.sanef.groupe 10.41.22.7 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:31:48+02 459 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 580 204123362 vpbotbtsd1.sanef.groupe vpbotbtsd1 vpbotbtsd1.sanef.groupe 10.41.23.27 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:41:18+02 500 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 1329 309682021 vrdsiaazu2.recette.adds vrdsiaazu2 vrdsiaazu2.recette.adds 10.45.0.141 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:44:39+02 969 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 1382 404678116 vrpctbams2.recette.adds vrpctbams2 vrpctbams2.recette.adds 10.45.13.197 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:37:38+02 \N 2026-04-15 01:06:08.71337+02 2026-04-16 13:54:23.920598+02 1245 310037482 ls-vallee-de-l-aisne ls-vallee-de-l-aisne ls-vallee-de-l-aisne 10.41.2.54 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:18:47+02 112 2026-04-14 17:20:10.880765+02 2026-04-16 13:52:44.596304+02 1246 310050047 ls-loupershouse ls-loupershouse ls-loupershouse 10.112.1.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:19:04+02 59 2026-04-14 17:20:10.880765+02 2026-04-16 13:52:44.596304+02 992 349742049 vrechaetl1 vrechaetl1 vrechaetl1.sanef-rec.fr 10.45.11.206 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:29:20+02 998 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 1099 399660876 vodsiaito1.sanef.groupe vodsiaito1 vodsiaito1.sanef.groupe 10.46.39.35 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:14:32+02 343 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1379 400947350 vpdsiasta1 vpdsiasta1 vpdsiasta1.sanef-int.adds 192.168.19.4 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:38:55+02 593 2026-04-15 01:06:03.884879+02 2026-04-16 13:54:23.920598+02 1383 404697314 vrpctbams1.recette.adds vrpctbams1 vrpctbams1.recette.adds 10.45.13.195 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:24:46+02 \N 2026-04-15 01:06:08.71337+02 2026-04-16 13:54:23.920598+02 1387 407377442 vpbckmcse1 vpbckmcse1 vpbckmcse1 192.168.109.4 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8027 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:13:52+02 448 2026-04-15 01:06:08.71337+02 2026-04-16 13:54:23.920598+02 1102 407627825 splogbels3 splogbels3 splogbels3.sanef.groupe 10.44.7.42 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:05:04+02 1483 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1103 407771009 splogbels4 splogbels4 splogbels4.sanef.groupe 10.44.7.44 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:51:03+02 1484 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1104 407940473 splogbels2 splogbels2 splogbels2.sanef.groupe 10.44.7.43 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:13:12+02 1482 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1105 407993958 splogbels1 splogbels1 splogbels1 10.44.7.41 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:06:52+02 1481 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1411 16421662 192.168.101.117 192 \N 192.168.101.117 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1323 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1412 16421852 192.168.101.103 192 \N 192.168.101.103 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1316 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1413 16421977 192.168.101.101 192 \N 192.168.101.101 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1314 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1414 16421979 192.168.101.112 192 \N 192.168.101.112 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1318 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1415 16422220 192.168.101.118 192 \N 192.168.101.118 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1324 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1416 16422229 192.168.101.111 192 \N 192.168.101.111 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1317 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1417 16422255 192.168.101.102 192 \N 192.168.101.102 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1315 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1418 16422323 192.168.101.110 192 \N 192.168.101.110 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 632 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1419 16422330 192.168.101.105 192 \N 192.168.101.105 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1322 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1420 19543562 192.168.100.134 192 \N 192.168.100.134 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 643 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1421 19543661 192.168.100.126 192 \N 192.168.100.126 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N \N 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1422 19543731 192.168.100.133 192 \N 192.168.100.133 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 636 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1423 19543960 192.168.100.128 192 \N 192.168.100.128 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 634 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1424 19543963 192.168.100.127 192 \N 192.168.100.127 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 633 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1425 19553280 192.168.104.91 192 \N 192.168.104.91 Raptor Firewall \N \N \N 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1426 19554711 192.168.101.91 192 \N 192.168.101.91 Raptor Firewall \N \N \N 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1427 157864047 192.168.100.74 192 \N 192.168.100.74 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 1468 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 245 138279751 vrtrabmas2 vrtrabmas2 vrtrabmas2 10.43.255.14 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:04:03+02 1099 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 875 279112238 vpemvasat1.sanef.groupe vpemvasat1 vpemvasat1.sanef.groupe 192.168.100.141 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:42:00+02 638 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 6 112571236 vmrgmao7.sanef.groupe vmrgmao7 vmrgmao7.sanef.groupe 10.43.255.15 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 21013 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:40:28+02 335 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 12 119198010 vpdsiawsus1 vpdsiawsus1 vpdsiawsus1 192.168.18.4 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:23:43+02 601 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 18 127865511 VPAIIADNS1 vpaiiadns1 vpaiiadns1 192.168.2.20 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 9060 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:51:35+02 371 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 23 128129742 vpaiiaazu1 vpaiiaazu1 vpaiiaazu1 192.168.230.40 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 9060 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:48:56+02 364 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 24 128134207 vpburaadfs2.sanef.groupe vpburaadfs2 vpburaadfs2.sanef.groupe 10.30.12.15 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:38:36+02 511 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 25 128137865 vpburawap2 vpburawap2 vpburawap2 192.168.162.69 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:00:07+02 525 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 26 128140111 vpbipamod1 vpbipamod1 vpbipamod1 192.168.230.19 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:40:53+02 450 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 29 128143157 VBURWDC2.sanef.groupe vburwdc2 VBURWDC2.sanef.groupe 10.30.12.40 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:27:20+02 151 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 30 128143331 VBURWDC1.sanef.groupe vburwdc1 vburwdc1.sanef.groupe 10.30.12.140 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:21:36+02 150 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 31 128143527 RMILWDC1.sanef.groupe rmilwdc1 RMILWDC1.sanef.groupe 10.30.62.30 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:48:29+02 131 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 32 128150623 vpssiapki2.sanef.groupe vpssiapki2 vpssiapki2.sanef.groupe 10.30.10.236 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:23:48+02 828 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 35 128152928 VMPKI2.sanef.groupe vmpki2 VMPKI2.sanef.groupe 10.30.10.147 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:44:49+02 331 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 36 128153026 vpburaquo1.sanef.groupe vpburaquo1 vpburaquo1.sanef.groupe 10.102.2.13 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 21620 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:33:40+02 523 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 37 128166041 vpemvaxsr1 vpemvaxsr1 vpemvaxsr1 192.168.105.1 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 21620 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:23:42+02 642 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 38 128166555 vpburaadfs1.sanef.groupe vpburaadfs1 vpburaadfs1.sanef.groupe 10.30.12.14 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:10:07+02 510 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 49 128609877 ls-lillers ls-lillers ls-lillers 10.41.2.39 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 7792 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:43:08+02 58 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 50 128614031 ls-nordausques ls-nordausques ls-nordausques 10.41.2.35 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:15:22+02 70 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 51 128614112 ls-montreuil-bretelle ls-montreuil-bretelle ls-montreuil-bretelle 10.41.2.63 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:04:36+02 66 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 52 128614292 ls-plateau ls-plateau ls-plateau 10.41.2.83 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:04:38+02 73 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 55 128617920 ls-poix-de-picardie ls-poix-de-picardie ls-poix-de-picardie 10.41.2.105 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:37:21+02 74 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 56 128618343 ls-santerre ls-santerre ls-santerre 10.41.2.50 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:42:41+02 80 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 57 128618682 ls-setques ls-setques ls-setques 10.106.18.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:34:16+02 85 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 58 128622406 ls-st-omer ls-st-omer ls-st-omer 10.41.2.37 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:36:04+02 103 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 59 128622563 ls-st-omer2 ls-st-omer2 ls-st-omer2 10.41.2.36 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:31:32+02 104 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 63 129308577 vpaiiafsso1.sanef.groupe vpaiiafsso1 vpaiiafsso1.sanef.groupe 10.30.11.2 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 21620 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:54:30+02 375 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 64 129308617 vpaiiafsso2.sanef.groupe vpaiiafsso2 vpaiiafsso2.sanef.groupe 10.30.11.3 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 21620 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:21:02+02 376 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 65 129310119 ls-therouanne ls-therouanne ls-therouanne 10.41.2.38 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:00:41+02 110 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 66 129310163 ls-thillois ls-thillois ls-thillois 10.82.16.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:43:11+02 111 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 67 129310553 ls-vallee-de-l-aube ls-vallee-de-l-aube ls-vallee-de-l-aube 10.41.2.67 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:56:48+02 113 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 1330 310544677 vptrabtpc1.sanef.groupe vptrabtpc1 vptrabtpc1.sanef.groupe 10.41.40.10 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:18:41+02 865 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 927 311159768 vrosapkib1.sanef-rec.fr vrosapkib1 vrosapkib1.sanef-rec.fr 10.45.9.73 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:33:47+02 1035 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 928 311171805 vrgawamft1.sanef-rec.fr vrgawamft1 vrgawamft1.sanef-rec.fr 10.45.14.67 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:47:35+02 1010 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 953 326134718 vposapapp1.sanef.groupe vposapapp1 osap.sanef.fr 10.41.20.60 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:47:39+02 720 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 1388 408197910 SRCYBABKP1.sanef-rec.fr srcybabkp1 SRCYBABKP1.sanef-rec.fr 10.45.11.35 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:49:54+02 1550 2026-04-15 01:06:08.71337+02 2026-04-16 13:54:23.920598+02 1106 409023782 vibotaapm1.sanef.groupe vibotaapm1 vibotaapm1.sanef.groupe 10.41.23.143 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:29:54+02 202 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1107 409462641 vplogbels1 vplogbels1 vplogbels1.sanef.groupe 10.44.7.39 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:56:03+02 694 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1108 409746895 vpdsiaito1.sanef.groupe vpdsiaito1 vpdsiaito1.sanef.groupe 10.46.33.35 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:06:40+02 580 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1110 411157863 vplogalst1 vplogalst1 vplogalst1.sanef.groupe 10.44.7.51 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:48:37+02 693 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1111 411158635 vplogakib1 vplogakib1 vplogakib1.sanef.groupe 10.44.7.37 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:55:27+02 692 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 195 130590699 vrameaoct1.sanef.groupe vrameaoct1 vrameaoct1.sanef.groupe 10.45.2.80 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:14:54+02 918 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 354 173073664 vdbocjump1.recette.adds vdbocjump1 vdbocjump1.recette.adds 10.45.8.3 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:15:46+02 161 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 929 311188894 vrgawbpgs1.sanef-rec.fr vrgawbpgs1 vrgawbpgs1.sanef-rec.fr 10.45.14.68 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:15:10+02 1011 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 1112 411327666 vplogbquo1.sanef.groupe vplogbquo1 vplogbquo1.sanef.groupe 10.100.16.24 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:29:44+02 696 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1113 411394993 vpdecasas4 vpdecasas4 vpdecasas4.sanef.groupe 10.30.11.152 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:02:34+02 559 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1394 414320371 WIN-OQNRU1G2RID win-oqnru1g2rid WIN-OQNRU1G2RID 10.30.6.10 Windows Microsoft Windows Server 2022 Standard 10.0.20348 Build 20348 windows STATUS_ACTIVE 6.1.0.28 2026-04-08 15:16:09+02 \N 2026-04-15 01:06:08.71337+02 2026-04-15 14:43:29.095078+02 1121 415474522 vpdsiangx2.sanef.groupe vpdsiangx2 vpdsiangx2.sanef.groupe 192.168.19.161 Red Hat Enterprise Linux 9.7 (Plow) 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-13 14:27:04+02 584 2026-04-14 15:24:21.854409+02 2026-04-15 14:43:29.095078+02 355 173079234 vdbocs4ci1.sanef-rec.fr vdbocs4ci1 vdbocs4ci1.sanef-rec.fr 10.45.6.35 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:29:52+02 163 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 68 129310619 vpburaimp1.sanef.groupe vpburaimp1 vpburaimp1.sanef.groupe 10.30.12.147 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:31:25+02 522 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 69 129315687 vpaiia8770.sanef.groupe vpaiia8770 vpaiia8770.sanef.groupe 10.41.60.135 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:18:35+02 360 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 70 129315697 VPAIIAADA1.sanef.groupe vpaiiaada1 VPAIIAADA1.sanef.groupe 10.30.10.117 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8330 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:16:39+02 361 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 71 129315730 ls-vatry ls-vatry ls-vatry 10.41.2.108 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:31:20+02 116 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 1116 411843487 vpgrnangx1.sanf.groupe vpgrnangx1 vpgrnangx1.sanef.groupe 10.41.20.86 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:54:07+02 667 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1117 411849639 vpgrsangx1.sanef.groupe vpgrsangx1 vpgrsangx1.sanef.groupe 10.41.20.85 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:24:13+02 668 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 72 129315770 ls-verdun ls-verdun ls-verdun 10.41.2.77 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:43:45+02 118 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 85 129339728 sppeaanvr10 sppeaanvr10 sppeaanvr10 10.41.7.109 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:18:32+02 1495 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 1118 411855378 vpgraangx1.sanef.groupe vpgraangx1 vpgraangx1.sanef.groupe 10.42.0.142 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:16:00+02 666 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1119 413355832 vpsecapki1.sanef.groupe vpsecapki1 vpsecapki1.sanef.groupe 10.44.3.196 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:01:11+02 810 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1392 414070005 vpdsiasta2 vpdsiasta2 vpdsiasta2.sanef-int.adds 192.168.19.5 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:07:35+02 594 2026-04-15 01:06:08.71337+02 2026-04-16 13:54:23.920598+02 1393 414295899 vrdsiasta1.recette.adds vrdsiasta1 vrdsiasta1.recette.adds 192.168.19.20 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:23:09+02 987 2026-04-15 01:06:08.71337+02 2026-04-16 13:54:23.920598+02 1120 414638987 vrpxpapps1 vrpxpapps1 vrpxpapps1.sanef-rec.fr 10.45.14.169 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:52+02 1058 2026-04-14 15:24:21.854409+02 2026-04-16 13:54:23.920598+02 1333 312270851 vrsvpaosap1 vrsvpaosap1 vrsvpaosap1 10.45.9.171 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:09:56+02 1087 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 1334 312515481 vrsvpacli1 vrsvpacli1 vrsvpacli1 10.45.9.162 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:01:07+02 1084 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 1081 392620270 VRSIGAFRT1 vrsigafrt1 vrsigafrt1.sanef-rec.fr 10.45.2.30 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:03:56+02 1074 2026-04-14 15:24:11.887253+02 2026-04-16 13:54:23.920598+02 1428 416050086 vrzbxaapp1.sanef-rec.fr vrzbxaapp1 vrzbxaapp2.sanef-rec.fr 10.45.15.197 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:15:27+02 \N 2026-04-16 13:54:23.920598+02 2026-04-16 13:54:23.920598+02 740 228420904 ls-hochfelden ls-hochfelden ls-hochfelden 10.41.2.117 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:43:51+02 46 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 1429 416076516 template-rhel9 template-rhel9 vrzbxbpgs1.sanef-rec.fr 10.45.15.202 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:51:48+02 \N 2026-04-16 13:54:23.920598+02 2026-04-16 13:54:23.920598+02 118 129449366 MPCECMI1.sanef.groupe mpcecmi1 MPCECMI1.sanef.groupe 10.60.2.100 Microsoft Windows 10 Entreprise 2016 LTSB 10.0.14393 64 bits N/A Build 14393 UBR 9060 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:12:42+02 1383 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 141 130318092 VPAIIAVCL1.sanef.groupe vpaiiavcl1 vpaiiavcl1.sanef.groupe 10.41.11.20 Microsoft Windows 10 Entreprise 10.0.17763 64 bits N/A Build 17763 UBR 1879 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:47:21+02 408 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 142 130330176 VPAIIAPVC2.sanef.groupe vpaiiapvc2 vpaiiapvc2.sanef.groupe 10.41.11.12 Microsoft Windows 10 Entreprise 10.0.17763 64 bits N/A Build 17763 UBR 1879 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:32:55+02 396 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 264 139158084 vmampstg2 vmampstg2 vmampstg2.sanef.groupe 10.41.40.46 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:46:57+02 259 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 268 139375864 spasuagsm4 spasuagsm4 spasuagsm4 10.41.40.212 CentOS Linux 7.2.1511 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:12:40+02 1434 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 1123 415483225 vpdsiahap1.sanef.groupe vpdsiahap1 vpdsiahap1 192.168.19.132 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-13 14:13:12+02 576 2026-04-14 15:24:21.854409+02 2026-04-15 14:43:29.095078+02 744 228684181 vpbocasec1 vpbocasec1 vpbocasec1.sanef.groupe 10.41.22.16 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:02:35+02 456 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 1124 415486980 vpdsiangx1.sanef.groupe vpdsiangx1 vpdsiangx1.sanef.groupe 192.168.19.160 Red Hat Enterprise Linux 9.7 (Plow) 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-13 14:23:26+02 583 2026-04-14 15:24:21.854409+02 2026-04-15 14:43:29.095078+02 86 129339882 sppeaanvr14 sppeaanvr14 sppeaanvr14 10.41.7.113 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:52:53+02 1499 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 92 129345792 vpsecawin1.sanef.groupe vpsecawin1 vpsecawin1.sanef.groupe 10.30.10.60 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:02:05+02 812 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 93 129346019 vpsimaexp1.sanef.groupe vpsimaexp1 vpsimaexp1.sanef.groupe 10.30.10.17 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:36:39+02 821 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 368 174237326 sppeaanvr19 sppeaanvr19 sppeaanvr19 10.41.7.118 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:20:44+02 1504 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 94 129354939 vburimp2.sanef.groupe vburimp2 vburimp2.sanef.groupe 10.30.12.146 Microsoft Windows Server 2008 R2 Standard 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24356 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 10:38:23+02 149 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 1335 313110685 vraiiavid2.sanef.groupe vraiiavid2 vraiiavid2.sanef.groupe 10.41.79.101 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:44:18+02 906 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 96 129355044 vpabnanvr1 vpabnanvr1 vpabnanvr1 10.187.6.10 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:03:17+02 348 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 97 129355084 vpamsanvr1 vpamsanvr1 vpamsanvr1 10.137.2.13 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:28:09+02 436 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 369 174237368 sppeaanvr21 sppeaanvr21 sppeaanvr21 10.41.7.120 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:29:13+02 1507 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 502 193606163 vibocs4as1.sanef.groupe vibocs4as1 vibocs4as1.sanef.groupe 10.41.22.72 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:14:42+02 186 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 503 193616126 vibocs4as3.sanef.groupe vibocs4as3 vibocs4as3.sanef.groupe 10.41.22.74 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:40:33+02 188 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 504 193617668 vibocs4as2.sanef.groupe vibocs4as2 vibocs4as2.sanef.groupe 10.41.22.73 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:23:52+02 187 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 505 193617840 vpbocs4as1.sanef.groupe vpbocs4as1 vpbocs4as1.sanef.groupe 10.41.22.8 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:54:05+02 461 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 272 141870951 vpbckacse1 vpbckacse1 vpbckacse1 10.42.16.69 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:58:52+02 440 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 1343 324947687 vpstlbhis1.sanef-int.adds vpstlbhis1 vpstlbhis1.sanef-int.adds 10.41.13.54 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 3453 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:35:01+02 830 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 949 325026193 viaflarat1.sanef.groupe viaflarat1 viaflarat1.sanef.groupe 10.46.34.78 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:57:28+02 179 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 950 325041070 vpaflarat1.sanef.groupe vpaflarat1 vpaflarat1.sanef.groupe 10.46.34.14 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:12:03+02 353 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 951 325248248 vposapkib1.sanef.groupe vposapkib1 vposapkib1.sanef.groupe 10.41.20.63 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:56:24+02 725 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 587 205329423 vibotatst2.sanef.groupe vibotatst2 vibotatst2.sanef.groupe 10.41.23.148 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:12:53+02 214 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 588 205329451 vibotbsql1.sanef.groupe vibotbsql1 vibotbsql1.sanef.groupe 10.41.23.133 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:02:00+02 217 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 274 143622461 vpemvaadm1.sanef.groupe vpemvaadm1 VPEMVAADM1.SANEF.GROUPE 192.168.100.120 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:54:13+02 630 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 277 143625294 vpemvaftp1.sanef.groupe vpemvaftp1 VPEMVAFTP1.SANEF.GROUPE 192.168.100.109 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:33:57+02 631 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 741 228421026 ls-chamant2 ls-chamant2 ls-chamant2 10.41.2.25 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:54:35+02 26 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 765 231515226 ls-aumale-ouest ls-aumale-ouest ls-aumale-ouest 10.41.2.104 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:17:16+02 11 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 766 231517264 ls-puttelange ls-puttelange ls-puttelange 10.41.2.113 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:16:30+02 76 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 98 129355323 vpabvanvr1 vpabvanvr1 vpabvanvr1 10.137.1.11 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:46:52+02 349 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 99 129355353 vpamlanvr1 vpamlanvr1 vpamlanvr1 10.137.4.13 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:15:23+02 435 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 102 129355670 vpchtanvr1 vpchtanvr1 vpchtanvr1 10.147.3.10 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:51:33+02 532 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 103 129355937 vpbovanvr1 vpbovanvr1 vpbovanvr1 10.137.5.10 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:04:09+02 509 2026-04-14 15:16:26.285449+02 2026-04-16 13:44:11.453833+02 104 129356109 vpctvanvr1 vpctvanvr1 vpctvanvr1 10.1.6.12 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:21:28+02 536 2026-04-14 15:16:26.285449+02 2026-04-16 13:44:11.453833+02 280 143793491 vrintbweb2.sanef.groupe vrintbweb2 vrintbweb2.sanef.groupe 10.45.1.196 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:44:11+02 1023 2026-04-14 15:17:15.216284+02 2026-04-16 13:46:19.776589+02 440 181705921 vrosapsrv1.sanef-rec.fr vrosapsrv1 vrosapsrv1.sanef-rec.fr 10.45.9.67 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:14:57+02 1037 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 506 193621036 vpbocs4as3.sanef.groupe vpbocs4as3 vpbocs4as3.sanef.groupe 10.41.22.10 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:31:16+02 463 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 509 193994075 vpbotbquo1.sanef.groupe vpbotbquo1 vpbotbquo1.sanef.groupe 10.100.16.12 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 3091 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:07:28+02 497 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 510 194005729 vvaflgsys1.sanef-rec.fr vvaflgsys1 vvaflgsys1.sanef-rec.fr 10.45.7.168 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:29+02 1139 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 517 194984819 vpbotbsql1.sanef.groupe vpbotbsql1 vpbotbsql1.sanef.groupe 10.41.23.12 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 3091 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:53:39+02 498 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 518 195005946 vpdaibana7 vpdaibana7 vpdaibana7.sanef.groupe 10.41.70.26 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:19:49+02 553 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 519 195071010 vpbocrsap1.sanef.groupe vpbocrsap1 vpbocrsap1.sanef.groupe 10.41.22.13 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:05:59+02 460 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 520 195074577 vvbocrsap1.sanef-rec.fr vvbocrsap1 vvbocrsap1.sanef-rec.fr 10.45.6.12 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:01:18+02 1151 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 524 195789744 vpbotreco1.sanef.groupe vpbotreco1 vpbotreco1.sanef.groupe 10.41.23.18 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:47+02 503 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 525 195792930 vpbotreco2.sanef.groupe vpbotreco2 vpbotreco2.sanef.groupe 10.41.23.19 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:31:33+02 504 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 526 195792948 vpbotreco3.sanef.groupe vpbotreco3 vpbotreco3.sanef.groupe 10.41.23.20 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:02:58+02 505 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 527 195794735 vpbotreco4.sanef.groupe vpbotreco4 vpbotreco4.sanef.groupe 10.41.23.21 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:29:09+02 506 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 768 231533958 lpemvaste5 lpemvaste5 LPEMVASTE5.SANEF.GROUPE 192.168.101.112 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:25:45+02 1318 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 743 228428106 ls-st-avold-b ls-st-avold-b ls-st-avold-b 10.41.2.115 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:37:28+02 99 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 785 232019701 ls-amiens-nord ls-amiens-nord ls-amiens-nord 10.41.2.96 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:50:10+02 4 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 422 178201254 ls-hochfelden-ouest ls-hochfelden-ouest ls-hochfelden-ouest 10.41.2.114 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:35:57+02 47 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 589 205522748 vposapels1.sanef.groupe vposapels1 vposapels1.sanef.groupe 10.41.20.61 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:35:53+02 722 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 786 232513887 lrpeabsip1.sanef-rec.fr lrpeabsip1 lrpeabsip1.sanef-rec.fr 10.45.1.35 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:57:08+02 1375 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 787 233064565 ls-sarre-union ls-sarre-union ls-sarre-union 10.41.2.110 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:56:27+02 81 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 1345 327519043 vpgeobody1.sanef.groupe vpgeobody1 vpgeobody1.sanef.groupe 10.41.40.171 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 18993 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:54:50+02 656 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 968 334474020 vrdsiarad2.sanef-rec.fr vrdsiarad2 vrdsiarad2.sanef-rec.fr 10.45.14.133 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:31:05+02 982 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 969 334495487 vrdsiarad1.sanef-rec.fr vrdsiarad1 vrdsiarad1.sanef-rec.fr 10.45.14.132 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:48:23+02 981 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 970 334752929 vrdataapp1.sanef-rec.fr vrdataapp1 vrdataapp1.sanef-rec.fr 10.45.14.165 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:05:56+02 953 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 971 335441959 vtdsiatmp4.sanef.groupe vtdsiatmp4 vtdsiatmp4.sanef.groupe 10.43.253.7 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:57:34+02 \N 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 972 335714568 vrdatafrt1.sanef-rec.fr vrdatafrt1 vrdatafrt1.sanef-rec.fr 192.168.40.115 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:51:10+02 954 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 107 129356560 vpormanvr1 vpormanvr1 vpormanvr1 10.27.3.12 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:13:55+02 719 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 109 129356722 vpmalanvr1 vpmalanvr1 vpmalanvr1 10.27.1.12 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:58:09+02 698 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 110 129356867 vpthlanvr1 vpthlanvr1 vpthlanvr1 10.87.16.11 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:23:19+02 850 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 111 129356894 vpccyanvr1 vpccyanvr1 vpccyanvr1 10.27.2.30 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:50:05+02 531 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 112 129362026 vpflmanvr1 vpflmanvr1 vpflmanvr1 10.147.2.10 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:45:28+02 649 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 592 205606145 vvbocaprx1.sanef-rec.fr vvbocaprx1 vvbocaprx1.sanef-rec.fr 192.168.22.3 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:12:55+02 1143 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 973 335897723 vrrpaangx1.sanef-rec.fr vrrpaangx1 vrrpaangx1.sanef-rec.fr 10.45.14.227 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:37:41+02 1067 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 113 129362125 vpsroanvr1 vpsroanvr1 vpsroanvr1 10.217.26.11 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:20:18+02 825 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 117 129445939 vprauareb1 vprauareb1 vprauareb1 192.168.90.70 Microsoft Windows 7 Entreprise 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24289 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 09:52:16+02 789 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 125 129477136 vmsapnrt1 vmsapnrt1 vmsapnrt1 10.30.10.35 Microsoft Windows Server 2008 R2 Entreprise 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24356 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 09:06:23+02 336 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 126 129477171 RMILSAS1 rmilsas1 RMILSAS1 10.30.10.8 Microsoft Windows Server 2008 R2 Standard 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24536 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 12:48:54+02 1404 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 127 129477287 vrtrabtpv1 vrtrabtpv1 vrtrabtpv1 10.43.255.11 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:23:56+02 1105 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 128 129479933 vpptrabalx1.sanef.groupe vpptrabalx1 vpptrabalx1.sanef.groupe 10.41.49.15 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:39:34+02 780 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 751 229382460 vpsupbmbi1.sanef.groupe vpsupbmbi1 vpsupbmbi1.sanef.groupe 10.44.5.101 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:39:35+02 844 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 752 229387995 vpsupbmap1.sanef.groupe vpsupbmap1 vpsupbmap1.sanef.groupe 10.44.5.102 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:53:01+02 843 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 753 230083469 vdechatal3.recette.adds vdechatal3 vdechatal3.recette.adds 10.45.11.200 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:01:41+02 166 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 143 130330682 VPPEAAIPH1.sanef.groupe vppeaaiph1 VRPEAAIPH1.recette.adds 10.45.9.50 Microsoft Windows 10 Enterprise 10.0.17763 64 bits N/A Build 17763 UBR 1879 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:38:34+02 749 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 144 130330700 VPAIIAPVC1.sanef.groupe vpaiiapvc1 vpaiiapvc1.sanef.groupe 10.41.11.11 Microsoft Windows 10 Entreprise 10.0.17763 64 bits N/A Build 17763 UBR 1457 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:54:19+02 395 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 145 130331191 VPAIIAPVD3.sanef.groupe vpaiiapvd3 VPAIIAPVD3.sanef.groupe 10.41.11.17 Microsoft Windows 10 Entreprise 10.0.17763 64 bits N/A Build 17763 UBR 1879 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:57:14+02 401 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 146 130331208 VPAIIAPVD4.sanef.groupe vpaiiapvd4 vpaiiapvd4.sanef.groupe 10.41.11.18 Microsoft Windows 10 Entreprise 10.0.17763 64 bits N/A Build 17763 UBR 1879 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:59:06+02 402 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 1350 333168741 vrvidanvr2.recette.adds vrvidanvr2 vrvidanvr2.recette.adds 10.45.7.102 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4529 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:21:11+02 1108 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 129 129846416 sppeaanvr3 sppeaanvr3 sppeaanvr3 10.41.7.102 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:53:40+02 1516 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 1125 219788187 ls-cottevrard ls-cottevrard ls-cottevrard 10.212.36.200 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:20:08+02 32 2026-04-14 17:15:08.946203+02 2026-04-16 13:50:41.254219+02 1166 219821714 ls-srom-bpv ls-srom-bpv ls-srom-bpv 10.212.26.201 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:10:19+02 95 2026-04-14 17:20:10.880765+02 2026-04-16 13:50:41.254219+02 1351 335004263 vrresardp1.recette.adds vrresardp1 vrresardp1.recette.adds 10.45.8.163 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4529 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:28:20+02 1066 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 1352 339094295 vpecmardp1.sanef-int.adds vpecmardp1 vpecmardp1.sanef-int.adds 10.44.6.227 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:43:34+02 627 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 629 212784022 rsminas1.sanef.groupe rsminas1 rsminas1.sanef.groupe 10.30.10.244 Red Hat Enterprise Linux Server 6.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:14:07+02 1411 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 980 340053174 vppwdapod2.sanef.groupe vppwdapod2 vppwdapod2.sanef.groupe 10.44.1.201 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:20:09+02 784 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 130 129846548 sppeaanvr2 sppeaanvr2 sppeaanvr2 10.41.7.101 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:20:25+02 1505 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 704 223150678 ls-amblainville ls-amblainville ls-amblainville 10.132.1.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:56:01+02 3 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 754 230114750 vvbotatst4.recette.adds vvbotatst4 vvbotatst4.recette.adds 10.45.6.162 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:25:41+02 1178 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 982 340062892 lpamebrac3.sanef.groupe lpamebrac3 lpamebrac3 10.41.41.112 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:50:43+02 1311 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 131 129931160 vmampgis1.sanef.groupe vmampgis1 vmampgis1.sanef.groupe 10.41.40.105 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 21620 windows STATUS_ACTIVE 6.2.5.4 2026-04-15 08:37:39+02 245 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 132 129931386 vmampgis3.sanef.groupe vmampgis3 vmampgis3.sanef.groupe 10.41.40.107 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 21563 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:57:43+02 247 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 134 129933290 LAMAPGIS1.sanef.groupe lamapgis1 lamapgis1.sanef.groupe 10.41.40.103 Microsoft Windows Server 2008 R2 Entreprise 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24494 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 09:38:40+02 1268 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 138 129933839 vampsycapp1.sanef.groupe vampsycapp1 vampsycapp1.sanef.groupe 10.41.40.100 Microsoft Windows Server 2008 R2 Standard 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24130 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 11:00:21+02 141 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 140 129952116 sproibgtc1 sproibgtc1 sproibgtc1 10.78.200.10 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:55:41+02 1528 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 389 175944074 vvbotapps1.sanef-rec.fr vvbotapps1 vvbotapps1.sanef-rec.fr 10.45.6.132 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:34:29+02 1170 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 528 195796370 vpbotapps2.sanef.groupe vpbotapps2 vpbotapps2.sanef.groupe 10.41.23.15 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:46:35+02 486 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 529 195798232 vpbotapps1.sanef.groupe vpbotapps1 vpbotapps1.sanef.groupe 10.41.23.14 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:26:19+02 485 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 530 195833595 lptrabgas1.sanef.groupe lptrabgas1 lptrabgas1.sanef.groupe 10.41.40.151 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:20:07+02 1353 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 538 196660269 vpbooosea2.sanef.groupe vpbooosea2 vpbooosea2.sanef.groupe 10.41.22.136 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:25:39+02 481 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 539 196660337 vpbooaboo1.sanef.groupe vpbooaboo1 vpbooaboo1.sanef.groupe 10.41.22.137 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:52:42+02 467 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 540 196660522 vpboomocr1.sanef.groupe vpboomocr1 vpboomocr1.sanef.groupe 10.41.22.138 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:42:13+02 479 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 956 327577343 vrdsibetc3.sanef-rec.fr vrdsibetc3 vrdsibetc3.sanef-rec.fr 10.100.16.103 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:40:38+02 994 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 1346 330692278 vdrepapbi1.recette.adds vdrepapbi1 vdrepapbi1.recette.adds 10.45.7.170 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:15:44+02 173 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 957 331039777 vrameahtp1.sanef-rec.fr vrameahtp1 vrameahtp1.sanef-rec.fr 10.45.2.50 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:32:05+02 913 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 958 331046153 vrameahtp2.sanef-rec.fr vrameahtp2 vrameahtp2.sanef-rec.fr 10.45.2.51 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:58:40+02 914 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 959 331378739 vrmonaftp1.sanef-rec.fr vrmonaftp1 vrmonaftp1.sanef-rec.fr 10.45.14.195 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:56:36+02 1029 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 960 331385324 vpmonaftp1.sanef.groupe vpmonaftp1 vpmonaftp1.sanef.groupe 10.41.20.80 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:39:34+02 704 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 962 332275911 vpameahtp2.sanef.groupe vpameahtp2 vpameahtp2.sanef.groupe 10.41.41.51 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:45:56+02 419 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 963 332275914 vpameaquo1 vpameaquo1 vpameaquo1.sanef.groupe 10.100.16.20 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:52:06+02 428 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 603 208777787 vibotaapm1.sanef.groupe vibotaapm1 vibotaapm1.sanef.groupe 10.41.23.143 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-03-17 08:25:36+01 202 2026-04-14 15:21:06.35953+02 2026-04-15 14:38:07.169949+02 964 332295040 vpameakfq1.sanef.groupe vpameakfq1 vpameakfq1.sanef.groupe 10.100.16.21 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:31:30+02 422 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 965 332353560 vpameakfk1.sanef.groupe vpameakfk1 vpameakfk1.sanef.groupe 10.41.41.40 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:41:03+02 420 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 966 332364676 vpameakfk2.sanef.groupe vpameakfk2 vpameakfk2.sanef.groupe 10.41.41.41 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:32:31+02 421 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 1347 332880170 vpagtaftp1.sanef.groupe vpagtaftp1 vpagtaftp1.sanef.groupe 10.46.33.20 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:40:46+02 357 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 53 128614386 ls-noeux-les-mines ls-noeux-les-mines ls-noeux-les-mines 10.41.2.52 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:46:08+02 69 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 54 128614531 ls-phalsbourg ls-phalsbourg ls-phalsbourg 10.41.2.111 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:23:23+02 72 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 148 130334728 sptrabenr2.sanef.groupe sptrabenr2 sptrabenr2.sanef.groupe 10.41.60.50 Microsoft Windows Server 2016 Standard 10.0.14393 64-bit N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 03:07:47+02 1544 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 150 130346127 VMAMPWEB1.sanef.groupe vmampweb1 VMAMPWEB1.sanef.groupe 10.41.40.111 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:19:40+02 266 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 151 130346274 VMAMPWEB2.sanef.groupe vmampweb2 VMAMPWEB2.sanef.groupe 10.41.40.112 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:33:03+02 267 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 541 196663142 vpboobsql1.sanef.groupe vpboobsql1 vpboobsql1.sanef.groupe 10.41.22.133 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:18:29+02 476 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 333 163897942 vmcmdb2 vmcmdb2 vmcmdb2 10.30.11.108 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:35:18+02 291 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 393 175948102 vppatbsip1.sanef.groupe vppatbsip1 vppatbsip1.sanef.groupe 10.42.40.10 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:42:07+02 734 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 508 193979918 vpburaaov1.sanef.groupe vpburaaov1 vpburaaov1.sanef.groupe 10.205.0.2 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:32:41+02 513 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 542 196663725 vpbooangx1.sanef.groupe vpbooangx1 vpbooangx1.sanef.groupe 10.41.22.147 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:00:56+02 468 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 1009 356281593 vpdsiadep1.sanef.groupe vpdsiadep1 vpdsiadep1.sanef.groupe 10.44.6.5 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:07:27+02 572 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1010 356292342 vrdsiadep1.sanef-rec.fr vrdsiadep1 vrdsiadep1.sanef-rec.fr 10.45.7.132 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:50:04+02 972 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1011 357896652 vprpsangx1.sanef.groupe vprpsangx1 vprpsangx1.sanef.groupe 10.41.20.25 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:38:36+02 796 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1012 357904904 vprpnangx1 vprpnangx1 vprpnangx1.sanef.groupe 10.41.20.26 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:00:41+02 795 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1375 392444844 vrvpnaaov1.recette.adds vrvpnaaov1 vrvpnaaov1.recette.adds 10.205.10.3 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:14:04+02 1111 2026-04-15 01:06:03.884879+02 2026-04-16 13:54:23.920598+02 1376 392480138 vrvpnaaov2.recette.adds vrvpnaaov2 vrvpnaaov2.recette.adds 10.205.10.4 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:55:02+02 1112 2026-04-15 01:06:03.884879+02 2026-04-16 13:54:23.920598+02 147 130331258 VPAIIAPVC4.sanef.groupe vpaiiapvc4 vpaiiapvc4.sanef.groupe 10.41.11.14 Microsoft Windows 10 Enterprise 10.0.17763 64 bits N/A Build 17763 UBR 1879 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:42:33+02 398 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 149 130335698 VPAIIAPVD5.sanef.groupe vpaiiapvd5 VPAIIAPVD5.sanef.groupe 10.41.11.19 Microsoft Windows 10 Entreprise 10.0.17763 64 bits N/A Build 17763 UBR 1879 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:12:07+02 403 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 171 130583362 node4 node4 node4.amelie 10.45.2.59 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:30:38+02 158 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 388 175919695 vpaiiapol10 vpaiiapol10 vpaiiapol10.sanef.groupe 10.30.12.130 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:47:06+02 387 2026-04-14 15:18:41.060149+02 2026-04-16 13:58:31.225268+02 1374 391586124 vpburaaov2.sanef.groupe vpburaaov2 vpburaaov2.sanef.groupe 10.205.0.3 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:56:56+02 514 2026-04-15 01:06:03.884879+02 2026-04-16 13:54:23.920598+02 613 209161379 vibotreco2.sanef.groupe vibotreco2 vibotreco2.sanef.groupe 10.41.23.140 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:27:49+02 222 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 1377 392590176 vrdsiaada1.recette.adds vrdsiaada1 vrdsiaada1.recette.adds 10.45.0.144 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:56:24+02 964 2026-04-15 01:06:03.884879+02 2026-04-16 13:54:23.920598+02 902 295300195 vpvsaasic1 vpvsaasic1 vpvsaasic1.sanef.groupe 10.44.200.104 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:19:12+02 896 2026-04-14 15:23:27.275742+02 2026-04-16 14:03:51.160979+02 543 196663887 vpboobquo1.sanef.groupe vpboobquo1 vpboobquo1.sanef.groupe 10.100.16.13 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:04:45+02 474 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 545 197783947 vplpeanvr1 vplpeanvr1 vplpeanvr1 10.117.1.11 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:11:23+02 697 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 615 209168351 vibotarmq3.sanef.groupe vibotarmq3 vibotarmq3.sanef.groupe 10.41.23.158 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:38:59+02 210 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 616 209598658 vpbotarmq3.sanef.groupe vpbotarmq3 vpbotarmq3.sanef.groupe 10.41.23.24 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:47:24+02 493 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 27 128140865 vpburawap1 vpburawap1 vpburawap1 192.168.162.68 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 9060 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:13:17+02 524 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 28 128143034 VPSSIAPKI3 vpssiapki3 VPSSIAPKI3.sanef.groupe 192.168.90.72 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 9060 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:04:20+02 829 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 152 130352405 vppatalag1.sanef.groupe vppatalag1 vppatalag1.sanef.groupe 10.42.40.12 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.2.5.4 2026-04-16 02:36:01+02 730 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 153 130356819 vppeaaref2 vppeaaref2 vppeaaref2 10.41.2.231 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:35:38+02 752 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 154 130356825 vpppeaaref1 vpppeaaref1 vpppeaaref1 10.41.29.10 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:49:32+02 778 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 546 197806642 nvr-spare-sen nvr-spare-sen nvr-spare-sen 10.100.7.252 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:51:48+02 128 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 631 213123476 vpbckangw3 vpbckangw3 vpbckangw3.sanef.groupe 10.44.3.164 Oracle Enterprise Linux 8.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:51:13+02 444 2026-04-14 15:21:06.35953+02 2026-04-16 14:01:44.035588+02 652 213853630 lampasu2.sanef.groupe lampasu2 lampasu2 10.41.40.191 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:23:44+02 1286 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 796 236300233 lpemvbaemv1.sanef.groupe lpemvbaemv1 LPEMVBAEMV1.SANEF.GROUPE 192.168.101.106 Red Hat Enterprise Linux Server 7.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:52:06+02 1320 2026-04-14 15:21:29.04625+02 2026-04-16 13:51:43.216344+02 762 230624333 vpsupapol2.sanef.groupe vpsupapol2 vpsupapol2.sanef.groupe 10.44.5.104 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:00:53+02 838 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 155 130357282 vraiibsql3 vraiibsql3 vraiibsql3 10.43.253.3 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8146 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:26:27+02 910 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 156 130357913 vppeaaref1 vppeaaref1 vppeaaref1 10.41.2.230 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:56:28+02 751 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 157 130357992 vpboeacst1.sanef.groupe vpboeacst1 vpboeacst1.sanef.groupe 10.41.21.10 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:37:15+02 466 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 931 312827606 vpgawgtw1.sanef.groupe vpgawgtw1 vpgawagtw1.sanef.groupe 192.168.19.68 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:29:25+02 650 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 1348 332949821 vrpatbl2r2.recette.adds vrpatbl2r2 vrpatbl2r2.recette.adds 10.45.10.132 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:37:35+02 1042 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 395 175948572 vvbotatsp1.sanef-rec.fr vvbotatsp1 vvbotatsp1.sanef-rec.fr 10.45.6.138 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:24:40+02 1175 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 161 130428362 BLY-BLY2-GC2 bly-bly2-gc2 BLY-BLY2-GC2 10.92.10.233 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64-bit N/A Build 9600 UBR 19237 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:25:15+02 1218 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 327 160946714 lampoct1.sanef.groupe lampoct1 lampoct1.sanef.groupe 10.42.40.140 Red Hat Enterprise Linux Server 5.11 linux STATUS_INACTIVE 6.1.0.28 2025-11-14 05:06:34+01 1290 2026-04-14 15:18:41.060149+02 2026-04-15 14:34:01.330239+02 763 230624660 vpsupapol1.sanef.groupe vpsupapol1 vpsupapol1.sanef.groupe 10.44.5.103 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:11:18+02 837 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 396 175949260 vvbotarep1.sanef-rec.fr vvbotarep1 vvbotarep1.sanef-rec.fr 10.45.6.140 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:59:45+02 1172 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 935 314384921 vrpwdamft1.sanef-rec.fr vrpwdamft1 vrpwdahap1.sanef-rec.fr 10.45.14.99 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:01:36+02 1056 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 656 213853736 lamppea1 lamppea1 lamppea1 10.41.20.10 Red Hat Enterprise Linux Server 5.11 linux STATUS_INACTIVE 6.1.0.28 2025-11-14 04:56:45+01 1291 2026-04-14 15:21:06.35953+02 2026-04-15 14:39:03.860178+02 1349 332979745 vpsimaxsr1 vpsimaxsr1 vpsimaxsr1 192.168.230.31 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 9060 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:43:52+02 824 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 172 130583718 vdameasxt1 vdameasxt1 node1.amelie 10.45.2.56 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:44:07+02 155 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 207 131270365 vpaiiarda1.sanef.groupe vpaiiarda1 vpaiiarda1.sanef.groupe 10.30.10.75 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:48:28+02 404 2026-04-14 15:17:15.216284+02 2026-04-16 13:56:11.903566+02 208 131270890 vpaiiapol1 vpaiiapol1 vpaiiapol1.sanef.groupe 10.30.12.125 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:22:16+02 386 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 210 131273947 vpaiiacen1 vpaiiacen1 vpaiiacen1.sanef.groupe 10.30.12.121 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:16:14+02 367 2026-04-14 15:17:15.216284+02 2026-04-16 13:57:29.961959+02 630 213122768 vpbckangw1 vpbckangw1 vpbckangw1 192.168.18.52 Oracle Enterprise Linux 8.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:36:18+02 442 2026-04-14 15:21:06.35953+02 2026-04-16 14:01:44.035588+02 166 130582564 vmamrgtc1 vmamrgtc1 vmamrgtc1.sanef.groupe 10.45.2.160 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:10:33+02 270 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 167 130582850 vmamrgtc2 vmamrgtc2 vmamrgtc2.sanef.groupe 10.45.2.161 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:28:34+02 271 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 168 130582878 vmamrtd1.sanef.groupe vmamrtd1 vmamrtd1.sanef-rec.fr 10.45.2.195 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:32:28+02 286 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 170 130583160 vmcmdb1 vmcmdb1 vmcmdb1 10.30.11.107 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:21:58+02 290 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 175 130584303 vmamdpmv2.sanef.groupe vmamdpmv2 vmamdpmv2.sanef-rec.fr 10.45.2.129 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:04:58+02 242 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 176 130586766 lamarrac2.sanef.groupe lamarrac2 lamarrac2.sanef.groupe 10.45.2.102 Red Hat Enterprise Linux Server 6.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:02:13+02 1276 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 177 130586773 lamarrac3.sanef.groupe lamarrac3 lamarrac3.sanef.groupe 10.45.2.104 Red Hat Enterprise Linux Server 6.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:23:35+02 1277 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 178 130586805 vmamrdif1.sanef.groupe vmamrdif1 vmamrdif1.sanef-rec.fr 10.45.2.25 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:53:14+02 268 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 222 131401680 lampasu1.sanef.groupe lampasu1 localhost 10.41.40.190 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:00:39+02 1285 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 398 175950116 vvbocmedi1.sanef-rec.fr vvbocmedi1 vvbocmedi1.sanef-rec.fr 10.45.6.5 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:31:04+02 1149 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 399 175950695 vvbocs4ci1.sanef-rec.fr vvbocs4ci1 vvbocs4ci1.sanef-rec.fr 10.45.6.3 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:22:13+02 1154 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 1280 197807916 nvr-spare-etv nvr-spare-etv nvr-spare-etv 10.152.7.252 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:51:35+02 125 2026-04-14 18:03:49.880576+02 2026-04-16 13:48:33.026044+02 552 198942271 lpinfbcos1.sanef.groupe lpinfbcos1 lpinfbcos1.sanef.groupe 10.41.40.179 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:26:54+02 1335 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 553 198996312 vpisibtel1.sanef.groupe vpisibtel1 vpisibtel1.sanef.groupe 10.41.40.123 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:01:28+02 691 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 554 199138445 vptchagtc2 vptchagtc2 vptchagtc2 10.41.19.46 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:22:15+02 846 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 555 200009562 vppeahbst3.sanef.groupe vppeahbst3 vppeahbst3.sanef.groupe 10.41.20.50 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:53:55+02 765 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 556 200010195 vppeabbst4.sanef.groupe vppeabbst4 vppeabbst4.sanef.groupe 10.41.20.53 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:21:10+02 759 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 557 200012633 vppeaabst2.sanef.groupe vppeaabst2 vppeaabst2.sanef.groupe 10.41.20.52 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:58:40+02 746 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 558 200166052 vppeabbst2.sanef.groupe vppeabbst2 vppeabbst2.sanef.groupe 10.41.20.54 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:35:05+02 757 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 626 211609269 vpbotcach1.sanef.groupe vpbotcach1 vpbotcach1.sanef.groupe 10.41.23.17 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:47:18+02 501 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 627 212748468 vpbooarep2.sanef.groupe vpbooarep2 vpbooarep2.sanef.groupe 10.41.22.146 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:06:28+02 473 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 1091 395881501 vpvsaagpu2.sanef.groupe vpvsaagpu2 vpvsaagpu2.sanef.groupe 10.42.16.89 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:35:50+02 \N 2026-04-14 15:24:11.887253+02 2026-04-16 14:05:53.213013+02 621 210406652 lremvaste1 lremvaste1 lremvaste1.sanef.groupe 192.168.108.114 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-12 16:59:35+02 1369 2026-04-14 15:21:06.35953+02 2026-04-15 14:51:04.238366+02 1397 10174974 192.168.100.220 192 \N 192.168.100.220 Linux 2.6 linux \N \N 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1398 10175544 192.168.101.90 192 \N 192.168.101.90 Raptor Firewall \N \N \N 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1399 10175667 192.168.104.90 192 \N 192.168.104.90 Raptor Firewall \N \N \N 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1400 10175964 192.168.101.92 192 \N 192.168.101.92 Raptor Firewall \N \N \N 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1401 10176067 192.168.104.92 192 \N 192.168.104.92 Raptor Firewall \N \N \N 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1402 10666612 192.168.100.46 192 \N 192.168.100.46 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 175 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1403 10666670 192.168.100.45 192 \N 192.168.100.45 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 176 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1404 12257181 192.168.100.120 192 \N 192.168.100.120 EulerOS / Ubuntu / Fedora / Tiny Core Linux / Linux 3.x / IBM / FortiSOAR linux \N 630 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 1406 12258901 192.168.100.103 192 \N 192.168.100.103 Cisco Firewall Services Module \N \N \N 2026-04-15 14:08:53.309765+02 2026-04-15 14:56:36.800666+02 15 127861245 VPAIIADNS3 vpaiiadns3 vpaiiadns3 192.168.2.27 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 9060 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:45:24+02 373 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 219 131396612 vptraatpf1.sanef.groupe vptraatpf1 vptraatpf1.sanef.groupe 192.168.40.10 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:44:12+02 854 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 220 131396766 vptraatpf2.sanef.groupe vptraatpf2 vptraatpf2.sanef.groupe 192.168.40.11 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:25:11+02 855 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 221 131396898 vpcrmacle1 vpcrmacle1 vpcrmacle1.sanef.groupe 10.30.10.15 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:36:37+02 535 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 223 131401795 lamaprac1.sanef.groupe lamaprac1 lamaprac1.sanef.groupe 10.41.40.50 Red Hat Enterprise Linux Server 6.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:09:44+02 1270 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 400 175950696 vvbocharg1.sanef-rec.fr vvbocharg1 vvbocharg1.sanef-rec.fr 10.45.6.4 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:55:04+02 1147 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 401 175951171 vvbotrssm2 vvbotrssm2 vvbotrssm2.recette.adds 10.45.6.163 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:13:13+02 1193 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 402 176095383 vvbooaori2.sanef-rec.fr vvbooaori2 vvbooaori2.sanef-rec.fr 10.45.6.80 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:54:38+02 1159 2026-04-14 15:18:41.060149+02 2026-04-16 13:47:24.69683+02 403 176096529 vvboobsql2.sanef-rec.fr vvboobsql2 vvboobsql2.sanef-rec.fr 10.45.6.74 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:11:23+02 1162 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 628 212764598 viaflperf1.sanef.groupe viaflperf1 viaflperf1.sanef.groupe 192.168.22.35 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:06:15+02 182 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 637 213848989 sppeaanvr17 sppeaanvr17 sppeaanvr17 10.41.7.116 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:14:51+02 1502 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 638 213848992 srtrabgas1.sanef.groupe srtrabgas1 srtrabgas1.sanef.groupe 10.45.1.66 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:14:41+02 1559 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 978 339876286 vppwdahap1.sanef.groupe vppwdahap1 vppwdahap1.sanef.groupe 10.44.1.196 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:05:10+02 781 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 979 339877892 vppwdahap2.sanef.groupe vppwdahap2 vppwdahap2.sanef.groupe 10.44.1.197 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:29:46+02 782 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 1395 379881919 vpvpnaems1.sanef.groupe vpvpnaems1 vpvpnaems1.sanef.groupe 10.43.192.125 Ubuntu/Linux linux \N 871 2026-04-15 01:33:54.616387+02 2026-04-15 14:55:34.292427+02 404 176096530 vvboomocr2.sanef-rec.fr vvboomocr2 vvboomocr2.sanef-rec.fr 10.45.6.78 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:57:03+02 1165 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 405 176097843 vvbooaboo2.sanef-rec.fr vvbooaboo2 vvbooaboo2.sanef-rec.fr 10.45.6.77 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:36:33+02 1157 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 531 195878803 vpbotapps3.sanef.groupe vpbotapps3 vpbotapps3.sanef.groupe 10.41.23.16 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:48:33+02 487 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 532 196043340 vpbotatsp1.sanef.groupe vpbotatsp1 vpbotatsp1.sanef.groupe 10.41.23.26 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:15:35+02 495 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 533 196050820 vpbotasim1.sanef.groupe vpbotasim1 vpbotasim1.sanef.groupe 10.41.23.31 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:54:27+02 494 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 534 196660165 vpbooaori1.sanef.groupe vpbooaori1 vpbooaori1.sanef.groupe 10.41.22.139 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:48:29+02 469 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 535 196660167 vpbooaori2.sanef.groupe vpbooaori2 vpbooaori2.sanef.groupe 10.41.22.140 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:11:16+02 470 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 1291 202841729 VPAIIADCC1.sanef.groupe vpaiiadcc1 vpaiiadcc1.sanef.groupe 10.40.1.23 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 9060 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:59:03+02 \N 2026-04-15 00:50:04.593613+02 2026-04-16 13:49:42.647843+02 574 202869826 viosapapp1.sanef.groupe viosapapp1 viosapapp1.sanef.groupe 10.41.29.60 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:14:12+02 227 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 575 203201197 viboobquo2.sanef.groupe viboobquo2 viboobquo2.sanef.groupe 10.100.16.14 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:27:43+02 196 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 576 203204186 vpboobquo2.sanef.groupe vpboobquo2 vpboobquo2.sanef.groupe 10.100.16.15 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:56+02 475 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 578 204046362 vvaflbsta1 vvaflbsta1 vvaflbsta1.recette.adds 10.45.7.165 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:30:24+02 1138 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 981 340054184 vppwdbsql1.sanef.groupe vppwdbsql1 vppwdbsql1.sanef.groupe 10.44.1.204 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:14:39+02 785 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 13 127861129 VPBURADHCP1.sanef.groupe vpburadhcp1 VPBURADHCP1.sanef.groupe 10.30.12.142 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:00:02+02 515 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 14 127861191 VPBURADHCP2.sanef.groupe vpburadhcp2 VPBURADHCP2.sanef.groupe 10.30.12.42 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:40:20+02 516 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 179 130586812 vmamrhtp1 vmamrhtp1 vmamrhtp1.sanef.groupe 10.30.16.50 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:02:27+02 272 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 983 340063684 lpamebrac1.sanef.groupe lpamebrac1 lpamebrac1 10.41.41.110 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:13:45+02 1309 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 984 340063685 lpamebrac2.sanef.groupe lpamebrac2 lpamebrac2 10.41.41.111 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:42:05+02 1310 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 204 131270067 vpechatal1.sanef.groupe vpechatal1 vpechatal1.sanef.groupe 10.30.10.20 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:32:21+02 619 2026-04-14 15:17:15.216284+02 2026-04-16 13:56:11.903566+02 579 204049665 vragtaweb1.recette.adds vragtaweb1 vragtaweb1.recette.adds 10.45.1.230 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:36:45+02 904 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 39 128519806 ls-beauvais-centre ls-beauvais-centre ls-beauvais-centre 10.41.2.90 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:59:11+02 15 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 805 236549943 vpechatre2.sanef.groupe vpechatre2 vpechatre2.sanef.groupe 10.42.16.134 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:54:59+02 621 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 806 236554069 vpechatre3.sanef.groupe vpechatre3 vpechatre3.sanef.groupe 10.42.16.135 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:57:31+02 622 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 985 340070824 vppwdapod1.sanef.groupe vppwdapod1 vppwdapod1.sanef.groupe 10.44.1.200 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:00:27+02 783 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 203 131269845 lampwaz1.sanef.groupe lampwaz1 lampwaz1.sanef.groupe 10.41.40.122 CentOS Linux 7.7.1908 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:34+02 1296 2026-04-14 15:17:15.216284+02 2026-04-16 13:56:11.903566+02 827 239823210 vpdsiasat2.sanef.groupe vpdsiasat2 vpdsiasat2.sanef.groupe 10.44.2.133 Oracle Enterprise Linux 8.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:49:30+02 592 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 836 241525484 vpvsaaafl1.sanef.groupe vpvsaaafl1 vpvsaaafl1.sanef.groupe 10.42.16.85 Oracle Enterprise Linux 8.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:14:01+02 876 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 40 128519851 ls-beauvais-nord ls-beauvais-nord ls-beauvais-nord 10.41.2.91 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:37:02+02 16 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 41 128588879 ls-boulogne ls-boulogne ls-boulogne 10.41.2.103 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:50:31+02 21 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 42 128591651 ls-berck ls-berck ls-berck 10.41.2.100 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:13:50+02 17 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 43 128591682 ls-bretonneux ls-bretonneux ls-bretonneux 10.41.2.49 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:14:20+02 23 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 697 221414626 vposapels2.sanef.groupe vposapels2 vposapels2.sanef.groupe 10.41.20.62 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:34:26+02 723 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 44 128593762 ls-chateau-thierry ls-chateau-thierry ls-chateau-thierry 10.41.2.58 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:25:54+02 28 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 45 128594047 ls-hordain ls-hordain ls-hordain 10.142.1.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:23:37+02 48 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 46 128594378 ls-courbes ls-courbes ls-courbes 10.41.2.47 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:03:26+02 33 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 162 130431262 BLY-BLY2-VES2 bly-bly2-ves2 bly-bly2-ves2 10.92.10.234 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64-bit N/A Build 9600 UBR 19156 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:55:23+02 1220 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 180 130586828 vmamrpmv1 vmamrpmv1 vmamrpmv1.sanef.groupe 10.30.16.80 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:33:04+02 276 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 181 130587915 lamarrac4.sanef.groupe lamarrac4 lamarrac4.sanef.groupe 10.45.2.106 Red Hat Enterprise Linux Server 6.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:40:16+02 1278 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 182 130587922 vrtraagas1 vrtraagas1 vrtraagas1.sanef-rec.fr 10.45.1.68 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:51:14+02 1096 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 183 130587954 vmamrmet1 vmamrmet1 vmamrmet1.sanef.groupe 10.45.2.150 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:16+02 274 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 184 130588099 vamrsychtp1.sanef.groupe vamrsychtp1 vamrsychtp1.sanef.groupe 10.45.2.23 Red Hat Enterprise Linux Server 6.5 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:17:32+02 146 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 196 130590884 vrameased1.sanef.groupe vrameased1 vrameased1.sanef.groupe 10.45.2.75 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:48:24+02 921 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 198 131262266 lampadv1.serveur.est.sanef.fr lampadv1 lampadv1.serveur.est.sanef.fr 10.30.11.52 Red Hat Enterprise Linux Server 5.11 linux STATUS_ACTIVE 6.1.0.28 2026-04-16 08:53:36+02 1283 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 199 131262350 lampcrm1.serveur.est.sanef.fr lampcrm1 lampcrm1.serveur.est.sanef.fr 10.30.11.166 Red Hat Enterprise Linux Server 5.11 linux STATUS_ACTIVE 6.1.0.28 2026-04-16 10:03:11+02 1287 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 200 131265958 vmxfb1.sanef.groupe vmxfb1 vmxfb1.sanef.groupe 10.30.11.99 Red Hat Enterprise Linux Server 6.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:38:55+02 341 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 228 131405505 rmila150.sanef.groupe rmila150 rmila150.sanef.groupe 10.30.11.42 Red Hat Enterprise Linux Server 6.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:06:00+02 1399 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 342 165638728 vrvidavsc1.recette.adds vrvidavsc1 vrvidavsc1.recette.adds 10.45.7.99 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4529 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:18:22+02 1109 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 812 236885633 ls-dormans ls-dormans ls-dormans 10.41.2.59 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:34:54+02 36 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 986 340078604 lpamebrac4.sanef.groupe lpamebrac4 lpamebrac4 10.41.41.113 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:14:09+02 1312 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 813 236895900 vpvpnarad2 vpvpnarad2 vpvpnarad2.sanef.groupe 192.168.19.7 Red Hat Enterprise Linux 8.3 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:55:33+02 873 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 814 238271425 vipeahbst3.sanef.groupe vipeahbst3 vipeahbst3.sanef.groupe 10.41.29.50 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:48:42+02 240 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 1353 341032622 vrpatbcao1.recette.adds vrpatbcao1 vrpatbcao1.recette.adds 10.45.10.195 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:25:47+02 1040 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 871 269330646 vtdsiaels2.sanef-rec.fr vtdsiaels2 vtdsiaels2.sanef-rec.fr 10.45.1.171 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-03-14 03:22:35+01 1121 2026-04-14 15:22:24.027916+02 2026-04-15 14:41:16.028004+02 47 128600128 ls-hardivilliers ls-hardivilliers ls-hardivilliers 10.41.2.92 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:34:02+02 43 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 48 128609803 ls-la-veuve-mourmelon ls-la-veuve-mourmelon ls-la-veuve-mourmelon 10.41.2.72 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:55:49+02 53 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 349 171734767 lragtbpla1.sanef.groupe lragtbpla1 lragtbpla1.sanef.groupe 10.45.1.227 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:43:49+02 1357 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 350 171882719 vpdsiatse2.sanef.groupe vpdsiatse2 vpdsiatse2.sanef.groupe 10.44.2.44 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:50:20+02 596 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 581 204318593 vpaiiagml1 vpaiiagml1 vpaiiagml1 192.168.190.199 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:43:07+02 377 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 582 204326479 vpcybapsm4.sanef-int.adds vpcybapsm4 vpcybapsm4.sanef-int.adds 10.44.1.73 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:42:33+02 541 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 583 204326484 vpcybapsm3.sanef-int.adds vpcybapsm3 vpcybapsm3.sanef-int.adds 10.44.1.72 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:30:25+02 540 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 584 204348432 vrdsiaans1.sanef-rec.fr vrdsiaans1 vrdsiaans1.sanef-rec.fr 10.45.0.165 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:20:43+02 967 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 585 205308048 vpbotarep2.sanef.groupe vpbotarep2 vpbotarep2.sanef.groupe 192.168.21.67 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:32:45+02 490 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 586 205329293 vibotbsql2.sanef.groupe vibotbsql2 vibotbsql2.sanef.groupe 10.41.23.134 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:10:15+02 218 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 590 205538618 vvaflbdwh1.recette.adds vvaflbdwh1 vvaflbdwh1.recette.adds 10.45.7.167 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:53:31+02 1136 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 593 205781540 vpbocaprx1.sanef.groupe vpbocaprx1 vpbocaprx1.sanef.groupe 192.168.21.195 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:56:37+02 453 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 594 207904238 vpaflbdwh1.sanef.groupe vpaflbdwh1 vpaflbdwh1.sanef.groupe 10.46.34.6 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:47:45+02 354 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 595 207904430 viaflbsta1.sanef.groupe viaflbsta1 viaflbsta1.sanef.groupe 10.46.34.68 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:17:45+02 181 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 596 207907268 vpaflbsta1.sanef.groupe vpaflbsta1 vpaflbsta1.sanef.groupe 10.46.34.4 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:49:55+02 355 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 597 207966352 viaflbdwh1.sanef.groupe viaflbdwh1 viaflbdwh1.sanef.groupe 10.46.34.70 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:00:15+02 180 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 598 207971781 vrdsiadev1 vrdsiadev1 vrdsiadev1.sanef-rec.fr 10.45.10.227 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:39:16+02 973 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 599 208624727 vibotrssm2.sanef.groupe vibotrssm2 vibotrssm2.sanef.groupe 10.41.23.153 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:47:26+02 226 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 987 347918139 vrlogbels1.sanef-rec.fr vrlogbels1 vrlogbels1.sanef-rec.fr 10.45.15.164 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:20:38+02 1026 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 847 241565659 vpvsaamet2.sanef.groupe vpvsaamet2 vpvsaamet2.sanef.groupe 10.42.16.81 Oracle Enterprise Linux 8.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:29:08+02 889 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 600 208768095 vibotatvv1.sanef.groupe vibotatvv1 vibotatvv1.sanef.groupe 10.41.23.155 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:28:43+02 215 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 601 208776146 vibotarmq2.sanef.groupe vibotarmq2 vibotarmq2.sanef.groupe 10.41.23.142 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:51:09+02 209 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 602 208776231 vibotarmq1.sanef.groupe vibotarmq1 vibotarmq1.sanef.groupe 10.41.23.141 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:24:16+02 208 2026-04-14 15:20:30.514389+02 2026-04-16 13:49:42.647843+02 988 347941250 vrlogbels2.sanef-rec.fr vrlogbels2 vrlogbels2.sanef-rec.fr 10.45.15.165 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:08:07+02 1027 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 173 130584077 node2 node2 node2.amelie 10.45.2.57 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:25:51+02 156 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 201 131267086 vpadvaapp4.sanef.groupe vpadvaapp4 vpadvaapp4.sanef.groupe 10.30.10.46 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:12:40+02 351 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 834 240414317 vibocharg1 vibocharg1 vibocharg1.sanef.groupe 10.41.22.70 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:10:42+02 184 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 409 176398970 vpdaibana4 vpdaibana4 vpdaibana4.sanef.groupe 10.41.70.23 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:31:03+02 550 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 835 240441858 vpiadawsus1.sanef-int.adds vpiadawsus1 vpiadawsus1.sanef-int.adds 10.44.3.36 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:19:57+02 684 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 410 176399068 vpdaibana3 vpdaibana3 vpdaibana3.sanef.groupe 10.41.70.22 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:45:40+02 549 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 411 176400087 vpdaibana5 vpdaibana5 vpdaibana5.sanef.groupe 10.41.70.24 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:14:12+02 551 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 604 208777939 vibotangx1.sanef.groupe vibotangx1 vibotangx1.sanef.groupe 10.41.23.151 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:04:33+02 204 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 851 241575082 vrdepaast1.sanef-rec.fr vrdepaast1 vrdepaast1.sanef-rec.fr 10.45.13.67 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:48:45+02 961 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 202 131269839 vpaiibcen1 vpaiibcen1 vpaiibcen1 10.30.12.122 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:12:41+02 411 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 305 158182319 sanef sanef sanef 10.100.11.10 Windows 2008 R2 Standard Service Pack 1 windows \N 1378 2026-04-14 15:18:41.060149+02 2026-04-15 14:47:43.724747+02 303 157732257 vppintanfs1.sanef.groupe vppintanfs1 vppintanfs1.sanef.groupe 192.168.20.22 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:30:17+02 767 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 605 208777986 vibotapps2.sanef.groupe vibotapps2 vibotapps2.sanef.groupe 10.41.23.137 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:40:16+02 206 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 73 129320176 vpaiiadba1.sanef.groupe vpaiiadba1 vpaiiadba1.sanef.groupe 10.30.10.149 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:27:48+02 369 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 75 129336589 vpdaoalic1.sanef.groupe vpdaoalic1 vpdaoalic1.sanef.groupe 10.30.10.59 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:49:58+02 556 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 76 129336695 VPPATBL2R1.sanef.groupe vppatbl2r1 VPPATBL2R1.sanef.groupe 10.42.40.13 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:56:25+02 733 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 77 129337968 ls-yvetot ls-yvetot ls-yvetot 10.41.2.86 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:36:15+02 121 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 78 129338219 vpsimasvp1.sanef.groupe vpsimasvp1 vpsimasvp1.sanef.groupe 10.30.10.50 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.2.5.4 2026-04-15 18:03:44+02 823 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 79 129338598 vptraazen2.sanef.groupe vptraazen2 vptraazen2.sanef.groupe 10.41.60.51 Microsoft Windows Server 2016 Standard 10.0.14393 64-bit N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:51:05+02 857 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 80 129338620 vdtrabtpa1.sanef.groupe vdtrabtpa1 vdtrabtpa1.recette.adds 10.45.13.35 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8688 windows STATUS_ACTIVE 6.2.5.4 2026-04-10 13:20:05+02 174 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 197 131142756 vmcmdb vmcmdb vmcmdb 10.30.11.126 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:11:27+02 289 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 230 131405556 vmampdif2.sanef.groupe vmampdif2 vmampdif2.sanef.groupe 10.41.40.121 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:48:32+02 244 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 232 131405762 vmquorum1.sanef.groupe vmquorum1 vmquorum1.sanef.groupe 10.102.2.11 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:10:11+02 332 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 1290 131406323 vrracquo1 vrracquo1 vrracquo1 10.102.2.10 Red Hat Enterprise Linux Server 6.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:10:35+02 \N 2026-04-15 00:49:08.759226+02 2026-04-16 13:45:12.349642+02 235 131406665 vpexparep1.sanef.groupe vpexparep1 vpexparep1.sanef.groupe 10.41.40.19 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:29:41+02 644 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 236 131406886 vpexpaxfb1.sanef.groupe vpexpaxfb1 vpexpaxfb1.sanef.groupe 10.42.16.10 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:15:19+02 646 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 238 137331581 vpairatom1.sanef.groupe vpairatom1 vpairatom1.sanef.groupe 10.42.40.135 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:08:30+02 414 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 239 137331600 vpairahtp1.sanef.groupe vpairahtp1 vpairahtp1.sanef.groupe 10.42.40.136 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:32:18+02 413 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 304 157828168 vppintaweb1.sanef.groupe vppintaweb1 vppintaweb1.sanef.groupe 192.168.20.20 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:34:21+02 769 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 306 158184886 vppintaprx1.sanef.groupe vppintaprx1 vppintaprx1.sanef.groupe 192.168.20.19 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:50:46+02 768 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 307 158198255 vpdsiaumds1 vpdsiaumds1 vpdsiaumds1.sanef.groupe 192.168.18.36 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:34:37+02 597 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 308 159244834 vpsasamic1.sanef.groupe vpsasamic1 vpsasamic1.sanef.groupe 10.41.32.5 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:59:45+02 801 2026-04-14 15:18:41.060149+02 2026-04-16 13:46:19.776589+02 1303 249841179 vpbocardp1.sanef.groupe vpbocardp1 vpbocardp1.sanef.groupe 10.44.6.132 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:55:41+02 454 2026-04-15 01:05:19.156041+02 2026-04-16 13:51:43.216344+02 1004 354676610 vpdsiarad2.sanef.groupe vpdsiarad2 vpdsiarad2.sanef.groupe 10.44.5.196 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:19:11+02 588 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 414 176428756 vrdsiakms1.recette.adds vrdsiakms1 vrdsiakms1.recette.adds 10.45.7.35 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4171 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:32:33+02 978 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 415 177079686 vvbocbsap1.sanef-rec.fr vvbocbsap1 vvbocbsap1.sanef-rec.fr 10.45.6.11 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:35:24+02 1146 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 885 284390018 vtdsibpgs3.sanef-rec.fr vtdsibpgs3 vtdsibpgs3.sanef-rec.fr 10.45.1.174 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-02-13 12:18:23+01 1128 2026-04-14 15:22:24.027916+02 2026-04-15 14:41:16.028004+02 635 213847413 LS-BOULAY-PSB-SPARE.sanef.fr ls-boulay-psb-spare LS-BOULAY-PSB-SPARE.sanef.fr 10.12.2.254 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:32:13+02 1377 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 990 349735151 vrechbetl1.sanef-rec.fr vrechbetl1 vrechbetl1.sanef-rec.fr 10.45.11.205 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:44:50+02 1003 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 991 349737402 vrechaetl2.sanef-rec.fr vrechaetl2 vrechaetl2.sanef-rec.fr 10.45.11.207 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:35:48+02 999 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 416 177183604 vptchagtc1 vptchagtc1 vptchagtc1 10.41.19.45 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:20:45+02 845 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 417 177186810 vptchbgtc1 vptchbgtc1 vptchbgtc1 10.41.19.40 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:29:20+02 847 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 993 349748226 vrlogbquo1 vrlogbquo1 vrlogbquo1.sanef-rec.fr 10.100.16.105 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:15:35+02 1028 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 419 177828430 vpdsiatse1.sanef-int.adds vpdsiatse1 vpdsiatse1.sanef-int.adds 10.44.2.40 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:38:09+02 595 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 1002 354672880 vpdsiarad1.sanef.groupe vpdsiarad1 vpdsiarad1.sanef.groupe 10.44.5.195 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:04:58+02 587 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1003 354675277 vpechbetl1.sanef.groupe vpechbetl1 vpechbetl1.sanef.groupe 10.42.16.140 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:30:36+02 624 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1005 354679096 vpechaetl4.sanef.groupe vpechaetl4 vpechaetl4.sanef.groupe 10.42.16.144 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:04:52+02 618 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1006 354679518 vpechaetl1.sanef.groupe vpechaetl1 vpechaetl1.sanef.groupe 10.42.16.141 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:22:19+02 615 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 294 154878292 nac.sanef.fr nac nac.sanef.fr 10.44.2.100 Unknown \N STATUS_ACTIVE 7.3.0.40 2026-04-06 23:21:29+02 705 2026-04-14 15:17:15.216284+02 2026-04-15 14:46:00.822593+02 1007 354689834 vpechaetl3.sanef.groupe vpechaetl3 vpechaetl3.sanef.groupe 10.42.16.143 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:08:19+02 617 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 81 129338677 vpaiiatse2.sanef.groupe vpaiiatse2 vpaiiatse2.sanef.groupe 10.30.11.8 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:09:00+02 407 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 82 129338807 vpaiiairs1.sanef.groupe vpaiiairs1 vpaiiairs1.sanef.groupe 10.30.10.44 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.2.5.4 2026-04-16 09:29:40+02 378 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 83 129338920 vptraazen1.sanef.groupe vptraazen1 vptraazen1.sanef.groupe 10.41.60.41 Microsoft Windows Server 2016 Standard 10.0.14393 64-bit N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:29:01+02 856 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 84 129339614 sppeaanvr12 sppeaanvr12 sppeaanvr12 10.41.7.111 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:28:12+02 1497 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 224 131401827 lamaprac3.sanef.groupe lamaprac3 lamaprac3.sanef.groupe 10.41.40.54 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:07:18+02 1272 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 225 131403992 lamaprac2.sanef.groupe lamaprac2 lamaprac2.sanef.groupe 10.41.40.52 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:38:16+02 1271 2026-04-14 15:17:15.216284+02 2026-04-16 13:45:12.349642+02 420 178053006 vptrabpxp1.sanef.groupe vptrabpxp1 vptrabpxp1.sanef.groupe 10.41.40.161 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:51:14+02 864 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 174 130584251 node3 node3 node3.amelie 10.45.2.58 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:55:46+02 157 2026-04-14 15:16:26.285449+02 2026-04-16 13:56:11.903566+02 891 292523826 vpsimaexp2.sanef.groupe vpsimaexp2 vpsimaexp2.sanef.groupe 10.30.10.130 CentOS Linux 8.1.1911 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:08:41+02 822 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 893 294119824 vpvsaarec2.sanef.groupe vpvsaarec2 vpvsaarec2.sanef.groupe 10.42.16.84 Oracle Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:37:43+02 892 2026-04-14 15:22:24.027916+02 2026-04-16 14:03:51.160979+02 90 129343757 vppeaaref4 vppeaaref4 vppeaaref4 10.42.0.138 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:09:36+02 753 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 699 222290141 vibotcach1.sanef.groupe vibotcach1 vibotcach1.sanef.groupe 10.41.23.138 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:13:38+02 220 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 1344 324950264 vpstlbpea1.sanef-int.adds vpstlbpea1 vpstlbpea1.sanef-int.adds 10.41.13.50 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 3453 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:26:33+02 831 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 1008 354695010 vpechaetl2.sanef.groupe vpechaetl2 vpechaetl2.sanef.groupe 10.42.16.142 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:38:13+02 616 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 700 222529119 vppatakib1.sanef.groupe vppatakib1 vppatakib1.sanef.groupe 10.42.40.15 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:10:15+02 729 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 87 129342529 sppeaanvr15 sppeaanvr15 sppeaanvr15 10.41.7.114 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:28:08+02 1500 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 88 129343041 sppeaanvr7 sppeaanvr7 sppeaanvr7 10.41.7.106 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:28:21+02 1524 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 89 129343396 sppeaanvr9 sppeaanvr9 sppeaanvr9 10.41.7.108 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:34:41+02 1526 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 95 129355007 vtmd.sanef.groupe vtmd vtmd.sanef.groupe 10.30.10.63 Microsoft Windows Server 2008 R2 Standard 6.1.7601 64 bits Service Pack 1 Build 7601 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 10:08:56+02 1132 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 1304 249846543 vpa14bgtc1 vpa14bgtc1 vpa14bgtc1 10.41.19.69 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:55:07+02 346 2026-04-15 01:05:19.156041+02 2026-04-16 13:51:43.216344+02 1336 313114324 vraiiavid1.sanef.groupe vraiiavid1 vraiiavid1.sanef.groupe 10.41.79.100 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:02:02+02 905 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 945 323205153 vpgawamft2.sanef.groupe vpgawamft2 vpgawamft2.sanef.groupe 10.42.16.17 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:50:42+02 653 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 100 129355489 vpcotanvr1 vpcotanvr1 vpcotanvr1 10.217.36.10 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:19:34+02 534 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 431 180099331 vrrauaast1.sanef-rec.fr vrrauaast1 vrrauaast1.sanef-rec.fr 10.45.9.227 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:13:41+02 1062 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 101 129355604 vpbmtanvr1 vpbmtanvr1 vpbmtanvr1 10.117.3.11 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:57:43+02 452 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 114 129362145 vpstqanvr1 vpstqanvr1 vpstqanvr1 10.103.7.100 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:39:38+02 835 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 115 129362237 vphdnanvr1 vphdnanvr1 vphdnanvr1 10.147.1.10 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:19:22+02 670 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 116 129362381 vpsdtanvr1 vpsdtanvr1 vpsdtanvr1 10.11.7.13 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:51:45+02 809 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 119 129450949 vpburafax2.sanef.groupe vpburafax2 vpburafax2.sanef.groupe 10.41.60.151 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:18:24+02 521 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 120 129450969 vpradbtef1.sanef.groupe vpradbtef1 vpradbtef1.sanef.groupe 10.41.91.42 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:36:26+02 787 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 536 196660267 vpboobsql2.sanef.groupe vpboobsql2 vpboobsql2.sanef.groupe 10.41.22.134 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:10:01+02 477 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 946 323214900 vpgawagtw2.sanef.groupe vpgawagtw2 vpgawagtw2.sanef.groupe 192.168.19.69 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:50:24+02 651 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 537 196660268 vpbooosea1.sanef.groupe vpbooosea1 vpbooosea1.sanef.groupe 10.41.22.135 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:49:11+02 480 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 544 197037005 vpbckmcse2 vpbckmcse2 vpbckmcse2 192.168.109.5 Microsoft Windows Server 2019 Standard 10.0.17763 64-bit N/A Build 17763 UBR 8027 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:18:57+02 449 2026-04-14 15:20:30.514389+02 2026-04-16 13:48:33.026044+02 606 208782494 vibotreco3.sanef.groupe vibotreco3 vibotreco3.sanef.groupe 10.41.23.159 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:23:13+02 223 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 947 324359363 vpgawbpgs1 vpgawbpgs1 vpgawbpgs1.sanef.groupe 10.42.16.18 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 08:51:11+02 654 2026-04-14 15:23:27.275742+02 2026-04-16 13:52:44.596304+02 607 208784156 vibotatsp1.sanef.groupe vibotatsp1 vibotatsp1.sanef.groupe 10.41.23.144 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:41:42+02 212 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 608 208784339 vibotatst1.sanef.groupe vibotatst1 vibotatst1.sanef.groupe 10.41.23.147 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:21:23+02 213 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 609 208784479 vibotasim1.sanef.groupe vibotasim1 vibotasim1.sanef.groupe 10.41.23.156 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:19:50+02 211 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 610 208784631 vibotreco4.sanef.groupe vibotreco4 vibotreco4.sanef.groupe 10.41.23.160 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:29:07+02 224 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 611 208831505 vibotbtsd1.sanef.groupe vibotbtsd1 vibotbtsd1.sanef.groupe 10.41.23.145 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:26:27+02 219 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 864 257780648 vpsupapol4.sanef.groupe vpsupapol4 vpsupapol4.sanef.groupe 10.44.5.106 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:39:59+02 840 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 865 260022315 vrdsiasat1.sanef-rec.fr vrdsiasat1 vrdsiasat1.sanef-rec.fr 10.45.0.164 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:49:17+02 985 2026-04-14 15:22:24.027916+02 2026-04-16 13:51:43.216344+02 418 177200698 vraiibsql2 vraiibsql2 vraiibsql2.sanef.groupe 10.45.1.190 CentOS Linux 7.9.2009 linux STATUS_ACTIVE 7.3.0.40 2026-03-03 11:40:05+01 909 2026-04-14 15:19:34.611731+02 2026-04-15 14:48:51.974109+02 3 112163518 vpaiiaast1.sanef.groupe vpaiiaast1 vpaiiaast1.sanef.groupe 10.30.10.141 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:46:22+02 363 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 4 112196090 vmamrrdt2 vmamrrdt2 vmamrrdt2.sanef.groupe 10.45.2.186 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:07:58+02 279 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 5 112571174 VPAIIAADM1.sanef.groupe vpaiiaadm1 vpaiiaadm1.sanef.groupe 10.30.10.132 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.2.5.4 2026-04-15 06:54:42+02 362 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 121 129474881 vamrsycapp2.sanef.groupe vamrsycapp2 vamrsycapp2.sanef.groupe 10.45.2.22 Microsoft Windows Server 2008 R2 Standard 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 24130 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 11:23:08+02 145 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 122 129475229 vexploit2.sanef.groupe vexploit2 vexploit2.sanef.groupe 10.30.10.172 Microsoft Windows Server 2012 R2 Standard 6.3.9600 64 bits N/A Build 9600 UBR 21620 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:46:18+02 178 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 123 129475833 lamargis1.sanef.groupe lamargis1 lamargis1.sanef.groupe 10.45.2.20 Microsoft Windows Server 2008 R2 Entreprise 6.1.7601 64 bits Service Pack 1 Build 7601 UBR 23964 windows STATUS_ACTIVE 5.6.0.20 2026-04-16 10:16:24+02 1274 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 612 209161378 vibotreco1.sanef.groupe vibotreco1 vibotreco1.sanef.groupe 10.41.23.139 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:48:15+02 221 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 617 209599636 vpbotarmq2.sanef.groupe vpbotarmq2 vpbotarmq2.sanef.groupe 10.41.23.23 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:56:35+02 492 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 618 210022570 siboomcla2.sanef.groupe siboomcla2 siboomcla2.sanef.groupe 10.41.22.205 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:15:19+02 1416 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 619 210040166 siboomcla1.sanef.groupe siboomcla1 siboomcla1.sanef.groupe 10.41.22.204 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:30:58+02 1415 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 620 210209133 vposapmet1.sanef-int.adds vposapmet1 vposapmet1.sanef-int.adds 10.44.6.38 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:36:38+02 726 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 623 211148562 vpbotaapm1.sanef.groupe vpbotaapm1 vpbotaapm1.sanef.groupe 10.41.23.25 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:10:57+02 482 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 624 211396220 vrpeaabst2.sanef-rec.fr vrpeaabst2 vrpeaabst2.sanef-rec.fr 10.45.10.103 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:14:41+02 1047 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 625 211399224 vrpeabbst2.sanef-rec.fr vrpeabbst2 vrpeabbst2.sanef-rec.fr 10.45.10.102 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:52:46+02 1052 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 634 213308548 vposapexp1.sanef-int.adds vposapexp1 vposapexp1.sanef-int.adds 10.44.6.37 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4773 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:47:16+02 724 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 636 213847569 sppeaanvr5 sppeaanvr5 sppeaanvr5 10.41.7.104 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:25:11+02 1522 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 639 213849158 asur-rau2 asur-rau2 asur-rau2 10.41.40.197 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:40:41+02 1407 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 640 213849160 sppeaanvr6 sppeaanvr6 sppeaanvr6 10.41.7.105 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:36:52+02 1523 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 124 129476951 vrbipbdec1.sanef.groupe vrbipbdec1 vrbipbdec1.sanef.groupe 10.45.13.163 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 13:28:47+02 931 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 641 213849175 sppeaanvr26 sppeaanvr26 sppeaanvr26 10.41.7.125 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:08:38+02 1512 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 642 213849189 spemvalog1.sanef.groupe spemvalog1 SPEMVALOG1.SANEF.GROUPE 192.168.100.74 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:07:59+02 1468 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 643 213849711 sppeaanvr23 sppeaanvr23 sppeaanvr23 10.41.7.122 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:56:59+02 1509 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 644 213849721 specmadpr2.sanef-int.adds specmadpr2 specmadpr2.sanef-int.adds 10.44.2.42 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:19:04+02 1466 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 645 213849768 sppeaanvr13 sppeaanvr13 sppeaanvr13 10.41.7.112 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:03:58+02 1498 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 646 213849807 sppeaanvr29 sppeaanvr29 sppeaanvr29 10.41.7.128 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:18:11+02 1515 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 648 213849878 spsecalog1.sanef.groupe spsecalog1 spsecalog1.sanef.groupe 10.30.10.163 Red Hat Enterprise Linux Server 7.9 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:08:00+02 1531 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 649 213850235 sppeaanvr11 sppeaanvr11 sppeaanvr11 10.41.7.110 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:30:46+02 1496 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 661 213857752 sptrabenr1.sanef.groupe sptrabenr1 sptrabenr1.sanef.groupe 10.41.60.40 Microsoft Windows Server 2016 Standard 10.0.14393 64-bit N/A Build 14393 UBR 8868 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:18:33+02 1543 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 1316 279169222 vrtrabtpc1 vrtrabtpc1 vrtrabtpc1 10.43.255.10 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:52:55+02 1104 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 10 114204409 lamaprac4.sanef.groupe lamaprac4 lamaprac4.sanef.groupe 10.41.40.56 Red Hat Enterprise Linux Server 6.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:37:31+02 1273 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 185 130588224 vmamrpmv2 vmamrpmv2 vmamrpmv2.sanef.groupe 10.30.16.81 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:46:31+02 277 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 190 130588848 vmamrrdt1 vmamrrdt1 vmamrrdt1.sanef.groupe 10.45.2.185 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:43:19+02 278 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 186 130588308 vmamrhtp2 vmamrhtp2 vmamrhtp2.sanef.groupe 10.30.16.51 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:30:32+02 273 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 187 130588548 vmamrstg1 vmamrstg1 vmamrstg1.sanef.groupe 10.30.16.10 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:21:11+02 280 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 1317 279991991 vpnitardp1 vpnitardp1 vpnitardp1.sanef.groupe 192.168.191.68 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4893 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:59:22+02 712 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 188 130588628 vmamrsxt3 vmamrsxt3 vmamrsxt3.sanef.groupe 10.30.16.62 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:49:12+02 284 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 189 130588736 vmamrsxt2 vmamrsxt2 vmamrsxt2.sanef.groupe 10.30.16.61 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:33:20+02 283 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 191 130588872 vmamrstg2 vmamrstg2 vmamrstg2.sanef.groupe 10.30.16.11 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:49:49+02 281 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 192 130588882 vmamrsxt1 vmamrsxt1 vmamrsxt1.sanef.groupe 10.30.16.60 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:49:54+02 282 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 193 130590027 vdameassl1.sanef.groupe vdameassl1 vdameassl1.sanef.groupe 10.43.255.45 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:09:01+02 154 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 194 130590138 vmamrsxt4 vmamrsxt4 vmamrsxt4.sanef.groupe 10.30.16.63 Red Hat Enterprise Linux Server 6.8 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:06:44+02 285 2026-04-14 15:16:26.285449+02 2026-04-16 13:45:12.349642+02 450 184091720 vpcybapsm1.sanef.groupe vpcybapsm1 vpcybapsm1.sanef-int.adds 10.44.1.68 Microsoft Windows Server 2019 Datacenter 10.0.17763 64-bit N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:24:13+02 538 2026-04-14 15:19:34.611731+02 2026-04-16 13:47:24.69683+02 469 187703888 lremvbremv1.sanef.groupe lremvbremv1 lremvbremv1.sanef.groupe 192.168.108.107 Red Hat Enterprise Linux Server 7.8 linux STATUS_ACTIVE 7.2.0.38 2026-04-16 12:30:51+02 1372 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 665 213858625 spburadpe1.sanef.groupe spburadpe1 spburadpe1.sanef.groupe 10.200.30.9 Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8783 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:38:25+02 1452 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 668 213875839 sppeaanvr8 sppeaanvr8 sppeaanvr8 10.41.7.107 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:38:30+02 1525 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 670 214502631 vipeaabst2.sanef.groupe vipeaabst2 vipeaabst2.sanef.groupe 10.41.29.54 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:54:20+02 233 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 671 215165445 ls-bolbec ls-bolbec ls-bolbec 10.41.2.84 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:10:01+02 19 2026-04-14 15:21:06.35953+02 2026-04-16 13:49:42.647843+02 1318 280014653 vpgeoagps2 vpgeoagps2 vpgeoagps2 192.168.40.67 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:07:48+02 655 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 881 281406923 vtpataels1.sanef-rec.fr vtpataels1 vtpataels1.sanef-rec.fr 10.45.9.133 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:57:44+02 1134 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 882 282888814 vrdsiagit1.sanef-rec.fr vrdsiagit1 vrdsiagit1.sanef-rec.fr 10.45.7.229 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:50:18+02 974 2026-04-14 15:22:24.027916+02 2026-04-16 13:52:44.596304+02 1325 297211374 vemvsym1 vemvsym1 vemvsym1 192.168.100.79 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4529 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:34:04+02 177 2026-04-15 01:05:35.142442+02 2026-04-16 13:52:44.596304+02 11 114208440 lamarrac1.sanef.groupe lamarrac1 lamarrac1.sanef.groupe 10.45.2.100 Red Hat Enterprise Linux Server 6.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:35:11+02 1275 2026-04-14 15:15:51.090268+02 2026-04-16 13:44:11.453833+02 467 187703359 lremvbremv2.sanef.groupe lremvbremv2 lremvbremv2.sanef.groupe 192.168.108.116 Red Hat Enterprise Linux Server 7.8 linux STATUS_ACTIVE 7.2.0.38 2026-04-16 11:04:10+02 1373 2026-04-14 15:19:34.611731+02 2026-04-16 13:48:33.026044+02 701 222529401 vpburaexc1.sanef.groupe vpburaexc1 vpburaexc1.sanef.groupe 10.42.30.10 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:34:02+02 518 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 702 222570163 vpdsiaads1.sanef.groupe vpdsiaads1 vpdsiaads1.sanef.groupe 10.44.2.166 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:09:17+02 568 2026-04-14 15:21:06.35953+02 2026-04-16 13:50:41.254219+02 706 223163472 ls-coutevroult ls-coutevroult ls-Coutevroult 10.1.1.12 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:14:06+02 35 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 707 223166642 ls-haudricourt ls-haudricourt ls-Haudricourt 10.132.4.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:59:45+02 44 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 708 223167444 ls-ormes ls-ormes ls-ormes 10.22.3.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:47:55+02 71 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 709 223171074 ls-courcy ls-courcy ls-courcy 10.22.2.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:45:25+02 34 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 710 223174845 ls-fresnes ls-fresnes ls-fresnes 10.142.2.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:33:28+02 40 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 717 225100522 ls-st-avold-a ls-st-avold-a ls-st-avold-a 10.112.2.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:05:51+02 98 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 718 225171191 ls-cambrai ls-cambrai ls-cambrai 10.41.2.34 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:29:12+02 24 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 719 225426807 ls-meru ls-meru ls-meru 10.41.2.89 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:11:44+02 63 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 720 225427710 ls-montreuil-bpv ls-montreuil-bpv ls-montreuil-bpv 10.22.1.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:07:18+02 65 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 721 225436821 ls-lievin ls-lievin ls-lievin 10.41.2.41 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:23:29+02 57 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 722 225439577 ls-bethune ls-bethune ls-bethune 10.41.2.40 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:40:44+02 18 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 724 225744238 ls-taissy ls-taissy ls-taissy 10.82.17.20 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:33:48+02 108 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 725 225965686 vrsvpasan2 vrsvpasan2 vrsvpasan2 10.45.9.169 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:08:09+02 1091 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 726 225989696 vpvidavsc1.sanef.groupe vpvidavsc1 vpvidavsc1.sanef.groupe 10.41.7.200 Microsoft Windows Server 2022 Standard 10.0.20348 64 bits N/A Build 20348 UBR 4648 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:02:07+02 869 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 727 226167930 ls-roye ls-roye ls-roye 10.41.2.29 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:50:56+02 79 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 730 227193811 ls-ressons ls-ressons ls-ressons 10.41.2.28 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 09:07:19+02 77 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 731 227198904 ls-marquion ls-marquion ls-marquion 10.41.2.43 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:46:37+02 60 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 732 227199088 ls-athies ls-athies ls-athies 10.41.2.51 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:25:57+02 9 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 733 227211624 ls-vallee-somme ls-vallee-somme ls-vallee-somme 10.41.2.30 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:38:42+02 115 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 742 228426057 ls-farebersviller ls-farebersviller ls-farebersviller 10.41.2.116 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:51:06+02 38 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 745 228697918 vvbocasec1 vvbocasec1 vvbocasec1.sanef-rec.fr 10.45.6.14 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:29:39+02 1145 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 747 228734286 vvaflblog1.sanef-rec.fr vvaflblog1 vvaflblog1.sanef-rec.fr 10.45.0.205 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:58:03+02 1137 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 748 229191355 vvbocarep1.sanef-rec.fr vvbocarep1 vvbocarep1.sanef-rec.fr 10.45.6.13 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 13:19:14+02 1144 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 749 229361884 vpsupacen1.sanef.groupe vpsupacen1 vpsupacen1.sanef.groupe 10.44.5.99 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:05:21+02 836 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 750 229372706 vpsupbcen1.sanef.groupe vpsupbcen1 vpsupbcen1.sanef.groupe 10.44.5.100 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:18:07+02 842 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 755 230338974 vpadvaapp1.sanef.groupe vpadvaapp1 vpadvaapp1.sanef.groupe 10.41.20.70 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:23:31+02 350 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 756 230348234 vradvaapp1.sanef-rec.fr vradvaapp1 vradvaapp1.sanef-rec.fr 10.45.13.3 Red Hat Enterprise Linux 8.10 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:48:56+02 900 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 757 230365978 ls-vemars-ouest ls-vemars-ouest ls-vemars-ouest 10.41.2.119 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:34:10+02 117 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 758 230366366 ls-st-etienne ls-st-etienne ls-st-etienne 10.41.2.73 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 08:34:45+02 100 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 759 230366424 ls-ste-menehould ls-ste-menehould ls-ste-menehould 10.41.2.74 Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8389 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 12:34:54+02 107 2026-04-14 15:21:29.04625+02 2026-04-16 13:50:41.254219+02 998 353299227 srlogbels1.sanef-rec.fr srlogbels1 srlogbels1.sanef-rec.fr 10.45.15.166 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 12:15:06+02 1555 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 999 353304779 srlogbels2.sanef-rec.fr srlogbels2 srlogbels2.sanef-rec.fr 10.45.15.167 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:20:50+02 1556 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 1000 354639273 vpdsiasaf1.sanef.groupe vpdsiasaf1 vpdsiasaf1.sanef.groupe 192.168.19.8 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:26:02+02 589 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 1001 354650363 vpdsiasaf2.sanef.groupe vpdsiasaf2 vpdsiasaf2.sanef.groupe 192.168.19.9 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:38:37+02 590 2026-04-14 15:23:27.275742+02 2026-04-16 13:53:37.177496+02 1354 356545009 vpburadps1.sanef.groupe vpburadps1 vpburadps1.sanef.groupe 10.100.38.9 Microsoft Windows Server 2019 Standard 10.0.17763 64 bits N/A Build 17763 UBR 8276 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 11:52:40+02 517 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 1013 358140645 vrdsibarc1.sanef-rec.fr vrdsibarc1 vrdsibarc1.sanef-rec.fr 10.45.15.133 Red Hat Enterprise Linux 9.6 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:08:11+02 991 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1014 358170685 vpdsiagrd1.sanef.groupe vpdsiagrd1 vpdsiagrd1.sanef.groupe 192.168.19.100 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:44:00+02 575 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1355 358642751 vpdsiawsus2.sanef-int.adds vpdsiawsus2 vpdsiawsus2.sanef-int.adds 10.44.2.132 Microsoft Windows Server 2022 Standard 10.0.20348 64-bit N/A Build 20348 UBR 5020 windows STATUS_ACTIVE 6.4.1.22 2026-04-16 10:54:13+02 602 2026-04-15 01:05:50.337951+02 2026-04-16 13:53:37.177496+02 1015 358779414 vrcybapta1 vrcybapta1 vrcybapta1 10.45.11.163 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 09:13:14+02 950 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1016 359136877 vprpaangx1.sanef.groupe vprpaangx1 vprpaangx1.sanef.groupe 10.42.0.140 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:24:02+02 794 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1017 359801327 vrcybapsp2.sanef-rec.fr vrcybapsp2 vrcybapsp2.sanef-rec.fr 10.45.11.104 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 11:59:18+02 949 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 1018 359801548 vrcybapsp1.sanef-rec.fr vrcybapsp1 vrcybapsp1.sanef-rec.fr 10.45.11.103 Red Hat Enterprise Linux 9.7 linux STATUS_ACTIVE 7.3.0.40 2026-04-16 10:05:05+02 948 2026-04-14 15:24:11.887253+02 2026-04-16 13:53:37.177496+02 \. -- -- Data for Name: qualys_missing_servers; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.qualys_missing_servers (id, hostname, environnement, sources_present, in_cyberark, in_sentinel, in_itop, server_id, reason_category, reason_detail, status, priority, notes, source_file, last_seen_at, created_at, updated_at) FROM stdin; 1 vpa14cgtc1 Production ITOP seulement f f t 347 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2 rsmisvg4 \N Cyberark+ITOP t f t 133 inconnu Sources presentes: Cyberark+ITOP a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 3 saroumane \N Cyberark+ITOP t f t 1413 inconnu Sources presentes: Cyberark+ITOP a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 4 spodabmut2 Production Cyberark+ITOP t f t \N inconnu Sources presentes: Cyberark+ITOP a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 5 spodabmut4 Production Cyberark+ITOP t f t \N inconnu Sources presentes: Cyberark+ITOP a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 6 vpaiiammw1 Production ITOP seulement f f t 380 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 7 vpaiiammw2 Production ITOP seulement f f t 381 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 8 vpaiiaoms1 Production ITOP seulement f f t 382 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 9 vpaiiaoms2 Production ITOP seulement f f t 383 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 10 vpaiiapcw1 Production ITOP seulement f f t 384 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 11 vpaiiapvc3 Production ITOP seulement f f t 397 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 12 vpaiiapvd1 Production S1+ITOP f t t 399 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 13 vpaiiapvd2 Production S1+ITOP f t t 400 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 14 vpaiiasbc1 Production ITOP seulement f f t 405 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 15 vpaiiasbc2 Production ITOP seulement f f t 406 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 16 vpaiiawif1 Production ITOP seulement f f t 410 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 17 vpaiibsws1 Production ITOP seulement f f t 412 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 18 vpallaovg1 Production ITOP seulement f f t 416 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 19 vpallaovp1 Production ITOP seulement f f t 417 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 20 lampasu1 Production Cyberark+S1+ITOP t t t 1285 oubli Present sur CyberArk + Sentinel + iTop, manque Qualys (oubli enrolement) a_enroler 1 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 21 vpaptapsh1 Production ITOP seulement f f t 437 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 22 vpbckatbx1 Production ITOP seulement f f t 446 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 23 spodabmut1 Production Cyberark+ITOP t f t \N inconnu Sources presentes: Cyberark+ITOP a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 24 spodabmut3 Production Cyberark+ITOP t f t \N inconnu Sources presentes: Cyberark+ITOP a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 25 rmilasu1 Production Cyberark+ITOP t f t 1400 inconnu Sources presentes: Cyberark+ITOP a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 26 rsmiasu1 \N Cyberark+ITOP t f t 1407 inconnu Sources presentes: Cyberark+ITOP a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 27 rmilbwp1 Production Cyberark+ITOP t f t 1401 inconnu Sources presentes: Cyberark+ITOP a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 28 vpdsiafaz1 Production ITOP seulement f f t 573 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 29 vpdsiavrs1 Production ITOP seulement f f t 598 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 30 vpdsiawdm1 Production ITOP seulement f f t 599 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 31 WHITELISTING-TM \N Cyberark+S1+ITOP t t t \N oubli Present sur CyberArk + Sentinel + iTop, manque Qualys (oubli enrolement) a_enroler 1 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 32 LS-SCHWINDRATZHEIM Prodcution Cyberark+ITOP t f t 84 inconnu Sources presentes: Cyberark+ITOP a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 33 VMAMPGIS2 \N Cyberark+S1+ITOP t t t 246 oubli Present sur CyberArk + Sentinel + iTop, manque Qualys (oubli enrolement) a_enroler 1 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 34 VBURADMAD1 \N Cyberark+S1+ITOP t t t 148 oubli Present sur CyberArk + Sentinel + iTop, manque Qualys (oubli enrolement) a_enroler 1 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 35 VMAMPGIS4 Production Cyberark+S1+ITOP t t t 248 oubli Present sur CyberArk + Sentinel + iTop, manque Qualys (oubli enrolement) a_enroler 1 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 36 vpexpaxsr1 Production S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 37 vpgesasmc1 Production ITOP seulement f f t 661 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 38 vpgesasmc2 Production ITOP seulement f f t 662 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 39 vpgesavcs1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 40 vpiadapki1 Production ITOP seulement f f t 674 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 41 vpiadavcs1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 42 vpmetasmc1 Production ITOP seulement f f t 701 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 43 vpmetasmc2 Production ITOP seulement f f t 702 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 44 vpmetavcs1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 45 vpnacaadm1 Production ITOP seulement f f t 705 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 46 vpnacaadm2 Production ITOP seulement f f t 706 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 47 vpnitbbot1 Production S1+ITOP f t t 713 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 48 vposapapp1 Production Cyberark+S1+ITOP t t t 720 oubli Present sur CyberArk + Sentinel + iTop, manque Qualys (oubli enrolement) a_enroler 1 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 49 vppciasmc1 \N ITOP seulement f f t 740 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 50 vppciasmc2 \N ITOP seulement f f t 741 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 51 vppciavcs1 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 52 VPPEAAIPH1 \N Cyberark+ITOP t f t 749 inconnu Sources presentes: Cyberark+ITOP a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 53 vppeaastl1 \N ITOP seulement f f t 755 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 54 Pcv-COSWIN \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 55 vppeabrac1 \N ITOP seulement f f t 760 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 56 vppeabrac2 \N ITOP seulement f f t 761 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 57 vppeabrac3 \N ITOP seulement f f t 762 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 58 vppeabrac4 \N ITOP seulement f f t 763 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 59 template-rhel9 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 60 sraflevir2 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 61 WIN-NNDI033BOH6 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 62 sraflevir4 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 63 srallevir2 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 64 Pcv-RED02 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 65 Pcv-PCPEAGE \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 66 Pcv-BO1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 67 PCV-RED01 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 68 vrtrabmut2 Recette S1+ITOP f t t 1101 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 69 srallevir4 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 70 srcybavlt1 Recette ITOP seulement f f t 1551 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 71 srcybavlt2 Recette ITOP seulement f f t 1552 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 72 srodabmut1 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 73 srodabmut2 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 74 srvAD01-EXP \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 75 digiguard \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 76 srvAD02-EXP \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 77 see \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 78 srvAD04 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 79 srvAD05 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 80 Pcv-GEAPP \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 81 SRV-ADMANAGER \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 82 SRV-ADMGMT1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 83 SRV-ADMGMT2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 84 PCV-Report \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 85 vriadapki1 Recette S1+ITOP f t t 1014 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 86 Pcv-TollSys2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 87 PBV2-GTC \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 88 SRV-ARBITRE-EXP \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 89 pfe \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 90 pfe-test \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 91 srvArbitre-MUT \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 92 srvAuth \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 93 SRV-Backup1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 94 srvBastion1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 95 srvBastion2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 96 PBV1-GTC \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 97 SRV-BCKREPORT \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 98 SDAISVRX1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 99 SVIDMANY1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 100 SVIDMANX1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 101 svidady1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 102 svidadx1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 103 SrvCompta \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 104 Pcv-TollSys \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 105 SRV-DATA1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 106 vpsecausb1 Production ITOP seulement f f t 811 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 107 SRV-DATA2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 108 vpsiaavcs1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 109 SRV-DigiGuard-Y \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 110 Pcv-SemeruSAE2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 111 Pcv-SemeruGTC2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 112 pcv-GEAPP2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 113 vpsicavcs1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 114 vvbotrtms1 Test S1+ITOP f t t 1194 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 115 pcv-SemeruGtc \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 116 Pcv-SemeruSae \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 117 SRV-Digivas-Y \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 118 srvExch2019 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 119 SRVFILE \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 120 SRV-GLPI \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 121 SRV-GMAO \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 122 SRV-GR1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 123 SRV-H1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 124 srvIT01 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 125 SRV-KAFKA1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 126 SRV-KAFKA2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 127 SRV-KAFKA3 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 128 SRV-LabADManage \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 129 SRV-LMX \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 130 SRV-MAINT \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 131 srvMobicall \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 132 nac.sanef.fr \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 133 SRV-MX1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 134 SRV-MX2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 135 SRVMYREPORT \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 136 srvOasis2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 137 rsmiged1 \N S1+ITOP f t t 1408 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 138 SRV-Omnivista \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 139 SRV-PRE-SICOM \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 140 rmilmi2 Production S1+ITOP f t t 1402 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 141 VMPKI1 \N S1+ITOP f t t 330 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 142 vtburaimp1 Recette S1+ITOP f t t 1119 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 143 SRV-PRE-SICOMBDD \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 144 srvPrint \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 145 SRV-ProxyExp1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 146 rsmigmo1 \N S1+ITOP f t t 1409 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 147 SRV-PROXYMUT1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 148 SRV-QUORUM \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 149 SRV-QUORUM-W \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 150 srvRS-GTCX \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 151 srvRS-GTCY \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 152 SRV-SAE1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 153 SRV-SAE2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 154 node4 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 155 node3 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 156 node2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 157 node1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 158 srvSaga \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 159 vmnms1 \N S1+ITOP f t t 327 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 160 rsmimas1 \N S1+ITOP f t t 1410 oubli Sentinel + iTop OK, manque CyberArk + Qualys a_enroler 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 161 vptchcgtc1 Production ITOP seulement f f t 848 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 162 vptelagws1 Production ITOP seulement f f t 849 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 163 BAC_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 164 BAC_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 165 BAC_L1_S2_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 166 BAC_L1_S2_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 167 BEU_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 168 BEU_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 169 BEU_L1_S2_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 170 BEU_L1_S2_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 171 BEU_L2_S1_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 172 BEU_L2_S1_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 173 BEU_L3_S2_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 174 BEU_L3_S2_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 175 BEU_L3_S2_A2_SRV_11 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 176 BEU_L3_S2_A2_SRV_12 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 177 BEU_L4_S1_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 178 BEU_L4_S1_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 179 bly-bly1-gc1 \N ITOP seulement f f t 1217 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 180 bly-bly1-gc2 \N ITOP seulement f f t 1218 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 181 bly-bly1-ves1 \N ITOP seulement f f t 1219 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 182 bly-bly1-ves2 \N ITOP seulement f f t 1220 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 183 BOA_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 184 BOA_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 185 BOA_L2_S2_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 186 BOA_L2_S2_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 187 BOP_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 188 BOP_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 189 BOP_L1_S2_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 190 BOP_L1_S2_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 191 BUC_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 192 BUC_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 193 BUC_L1_S2_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 194 BUC_L1_S2_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 195 CAG_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 196 CAG_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 197 CAG_L2_S2_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 198 CAG_L2_S2_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 199 ceupplu1 \N ITOP seulement f f t 1237 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 200 CHA_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 201 CHA_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 202 CHA_L2_S2_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 203 CHA_L2_S2_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 204 CPEMVAMIL1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 205 CPEMVARTX1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 206 DOZ_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 207 DOZ_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 208 DOZ_L1_S2_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 209 DOZ_L1_S2_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 210 DOZ_L2_BE_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 211 DOZ_L2_BE_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 212 DOZ_L2_BS_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 213 DOZ_L2_BS_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 214 HEU_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 215 HEU_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 216 HEU_L1_S2_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 217 HEU_L1_S2_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 218 HEU_L2_S1_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 219 HEU_L2_S1_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 220 HEU_L3_S2_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 221 HEU_L3_S2_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 222 HEU_L4_S1_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 223 HEU_L4_S1_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 224 HEU_L5_S2_A1_SRV_01 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 225 HEU_L5_S2_A1_SRV_02 \N ITOP seulement f f t \N ot_scada Equipement bord de route / OT (pas d'agent Qualys possible) exempt 4 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 226 INC_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 227 INC_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 228 INC_L2_S2_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 229 INC_L2_S2_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 230 lampadp1-pra Production ITOP seulement f f t 1280 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 231 lampadp2-pra Production ITOP seulement f f t 1282 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 232 lampadv1-pra Production ITOP seulement f f t 1284 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 233 lampcrm1-pra Production ITOP seulement f f t 1288 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 234 lamppea1-pra Production ITOP seulement f f t 1292 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 235 lamppea2-pra Production ITOP seulement f f t 1294 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 236 lamrsip2 \N ITOP seulement f f t 1298 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 237 lpaflevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 238 lpaflevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 239 lpaflevir3 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 240 lpaflevir4 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 241 lpaflevir5 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 242 lpaflevir6 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 243 lpgesevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 244 lpgesevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 245 lpgesevir3 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 246 lpgesevir4 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 247 lpgesevir5 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 248 lpgesevir6 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 249 lpgesevir7 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 250 lpgesevir8 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 251 lpmetevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 252 lpmetevir10 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 253 lpmetevir11 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 254 lpmetevir12 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 255 lpmetevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 256 lpmetevir3 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 257 lpmetevir4 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 258 lpmetevir5 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 259 lpmetevir6 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 260 lpmetevir7 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 261 lpmetevir8 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 262 lpmetevir9 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 263 lppcievir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 264 lppcievir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 265 lppruevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 266 lraflevir2 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 267 lraflevir4 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 268 lraflevir6 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 269 lrallevir10 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 270 lrallevir2 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 271 lrallevir4 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 272 lrallevir6 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 273 lrallevir8 Recette ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 274 ls-test-dnt \N ITOP seulement f f t 1378 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 275 MON_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 276 MON_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 277 MON_L1_S2_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 278 MON_L1_S2_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 279 NALBNVR1 Production ITOP seulement f f t 1384 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 280 QUE_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 281 QUE_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 282 QUE_L2_S2_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 283 QUE_L2_S2_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 284 RC7KMIL1 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 285 RC7KMIL3 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 286 RC7KMIL4 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 287 RC7KMIL5 \N ITOP seulement f f t 1392 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 288 RC7KMIL6 \N ITOP seulement f f t 1393 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 289 RC7KRTX1 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 290 RC7KRTX3 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 291 RC7KRTX4 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 292 RC7KRTX5 \N ITOP seulement f f t 1397 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 293 RC7KRTX6 \N ITOP seulement f f t 1398 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 294 rmilu2k1 Production ITOP seulement f f t 1405 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 295 rrtxu2k1 \N ITOP seulement f f t 1406 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 296 spabnevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 297 spabvevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 298 spadgevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 299 spadgevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 300 spadgevir3 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 301 spaflevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 302 spaflevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 303 spaiissws1 Production ITOP seulement f f t 1424 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 304 spaiissws2 Production ITOP seulement f f t 1425 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 305 spaiissws3 Production ITOP seulement f f t 1426 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 306 spaiissws4 Production ITOP seulement f f t 1427 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 307 spalbevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 308 spamlevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 309 spamsevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 310 spbeuevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 311 spbmtevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 312 spbouevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 313 spbovevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 314 spbpvevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 315 spccyevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 316 spchtevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 317 spcotevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 318 spctvevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 319 spcybavlt1 Production ITOP seulement f f t 1459 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 320 spcybavlt2 Production ITOP seulement f f t 1460 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 321 spdozevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 322 spdsiadep1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 323 spdsievir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 324 spdsievir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 325 speurasvp1 Production ITOP seulement f f t 1469 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 326 spflmevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 327 spgesevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 328 spgesevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 329 spgpuevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 330 spgpuevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 331 sphdnevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 332 sphrqevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 333 spiadevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 334 spiadevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 335 spiadevir3 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 336 spiadevir7 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 337 splogbels1 Production ITOP seulement f f t 1481 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 338 splogbels2 Production ITOP seulement f f t 1482 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 339 splpeevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 340 spmalevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 341 spmetevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 342 spmetevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 343 spormevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 344 sppruevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 345 spqetevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 346 spsaaevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 347 spsdtevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 348 spsiaevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 349 spsiaevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 350 spsiaevir3 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 351 spsiaevir4 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 352 spsiaevir8 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 353 spsicevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 354 spsicevir2 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 355 spsroevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 356 spstqevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 357 spthlevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 358 sptsyevir1 Production ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 359 srvSagaBdd \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 360 srvSAUV1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 361 SRV-SICOM \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 362 SRV-SICOMBDD \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 363 SRV-SICOM-LOG \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 364 SRV-WSP1 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 365 SRV-WSP2 \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 366 srvWSUS \N S1 seulement f t f \N inconnu Detecte par Sentinel mais pas iTop. Shadow IT? Asset non reference a_traiter 2 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 367 ssalbevir1 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 368 ssecoevir1 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 369 ssetvevir1 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 370 ssmonevir1 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 371 ssmtzevir1 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 372 sssenevir1 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 373 sssroevir1 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 374 sstqxevir1 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 375 TES_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 376 TES_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 377 TES_L1_S2_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 378 TES_L1_S2_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 379 TOU_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 380 TOU_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 381 TOU_L1_S2_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 382 TOU_L1_S2_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 383 TRO_L1_S1_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 384 TRO_L1_S1_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 385 TRO_L2_S2_A1_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 386 TRO_L2_S2_A1_SRV_02 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 387 XXX_XX_XX_XX_SRV_01 \N ITOP seulement f f t \N inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 388 rmilacs1 Production ITOP seulement f f t 130 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 389 rsbcacs2 \N ITOP seulement f f t 132 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 390 vadvdapp1 \N ITOP seulement f f t 135 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 391 vadvdevl1 \N ITOP seulement f f t 136 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 392 vairrec1 \N ITOP seulement f f t 139 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 393 vdameasxt1 Recette ITOP seulement f f t 155 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 394 vdameasxt2 Recette ITOP seulement f f t 156 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 395 vdameasxt3 Recette ITOP seulement f f t 157 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 396 vdameasxt4 Recette ITOP seulement f f t 158 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 397 vemvrsa3 Production ITOP seulement f f t 175 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 398 vemvrsa4 Production ITOP seulement f f t 176 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 399 vmamrdif2 \N ITOP seulement f f t 269 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 400 vmbwr1 \N ITOP seulement f f t 287 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 401 vmcliint1 \N ITOP seulement f f t 288 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 402 vmipm1 \N ITOP seulement f f t 321 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 403 vmkemp1 \N ITOP seulement f f t 322 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 404 vmkemp2 \N ITOP seulement f f t 323 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 405 vmkemplb1 \N ITOP seulement f f t 324 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 406 vmkemplb2 \N ITOP seulement f f t 325 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 407 vmm_stl_01 \N ITOP seulement f f t 326 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 408 vmsccm1 \N ITOP seulement f f t 337 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 409 vmtelotms \N ITOP seulement f f t 339 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 410 vmxatr \N ITOP seulement f f t 340 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 411 vpvpnaems1 Production ITOP seulement f f t 871 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 412 vpvpnassl1 Production ITOP seulement f f t 874 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 413 vpvpnassl2 Production ITOP seulement f f t 875 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 414 vrdsiacen1 Recette ITOP seulement f f t 970 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 415 vrdsiacen2 Recette ITOP seulement f f t 971 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 416 vrtrabmas1 Recette ITOP seulement f f t 1098 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 417 vrvpnassl1 Recette ITOP seulement f f t 1115 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 418 vrvpnassl2 Recette ITOP seulement f f t 1116 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 419 vtdsiawdm1 Recette ITOP seulement f f t 1125 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 420 vtmd_test Test ITOP seulement f f t 1133 inconnu Reference uniquement dans iTop. Serveur eteint? Decom? A verifier a_traiter 3 \N comparaisonv2.xlsx 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 2026-04-16 14:29:35.740107+02 \. -- -- Data for Name: qualys_tags; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.qualys_tags (id, qualys_tag_id, name, is_dynamic, rule_type, rule_text, category, created_at, updated_at, v3_name, v3_type) FROM stdin; 1 187346121 tag1 f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 2 187346122 tag5 f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 3 187346316 Web f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 4 187346317 tag3 f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 5 187346318 tag9 f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 6 187359895 tag2 f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 7 187359896 tag4 f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 8 187359897 tag6 f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 9 187359898 tag8 f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 10 187359899 tag10 f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 11 187374503 tag7 f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 12 187377305 Passive Sensor f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 13 187377306 Unmanaged f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 14 187377307 SEM f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 15 187377494 Business Units f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 16 187377495 Unassigned Business Unit f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 17 187377496 Internet Facing Assets t NETWORK_RANGE \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 18 187377497 Default Dashboard Access Tag f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 19 187378074 Cloud Agent f \N \N 2026-04-10 20:08:57.541293+02 2026-04-12 14:14:55.150255+02 \N \N 228 48426415 SVP f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 14:32:28.156004+02 \N \N 111 7599713 Asset Groups f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 355 48587225 Flux Libre f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 21:42:54.992705+02 \N \N 279 48587146 FreeFlow f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 21:42:54.992705+02 \N \N 222 45706782 flux_libre f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 21:42:54.992705+02 \N \N 180 36311322 Haute f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 167 35266896 TAG-SRVEXPOSEINTERNET f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N 221 40118754 VRF_INCONNUE f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N 169 35266900 Sécurité IT f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N 161 35266890 Péage f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 14:32:28.156004+02 \N \N 147 34597708 Linux Server f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:00:21.073328+02 \N \N 146 34597707 Windows Server t GLOBAL_ASSET_VIEW \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N 155 35266881 Production f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N 128 13913265 Cloud Agent f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N 110 7599712 Web Application Assets f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 112 7599714 Business Units f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 113 7599715 Unassigned Business Unit f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 114 7616813 Adresses IP publiques t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 115 13518469 PCI Bunker SC t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 116 13518471 PCI Bunker Echange t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 117 13518860 PCI Bunker Supervision t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 118 13518861 PCI Bunker Endian t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 119 13637590 Malware Domain Assets f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 120 13675413 Bip&Go t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 121 13787896 PCI Bunker EMV - VLAN Stecard + VIP + SCAN t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 122 13787899 PCI Bunker EMV - VLAN Echange t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 123 13787905 PCI Bunker EMV - VLAN Endian t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 124 13788065 PCI Bunker EMV - VLAN Dataguard t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 125 13788276 PCI Bunker EMV - VLAN IHM/PA t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 126 13795040 PCI Bunker EMV - VLAN Stecard t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 127 13795321 PCI Bunker EMV - Switchs & FW t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 129 16140422 PCI Bunker EMV - VLAN Stecard v17 t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 130 16152110 Bip&Go 188.165.14.100 t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 131 16712303 PCI Bunker EMV - VLAN Stecard V17 Recette t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 132 16974147 PCI Bunker EMV - VLAN Supervision/Admin t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 133 21766476 Internet Facing Assets t NETWORK_RANGE \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 134 27440948 PCI DSS - IP publiques -FW t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 135 28883415 Passive Sensor f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 136 28884587 Unmanaged f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 137 28885827 SEM f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 138 29193424 PCI Bunker EMV - VLAN Supervision/Admin - ESXi & vCenter t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 139 29351851 Default Dashboard Access Tag f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 140 34454430 Asset Search Tags f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 141 34454431 Windows-1 t ASSET_SEARCH \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 142 34454432 Windows-2 t ASSET_SEARCH \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 143 34454433 Linux-1 t ASSET_SEARCH \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 144 34529962 Linux-2 t ASSET_SEARCH \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 145 34597706 Workstation f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 148 34801838 Windows Server 2008 t GLOBAL_ASSET_VIEW \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 149 35266875 Criticality f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 150 35266876 Critical f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 151 35266877 High f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 152 35266878 Medium f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 153 35266879 Low f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 154 35266880 Usage f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 156 35266882 Recette f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 157 35266885 Famille f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 158 35266886 Exploitation f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 159 35266888 Exploitation IT f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 160 35266889 Trafic f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 162 35266891 Patrimoine f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 163 35266892 Finances Comptabilité / Consolidation f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 164 35266893 Gestion commerciale f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 165 35266894 Network f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 168 35266899 Communication et Collaboration f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 170 35266902 Reseau & Telecom f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 171 35266903 Sauvegarde & Securite f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 172 35266904 Compte & Acces f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 173 35266905 Securite des personnes f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 175 35266907 Outils collaboratifs f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 176 35266908 Outils prod (Monitoring, NMS, gestion de parc) f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 177 35266910 Systèmes et serveurs f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 178 35269883 Téléphonie f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 179 35269884 Logiciels f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 181 36311323 Basse f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 182 36311324 Moyenne f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 183 36311381 Impression , Numérisation & FAX f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 184 36311382 Communication f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 185 36311383 Aires f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 186 36311384 Bases de Données f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 187 36311386 Gestion temps et activités f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 188 36311387 Outils developpement f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 189 36311388 Outils transverses f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 190 36311389 Réseaux et Télécom f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 191 36311391 Sécurité des personnes f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 192 36311461 Finances Trésorerie f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 193 36718474 Shodan f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 194 36804476 EASM f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 195 38280683 Forescout t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 196 38284225 high priority f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 197 38317197 VRF f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 198 38317198 VRF_LEGACY f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 199 38317200 VRF_SFN f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 200 38317201 VRF_VIDEO f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 201 38317202 VRF_PMR f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 202 38317204 VRF_BURO f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 203 38317205 VRF_PEAGE f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 204 38317206 VRF_WIFI f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 205 38317207 VRF_INTERPHONIE f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 206 38317208 VRF_SECUBAT f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 207 38317209 VRF_SUPTECH f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 208 38317210 VRF_TRAFIC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 209 38317211 VRF_SUPADM f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 210 38317212 VRF_EXTERNAL f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 211 38317213 VRF_INTEGRATION f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 212 38317214 VRF_PEAGE_DC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 213 38317215 VRF_TRAFIC_DC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 214 38317216 VRF_BURO_DC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 215 38317217 VRF_SUPADM_DC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 216 38317218 VRF_PATRIMOINE_DC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 217 38317219 VRF_AIRES_DC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 218 38317220 VRF_ECHANGE_DC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 219 38317221 VRF_TPH_DC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 220 38317222 VRF_BACKUP_DC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 223 46851302 Obsolete f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 224 48224417 ServersInCyberark f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 225 48426412 Appli-section-1 f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 226 48426413 GTC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 227 48426414 SCCM f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 229 48426416 COSWIN f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 230 48426417 Gaspar f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 231 48426418 Centreon f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 232 48426433 Qualiac f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 233 48426434 CyberArk f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 234 48426435 DAI f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 235 48426436 Traffic f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 236 48426439 Sextan f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 237 48426441 TAIT f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 238 48426445 SAS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 239 48426446 ASUR f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 240 48426447 TALEND f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 241 48426448 L2R f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 242 48426449 Satisf'aire f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 243 48426450 SHAREPOINT f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 244 48426451 ITOP f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 245 48426452 OCTAN f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 246 48426453 Symantec f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 247 48426454 Lago f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 248 48426455 SSTG f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 249 48426456 SED f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 250 48426457 Cleo f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 251 48426458 eReport f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 252 48426459 XMedius f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 253 48426460 Masterparc f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 254 48426461 NTP f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 255 48426462 U2000 f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 256 48426463 IRS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 257 48426464 Babylon f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 258 48426465 Alpha f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 259 48426466 JIRA f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 260 48426467 Syracuse f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 261 48426468 NetSupport f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 262 48426469 Nedap f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 174 35266906 Sans f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N 166 35266895 DMZ f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N 263 48427177 NVR f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 264 48427179 PCI Bunker EMV f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 265 48427195 DATI f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 266 48427201 Mystep f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 267 48587070 GEMALTO f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 268 48587071 E-notification f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 269 48587072 ALX f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 270 48587073 INSIDE f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 271 48587074 INSTANT f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 272 48587075 OPENTOUCH f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 273 48587076 VISIONAIRE f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 274 48587077 BusinessObjects f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 275 48587078 DECHETS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 276 48587079 GIS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 277 48587129 SIG f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 278 48587145 BDD f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 281 48587148 DNS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 282 48587149 Quorum f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 283 48587150 Systel f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 284 48587151 SECOPS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 286 48587153 Géolocalisation f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 287 48587154 Autoroutes trafic f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 288 48587155 ORACLE f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 289 48587156 EMV f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 290 48587158 Enregistrement_COM f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 291 48587159 MIVISU f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 292 48587160 Gestion SAUVEGARDE f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 293 48587161 ADV-U f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 294 48587162 EXCHANGE f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 295 48587163 Polarion f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 296 48587164 Amelie f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 297 48587165 Package f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 298 48587166 Administration_MS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 299 48587167 CVS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 300 48587168 XFB f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 301 48587169 Collecte f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 302 48587170 FSSO f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 303 48587171 BOOST f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 304 48587172 ELEC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 305 48587173 Gestion institutionnel f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 306 48587174 VPN f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 307 48587175 Gestion dépanneurs f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 308 48587176 DOLLAR f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 309 48587177 DocuWiki f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 310 48587178 Gestion_PKI f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 311 48587179 Central péage f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 312 48587180 MUR f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 313 48587181 SAP f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 314 48587183 Rebond f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 315 48587184 SSIP f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 316 48587185 3PAR f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 317 48587186 WSUS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 318 48587187 Ansible f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 319 48587188 ISIS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 320 48587189 Stockage f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 321 48587190 NextCloud f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 322 48587191 DFS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 323 48587192 Plateforme d'échange f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 324 48587193 COVOITURAGE f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 325 48587194 Scoop f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 326 48587195 Temps de parcours f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 327 48587196 Appli-section-2 f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 328 48587197 Splunk f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 329 48587198 Radius f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 330 48587199 Waze f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 331 48587200 VCENTER f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 332 48587201 Guichet unique f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 333 48587202 Transports Exceptionnels f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 334 48587203 Owncloud f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 335 48587204 TINA f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 336 48587205 KMELC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 337 48587206 VM_PC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 338 48587207 ISI-COM f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 339 48587208 DHCP f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 340 48587209 Gestion IMPRESSION f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 341 48587210 LINK f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 342 48587211 Modalisa f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 343 48587212 DESIGO f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 344 48587213 ADVA f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 345 48587214 PX Prévia f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 346 48587216 Application f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 347 48587217 Direction Métier f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 348 48587218 DEX f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 349 48587219 DFIN f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 352 48587222 DSG f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 353 48587223 DIT f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 354 48587224 DIN f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 356 48887489 PaperCut f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 357 48887491 Satellite f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 358 48887492 PATRIMOINE f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 359 49145073 SSI f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 360 49655289 log4j-vuln t VULN_DETECTION \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 350 48587220 DRH f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:00:21.073328+02 \N \N 285 48587152 AgileTime f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:00:21.073328+02 \N \N 351 48587221 DSI f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N 280 48587147 AD f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N 361 49655298 log4j f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 362 50665098 PowerBI f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 363 50717919 Elasticsearch f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 364 50724400 TAG-SRVEXPOSEINDIRECT f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 365 52858518 GitLab f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 366 53901554 EASM Confidence Low f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 367 53901555 EASM Confidence Medium f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 368 53901556 EASM Confidence High f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 369 54321438 DNS SINKHOLE f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 370 61244910 test_rhel9 f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 371 66559753 Qualys Test Scan Externe t NETWORK_RANGE_ENHANCED \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 372 71254415 APP_SAM f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 375 73071869 MID-APACHE-TOMCAT DYN t INSTALLED_SOFTWARE \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 376 73071870 MID-NGINX DYN t INSTALLED_SOFTWARE \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 377 73074445 MID-PODMAN DYN t INSTALLED_SOFTWARE \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 378 73074446 MID_DOCKER DYN t INSTALLED_SOFTWARE \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 380 73074448 BDD-POS DYN t INSTALLED_SOFTWARE \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 381 73074449 BDD-ELA DYN t INSTALLED_SOFTWARE \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 382 73074488 TAG-DEC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 383 73074489 TAG-OBS f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 384 73074490 TAG-EMV f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 385 73074491 TAG-INT f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 386 73074492 TAG-SIC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 387 73074493 TAG-SIA f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 388 73074494 ENV-PRD f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 389 73074495 ENV-PPR f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 390 73074496 ENV-REC f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 391 73074497 ENV-DEV f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 392 73074568 TAG-MIVISUPMV f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 393 73074569 TAG-CAPIV f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 394 85829916 TAG-SED f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 395 85830911 BDD-SQL f \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 13:11:16.096436+02 \N \N 373 72029038 OS-LIN-SRV DYN t OS_REGEX \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:00:21.073328+02 \N \N 374 73071868 OS-WIN-SRV DYN t OS_REGEX \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N 379 73074447 BDD-SQL DYN t INSTALLED_SOFTWARE \N \N 2026-04-14 12:10:42.387561+02 2026-04-14 23:02:28.636626+02 \N \N \. -- -- Data for Name: quickwin_entries; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.quickwin_entries (id, run_id, server_id, branch, status, general_excludes, specific_excludes, patch_command, patch_output, patch_packages_count, patch_packages, patch_date, reboot_required, prereq_ok, prereq_detail, snap_done, dryrun_output, notes, updated_at, prereq_date, snap_date, prereq_ssh, prereq_satellite, prereq_disk, prod_pair_entry_id, snap_detail) FROM stdin; \. -- -- Data for Name: quickwin_logs; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.quickwin_logs (id, run_id, entry_id, hostname, step, level, message, detail, created_at, created_by) FROM stdin; \. -- -- Data for Name: quickwin_runs; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.quickwin_runs (id, year, week_number, label, status, created_by, created_at, updated_at, notes) FROM stdin; \. -- -- Data for Name: quickwin_server_config; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.quickwin_server_config (id, server_id, general_excludes, specific_excludes, last_yum_commands, notes, updated_at) FROM stdin; \. -- -- Data for Name: server_audit; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.server_audit (id, server_id, hostname, audit_date, status, connection_method, resolved_fqdn, os_release, kernel, uptime, selinux, disk_detail, disk_root_free_mb, disk_var_free_mb, disk_applis_pct, disk_alert, network_mounts, fstab_network, apps_installed, services_running, services_enabled, running_not_enabled, custom_processes, pm2_processes, rc_scripts, applis_scripts, crontab_root, crontab_users, containers, podman_systemd, listening_ports, db_detected, cluster_detected, agents, qualys_active, sentinelone_active, last_patch, failed_services, created_at) FROM stdin; 1 559 vpdecasas4 2026-04-15 00:44:25.972415+02 OK ssh_key (cybsecope@vpdecasas4.sanef.groupe) vpdecasas4.sanef.groupe Red Hat Enterprise Linux Server release 7.9 (Maipo) 3.10.0-1160.142.1.el7.x86_64 up 2 weeks, 6 days, 8 hours, 43 minutes Disabled / 21G 12G 43%\n/boot 453M 343M 20%\n/dev 32G 32G 0%\n/dev/shm 32G 32G 0%\nMonté sur Taille Dispo Uti%\n/opt/sas 109G 60G 42%\n/run 32G 32G 1%\n/run/user/1003 6,3G 6,3G 0%\n/run/user/305 6,3G 6,3G 0%\n/sys/fs/cgroup 32G 32G 0%\n/tmp 9,1G 8,6G 1% \N \N \N f \N \N copy-jdk-configs 3.3\njava-1.8.0-openjdk 1.8.0.482.b08\njava-1.8.0-openjdk-headless 1.8.0.482.b08\njavapackages-tools 3.4.1\njdk1.8 1.8.0_151\nmariadb-libs 5.5.68\npython-javapackages 3.4.1\nqualys-cloud-agent 7.3.0\ntzdata-java 2026a gssproxy\nntpd\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsentinelone\nshibd\nsnmpd\nvgauthd\nvmtoolsd \N gssproxy\nrpcbind\nshibd \N \N \N \N \N \N \N 10.30.11.152:10001 users:(("agentid-service",pid=18848,fd=10))\n10.30.11.152:13425 users:(("java",pid=14174,fd=1177))\n10.30.11.152:2104 users:(("java",pid=13809,fd=809))\n10.30.11.152:36742 users:(("java",pid=13520,fd=12))\n10.30.11.152:37659 users:(("java",pid=14174,fd=1173))\n10.30.11.152:44670 users:(("java",pid=13520,fd=20))\n10.30.11.152:46171 users:(("java",pid=13809,fd=805))\n*:11099 users:(("java",pid=13451,fd=11))\n127.0.0.1:10001 users:(("agentid-service",pid=18848,fd=9))\n127.0.0.1:199 users:(("snmpd",pid=1010,fd=10))\n127.0.0.1:25 users:(("master",pid=1187,fd=13))\n127.0.0.1:8069 users:(("java",pid=14174,fd=90))\n*:41415 users:(("java",pid=13520,fd=11))\n*:43551 users:(("java",pid=13451,fd=10))\n*:43805 users:(("java",pid=13451,fd=12))\n*:61616 users:(("java",pid=13451,fd=119))\n*:6969 users:(("java",pid=13809,fd=84))\n*:8080 users:(("java",pid=13809,fd=86))\n*:8343 users:(("httpd",pid=16582,fd=3),("httpd",pid=13688,fd=3),("httpd",pid=13687,fd=3),("httpd",pid=13686,fd=3),("httpd",pid=13681,fd=3))\n*:9180 users:(("java",pid=14174,fd=80)) no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-14 23:57:01.271108+02 2 560 vpdecasas5 2026-04-15 00:44:25.992441+02 OK ssh_key (cybsecope@vpdecasas5.sanef.groupe) vpdecasas5.sanef.groupe Red Hat Enterprise Linux Server release 7.9 (Maipo) 3.10.0-1160.147.1.el7.x86_64 up 2 weeks, 6 days, 13 hours, 27 minutes Disabled / 23G 7,8G 65%\n/boot 922M 775M 10%\n/data 2,5T 61G 98%\n/dev 126G 126G 0%\n/dev/shm 126G 126G 1%\nMonté sur Taille Dispo Uti%\n/opt/sas 120G 89G 22%\n/opt/sas/depot 46G 15G 68%\n/opt/sas/work 147G 140G 1%\n/run 126G 126G 1%\n/run/user/1003 26G 26G 0%\n/run/user/305 26G 26G 0%\n/sys/fs/cgroup 126G 126G 0%\n/tmp 29G 28G 1% \N \N \N t \N \N copy-jdk-configs 3.3\njava-1.8.0-openjdk 1.8.0.482.b08\njava-1.8.0-openjdk-headless 1.8.0.482.b08\njavapackages-tools 3.4.1\nmariadb-libs 5.5.68\noracle-instantclient11.2-basic 11.2.0.4.0\noracle-instantclient11.2-jdbc 11.2.0.4.0\noracle-instantclient11.2-odbc 11.2.0.4.0\noracle-instantclient11.2-sqlplus 11.2.0.4.0\npython-javapackages 3.4.1\nqualys-cloud-agent 7.3.0\ntzdata-java 2026a commvault.Instance001\nDUAS_SANEFG_vpdecasas5\ngssproxy\nnfs-idmapd\nnfs-mountd\nntpd\nqualys-cloud-agent\nrhnsd\nrhsmcertd\nrpcbind\nrpc-statd\nsashpcmc\nsentinelone\nsnmpd\nvgauthd\nvmtoolsd \N DUAS_SANEFG_vpdecasas5\ngssproxy\nnfs-idmapd\nnfs-mountd\nrhnsd\nrpcbind\nrpc-statd\nsashpcmc \N \N \N \N \N \N \N *:10020 users:(("miniserv.pl",pid=4150,fd=4))\n10.30.11.153:10001 users:(("agentid-service",pid=7771,fd=10))\n*:10600 users:(("uxioserv",pid=2801,fd=8))\n*:10603 users:(("uxioserv",pid=3579,fd=6))\n*:10604 users:(("uxeepsrv",pid=3653,fd=9))\n*:10605 users:(("uxbvssrv",pid=3854,fd=3))\n*:10608 users:(("uxbvssrv",pid=3742,fd=3))\n*:10611 users:(("uxcdjsrv",pid=3819,fd=3))\n*:10614 users:(("uxcdjsrv",pid=3642,fd=3))\n*:10615 users:(("uxdqmsrv",pid=2856,fd=3))\n*:10618 users:(("uxgsisrv",pid=3775,fd=11))\n127.0.0.1:10001 users:(("agentid-service",pid=7771,fd=9))\n127.0.0.1:199 users:(("snmpd",pid=1167,fd=9))\n127.0.0.1:25 users:(("master",pid=1483,fd=13))\n127.0.0.1:33282 users:(("cvfwd",pid=26766,fd=4))\n127.0.0.1:48472 users:(("cvd",pid=26765,fd=11))\n[::]:17059 users:(("rpc.statd",pid=1168,fd=11))\n[::]:20048 users:(("rpc.mountd",pid=1268,fd=10))\n*:20048 users:(("rpc.mountd",pid=1268,fd=8))\n[::]:2049 \n*:2049 \n*:26197 users:(("rpc.statd",pid=1168,fd=9))\n*:31321 \n[::]:34044 \n*:59687 users:(("cvd",pid=26765,fd=8))\n*:8400 users:(("cvd",pid=26765,fd=7))\n*:8403 users:(("cvfwd",pid=26766,fd=10))\n*:9432 users:(("postgres",pid=11114,fd=3))\n[::]:9432 users:(("postgres",pid=11114,fd=4))\n*:9504 users:(("ClMgrS",pid=26768,fd=11)) no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 3 438 vpaptbjup1 2026-04-15 00:44:26.066508+02 OK ssh_key (cybsecope@vpaptbjup1.sanef.groupe) vpaptbjup1.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 3 weeks, 1 day, 9 hours, 18 minutes Permissive / 8.0G 2.4G 71%\n/admin 1014M 975M 4%\n/applis 200G 171G 15%\n/boot 1014M 807M 21%\n/boot/efi 256M 250M 3%\n/data 1014M 975M 4%\n/dev 63G 63G 0%\n/dev/shm 63G 63G 1%\n/home 1014M 974M 5%\nMounted on Size Avail Use%\n/opt 7.0G 954M 87%\n/pg_data 50G 50G 1%\n/pg_wal 30G 30G 1%\n/run 63G 63G 1%\n/run/user/305 13G 13G 0%\n/sys/fs/cgroup 63G 63G 0%\n/tmp 1014M 975M 4%\n/var 5.0G 3.9G 24%\n/var/log 2.0G 1.3G 40%\n/var/log/audit 1014M 939M 8%\n/var/tmp 1014M 975M 4% \N \N \N f \N \N mariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nnginx 1.26.0\noracle-instantclient19.23-basic 19.23.0.0.0\npostgresql15 15.7\npostgresql15-devel 15.7\npostgresql15-libs 15.7\npostgresql15-server 15.7\nqualys-cloud-agent 7.3.0 atd\ncommvault.Instance001\njupyterhub\nlibstoragemgmt\nmcelog\nnginx\npostgresql-instpjup01\nqualys-cloud-agent\nrhsmcertd\nsentinelone\nsetroubleshootd\nsmartd\nsnmpd\nvgauthd\nvmtoolsd \N setroubleshootd \N \N \N \N \N \N \N 0.0.0.0:443 users:(("nginx",pid=2844,fd=7),("nginx",pid=2843,fd=7))\n0.0.0.0:53297 users:(("cvd",pid=3151324,fd=9))\n0.0.0.0:5432 users:(("postmaster",pid=2822,fd=6))\n0.0.0.0:54789 users:(("ClMgrS",pid=3151327,fd=10))\n0.0.0.0:80 users:(("nginx",pid=2844,fd=6),("nginx",pid=2843,fd=6))\n0.0.0.0:8400 users:(("cvd",pid=3151324,fd=6))\n0.0.0.0:8403 users:(("cvfwd",pid=3151325,fd=11))\n10.46.34.10:10001 users:(("agentid-service",pid=2798946,fd=10))\n127.0.0.1:10001 users:(("agentid-service",pid=2798946,fd=9))\n127.0.0.1:199 users:(("snmpd",pid=2793,fd=9))\n127.0.0.1:32981 users:(("python",pid=2186668,fd=11))\n127.0.0.1:33357 users:(("python",pid=2146727,fd=29))\n127.0.0.1:33447 users:(("python",pid=2186195,fd=15))\n127.0.0.1:33525 users:(("python",pid=2186196,fd=15))\n127.0.0.1:33649 users:(("python",pid=2186368,fd=15))\n127.0.0.1:33663 users:(("python",pid=2186364,fd=29))\n127.0.0.1:34197 users:(("python",pid=2186668,fd=29))\n127.0.0.1:34521 users:(("python",pid=12678,fd=29))\n127.0.0.1:34541 users:(("python",pid=2186363,fd=13))\n127.0.0.1:34779 users:(("python",pid=2191938,fd=29))\n127.0.0.1:34925 users:(("python",pid=2186195,fd=37))\n127.0.0.1:35149 users:(("python",pid=2191938,fd=24))\n127.0.0.1:35163 users:(("python",pid=2186192,fd=13))\n127.0.0.1:35203 users:(("python",pid=2186371,fd=13))\n127.0.0.1:35315 users:(("python",pid=2186366,fd=29))\n127.0.0.1:35395 users:(("python",pid=2186367,fd=24))\n127.0.0.1:36129 users:(("python",pid=2186370,fd=11))\n127.0.0.1:36177 users:(("cvfwd",pid=3151325,fd=4))\n127.0.0.1:36201 users:(("python",pid=2186368,fd=24))\n127.0.0.1:36437 users:(("jupyterhub-sing",pid=2185949,fd=9))\n127.0.0.1:36543 users:(("python",pid=2146727,fd=37))\n127.0.0.1:36919 users:(("python",pid=2186364,fd=13))\n127.0.0.1:37119 users:(("python",pid=2186371,fd=24))\n127.0.0.1:37397 users:(("cvd",pid=3151324,fd=12))\n127.0.0.1:37441 users:(("python",pid=2186767,fd=13))\n127.0.0.1:37555 users:(("python",pid=2192032,fd=37))\n127.0.0.1:37583 users:(("python",pid=2186362,fd=29))\n127.0.0.1:37673 users:(("python",pid=2186362,fd=15))\n127.0.0.1:37803 users:(("python",pid=2146727,fd=24))\n127.0.0.1:37877 users:(("python",pid=2186367,fd=15))\n127.0.0.1:38117 users:(("python",pid=2186668,fd=15))\n127.0.0.1:38491 users:(("python",pid=2186362,fd=37))\n127.0.0.1:38739 users:(("python",pid=2186369,fd=29))\n127.0.0.1:39041 users:(("python",pid=2186363,fd=27))\n127.0.0.1:39651 users:(("python",pid=2191938,fd=13))\n127.0.0.1:40093 users:(("python",pid=12678,fd=15))\n127.0.0.1:40393 users:(("python",pid=2186370,fd=29))\n127.0.0.1:40465 users:(("python",pid=2186364,fd=11))\n127.0.0.1:40469 users:(("python",pid=2186195,fd=29))\n127.0.0.1:40893 users:(("python",pid=2186371,fd=29))\n127.0.0.1:41269 users:(("python",pid=2186192,fd=29))\n127.0.0.1:41291 users:(("python",pid=2186371,fd=37))\n127.0.0.1:41781 users:(("python",pid=2192032,fd=24))\n127.0.0.1:41877 users:(("python",pid=2186767,fd=11))\n127.0.0.1:42009 users:(("python",pid=2186366,fd=37))\n127.0.0.1:42181 users:(("python",pid=2186369,fd=11))\n127.0.0.1:42275 users:(("python",pid=2186196,fd=11))\n127.0.0.1:42355 users:(("python",pid=2186365,fd=11))\n127.0.0.1:42729 users:(("jupyterhub-sing",pid=12589,fd=9))\n127.0.0.1:42797 users:(("python",pid=2186368,fd=13))\n127.0.0.1:42829 users:(("python",pid=2186368,fd=29))\n127.0.0.1:43091 users:(("python",pid=2186811,fd=29))\n127.0.0.1:43275 users:(("python",pid=2186368,fd=37))\n127.0.0.1:43277 users:(("python",pid=2186811,fd=15))\n127.0.0.1:43453 users:(("python",pid=2186196,fd=13))\n127.0.0.1:44009 users:(("python",pid=2186365,fd=29))\n127.0.0.1:44089 users:(("python",pid=2186367,fd=29))\n127.0.0.1:44177 users:(("python",pid=2186767,fd=15))\n127.0.0.1:44179 users:(("python",pid=2186767,fd=29))\n127.0.0.1:44375 users:(("python",pid=2186371,fd=11))\n127.0.0.1:44427 users:(("python",pid=12678,fd=24))\n127.0.0.1:44509 users:(("python",pid=2192032,fd=15))\n127.0.0.1:44609 users:(("python",pid=2186196,fd=37))\n127.0.0.1:44637 users:(("python",pid=2192032,fd=29))\n127.0.0.1:44675 users:(("python",pid=2186196,fd=29))\n127.0.0.1:45131 users:(("python",pid=2186367,fd=11))\n127.0.0.1:45173 users:(("python",pid=12678,fd=13))\n127.0.0.1:45397 users:(("python",pid=2186363,fd=15))\n127.0.0.1:45403 users:(("python",pid=2186369,fd=13))\n127.0.0.1:45479 users:(("python",pid=2186369,fd=37))\n127.0.0.1:45497 users:(("python",pid=2191938,fd=37))\n127.0.0.1:46597 users:(("python",pid=2186362,fd=13))\n127.0.0.1:46823 users:(("python",pid=2186363,fd=22))\n127.0.0.1:46937 users:(("python",pid=2186192,fd=15))\n127.0.0.1:46977 users:(("python",pid=2186365,fd=24))\n127.0.0.1:47063 users:(("python",pid=2186364,fd=15))\n127.0.0.1:47129 users:(("python",pid=2186366,fd=24))\n127.0.0.1:47203 users:(("python",pid=2186365,fd=15))\n127.0.0.1:47237 users:(("python",pid=2186668,fd=13))\n127.0.0.1:47765 users:(("python",pid=2186195,fd=11))\n127.0.0.1:47929 users:(("python",pid=2186366,fd=15))\n127.0.0.1:48027 users:(("python",pid=2186362,fd=24))\n127.0.0.1:48175 users:(("python",pid=2186767,fd=24))\n127.0.0.1:48459 users:(("python",pid=2186668,fd=37))\n127.0.0.1:49563 users:(("python",pid=2186363,fd=11))\n127.0.0.1:49719 users:(("python",pid=2186811,fd=13))\n127.0.0.1:50299 users:(("python",pid=2186365,fd=37))\n127.0.0.1:50509 users:(("python",pid=2186811,fd=24))\n127.0.0.1:50529 users:(("python",pid=2186364,fd=24))\n127.0.0.1:50639 users:(("python",pid=2186370,fd=13))\n127.0.0.1:50733 users:(("python",pid=2186192,fd=11))\n127.0.0.1:50989 users:(("python",pid=2186370,fd=24))\n127.0.0.1:51243 users:(("python",pid=2186811,fd=37))\n127.0.0.1:51269 users:(("python",pid=2186363,fd=37))\n127.0.0.1:51611 users:(("python",pid=2146727,fd=11))\n127.0.0.1:51917 users:(("python",pid=2186362,fd=11))\n127.0.0.1:52313 users:(("python",pid=2186370,fd=15))\n127.0.0.1:52613 users:(("python",pid=2186767,fd=37))\n127.0.0.1:53023 users:(("python",pid=2186367,fd=37))\n127.0.0.1:54163 users:(("python",pid=2146727,fd=15))\n127.0.0.1:54165 users:(("python",pid=2186196,fd=24))\n127.0.0.1:54243 users:(("python",pid=2192032,fd=13))\n127.0.0.1:54343 users:(("python",pid=2186192,fd=37))\n127.0.0.1:55291 users:(("python",pid=2186668,fd=24))\n127.0.0.1:56203 users:(("python",pid=2146727,fd=13))\n127.0.0.1:56285 users:(("python",pid=12678,fd=11))\n127.0.0.1:56301 users:(("python",pid=2186367,fd=13))\n127.0.0.1:56795 users:(("python",pid=2186195,fd=13))\n127.0.0.1:56841 users:(("python",pid=2186369,fd=15))\n127.0.0.1:57259 users:(("python",pid=2186370,fd=37))\n127.0.0.1:57271 users:(("python",pid=2191938,fd=11))\n127.0.0.1:57311 users:(("python",pid=2186192,fd=24))\n127.0.0.1:57399 users:(("python",pid=2186364,fd=37))\n127.0.0.1:57701 users:(("python",pid=2186195,fd=24))\n127.0.0.1:57759 users:(("python",pid=2186365,fd=13))\n127.0.0.1:58631 users:(("python",pid=12678,fd=37))\n127.0.0.1:58639 users:(("python",pid=2186366,fd=13))\n127.0.0.1:59007 users:(("python",pid=2186369,fd=24))\n127.0.0.1:59255 users:(("python",pid=2191938,fd=15))\n127.0.0.1:59605 users:(("python",pid=2186366,fd=11))\n127.0.0.1:60137 users:(("python",pid=2186368,fd=11))\n127.0.0.1:60343 users:(("python",pid=2186371,fd=15))\n127.0.0.1:60473 users:(("python",pid=2186811,fd=11))\n127.0.0.1:60993 users:(("python",pid=2192032,fd=11))\n127.0.0.1:8000 users:(("node",pid=5243,fd=19))\n127.0.0.1:8001 users:(("node",pid=5243,fd=20))\n127.0.0.1:8081 users:(("jupyterhub",pid=1766,fd=13))\n[::]:5432 users:(("postmaster",pid=2822,fd=7)) no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 4 562 vpdecasas7 2026-04-15 00:44:26.152804+02 OK ssh_key (cybsecope@vpdecasas7.sanef.groupe) vpdecasas7.sanef.groupe Red Hat Enterprise Linux Server release 7.9 (Maipo) 3.10.0-1160.147.1.el7.x86_64 up 2 weeks, 6 days, 12 hours, 45 minutes N/A / 21G 12G 40%\n/boot 453M 343M 20%\n/dev 126G 126G 0%\n/dev/shm 126G 126G 0%\nMonté sur Taille Dispo Uti%\n/opt/sas 19G 17G 8%\n/opt/sas/depot 46G 15G 68%\n/run 126G 126G 1%\n/run/user/305 26G 26G 0%\n/sys/fs/cgroup 126G 126G 0%\n/tmp 10G 9,4G 1% \N \N \N f \N \N copy-jdk-configs 3.3\njava-1.8.0-openjdk 1.8.0.482.b08\njava-1.8.0-openjdk-headless 1.8.0.482.b08\njavapackages-tools 3.4.1\nmariadb-libs 5.5.68\npython-javapackages 3.4.1\nqualys-cloud-agent 7.3.0\ntzdata-java 2026a gssproxy\nntpd\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsentinelone\nsnmpd\nvgauthd\nvmtoolsd \N gssproxy\nrpcbind \N \N \N \N \N \N \N no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 5 561 vpdecasas6 2026-04-15 00:44:26.226062+02 OK ssh_key (cybsecope@vpdecasas6.sanef.groupe) vpdecasas6.sanef.groupe Red Hat Enterprise Linux Server release 7.9 (Maipo) 3.10.0-1160.147.1.el7.x86_64 up 2 weeks, 6 days, 13 hours, 5 minutes N/A / 21G 12G 39%\n/boot 453M 343M 20%\n/dev 126G 126G 0%\n/dev/shm 126G 126G 0%\nMonté sur Taille Dispo Uti%\n/opt/sas 19G 17G 8%\n/opt/sas/depot 46G 15G 68%\n/run 126G 126G 1%\n/run/user/305 26G 26G 0%\n/sys/fs/cgroup 126G 126G 0% \N \N \N f \N \N copy-jdk-configs 3.3\njava-1.8.0-openjdk 1.8.0.482.b08\njava-1.8.0-openjdk-headless 1.8.0.482.b08\njavapackages-tools 3.4.1\nmariadb-libs 5.5.68\npython-javapackages 3.4.1\nqualys-cloud-agent 7.3.0\ntzdata-java 2026a gssproxy\nntpd\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsentinelone\nsnmpd\nvgauthd\nvmtoolsd \N gssproxy\nrpcbind \N \N \N \N \N \N \N no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 6 802 vpsasapil1 2026-04-15 00:44:26.295146+02 OK ssh_key (cybsecope@vpsasapil1.sanef.groupe) vpsasapil1.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 2 weeks, 6 days, 8 hours, 26 minutes Permissive / 25G 17G 28%\n/backupVIYA 196G 84G 56%\n/boot 1014M 807M 21%\n/caslib 295G 29G 90%\n/dev 3.8G 3.8G 0%\n/dev/shm 3.8G 3.8G 0%\nMounted on Size Avail Use%\n/opt/sas 118G 112G 1%\n/run 3.8G 3.8G 2%\n/run/user/305 770M 770M 0%\n/sys/fs/cgroup 3.8G 3.8G 0%\n/tmp 9.8G 9.3G 1% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.452.b09\njava-1.8.0-openjdk-headless 1.8.0.452.b09\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\ntzdata-java 2025b gssproxy\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsentinelone\nslapd\nsnmpd\nvgauthd\nvmtoolsd \N gssproxy \N \N \N \N \N \N \N 0.0.0.0:389 users:(("slapd",pid=1014,fd=7))\n0.0.0.0:636 users:(("slapd",pid=1014,fd=9))\n10.41.32.20:10001 users:(("agentid-service",pid=849864,fd=10))\n127.0.0.1:10001 users:(("agentid-service",pid=849864,fd=3))\n127.0.0.1:199 users:(("snmpd",pid=929,fd=9))\n[::]:389 users:(("slapd",pid=1014,fd=8))\n[::]:636 users:(("slapd",pid=1014,fd=10)) no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 7 801 vpsasamic1 2026-04-15 00:44:26.36974+02 OK ssh_key (cybsecope@vpsasamic1.sanef.groupe) vpsasamic1.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 2 weeks, 6 days, 8 hours, 39 minutes Permissive / 25G 16G 36%\n/backupVIYA 196G 84G 56%\n/boot 1014M 807M 21%\n/dev 126G 126G 0%\n/dev/shm 126G 126G 1%\nMounted on Size Avail Use%\n/opt/sas 148G 93G 34%\n/run 126G 122G 4%\n/run/user/1001 26G 26G 0%\n/run/user/2276 26G 26G 0%\n/run/user/305 26G 26G 0%\n/sys/fs/cgroup 126G 126G 0%\n/tmp 9.8G 9.3G 1% \N \N \N f \N \N copy-jdk-configs 4.0\nhttpd 2.4.37\nhttpd-filesystem 2.4.37\nhttpd-tools 2.4.37\njava-1.8.0-openjdk 1.8.0.452.b09\njava-1.8.0-openjdk-headless 1.8.0.452.b09\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nredhat-logos-httpd 84.5\nsas-cpp-birdjava10 10.2102.16923\nsas-cpp-birdjava10 10.2102.28387\nsas-cpp-commonsjava10 10.2102.16923\nsas-cpp-commonsjava9 9.1003.31295\nsas-cpp-commonsuijava10 10.2102.16923\nsas-cpp-commonsuijava10 10.2102.28387\nsas-cpp-commonsuijava9 9.1003.31295\nsas-cpp-gtljava10 10.2102.16923\nsas-cpp-gtljava10 10.2102.28387\nsas-cpp-gtljava9 9.1003.31295\nsas-javaesntl 1.5.1\nsas-postgresql-secure-11 11.16\nsas-postgresql-secure-11 11.17\nsas-postgresql-secure-libs-11 11.16\nsas-postgresql-secure-libs-11 11.17\nsas-runjavasvc 1.6.9\nsas-tkjava 03.21.00\nsas-tkjavajars 1.4.13\nsas-tkmysql 01.20.02\nsas-tkoracle 03.21.02\nsas-tkpostgres 03.21.01\ntzdata-java 2025b DUAS_SANEFG_vpsasamic1.sanef.groupe\ngssproxy\nhttpd\nnfsdcld\nnfs-idmapd\nnfs-mountd\nnrpe\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nrpc-statd\nsas-viya-alert-track-default\nsas-viya-analyticss2-default.service\nsas-viya-analyticss-default.service\nsas-viya-annotations-default\nsas-viya-appregistry-default\nsas-viya-audit-default\nsas-viya-authorization-default\nsas-viya-backup-agent-default\nsas-viya-backupmanager-default\nsas-viya-cachelocator-default\nsas-viya-cacheserver-default\nsas-viya-cas-access-management-default\nsas-viya-cas-administration-default\nsas-viya-cas-formats-default\nsas-viya-cas-license-default\nsas-viya-casrowsets-default\nsas-viya-codedebugger-default\nsas-viya-codedebuggerui-default\nsas-viya-comments-default\nsas-viya-configuration-default\nsas-viya-consul-default\nsas-viya-credentials-default\nsas-viya-crossdomainproxy-default\nsas-viya-dataagens-default.service\nsas-viya-dataexplorer-default\nsas-viya-data-mining-default\nsas-viya-dataplans-default\nsas-viya-dataprofiles-default\nsas-viya-dataquality-default\nsas-viya-datastudio-default\nsas-viya-deploymentBackup-default\nsas-viya-device-management-default\nsas-viya-dmdats-default.service\nsas-viya-dmtransfors-default.service\nsas-viya-drive-default\nsas-viya-environmentmanager-default\nsas-viya-files-default\nsas-viya-folders-default\nsas-viya-fonts-default\nsas-viya-geo-enrichment-default\nsas-viya-graph-templates-default\nsas-viya-httpproxy-default\nsas-viya-identities-default\nsas-viya-import9-default\nsas-viya-jobexecution-default\nsas-viya-jobflowscheduling-default\nsas-viya-lineage-default\nsas-viya-links-default\nsas-viya-mail-default\nsas-viya-maps-default\nsas-viya-mbagent-default\nsas-viya-microanalyti-default.service\nsas-viya-ml-pipeline-automation-default\nsas-viya-modelmanagement-default\nsas-viya-modelmanager-default\nsas-viya-modelpublish-default\nsas-viya-modelrepository-default\nsas-viya-monitoring-default\nsas-viya-naturalLanguageGeneration-default\nsas-viya-naturalLanguageUnderstanding-default\nsas-viya-notifications-default\nsas-viya-ops-agent-default\nsas-viya-ops-agentsrv-default\nsas-viya-preferences-default\nsas-viya-projects-default\nsas-viya-qkbmanagement-default\nsas-viya-rabbitmq-server-default\nsas-viya-relationships-default\nsas-viya-reporsgroup-default.service\nsas-viya-report-data-default\nsas-viya-reportdistribution-default\nsas-viya-report-packages-default\nsas-viya-report-renderer-default\nsas-viya-reportviewernaturallanguageunderstanding-default\nsas-viya-results-default\nsas-viya-sasgraphbuilder-default\nsas-viya-saslogon-default\nsas-viya-sasthemedesigner-default\nsas-viya-sasvisualanalytics-default\nsas-viya-scheduler-default\nsas-viya-scoredefinitions-default\nsas-viya-scoreexecution-default\nsas-viya-search-default\nsas-viya-stream-evdm-default\nsas-viya-studiov-default\nsas-viya-templates-default\nsas-viya-tenant-default\nsas-viya-themecontent-default\nsas-viya-themes-default\nsas-viya-thumbnails-default\nsas-viya-transfer-default\nsas-viya-types-default\nsas-viya-vault-default\nsas-viya-visual-pipeline-default\nsas-viya-watch-log-default\nsas-viya-web-data-access-default\nsas-viya-workflow-default\nsas-viya-workflowmanager-default\nsas-viya-workflowsupport-default\nsentinelone\nslapd\nsnmpd\nvgauthd\nvmtoolsd \N DUAS_SANEFG_vpsasamic1.sanef.groupe\ngssproxy\nhttpd\nnfsdcld\nnfs-idmapd\nnfs-mountd\nrpc-statd\nsas-viya-alert-track-default\nsas-viya-analyticss2-default.service\nsas-viya-analyticss-default.service\nsas-viya-annotations-default\nsas-viya-appregistry-default\nsas-viya-audit-default\nsas-viya-authorization-default\nsas-viya-backup-agent-default\nsas-viya-backupmanager-default\nsas-viya-cachelocator-default\nsas-viya-cacheserver-default\nsas-viya-cas-access-management-default\nsas-viya-cas-administration-default\nsas-viya-cas-formats-default\nsas-viya-cas-license-default\nsas-viya-casrowsets-default\nsas-viya-codedebugger-default\nsas-viya-codedebuggerui-default\nsas-viya-comments-default\nsas-viya-configuration-default\nsas-viya-consul-default\nsas-viya-credentials-default\nsas-viya-crossdomainproxy-default\nsas-viya-dataagens-default.service\nsas-viya-dataexplorer-default\nsas-viya-data-mining-default\nsas-viya-dataplans-default\nsas-viya-dataprofiles-default\nsas-viya-dataquality-default\nsas-viya-datastudio-default\nsas-viya-deploymentBackup-default\nsas-viya-device-management-default\nsas-viya-dmdats-default.service\nsas-viya-dmtransfors-default.service\nsas-viya-drive-default\nsas-viya-environmentmanager-default\nsas-viya-files-default\nsas-viya-folders-default\nsas-viya-fonts-default\nsas-viya-geo-enrichment-default\nsas-viya-graph-templates-default\nsas-viya-httpproxy-default\nsas-viya-identities-default\nsas-viya-import9-default\nsas-viya-jobexecution-default\nsas-viya-jobflowscheduling-default\nsas-viya-lineage-default\nsas-viya-links-default\nsas-viya-mail-default\nsas-viya-maps-default\nsas-viya-mbagent-default\nsas-viya-microanalyti-default.service\nsas-viya-ml-pipeline-automation-default\nsas-viya-modelmanagement-default\nsas-viya-modelmanager-default\nsas-viya-modelpublish-default\nsas-viya-modelrepository-default\nsas-viya-monitoring-default\nsas-viya-naturalLanguageGeneration-default\nsas-viya-naturalLanguageUnderstanding-default\nsas-viya-notifications-default\nsas-viya-ops-agent-default\nsas-viya-ops-agentsrv-default\nsas-viya-preferences-default\nsas-viya-projects-default\nsas-viya-qkbmanagement-default\nsas-viya-rabbitmq-server-default\nsas-viya-relationships-default\nsas-viya-reporsgroup-default.service\nsas-viya-report-data-default\nsas-viya-reportdistribution-default\nsas-viya-report-packages-default\nsas-viya-report-renderer-default\nsas-viya-reportviewernaturallanguageunderstanding-default\nsas-viya-results-default\nsas-viya-sasgraphbuilder-default\nsas-viya-saslogon-default\nsas-viya-sasthemedesigner-default\nsas-viya-sasvisualanalytics-default\nsas-viya-scheduler-default\nsas-viya-scoredefinitions-default\nsas-viya-scoreexecution-default\nsas-viya-search-default\nsas-viya-stream-evdm-default\nsas-viya-studiov-default\nsas-viya-templates-default\nsas-viya-tenant-default\nsas-viya-themecontent-default\nsas-viya-themes-default\nsas-viya-thumbnails-default\nsas-viya-transfer-default\nsas-viya-types-default\nsas-viya-vault-default\nsas-viya-visual-pipeline-default\nsas-viya-watch-log-default\nsas-viya-web-data-access-default\nsas-viya-workflow-default\nsas-viya-workflowmanager-default\nsas-viya-workflowsupport-default \N \N \N \N \N \N \N 0.0.0.0:10600 users:(("uxioserv",pid=4956,fd=8))\n0.0.0.0:10604 users:(("uxeepsrv",pid=6150,fd=9))\n0.0.0.0:10605 users:(("uxbvssrv",pid=6602,fd=3))\n0.0.0.0:10611 users:(("uxcdjsrv",pid=6374,fd=3))\n0.0.0.0:10615 users:(("uxdqmsrv",pid=5078,fd=3))\n0.0.0.0:10618 users:(("uxgsisrv",pid=6203,fd=11))\n0.0.0.0:15672 users:(("beam.smp",pid=35626,fd=128))\n0.0.0.0:20048 users:(("rpc.mountd",pid=1250,fd=8))\n0.0.0.0:2049 \n0.0.0.0:25672 users:(("beam.smp",pid=35626,fd=75))\n0.0.0.0:34083 \n0.0.0.0:389 users:(("slapd",pid=1452,fd=7))\n0.0.0.0:4369 users:(("epmd",pid=34719,fd=3))\n0.0.0.0:46447 users:(("rpc.statd",pid=1205,fd=9))\n0.0.0.0:5430 users:(("pgpool",pid=4191497,fd=10),("pgpool",pid=4176034,fd=10),("pgpool",pid=4173518,fd=10),("pgpool",pid=4171054,fd=10),("pgpool",pid=4160594,fd=10),("pgpool",pid=4137987,fd=10),("pgpool",pid=4135517,fd=10),("pgpool",pid=4134494,fd=10),("pgpool",pid=4133504,fd=10),("pgpool",pid=4130879,fd=10),("pgpool",pid=4118795,fd=10),("pgpool",pid=4110689,fd=10),("pgpool",pid=4107832,fd=10),("pgpool",pid=4106324,fd=10),("pgpool",pid=4101074,fd=10),("pgpool",pid=4100646,fd=10),("pgpool",pid=4095308,fd=10),("pgpool",pid=4080791,fd=10),("pgpool",pid=4078984,fd=10),("pgpool",pid=4077904,fd=10),("pgpool",pid=4076024,fd=10),("pgpool",pid=4075090,fd=10),("pgpool",pid=4068840,fd=10),("pgpool",pid=4065098,fd=10),("pgpool",pid=4064196,fd=10),("pgpool",pid=4063658,fd=10),("pgpool",pid=4056656,fd=10),("pgpool",pid=4054369,fd=10),("pgpool",pid=4053739,fd=10),("pgpool",pid=4052272,fd=10),("pgpool",pid=4050140,fd=10),("pgpool",pid=4048828,fd=10),("pgpool",pid=4045385,fd=10),("pgpool",pid=4034600,fd=10),("pgpool",pid=4026067,fd=10),("pgpool",pid=4025381,fd=10),("pgpool",pid=4024534,fd=10),("pgpool",pid=4021720,fd=10),("pgpool",pid=4020381,fd=10),("pgpool",pid=4001908,fd=10),("pgpool",pid=3995363,fd=10),("pgpool",pid=3993004,fd=10),("pgpool",pid=3992912,fd=10),("pgpool",pid=3992658,fd=10),("pgpool",pid=3990233,fd=10),("pgpool",pid=3990232,fd=10),("pgpool",pid=3987891,fd=10),("pgpool",pid=3986868,fd=10),("pgpool",pid=3977778,fd=10),("pgpool",pid=3971975,fd=10),("pgpool",pid=3967550,fd=10),("pgpool",pid=3966251,fd=10),("pgpool",pid=3960212,fd=10),("pgpool",pid=3940431,fd=10),("pgpool",pid=3939572,fd=10),("pgpool",pid=3939257,fd=10),("pgpool",pid=3938206,fd=10),("pgpool",pid=3922500,fd=10),("pgpool",pid=3912426,fd=10),("pgpool",pid=3911648,fd=10),("pgpool",pid=3910167,fd=10),("pgpool",pid=3908152,fd=10),("pgpool",pid=3907263,fd=10),("pgpool",pid=3907260,fd=10),("pgpool",pid=3907220,fd=10),("pgpool",pid=3900173,fd=10),("pgpool",pid=3897955,fd=10),("pgpool",pid=3895927,fd=10),("pgpool",pid=3895053,fd=10),("pgpool",pid=3888409,fd=10),("pgpool",pid=3888132,fd=10),("pgpool",pid=3883309,fd=10),("pgpool",pid=3883280,fd=10),("pgpool",pid=3878556,fd=10),("pgpool",pid=3877508,fd=10),("pgpool",pid=3871139,fd=10),("pgpool",pid=3870872,fd=10),("pgpool",pid=3869163,fd=10),("pgpool",pid=3856161,fd=10),("pgpool",pid=3855475,fd=10),("pgpool",pid=3855216,fd=10),("pgpool",pid=3853410,fd=10),("pgpool",pid=3849350,fd=10),("pgpool",pid=3846148,fd=10),("pgpool",pid=3844263,fd=10),("pgpool",pid=3843263,fd=10),("pgpool",pid=3837728,fd=10),("pgpool",pid=3831540,fd=10),("pgpool",pid=3827504,fd=10),("pgpool",pid=3827494,fd=10),("pgpool",pid=3827493,fd=10),("pgpool",pid=3827487,fd=10),("pgpool",pid=3827301,fd=10),("pgpool",pid=3825593,fd=10),("pgpool",pid=3822632,fd=10),("pgpool",pid=3808696,fd=10),("pgpool",pid=3795237,fd=10),("pgpool",pid=3791167,fd=10),("pgpool",pid=3783375,fd=10),("pgpool",pid=3781177,fd=10),("pgpool",pid=3771215,fd=10),("pgpool",pid=3770155,fd=10),("pgpool",pid=3770142,fd=10),("pgpool",pid=3769368,fd=10),("pgpool",pid=3765652,fd=10),("pgpool",pid=3763618,fd=10),("pgpool",pid=3759576,fd=10),("pgpool",pid=3756303,fd=10),("pgpool",pid=3751072,fd=10),("pgpool",pid=3742543,fd=10),("pgpool",pid=3739387,fd=10),("pgpool",pid=3739285,fd=10),("pgpool",pid=3739245,fd=10),("pgpool",pid=3739243,fd=10),("pgpool",pid=3738404,fd=10),("pgpool",pid=3738319,fd=10),("pgpool",pid=3732755,fd=10),("pgpool",pid=3732159,fd=10),("pgpool",pid=3730225,fd=10),("pgpool",pid=3717518,fd=10),("pgpool",pid=3717517,fd=10),("pgpool",pid=3717516,fd=10),("pgpool",pid=3716608,fd=10),("pgpool",pid=3716002,fd=10),("pgpool",pid=3714817,fd=10),("pgpool",pid=3713027,fd=10),("pgpool",pid=3711818,fd=10),("pgpool",pid=3703392,fd=10),("pgpool",pid=3699357,fd=10),("pgpool",pid=3698117,fd=10),("pgpool",pid=3682442,fd=10),("pgpool",pid=3680416,fd=10),("pgpool",pid=3672473,fd=10),("pgpool",pid=3668581,fd=10),("pgpool",pid=3668195,fd=10),("pgpool",pid=3658713,fd=10),("pgpool",pid=3658630,fd=10),("pgpool",pid=3658266,fd=10),("pgpool",pid=3655663,fd=10),("pgpool",pid=3655662,fd=10),("pgpool",pid=3651008,fd=10),("pgpool",pid=3643674,fd=10),("pgpool",pid=3630876,fd=10),("pgpool",pid=3630862,fd=10),("pgpool",pid=3630540,fd=10),("pgpool",pid=3629412,fd=10),("pgpool",pid=3629015,fd=10),("pgpool",pid=3628329,fd=10),("pgpool",pid=3626999,fd=10),("pgpool",pid=3623677,fd=10),("pgpool",pid=3602158,fd=10),("pgpool",pid=3600506,fd=10),("pgpool",pid=3600505,fd=10),("pgpool",pid=3600007,fd=10),("pgpool",pid=3599228,fd=10),("pgpool",pid=3594004,fd=10),("pgpool",pid=3593728,fd=10),("pgpool",pid=3587895,fd=10),("pgpool",pid=3577064,fd=10),("pgpool",pid=3576251,fd=10),("pgpool",pid=3565390,fd=10),("pgpool",pid=3559704,fd=10),("pgpool",pid=3546609,fd=10),("pgpool",pid=3545048,fd=10),("pgpool",pid=3543940,fd=10),("pgpool",pid=3543938,fd=10),("pgpool",pid=3541792,fd=10),("pgpool",pid=3535430,fd=10),("pgpool",pid=3533590,fd=10),("pgpool",pid=3518201,fd=10),("pgpool",pid=3518152,fd=10),("pgpool",pid=3517163,fd=10),("pgpool",pid=3516749,fd=10),("pgpool",pid=3514037,fd=10),("pgpool",pid=3498836,fd=10),("pgpool",pid=3494062,fd=10),("pgpool",pid=3492158,fd=10),("pgpool",pid=3490646,fd=10),("pgpool",pid=3479953,fd=10),("pgpool",pid=3467198,fd=10),("pgpool",pid=3450373,fd=10),("pgpool",pid=3445891,fd=10),("pgpool",pid=3438230,fd=10),("pgpool",pid=3434538,fd=10),("pgpool",pid=3429198,fd=10),("pgpool",pid=3407923,fd=10),("pgpool",pid=3406068,fd=10),("pgpool",pid=3405837,fd=10),("pgpool",pid=3381253,fd=10),("pgpool",pid=3380188,fd=10),("pgpool",pid=3379809,fd=10),("pgpool",pid=3379351,fd=10),("pgpool",pid=3379349,fd=10),("pgpool",pid=3379347,fd=10),("pgpool",pid=3379344,fd=10),("pgpool",pid=3371891,fd=10),("pgpool",pid=3363553,fd=10),("pgpool",pid=3359565,fd=10),("pgpool",pid=3346845,fd=10),("pgpool",pid=3324195,fd=10),("pgpool",pid=3318136,fd=10),("pgpool",pid=3310553,fd=10),("pgpool",pid=3310231,fd=10),("pgpool",pid=3309602,fd=10),("pgpool",pid=3307275,fd=10),("pgpool",pid=3281253,fd=10),("pgpool",pid=3278020,fd=10),("pgpool",pid=3273635,fd=10),("pgpool",pid=3254412,fd=10),("pgpool",pid=3253544,fd=10),("pgpool",pid=3234026,fd=10),("pgpool",pid=3225523,fd=10),("pgpool",pid=3223920,fd=10),("pgpool",pid=3223628,fd=10),("pgpool",pid=3199483,fd=10),("pgpool",pid=3193628,fd=10),("pgpool",pid=3192043,fd=10),("pgpool",pid=3185649,fd=10),("pgpool",pid=3184838,fd=10),("pgpool",pid=3178850,fd=10),("pgpool",pid=3172472,fd=10),("pgpool",pid=3170944,fd=10),("pgpool",pid=3170248,fd=10),("pgpool",pid=3167381,fd=10),("pgpool",pid=3167263,fd=10),("pgpool",pid=3143164,fd=10),("pgpool",pid=3142138,fd=10),("pgpool",pid=3117273,fd=10),("pgpool",pid=3115320,fd=10),("pgpool",pid=3114440,fd=10),("pgpool",pid=3099974,fd=10),("pgpool",pid=3099032,fd=10),("pgpool",pid=3085740,fd=10),("pgpool",pid=3083990,fd=10),("pgpool",pid=3080213,fd=10),("pgpool",pid=3080091,fd=10),("pgpool",pid=3080080,fd=10),("pgpool",pid=3077891,fd=10),("pgpool",pid=3077027,fd=10),("pgpool",pid=3075348,fd=10),("pgpool",pid=3075085,fd=10),("pgpool",pid=3065785,fd=10),("pgpool",pid=3051207,fd=10),("pgpool",pid=3046097,fd=10),("pgpool",pid=3045675,fd=10),("pgpool",pid=3045673,fd=10),("pgpool",pid=3043988,fd=10),("pgpool",pid=3042311,fd=10),("pgpool",pid=3042132,fd=10),("pgpool",pid=3033416,fd=10),("pgpool",pid=3033243,fd=10),("pgpool",pid=3033037,fd=10),("pgpool",pid=3019709,fd=10),("pgpool",pid=3018756,fd=10),("pgpool",pid=3012186,fd=10),("pgpool",pid=3005088,fd=10),("pgpool",pid=3004607,fd=10),("pgpool",pid=2995634,fd=10),("pgpool",pid=2991946,fd=10),("pgpool",pid=2987031,fd=10),("pgpool",pid=2970139,fd=10),("pgpool",pid=2968329,fd=10),("pgpool",pid=2965925,fd=10),("pgpool",pid=2960699,fd=10),("pgpool",pid=2949125,fd=10),("pgpool",pid=2936135,fd=10),("pgpool",pid=2928041,fd=10),("pgpool",pid=2915257,fd=10),("pgpool",pid=2914925,fd=10),("pgpool",pid=2913755,fd=10),("pgpool",pid=2910802,fd=10),("pgpool",pid=2906850,fd=10),("pgpool",pid=2905791,fd=10),("pgpool",pid=2903354,fd=10),("pgpool",pid=2888496,fd=10),("pgpool",pid=2886481,fd=10),("pgpool",pid=2877900,fd=10),("pgpool",pid=2877291,fd=10),("pgpool",pid=2873990,fd=10),("pgpool",pid=2872208,fd=10),("pgpool",pid=2863694,fd=10),("pgpool",pid=2862564,fd=10),("pgpool",pid=2855680,fd=10),("pgpool",pid=2821557,fd=10),("pgpool",pid=2814606,fd=10),("pgpool",pid=2810763,fd=10),("pgpool",pid=2791531,fd=10),("pgpool",pid=2787223,fd=10),("pgpool",pid=2785910,fd=10),("pgpool",pid=2780523,fd=10),("pgpool",pid=2780390,fd=10),("pgpool",pid=2780341,fd=10),("pgpool",pid=2780340,fd=10),("pgpool",pid=2780335,fd=10),("pgpool",pid=2780208,fd=10),("pgpool",pid=2779522,fd=10),("pgpool",pid=2774905,fd=10),("pgpool",pid=2770847,fd=10),("pgpool",pid=2766398,fd=10),("pgpool",pid=2762547,fd=10),("pgpool",pid=2744348,fd=10),("pgpool",pid=2744211,fd=10),("pgpool",pid=2733346,fd=10),("pgpool",pid=2732657,fd=10),("pgpool",pid=2710495,fd=10),("pgpool",pid=2689853,fd=10),("pgpool",pid=2689227,fd=10),("pgpool",pid=2686789,fd=10),("pgpool",pid=2681967,fd=10),("pgpool",pid=2665702,fd=10),("pgpool",pid=2662400,fd=10),("pgpool",pid=2657540,fd=10),("pgpool",pid=2648343,fd=10),("pgpool",pid=2628178,fd=10),("pgpool",pid=2610633,fd=10),("pgpool",pid=2610388,fd=10),("pgpool",pid=2607609,fd=10),("pgpool",pid=2599248,fd=10),("pgpool",pid=2598734,fd=10),("pgpool",pid=2582665,fd=10),("pgpool",pid=2578342,fd=10),("pgpool",pid=2577002,fd=10),("pgpool",pid=2576012,fd=10),("pgpool",pid=2550253,fd=10),("pgpool",pid=2543768,fd=10),("pgpool",pid=2539153,fd=10),("pgpool",pid=2533617,fd=10),("pgpool",pid=2532699,fd=10),("pgpool",pid=2527396,fd=10),("pgpool",pid=2524026,fd=10),("pgpool",pid=2500777,fd=10),("pgpool",pid=2483572,fd=10),("pgpool",pid=2480464,fd=10),("pgpool",pid=2472721,fd=10),("pgpool",pid=2459415,fd=10),("pgpool",pid=2448695,fd=10),("pgpool",pid=2444250,fd=10),("pgpool",pid=2443569,fd=10),("pgpool",pid=2443373,fd=10),("pgpool",pid=2415357,fd=10),("pgpool",pid=2404956,fd=10),("pgpool",pid=2399639,fd=10),("pgpool",pid=2390611,fd=10),("pgpool",pid=2382945,fd=10),("pgpool",pid=2382431,fd=10),("pgpool",pid=2376655,fd=10),("pgpool",pid=2372492,fd=10),("pgpool",pid=2365883,fd=10),("pgpool",pid=2357803,fd=10),("pgpool",pid=2351417,fd=10),("pgpool",pid=2350790,fd=10),("pgpool",pid=2348758,fd=10),("pgpool",pid=2345434,fd=10),("pgpool",pid=2344566,fd=10),("pgpool",pid=2341936,fd=10),("pgpool",pid=2337746,fd=10),("pgpool",pid=2332891,fd=10),("pgpool",pid=2323767,fd=10),("pgpool",pid=2323421,fd=10),("pgpool",pid=2316245,fd=10),("pgpool",pid=2315825,fd=10),("pgpool",pid=2304871,fd=10),("pgpool",pid=2304870,fd=10),("pgpool",pid=2304865,fd=10),("pgpool",pid=2304850,fd=10),("pgpool",pid=2304844,fd=10),("pgpool",pid=2304842,fd=10),("pgpool",pid=2304695,fd=10),("pgpool",pid=2300397,fd=10),("pgpool",pid=2294263,fd=10),("pgpool",pid=2293424,fd=10),("pgpool",pid=2290279,fd=10),("pgpool",pid=2289795,fd=10),("pgpool",pid=2283954,fd=10),("pgpool",pid=2276586,fd=10),("pgpool",pid=2272784,fd=10),("pgpool",pid=2272153,fd=10),("pgpool",pid=2266954,fd=10),("pgpool",pid=2264194,fd=10),("pgpool",pid=2260868,fd=10),("pgpool",pid=2259888,fd=10),("pgpool",pid=2234670,fd=10),("pgpool",pid=2232236,fd=10),("pgpool",pid=2232230,fd=10),("pgpool",pid=2231434,fd=10),("pgpool",pid=2230804,fd=10),("pgpool",pid=2229704,fd=10),("pgpool",pid=2221485,fd=10),("pgpool",pid=2219673,fd=10),("pgpool",pid=2218697,fd=10),("pgpool",pid=2215843,fd=10),("pgpool",pid=2213494,fd=10),("pgpool",pid=2212582,fd=10),("pgpool",pid=2211451,fd=10),("pgpool",pid=2210632,fd=10),("pgpool",pid=2209534,fd=10),("pgpool",pid=2209531,fd=10),("pgpool",pid=2202411,fd=10),("pgpool",pid=2199140,fd=10),("pgpool",pid=2192689,fd=10),("pgpool",pid=2188599,fd=10),("pgpool",pid=2188365,fd=10),("pgpool",pid=2186250,fd=10),("pgpool",pid=2185168,fd=10),("pgpool",pid=2184097,fd=10),("pgpool",pid=2179792,fd=10),("pgpool",pid=2175347,fd=10),("pgpool",pid=2175336,fd=10),("pgpool",pid=2173299,fd=10),("pgpool",pid=2169888,fd=10),("pgpool",pid=2168355,fd=10),("pgpool",pid=2163186,fd=10),("pgpool",pid=2160059,fd=10),("pgpool",pid=2159525,fd=10),("pgpool",pid=2157775,fd=10),("pgpool",pid=2156787,fd=10),("pgpool",pid=2154389,fd=10),("pgpool",pid=2146275,fd=10),("pgpool",pid=2144374,fd=10),("pgpool",pid=2143981,fd=10),("pgpool",pid=2143813,fd=10),("pgpool",pid=2135959,fd=10),("pgpool",pid=2127852,fd=10),("pgpool",pid=2126025,fd=10),("pgpool",pid=2122719,fd=10),("pgpool",pid=2120699,fd=10),("pgpool",pid=2119465,fd=10),("pgpool",pid=2119249,fd=10),("pgpool",pid=2118073,fd=10),("pgpool",pid=2106997,fd=10),("pgpool",pid=2106430,fd=10),("pgpool",pid=2104912,fd=10),("pgpool",pid=2101735,fd=10),("pgpool",pid=2097980,fd=10),("pgpool",pid=2097089,fd=10),("pgpool",pid=2097028,fd=10),("pgpool",pid=2095224,fd=10),("pgpool",pid=2091971,fd=10),("pgpool",pid=2082324,fd=10),("pgpool",pid=2078413,fd=10),("pgpool",pid=2077086,fd=10),("pgpool",pid=2076913,fd=10),("pgpool",pid=2071841,fd=10),("pgpool",pid=2068488,fd=10),("pgpool",pid=2063629,fd=10),("pgpool",pid=2050151,fd=10),("pgpool",pid=2046111,fd=10),("pgpool",pid=2045869,fd=10),("pgpool",pid=2041211,fd=10),("pgpool",pid=2038320,fd=10),("pgpool",pid=2034494,fd=10),("pgpool",pid=2032769,fd=10),("pgpool",pid=2031821,fd=10),("pgpool",pid=2031382,fd=10),("pgpool",pid=2022006,fd=10),("pgpool",pid=2021073,fd=10),("pgpool",pid=2021014,fd=10),("pgpool",pid=2016886,fd=10),("pgpool",pid=2015420,fd=10),("pgpool",pid=2014634,fd=10),("pgpool",pid=2014626,fd=10),("pgpool",pid=1999529,fd=10),("pgpool",pid=1996227,fd=10),("pgpool",pid=1996148,fd=10),("pgpool",pid=1996146,fd=10),("pgpool",pid=1996145,fd=10),("pgpool",pid=1996143,fd=10),("pgpool",pid=1995537,fd=10),("pgpool",pid=1995020,fd=10),("pgpool",pid=1994492,fd=10),("pgpool",pid=1992777,fd=10),("pgpool",pid=1992549,fd=10),("pgpool",pid=1992071,fd=10),("pgpool",pid=1991555,fd=10),("pgpool",pid=1991339,fd=10),("pgpool",pid=1983812,fd=10),("pgpool",pid=1964724,fd=10),("pgpool",pid=1962245,fd=10),("pgpool",pid=1958874,fd=10),("pgpool",pid=1957224,fd=10),("pgpool",pid=1955424,fd=10),("pgpool",pid=1950944,fd=10),("pgpool",pid=1947080,fd=10),("pgpool",pid=1946195,fd=10),("pgpool",pid=1939279,fd=10),("pgpool",pid=1938859,fd=10),("pgpool",pid=1936126,fd=10),("pgpool",pid=1929509,fd=10),("pgpool",pid=1924244,fd=10),("pgpool",pid=1918869,fd=10),("pgpool",pid=1916896,fd=10),("pgpool",pid=1912212,fd=10),("pgpool",pid=1910301,fd=10),("pgpool",pid=1893007,fd=10),("pgpool",pid=1891142,fd=10),("pgpool",pid=1889297,fd=10),("pgpool",pid=1885545,fd=10),("pgpool",pid=1883356,fd=10),("pgpool",pid=1878139,fd=10),("pgpool",pid=1878126,fd=10),("pgpool",pid=1870348,fd=10),("pgpool",pid=1866094,fd=10),("pgpool",pid=1865174,fd=10),("pgpool",pid=1863915,fd=10),("pgpool",pid=1861260,fd=10),("pgpool",pid=1859841,fd=10),("pgpool",pid=1855155,fd=10),("pgpool",pid=1853977,fd=10),("pgpool",pid=1838924,fd=10),("pgpool",pid=1837072,fd=10),("pgpool",pid=1836694,fd=10),("pgpool",pid=1834235,fd=10),("pgpool",pid=1832535,fd=10),("pgpool",pid=1813588,fd=10),("pgpool",pid=1810059,fd=10),("pgpool",pid=1809280,fd=10),("pgpool",pid=1805506,fd=10),("pgpool",pid=1784060,fd=10),("pgpool",pid=1781991,fd=10),("pgpool",pid=1781094,fd=10),("pgpool",pid=1780440,fd=10),("pgpool",pid=1772718,fd=10),("pgpool",pid=1754818,fd=10),("pgpool",pid=1752585,fd=10),("pgpool",pid=1740280,fd=10),("pgpool",pid=1738203,fd=10),("pgpool",pid=1730490,fd=10),("pgpool",pid=1727858,fd=10),("pgpool",pid=1725932,fd=10),("pgpool",pid=1724325,fd=10),("pgpool",pid=1724278,fd=10),("pgpool",pid=1716350,fd=10),("pgpool",pid=1711319,fd=10),("pgpool",pid=1698105,fd=10),("pgpool",pid=1696507,fd=10),("pgpool",pid=1696096,fd=10),("pgpool",pid=1694428,fd=10),("pgpool",pid=1688112,fd=10),("pgpool",pid=1685774,fd=10),("pgpool",pid=1684325,fd=10),("pgpool",pid=1683941,fd=10),("pgpool",pid=1675317,fd=10),("pgpool",pid=1669451,fd=10),("pgpool",pid=1659248,fd=10),("pgpool",pid=1642559,fd=10),("pgpool",pid=1640400,fd=10),("pgpool",pid=1640223,fd=10),("pgpool",pid=1639586,fd=10),("pgpool",pid=1635202,fd=10),("pgpool",pid=1616670,fd=10),("pgpool",pid=1616141,fd=10),("pgpool",pid=1615543,fd=10),("pgpool",pid=1615443,fd=10),("pgpool",pid=1615360,fd=10),("pgpool",pid=1614880,fd=10),("pgpool",pid=1614877,fd=10),("pgpool",pid=1614876,fd=10),("pgpool",pid=1614868,fd=10),("pgpool",pid=1614863,fd=10),("pgpool",pid=1611139,fd=10),("pgpool",pid=1608811,fd=10),("pgpool",pid=1601128,fd=10),("pgpool",pid=1592803,fd=10),("pgpool",pid=1588937,fd=10),("pgpool",pid=1588745,fd=10),("pgpool",pid=1586884,fd=10),("pgpool",pid=1584842,fd=10),("pgpool",pid=1584028,fd=10),("pgpool",pid=1583088,fd=10),("pgpool",pid=1578908,fd=10),("pgpool",pid=1574389,fd=10),("pgpool",pid=1570982,fd=10),("pgpool",pid=1568993,fd=10),("pgpool",pid=1561079,fd=10),("pgpool",pid=1558316,fd=10),("pgpool",pid=1557401,fd=10),("pgpool",pid=1557315,fd=10),("pgpool",pid=1548833,fd=10),("pgpool",pid=1545669,fd=10),("pgpool",pid=1543079,fd=10),("pgpool",pid=1542443,fd=10),("pgpool",pid=1533273,fd=10),("pgpool",pid=1533047,fd=10),("pgpool",pid=1516418,fd=10),("pgpool",pid=1514830,fd=10),("pgpool",pid=1505188,fd=10),("pgpool",pid=1499307,fd=10),("pgpool",pid=1497755,fd=10),("pgpool",pid=1496485,fd=10),("pgpool",pid=1490190,fd=10),("pgpool",pid=1489611,fd=10),("pgpool",pid=1488008,fd=10),("pgpool",pid=1476840,fd=10),("pgpool",pid=1476838,fd=10),("pgpool",pid=1476083,fd=10),("pgpool",pid=1475091,fd=10),("pgpool",pid=1471613,fd=10),("pgpool",pid=1469178,fd=10),("pgpool",pid=1451912,fd=10),("pgpool",pid=1448708,fd=10),("pgpool",pid=1448346,fd=10),("pgpool",pid=1446212,fd=10),("pgpool",pid=1432785,fd=10),("pgpool",pid=1429466,fd=10),("pgpool",pid=1420281,fd=10),("pgpool",pid=1415750,fd=10),("pgpool",pid=1404389,fd=10),("pgpool",pid=1392766,fd=10),("pgpool",pid=1392624,fd=10),("pgpool",pid=1390902,fd=10),("pgpool",pid=1390187,fd=10),("pgpool",pid=1389364,fd=10),("pgpool",pid=1389285,fd=10),("pgpool",pid=1389271,fd=10),("pgpool",pid=1388917,fd=10),("pgpool",pid=1373032,fd=10),("pgpool",pid=1367987,fd=10),("pgpool",pid=1366549,fd=10),("pgpool",pid=1366547,fd=10),("pgpool",pid=1366178,fd=10),("pgpool",pid=1366172,fd=10),("pgpool",pid=1366170,fd=10),("pgpool",pid=1363970,fd=10),("pgpool",pid=1361506,fd=10),("pgpool",pid=1346051,fd=10),("pgpool",pid=1339704,fd=10),("pgpool",pid=1339670,fd=10),("pgpool",pid=1339656,fd=10),("pgpool",pid=1339654,fd=10),("pgpool",pid=1339652,fd=10),("pgpool",pid=1339543,fd=10),("pgpool",pid=1336811,fd=10),("pgpool",pid=1325507,fd=10),("pgpool",pid=1320989,fd=10),("pgpool",pid=1320503,fd=10),("pgpool",pid=1311091,fd=10),("pgpool",pid=1307638,fd=10),("pgpool",pid=1307210,fd=10),("pgpool",pid=1306098,fd=10),("pgpool",pid=1302124,fd=10),("pgpool",pid=1302077,fd=10),("pgpool",pid=1291315,fd=10),("pgpool",pid=1285972,fd=10),("pgpool",pid=1283795,fd=10),("pgpool",pid=1279329,fd=10),("pgpool",pid=1279128,fd=10),("pgpool",pid=1278551,fd=10),("pgpool",pid=1269375,fd=10),("pgpool",pid=1262181,fd=10),("pgpool",pid=1261265,fd=10),("pgpool",pid=1258805,fd=10),("pgpool",pid=1257101,fd=10),("pgpool",pid=1254844,fd=10),("pgpool",pid=1251610,fd=10),("pgpool",pid=1251261,fd=10),("pgpool",pid=1247715,fd=10),("pgpool",pid=1245142,fd=10),("pgpool",pid=1244441,fd=10),("pgpool",pid=1244440,fd=10),("pgpool",pid=1238050,fd=10),("pgpool",pid=1237486,fd=10),("pgpool",pid=1234622,fd=10),("pgpool",pid=1228432,fd=10),("pgpool",pid=1226224,fd=10),("pgpool",pid=1225971,fd=10),("pgpool",pid=1224899,fd=10),("pgpool",pid=1222632,fd=10),("pgpool",pid=1220517,fd=10),("pgpool",pid=1218881,fd=10),("pgpool",pid=1215421,fd=10),("pgpool",pid=1197310,fd=10),("pgpool",pid=1196828,fd=10),("pgpool",pid=1195994,fd=10),("pgpool",pid=1192495,fd=10),("pgpool",pid=1190058,fd=10),("pgpool",pid=1189021,fd=10),("pgpool",pid=1184796,fd=10),("pgpool",pid=1175392,fd=10),("pgpool",pid=1173725,fd=10),("pgpool",pid=1173672,fd=10),("pgpool",pid=1167111,fd=10),("pgpool",pid=1166137,fd=10),("pgpool",pid=1161587,fd=10),("pgpool",pid=1154177,fd=10),("pgpool",pid=1151659,fd=10),("pgpool",pid=1147938,fd=10),("pgpool",pid=1147725,fd=10),("pgpool",pid=1147189,fd=10),("pgpool",pid=1145762,fd=10),("pgpool",pid=1142225,fd=10),("pgpool",pid=1136920,fd=10),("pgpool",pid=1136264,fd=10),("pgpool",pid=1131896,fd=10),("pgpool",pid=1131488,fd=10),("pgpool",pid=1129917,fd=10),("pgpool",pid=1124617,fd=10),("pgpool",pid=1123631,fd=10),("pgpool",pid=1121310,fd=10),("pgpool",pid=1118476,fd=10),("pgpool",pid=1117841,fd=10),("pgpool",pid=1110372,fd=10),("pgpool",pid=1105895,fd=10),("pgpool",pid=1105734,fd=10),("pgpool",pid=1098125,fd=10),("pgpool",pid=1094290,fd=10),("pgpool",pid=1092453,fd=10),("pgpool",pid=1082710,fd=10),("pgpool",pid=1078792,fd=10),("pgpool",pid=1056522,fd=10),("pgpool",pid=1054809,fd=10),("pgpool",pid=1052293,fd=10),("pgpool",pid=1030364,fd=10),("pgpool",pid=1029418,fd=10),("pgpool",pid=1026040,fd=10),("pgpool",pid=1024941,fd=10),("pgpool",pid=1013575,fd=10),("pgpool",pid=1006880,fd=10),("pgpool",pid=1006745,fd=10),("pgpool",pid=1003846,fd=10),("pgpool",pid=1001595,fd=10),("pgpool",pid=998998,fd=10),("pgpool",pid=998420,fd=10),("pgpool",pid=997421,fd=10),("pgpool",pid=995355,fd=10),("pgpool",pid=988782,fd=10),("pgpool",pid=985488,fd=10),("pgpool",pid=983768,fd=10),("pgpool",pid=983754,fd=10),("pgpool",pid=983675,fd=10),("pgpool",pid=974417,fd=10),("pgpool",pid=970061,fd=10),("pgpool",pid=968018,fd=10),("pgpool",pid=958682,fd=10),("pgpool",pid=950664,fd=10),("pgpool",pid=950662,fd=10),("pgpool",pid=950658,fd=10),("pgpool",pid=948179,fd=10),("pgpool",pid=944841,fd=10),("pgpool",pid=944772,fd=10),("pgpool",pid=929760,fd=10),("pgpool",pid=918017,fd=10),("pgpool",pid=916129,fd=10),("pgpool",pid=915378,fd=10),("pgpool",pid=913326,fd=10),("pgpool",pid=912317,fd=10),("pgpool",pid=912026,fd=10),("pgpool",pid=911231,fd=10),("pgpool",pid=903419,fd=10),("pgpool",pid=893018,fd=10),("pgpool",pid=892774,fd=10),("pgpool",pid=886136,fd=10),("pgpool",pid=885336,fd=10),("pgpool",pid=885335,fd=10),("pgpool",pid=885325,fd=10),("pgpool",pid=885003,fd=10),("pgpool",pid=877855,fd=10),("pgpool",pid=862856,fd=10),("pgpool",pid=862849,fd=10),("pgpool",pid=862847,fd=10),("pgpool",pid=861097,fd=10),("pgpool",pid=860976,fd=10),("pgpool",pid=856047,fd=10),("pgpool",pid=856016,fd=10),("pgpool",pid=856014,fd=10),("pgpool",pid=856009,fd=10),("pgpool",pid=845961,fd=10),("pgpool",pid=845431,fd=10),("pgpool",pid=844293,fd=10),("pgpool",pid=833431,fd=10),("pgpool",pid=827806,fd=10),("pgpool",pid=826925,fd=10),("pgpool",pid=819870,fd=10),("pgpool",pid=815943,fd=10),("pgpool",pid=812833,fd=10),("pgpool",pid=804502,fd=10),("pgpool",pid=800073,fd=10),("pgpool",pid=800071,fd=10),("pgpool",pid=800035,fd=10),("pgpool",pid=775200,fd=10),("pgpool",pid=774151,fd=10),("pgpool",pid=772427,fd=10),("pgpool",pid=768393,fd=10),("pgpool",pid=765701,fd=10),("pgpool",pid=759526,fd=10),("pgpool",pid=749263,fd=10),("pgpool",pid=743501,fd=10),("pgpool",pid=738600,fd=10),("pgpool",pid=731936,fd=10),("pgpool",pid=721658,fd=10),("pgpool",pid=720491,fd=10),("pgpool",pid=720088,fd=10),("pgpool",pid=701309,fd=10),("pgpool",pid=699641,fd=10),("pgpool",pid=693150,fd=10),("pgpool",pid=692426,fd=10),("pgpool",pid=692244,fd=10),("pgpool",pid=692213,fd=10),("pgpool",pid=681706,fd=10),("pgpool",pid=680291,fd=10),("pgpool",pid=666740,fd=10),("pgpool",pid=666354,fd=10),("pgpool",pid=661116,fd=10),("pgpool",pid=659800,fd=10),("pgpool",pid=658825,fd=10),("pgpool",pid=658520,fd=10),("pgpool",pid=658519,fd=10),("pgpool",pid=658135,fd=10),("pgpool",pid=639725,fd=10),("pgpool",pid=630537,fd=10),("pgpool",pid=603187,fd=10),("pgpool",pid=589734,fd=10),("pgpool",pid=589174,fd=10),("pgpool",pid=584304,fd=10),("pgpool",pid=579643,fd=10),("pgpool",pid=555506,fd=10),("pgpool",pid=537623,fd=10),("pgpool",pid=533046,fd=10),("pgpool",pid=529050,fd=10),("pgpool",pid=527506,fd=10),("pgpool",pid=519428,fd=10),("pgpool",pid=511389,fd=10),("pgpool",pid=510643,fd=10),("pgpool",pid=504947,fd=10),("pgpool",pid=502698,fd=10),("pgpool",pid=496903,fd=10),("pgpool",pid=496595,fd=10),("pgpool",pid=488673,fd=10),("pgpool",pid=482976,fd=10),("pgpool",pid=477682,fd=10),("pgpool",pid=470213,fd=10),("pgpool",pid=464855,fd=10),("pgpool",pid=463143,fd=10),("pgpool",pid=453861,fd=10),("pgpool",pid=452777,fd=10),("pgpool",pid=451970,fd=10),("pgpool",pid=449220,fd=10),("pgpool",pid=441818,fd=10),("pgpool",pid=436675,fd=10),("pgpool",pid=436488,fd=10),("pgpool",pid=436040,fd=10),("pgpool",pid=436039,fd=10),("pgpool",pid=436037,fd=10),("pgpool",pid=425479,fd=10),("pgpool",pid=424305,fd=10),("pgpool",pid=397445,fd=10),("pgpool",pid=391630,fd=10),("pgpool",pid=384270,fd=10),("pgpool",pid=369571,fd=10),("pgpool",pid=364626,fd=10),("pgpool",pid=364454,fd=10),("pgpool",pid=355629,fd=10),("pgpool",pid=353071,fd=10),("pgpool",pid=351199,fd=10),("pgpool",pid=350429,fd=10),("pgpool",pid=342597,fd=10),("pgpool",pid=340731,fd=10),("pgpool",pid=337062,fd=10),("pgpool",pid=336880,fd=10),("pgpool",pid=336879,fd=10),("pgpool",pid=336878,fd=10),("pgpool",pid=336877,fd=10),("pgpool",pid=336875,fd=10),("pgpool",pid=336785,fd=10),("pgpool",pid=319666,fd=10),("pgpool",pid=311557,fd=10),("pgpool",pid=307793,fd=10),("pgpool",pid=307552,fd=10),("pgpool",pid=303965,fd=10),("pgpool",pid=299484,fd=10),("pgpool",pid=294750,fd=10),("pgpool",pid=285567,fd=10),("pgpool",pid=281715,fd=10),("pgpool",pid=279708,fd=10),("pgpool",pid=277822,fd=10),("pgpool",pid=277492,fd=10),("pgpool",pid=257059,fd=10),("pgpool",pid=242798,fd=10),("pgpool",pid=239479,fd=10),("pgpool",pid=235201,fd=10),("pgpool",pid=232014,fd=10),("pgpool",pid=229998,fd=10),("pgpool",pid=227646,fd=10),("pgpool",pid=224273,fd=10),("pgpool",pid=215636,fd=10),("pgpool",pid=208036,fd=10),("pgpool",pid=199756,fd=10),("pgpool",pid=191586,fd=10),("pgpool",pid=191583,fd=10),("pgpool",pid=190938,fd=10),("pgpool",pid=182104,fd=10),("pgpool",pid=173256,fd=10),("pgpool",pid=169767,fd=10),("pgpool",pid=169591,fd=10),("pgpool",pid=169197,fd=10),("pgpool",pid=158484,fd=10),("pgpool",pid=155517,fd=10),("pgpool",pid=153866,fd=10),("pgpool",pid=148615,fd=10),("pgpool",pid=147177,fd=10),("pgpool",pid=142632,fd=10),("pgpool",pid=142612,fd=10),("pgpool",pid=141824,fd=10),("pgpool",pid=141038,fd=10),("pgpool",pid=140951,fd=10),("pgpool",pid=140495,fd=10),("pgpool",pid=140435,fd=10),("pgpool",pid=138714,fd=10),("pgpool",pid=138409,fd=10),("pgpool",pid=137907,fd=10),("pgpool",pid=137836,fd=10),("pgpool",pid=136184,fd=10),("pgpool",pid=126228,fd=10),("pgpool",pid=125603,fd=10),("pgpool",pid=124094,fd=10),("pgpool",pid=117391,fd=10),("pgpool",pid=116595,fd=10),("pgpool",pid=116583,fd=10),("pgpool",pid=111388,fd=10),("pgpool",pid=108556,fd=10),("pgpool",pid=107240,fd=10),("pgpool",pid=100447,fd=10),("pgpool",pid=82436,fd=10),("pgpool",pid=70191,fd=10),("pgpool",pid=68382,fd=10),("pgpool",pid=55278,fd=10),("pgpool",pid=54725,fd=10),("pgpool",pid=51403,fd=10),("pgpool",pid=48784,fd=10),("pgpool",pid=39898,fd=10),("pgpool",pid=38506,fd=10),("pgpool",pid=37347,fd=10),("pgpool",pid=28591,fd=10),("pgpool",pid=28590,fd=10),("pgpool",pid=28589,fd=10),("pgpool",pid=27562,fd=10),("pgpool",pid=25764,fd=10),("pgpool",pid=9944,fd=10),("pgpool",pid=8660,fd=10),("pgpool",pid=5997,fd=10),("pgpool",pid=3229,fd=10))\n0.0.0.0:5431 users:(("pgpool",pid=4191497,fd=5),("pgpool",pid=4176034,fd=5),("pgpool",pid=4173518,fd=5),("pgpool",pid=4171054,fd=5),("pgpool",pid=4160594,fd=5),("pgpool",pid=4137987,fd=5),("pgpool",pid=4135517,fd=5),("pgpool",pid=4134494,fd=5),("pgpool",pid=4133504,fd=5),("pgpool",pid=4130879,fd=5),("pgpool",pid=4118795,fd=5),("pgpool",pid=4110689,fd=5),("pgpool",pid=4107832,fd=5),("pgpool",pid=4106324,fd=5),("pgpool",pid=4101074,fd=5),("pgpool",pid=4100646,fd=5),("pgpool",pid=4095308,fd=5),("pgpool",pid=4080791,fd=5),("pgpool",pid=4078984,fd=5),("pgpool",pid=4077904,fd=5),("pgpool",pid=4076024,fd=5),("pgpool",pid=4075090,fd=5),("pgpool",pid=4068840,fd=5),("pgpool",pid=4065098,fd=5),("pgpool",pid=4064196,fd=5),("pgpool",pid=4063658,fd=5),("pgpool",pid=4056656,fd=5),("pgpool",pid=4054369,fd=5),("pgpool",pid=4053739,fd=5),("pgpool",pid=4052272,fd=5),("pgpool",pid=4050140,fd=5),("pgpool",pid=4048828,fd=5),("pgpool",pid=4045385,fd=5),("pgpool",pid=4034600,fd=5),("pgpool",pid=4026067,fd=5),("pgpool",pid=4025381,fd=5),("pgpool",pid=4024534,fd=5),("pgpool",pid=4021720,fd=5),("pgpool",pid=4020381,fd=5),("pgpool",pid=4001908,fd=5),("pgpool",pid=3995363,fd=5),("pgpool",pid=3993004,fd=5),("pgpool",pid=3992912,fd=5),("pgpool",pid=3992658,fd=5),("pgpool",pid=3990233,fd=5),("pgpool",pid=3990232,fd=5),("pgpool",pid=3987891,fd=5),("pgpool",pid=3986868,fd=5),("pgpool",pid=3977778,fd=5),("pgpool",pid=3971975,fd=5),("pgpool",pid=3967550,fd=5),("pgpool",pid=3966251,fd=5),("pgpool",pid=3960212,fd=5),("pgpool",pid=3940431,fd=5),("pgpool",pid=3939572,fd=5),("pgpool",pid=3939257,fd=5),("pgpool",pid=3938206,fd=5),("pgpool",pid=3922500,fd=5),("pgpool",pid=3912426,fd=5),("pgpool",pid=3911648,fd=5),("pgpool",pid=3910167,fd=5),("pgpool",pid=3908152,fd=5),("pgpool",pid=3907263,fd=5),("pgpool",pid=3907260,fd=5),("pgpool",pid=3907220,fd=5),("pgpool",pid=3900173,fd=5),("pgpool",pid=3897955,fd=5),("pgpool",pid=3895927,fd=5),("pgpool",pid=3895053,fd=5),("pgpool",pid=3888409,fd=5),("pgpool",pid=3888132,fd=5),("pgpool",pid=3883309,fd=5),("pgpool",pid=3883280,fd=5),("pgpool",pid=3878556,fd=5),("pgpool",pid=3877508,fd=5),("pgpool",pid=3871139,fd=5),("pgpool",pid=3870872,fd=5),("pgpool",pid=3869163,fd=5),("pgpool",pid=3856161,fd=5),("pgpool",pid=3855475,fd=5),("pgpool",pid=3855216,fd=5),("pgpool",pid=3853410,fd=5),("pgpool",pid=3849350,fd=5),("pgpool",pid=3846148,fd=5),("pgpool",pid=3844263,fd=5),("pgpool",pid=3843263,fd=5),("pgpool",pid=3837728,fd=5),("pgpool",pid=3831540,fd=5),("pgpool",pid=3827504,fd=5),("pgpool",pid=3827494,fd=5),("pgpool",pid=3827493,fd=5),("pgpool",pid=3827487,fd=5),("pgpool",pid=3827301,fd=5),("pgpool",pid=3825593,fd=5),("pgpool",pid=3822632,fd=5),("pgpool",pid=3808696,fd=5),("pgpool",pid=3795237,fd=5),("pgpool",pid=3791167,fd=5),("pgpool",pid=3783375,fd=5),("pgpool",pid=3781177,fd=5),("pgpool",pid=3771215,fd=5),("pgpool",pid=3770155,fd=5),("pgpool",pid=3770142,fd=5),("pgpool",pid=3769368,fd=5),("pgpool",pid=3765652,fd=5),("pgpool",pid=3763618,fd=5),("pgpool",pid=3759576,fd=5),("pgpool",pid=3756303,fd=5),("pgpool",pid=3751072,fd=5),("pgpool",pid=3742543,fd=5),("pgpool",pid=3739387,fd=5),("pgpool",pid=3739285,fd=5),("pgpool",pid=3739245,fd=5),("pgpool",pid=3739243,fd=5),("pgpool",pid=3738404,fd=5),("pgpool",pid=3738319,fd=5),("pgpool",pid=3732755,fd=5),("pgpool",pid=3732159,fd=5),("pgpool",pid=3730225,fd=5),("pgpool",pid=3717518,fd=5),("pgpool",pid=3717517,fd=5),("pgpool",pid=3717516,fd=5),("pgpool",pid=3716608,fd=5),("pgpool",pid=3716002,fd=5),("pgpool",pid=3714817,fd=5),("pgpool",pid=3713027,fd=5),("pgpool",pid=3711818,fd=5),("pgpool",pid=3703392,fd=5),("pgpool",pid=3699357,fd=5),("pgpool",pid=3698117,fd=5),("pgpool",pid=3682442,fd=5),("pgpool",pid=3680416,fd=5),("pgpool",pid=3672473,fd=5),("pgpool",pid=3668581,fd=5),("pgpool",pid=3668195,fd=5),("pgpool",pid=3658713,fd=5),("pgpool",pid=3658630,fd=5),("pgpool",pid=3658266,fd=5),("pgpool",pid=3655663,fd=5),("pgpool",pid=3655662,fd=5),("pgpool",pid=3651008,fd=5),("pgpool",pid=3643674,fd=5),("pgpool",pid=3630876,fd=5),("pgpool",pid=3630862,fd=5),("pgpool",pid=3630540,fd=5),("pgpool",pid=3629412,fd=5),("pgpool",pid=3629015,fd=5),("pgpool",pid=3628329,fd=5),("pgpool",pid=3626999,fd=5),("pgpool",pid=3623677,fd=5),("pgpool",pid=3602158,fd=5),("pgpool",pid=3600506,fd=5),("pgpool",pid=3600505,fd=5),("pgpool",pid=3600007,fd=5),("pgpool",pid=3599228,fd=5),("pgpool",pid=3594004,fd=5),("pgpool",pid=3593728,fd=5),("pgpool",pid=3587895,fd=5),("pgpool",pid=3577064,fd=5),("pgpool",pid=3576251,fd=5),("pgpool",pid=3565390,fd=5),("pgpool",pid=3559704,fd=5),("pgpool",pid=3546609,fd=5),("pgpool",pid=3545048,fd=5),("pgpool",pid=3543940,fd=5),("pgpool",pid=3543938,fd=5),("pgpool",pid=3541792,fd=5),("pgpool",pid=3535430,fd=5),("pgpool",pid=3533590,fd=5),("pgpool",pid=3518201,fd=5),("pgpool",pid=3518152,fd=5),("pgpool",pid=3517163,fd=5),("pgpool",pid=3516749,fd=5),("pgpool",pid=3514037,fd=5),("pgpool",pid=3498836,fd=5),("pgpool",pid=3494062,fd=5),("pgpool",pid=3492158,fd=5),("pgpool",pid=3490646,fd=5),("pgpool",pid=3479953,fd=5),("pgpool",pid=3467198,fd=5),("pgpool",pid=3450373,fd=5),("pgpool",pid=3445891,fd=5),("pgpool",pid=3438230,fd=5),("pgpool",pid=3434538,fd=5),("pgpool",pid=3429198,fd=5),("pgpool",pid=3407923,fd=5),("pgpool",pid=3406068,fd=5),("pgpool",pid=3405837,fd=5),("pgpool",pid=3381253,fd=5),("pgpool",pid=3380188,fd=5),("pgpool",pid=3379809,fd=5),("pgpool",pid=3379351,fd=5),("pgpool",pid=3379349,fd=5),("pgpool",pid=3379347,fd=5),("pgpool",pid=3379344,fd=5),("pgpool",pid=3371891,fd=5),("pgpool",pid=3363553,fd=5),("pgpool",pid=3359565,fd=5),("pgpool",pid=3346845,fd=5),("pgpool",pid=3324195,fd=5),("pgpool",pid=3318136,fd=5),("pgpool",pid=3310553,fd=5),("pgpool",pid=3310231,fd=5),("pgpool",pid=3309602,fd=5),("pgpool",pid=3307275,fd=5),("pgpool",pid=3281253,fd=5),("pgpool",pid=3278020,fd=5),("pgpool",pid=3273635,fd=5),("pgpool",pid=3254412,fd=5),("pgpool",pid=3253544,fd=5),("pgpool",pid=3234026,fd=5),("pgpool",pid=3225523,fd=5),("pgpool",pid=3223920,fd=5),("pgpool",pid=3223628,fd=5),("pgpool",pid=3199483,fd=5),("pgpool",pid=3193628,fd=5),("pgpool",pid=3192043,fd=5),("pgpool",pid=3185649,fd=5),("pgpool",pid=3184838,fd=5),("pgpool",pid=3178850,fd=5),("pgpool",pid=3172472,fd=5),("pgpool",pid=3170944,fd=5),("pgpool",pid=3170248,fd=5),("pgpool",pid=3167381,fd=5),("pgpool",pid=3167263,fd=5),("pgpool",pid=3143164,fd=5),("pgpool",pid=3142138,fd=5),("pgpool",pid=3117273,fd=5),("pgpool",pid=3115320,fd=5),("pgpool",pid=3114440,fd=5),("pgpool",pid=3099974,fd=5),("pgpool",pid=3099032,fd=5),("pgpool",pid=3085740,fd=5),("pgpool",pid=3083990,fd=5),("pgpool",pid=3080213,fd=5),("pgpool",pid=3080091,fd=5),("pgpool",pid=3080080,fd=5),("pgpool",pid=3077891,fd=5),("pgpool",pid=3077027,fd=5),("pgpool",pid=3075348,fd=5),("pgpool",pid=3075085,fd=5),("pgpool",pid=3065785,fd=5),("pgpool",pid=3051207,fd=5),("pgpool",pid=3046097,fd=5),("pgpool",pid=3045675,fd=5),("pgpool",pid=3045673,fd=5),("pgpool",pid=3043988,fd=5),("pgpool",pid=3042311,fd=5),("pgpool",pid=3042132,fd=5),("pgpool",pid=3033416,fd=5),("pgpool",pid=3033243,fd=5),("pgpool",pid=3033037,fd=5),("pgpool",pid=3019709,fd=5),("pgpool",pid=3018756,fd=5),("pgpool",pid=3012186,fd=5),("pgpool",pid=3005088,fd=5),("pgpool",pid=3004607,fd=5),("pgpool",pid=2995634,fd=5),("pgpool",pid=2991946,fd=5),("pgpool",pid=2987031,fd=5),("pgpool",pid=2970139,fd=5),("pgpool",pid=2968329,fd=5),("pgpool",pid=2965925,fd=5),("pgpool",pid=2960699,fd=5),("pgpool",pid=2949125,fd=5),("pgpool",pid=2936135,fd=5),("pgpool",pid=2928041,fd=5),("pgpool",pid=2915257,fd=5),("pgpool",pid=2914925,fd=5),("pgpool",pid=2913755,fd=5),("pgpool",pid=2910802,fd=5),("pgpool",pid=2906850,fd=5),("pgpool",pid=2905791,fd=5),("pgpool",pid=2903354,fd=5),("pgpool",pid=2888496,fd=5),("pgpool",pid=2886481,fd=5),("pgpool",pid=2877900,fd=5),("pgpool",pid=2877291,fd=5),("pgpool",pid=2873990,fd=5),("pgpool",pid=2872208,fd=5),("pgpool",pid=2863694,fd=5),("pgpool",pid=2862564,fd=5),("pgpool",pid=2855680,fd=5),("pgpool",pid=2821557,fd=5),("pgpool",pid=2814606,fd=5),("pgpool",pid=2810763,fd=5),("pgpool",pid=2791531,fd=5),("pgpool",pid=2787223,fd=5),("pgpool",pid=2785910,fd=5),("pgpool",pid=2780523,fd=5),("pgpool",pid=2780390,fd=5),("pgpool",pid=2780341,fd=5),("pgpool",pid=2780340,fd=5),("pgpool",pid=2780335,fd=5),("pgpool",pid=2780208,fd=5),("pgpool",pid=2779522,fd=5),("pgpool",pid=2774905,fd=5),("pgpool",pid=2770847,fd=5),("pgpool",pid=2766398,fd=5),("pgpool",pid=2762547,fd=5),("pgpool",pid=2744348,fd=5),("pgpool",pid=2744211,fd=5),("pgpool",pid=2733346,fd=5),("pgpool",pid=2732657,fd=5),("pgpool",pid=2710495,fd=5),("pgpool",pid=2689853,fd=5),("pgpool",pid=2689227,fd=5),("pgpool",pid=2686789,fd=5),("pgpool",pid=2681967,fd=5),("pgpool",pid=2665702,fd=5),("pgpool",pid=2662400,fd=5),("pgpool",pid=2657540,fd=5),("pgpool",pid=2648343,fd=5),("pgpool",pid=2628178,fd=5),("pgpool",pid=2610633,fd=5),("pgpool",pid=2610388,fd=5),("pgpool",pid=2607609,fd=5),("pgpool",pid=2599248,fd=5),("pgpool",pid=2598734,fd=5),("pgpool",pid=2582665,fd=5),("pgpool",pid=2578342,fd=5),("pgpool",pid=2577002,fd=5),("pgpool",pid=2576012,fd=5),("pgpool",pid=2550253,fd=5),("pgpool",pid=2543768,fd=5),("pgpool",pid=2539153,fd=5),("pgpool",pid=2533617,fd=5),("pgpool",pid=2532699,fd=5),("pgpool",pid=2527396,fd=5),("pgpool",pid=2524026,fd=5),("pgpool",pid=2500777,fd=5),("pgpool",pid=2483572,fd=5),("pgpool",pid=2480464,fd=5),("pgpool",pid=2472721,fd=5),("pgpool",pid=2459415,fd=5),("pgpool",pid=2448695,fd=5),("pgpool",pid=2444250,fd=5),("pgpool",pid=2443569,fd=5),("pgpool",pid=2443373,fd=5),("pgpool",pid=2415357,fd=5),("pgpool",pid=2404956,fd=5),("pgpool",pid=2399639,fd=5),("pgpool",pid=2390611,fd=5),("pgpool",pid=2382945,fd=5),("pgpool",pid=2382431,fd=5),("pgpool",pid=2376655,fd=5),("pgpool",pid=2372492,fd=5),("pgpool",pid=2365883,fd=5),("pgpool",pid=2357803,fd=5),("pgpool",pid=2351417,fd=5),("pgpool",pid=2350790,fd=5),("pgpool",pid=2348758,fd=5),("pgpool",pid=2345434,fd=5),("pgpool",pid=2344566,fd=5),("pgpool",pid=2341936,fd=5),("pgpool",pid=2337746,fd=5),("pgpool",pid=2332891,fd=5),("pgpool",pid=2323767,fd=5),("pgpool",pid=2323421,fd=5),("pgpool",pid=2316245,fd=5),("pgpool",pid=2315825,fd=5),("pgpool",pid=2304871,fd=5),("pgpool",pid=2304870,fd=5),("pgpool",pid=2304865,fd=5),("pgpool",pid=2304850,fd=5),("pgpool",pid=2304844,fd=5),("pgpool",pid=2304842,fd=5),("pgpool",pid=2304695,fd=5),("pgpool",pid=2300397,fd=5),("pgpool",pid=2294263,fd=5),("pgpool",pid=2293424,fd=5),("pgpool",pid=2290279,fd=5),("pgpool",pid=2289795,fd=5),("pgpool",pid=2283954,fd=5),("pgpool",pid=2276586,fd=5),("pgpool",pid=2272784,fd=5),("pgpool",pid=2272153,fd=5),("pgpool",pid=2266954,fd=5),("pgpool",pid=2264194,fd=5),("pgpool",pid=2260868,fd=5),("pgpool",pid=2259888,fd=5),("pgpool",pid=2234670,fd=5),("pgpool",pid=2232236,fd=5),("pgpool",pid=2232230,fd=5),("pgpool",pid=2231434,fd=5),("pgpool",pid=2230804,fd=5),("pgpool",pid=2229704,fd=5),("pgpool",pid=2221485,fd=5),("pgpool",pid=2219673,fd=5),("pgpool",pid=2218697,fd=5),("pgpool",pid=2215843,fd=5),("pgpool",pid=2213494,fd=5),("pgpool",pid=2212582,fd=5),("pgpool",pid=2211451,fd=5),("pgpool",pid=2210632,fd=5),("pgpool",pid=2209534,fd=5),("pgpool",pid=2209531,fd=5),("pgpool",pid=2202411,fd=5),("pgpool",pid=2199140,fd=5),("pgpool",pid=2192689,fd=5),("pgpool",pid=2188599,fd=5),("pgpool",pid=2188365,fd=5),("pgpool",pid=2186250,fd=5),("pgpool",pid=2185168,fd=5),("pgpool",pid=2184097,fd=5),("pgpool",pid=2179792,fd=5),("pgpool",pid=2175347,fd=5),("pgpool",pid=2175336,fd=5),("pgpool",pid=2173299,fd=5),("pgpool",pid=2169888,fd=5),("pgpool",pid=2168355,fd=5),("pgpool",pid=2163186,fd=5),("pgpool",pid=2160059,fd=5),("pgpool",pid=2159525,fd=5),("pgpool",pid=2157775,fd=5),("pgpool",pid=2156787,fd=5),("pgpool",pid=2154389,fd=5),("pgpool",pid=2146275,fd=5),("pgpool",pid=2144374,fd=5),("pgpool",pid=2143981,fd=5),("pgpool",pid=2143813,fd=5),("pgpool",pid=2135959,fd=5),("pgpool",pid=2127852,fd=5),("pgpool",pid=2126025,fd=5),("pgpool",pid=2122719,fd=5),("pgpool",pid=2120699,fd=5),("pgpool",pid=2119465,fd=5),("pgpool",pid=2119249,fd=5),("pgpool",pid=2118073,fd=5),("pgpool",pid=2106997,fd=5),("pgpool",pid=2106430,fd=5),("pgpool",pid=2104912,fd=5),("pgpool",pid=2101735,fd=5),("pgpool",pid=2097980,fd=5),("pgpool",pid=2097089,fd=5),("pgpool",pid=2097028,fd=5),("pgpool",pid=2095224,fd=5),("pgpool",pid=2091971,fd=5),("pgpool",pid=2082324,fd=5),("pgpool",pid=2078413,fd=5),("pgpool",pid=2077086,fd=5),("pgpool",pid=2076913,fd=5),("pgpool",pid=2071841,fd=5),("pgpool",pid=2068488,fd=5),("pgpool",pid=2063629,fd=5),("pgpool",pid=2050151,fd=5),("pgpool",pid=2046111,fd=5),("pgpool",pid=2045869,fd=5),("pgpool",pid=2041211,fd=5),("pgpool",pid=2038320,fd=5),("pgpool",pid=2034494,fd=5),("pgpool",pid=2032769,fd=5),("pgpool",pid=2031821,fd=5),("pgpool",pid=2031382,fd=5),("pgpool",pid=2022006,fd=5),("pgpool",pid=2021073,fd=5),("pgpool",pid=2021014,fd=5),("pgpool",pid=2016886,fd=5),("pgpool",pid=2015420,fd=5),("pgpool",pid=2014634,fd=5),("pgpool",pid=2014626,fd=5),("pgpool",pid=1999529,fd=5),("pgpool",pid=1996227,fd=5),("pgpool",pid=1996148,fd=5),("pgpool",pid=1996146,fd=5),("pgpool",pid=1996145,fd=5),("pgpool",pid=1996143,fd=5),("pgpool",pid=1995537,fd=5),("pgpool",pid=1995020,fd=5),("pgpool",pid=1994492,fd=5),("pgpool",pid=1992777,fd=5),("pgpool",pid=1992549,fd=5),("pgpool",pid=1992071,fd=5),("pgpool",pid=1991555,fd=5),("pgpool",pid=1991339,fd=5),("pgpool",pid=1983812,fd=5),("pgpool",pid=1964724,fd=5),("pgpool",pid=1962245,fd=5),("pgpool",pid=1958874,fd=5),("pgpool",pid=1957224,fd=5),("pgpool",pid=1955424,fd=5),("pgpool",pid=1950944,fd=5),("pgpool",pid=1947080,fd=5),("pgpool",pid=1946195,fd=5),("pgpool",pid=1939279,fd=5),("pgpool",pid=1938859,fd=5),("pgpool",pid=1936126,fd=5),("pgpool",pid=1929509,fd=5),("pgpool",pid=1924244,fd=5),("pgpool",pid=1918869,fd=5),("pgpool",pid=1916896,fd=5),("pgpool",pid=1912212,fd=5),("pgpool",pid=1910301,fd=5),("pgpool",pid=1893007,fd=5),("pgpool",pid=1891142,fd=5),("pgpool",pid=1889297,fd=5),("pgpool",pid=1885545,fd=5),("pgpool",pid=1883356,fd=5),("pgpool",pid=1878139,fd=5),("pgpool",pid=1878126,fd=5),("pgpool",pid=1870348,fd=5),("pgpool",pid=1866094,fd=5),("pgpool",pid=1865174,fd=5),("pgpool",pid=1863915,fd=5),("pgpool",pid=1861260,fd=5),("pgpool",pid=1859841,fd=5),("pgpool",pid=1855155,fd=5),("pgpool",pid=1853977,fd=5),("pgpool",pid=1838924,fd=5),("pgpool",pid=1837072,fd=5),("pgpool",pid=1836694,fd=5),("pgpool",pid=1834235,fd=5),("pgpool",pid=1832535,fd=5),("pgpool",pid=1813588,fd=5),("pgpool",pid=1810059,fd=5),("pgpool",pid=1809280,fd=5),("pgpool",pid=1805506,fd=5),("pgpool",pid=1784060,fd=5),("pgpool",pid=1781991,fd=5),("pgpool",pid=1781094,fd=5),("pgpool",pid=1780440,fd=5),("pgpool",pid=1772718,fd=5),("pgpool",pid=1754818,fd=5),("pgpool",pid=1752585,fd=5),("pgpool",pid=1740280,fd=5),("pgpool",pid=1738203,fd=5),("pgpool",pid=1730490,fd=5),("pgpool",pid=1727858,fd=5),("pgpool",pid=1725932,fd=5),("pgpool",pid=1724325,fd=5),("pgpool",pid=1724278,fd=5),("pgpool",pid=1716350,fd=5),("pgpool",pid=1711319,fd=5),("pgpool",pid=1698105,fd=5),("pgpool",pid=1696507,fd=5),("pgpool",pid=1696096,fd=5),("pgpool",pid=1694428,fd=5),("pgpool",pid=1688112,fd=5),("pgpool",pid=1685774,fd=5),("pgpool",pid=1684325,fd=5),("pgpool",pid=1683941,fd=5),("pgpool",pid=1675317,fd=5),("pgpool",pid=1669451,fd=5),("pgpool",pid=1659248,fd=5),("pgpool",pid=1642559,fd=5),("pgpool",pid=1640400,fd=5),("pgpool",pid=1640223,fd=5),("pgpool",pid=1639586,fd=5),("pgpool",pid=1635202,fd=5),("pgpool",pid=1616670,fd=5),("pgpool",pid=1616141,fd=5),("pgpool",pid=1615543,fd=5),("pgpool",pid=1615443,fd=5),("pgpool",pid=1615360,fd=5),("pgpool",pid=1614880,fd=5),("pgpool",pid=1614877,fd=5),("pgpool",pid=1614876,fd=5),("pgpool",pid=1614868,fd=5),("pgpool",pid=1614863,fd=5),("pgpool",pid=1611139,fd=5),("pgpool",pid=1608811,fd=5),("pgpool",pid=1601128,fd=5),("pgpool",pid=1592803,fd=5),("pgpool",pid=1588937,fd=5),("pgpool",pid=1588745,fd=5),("pgpool",pid=1586884,fd=5),("pgpool",pid=1584842,fd=5),("pgpool",pid=1584028,fd=5),("pgpool",pid=1583088,fd=5),("pgpool",pid=1578908,fd=5),("pgpool",pid=1574389,fd=5),("pgpool",pid=1570982,fd=5),("pgpool",pid=1568993,fd=5),("pgpool",pid=1561079,fd=5),("pgpool",pid=1558316,fd=5),("pgpool",pid=1557401,fd=5),("pgpool",pid=1557315,fd=5),("pgpool",pid=1548833,fd=5),("pgpool",pid=1545669,fd=5),("pgpool",pid=1543079,fd=5),("pgpool",pid=1542443,fd=5),("pgpool",pid=1533273,fd=5),("pgpool",pid=1533047,fd=5),("pgpool",pid=1516418,fd=5),("pgpool",pid=1514830,fd=5),("pgpool",pid=1505188,fd=5),("pgpool",pid=1499307,fd=5),("pgpool",pid=1497755,fd=5),("pgpool",pid=1496485,fd=5),("pgpool",pid=1490190,fd=5),("pgpool",pid=1489611,fd=5),("pgpool",pid=1488008,fd=5),("pgpool",pid=1476840,fd=5),("pgpool",pid=1476838,fd=5),("pgpool",pid=1476083,fd=5),("pgpool",pid=1475091,fd=5),("pgpool",pid=1471613,fd=5),("pgpool",pid=1469178,fd=5),("pgpool",pid=1451912,fd=5),("pgpool",pid=1448708,fd=5),("pgpool",pid=1448346,fd=5),("pgpool",pid=1446212,fd=5),("pgpool",pid=1432785,fd=5),("pgpool",pid=1429466,fd=5),("pgpool",pid=1420281,fd=5),("pgpool",pid=1415750,fd=5),("pgpool",pid=1404389,fd=5),("pgpool",pid=1392766,fd=5),("pgpool",pid=1392624,fd=5),("pgpool",pid=1390902,fd=5),("pgpool",pid=1390187,fd=5),("pgpool",pid=1389364,fd=5),("pgpool",pid=1389285,fd=5),("pgpool",pid=1389271,fd=5),("pgpool",pid=1388917,fd=5),("pgpool",pid=1373032,fd=5),("pgpool",pid=1367987,fd=5),("pgpool",pid=1366549,fd=5),("pgpool",pid=1366547,fd=5),("pgpool",pid=1366178,fd=5),("pgpool",pid=1366172,fd=5),("pgpool",pid=1366170,fd=5),("pgpool",pid=1363970,fd=5),("pgpool",pid=1361506,fd=5),("pgpool",pid=1346051,fd=5),("pgpool",pid=1339704,fd=5),("pgpool",pid=1339670,fd=5),("pgpool",pid=1339656,fd=5),("pgpool",pid=1339654,fd=5),("pgpool",pid=1339652,fd=5),("pgpool",pid=1339543,fd=5),("pgpool",pid=1336811,fd=5),("pgpool",pid=1325507,fd=5),("pgpool",pid=1320989,fd=5),("pgpool",pid=1320503,fd=5),("pgpool",pid=1311091,fd=5),("pgpool",pid=1307638,fd=5),("pgpool",pid=1307210,fd=5),("pgpool",pid=1306098,fd=5),("pgpool",pid=1302124,fd=5),("pgpool",pid=1302077,fd=5),("pgpool",pid=1291315,fd=5),("pgpool",pid=1285972,fd=5),("pgpool",pid=1283795,fd=5),("pgpool",pid=1279329,fd=5),("pgpool",pid=1279128,fd=5),("pgpool",pid=1278551,fd=5),("pgpool",pid=1269375,fd=5),("pgpool",pid=1262181,fd=5),("pgpool",pid=1261265,fd=5),("pgpool",pid=1258805,fd=5),("pgpool",pid=1257101,fd=5),("pgpool",pid=1254844,fd=5),("pgpool",pid=1251610,fd=5),("pgpool",pid=1251261,fd=5),("pgpool",pid=1247715,fd=5),("pgpool",pid=1245142,fd=5),("pgpool",pid=1244441,fd=5),("pgpool",pid=1244440,fd=5),("pgpool",pid=1238050,fd=5),("pgpool",pid=1237486,fd=5),("pgpool",pid=1234622,fd=5),("pgpool",pid=1228432,fd=5),("pgpool",pid=1226224,fd=5),("pgpool",pid=1225971,fd=5),("pgpool",pid=1224899,fd=5),("pgpool",pid=1222632,fd=5),("pgpool",pid=1220517,fd=5),("pgpool",pid=1218881,fd=5),("pgpool",pid=1215421,fd=5),("pgpool",pid=1197310,fd=5),("pgpool",pid=1196828,fd=5),("pgpool",pid=1195994,fd=5),("pgpool",pid=1192495,fd=5),("pgpool",pid=1190058,fd=5),("pgpool",pid=1189021,fd=5),("pgpool",pid=1184796,fd=5),("pgpool",pid=1175392,fd=5),("pgpool",pid=1173725,fd=5),("pgpool",pid=1173672,fd=5),("pgpool",pid=1167111,fd=5),("pgpool",pid=1166137,fd=5),("pgpool",pid=1161587,fd=5),("pgpool",pid=1154177,fd=5),("pgpool",pid=1151659,fd=5),("pgpool",pid=1147938,fd=5),("pgpool",pid=1147725,fd=5),("pgpool",pid=1147189,fd=5),("pgpool",pid=1145762,fd=5),("pgpool",pid=1142225,fd=5),("pgpool",pid=1136920,fd=5),("pgpool",pid=1136264,fd=5),("pgpool",pid=1131896,fd=5),("pgpool",pid=1131488,fd=5),("pgpool",pid=1129917,fd=5),("pgpool",pid=1124617,fd=5),("pgpool",pid=1123631,fd=5),("pgpool",pid=1121310,fd=5),("pgpool",pid=1118476,fd=5),("pgpool",pid=1117841,fd=5),("pgpool",pid=1110372,fd=5),("pgpool",pid=1105895,fd=5),("pgpool",pid=1105734,fd=5),("pgpool",pid=1098125,fd=5),("pgpool",pid=1094290,fd=5),("pgpool",pid=1092453,fd=5),("pgpool",pid=1082710,fd=5),("pgpool",pid=1078792,fd=5),("pgpool",pid=1056522,fd=5),("pgpool",pid=1054809,fd=5),("pgpool",pid=1052293,fd=5),("pgpool",pid=1030364,fd=5),("pgpool",pid=1029418,fd=5),("pgpool",pid=1026040,fd=5),("pgpool",pid=1024941,fd=5),("pgpool",pid=1013575,fd=5),("pgpool",pid=1006880,fd=5),("pgpool",pid=1006745,fd=5),("pgpool",pid=1003846,fd=5),("pgpool",pid=1001595,fd=5),("pgpool",pid=998998,fd=5),("pgpool",pid=998420,fd=5),("pgpool",pid=997421,fd=5),("pgpool",pid=995355,fd=5),("pgpool",pid=988782,fd=5),("pgpool",pid=985488,fd=5),("pgpool",pid=983768,fd=5),("pgpool",pid=983754,fd=5),("pgpool",pid=983675,fd=5),("pgpool",pid=974417,fd=5),("pgpool",pid=970061,fd=5),("pgpool",pid=968018,fd=5),("pgpool",pid=958682,fd=5),("pgpool",pid=950664,fd=5),("pgpool",pid=950662,fd=5),("pgpool",pid=950658,fd=5),("pgpool",pid=948179,fd=5),("pgpool",pid=944841,fd=5),("pgpool",pid=944772,fd=5),("pgpool",pid=929760,fd=5),("pgpool",pid=918017,fd=5),("pgpool",pid=916129,fd=5),("pgpool",pid=915378,fd=5),("pgpool",pid=913326,fd=5),("pgpool",pid=912317,fd=5),("pgpool",pid=912026,fd=5),("pgpool",pid=911231,fd=5),("pgpool",pid=903419,fd=5),("pgpool",pid=893018,fd=5),("pgpool",pid=892774,fd=5),("pgpool",pid=886136,fd=5),("pgpool",pid=885336,fd=5),("pgpool",pid=885335,fd=5),("pgpool",pid=885325,fd=5),("pgpool",pid=885003,fd=5),("pgpool",pid=877855,fd=5),("pgpool",pid=862856,fd=5),("pgpool",pid=862849,fd=5),("pgpool",pid=862847,fd=5),("pgpool",pid=861097,fd=5),("pgpool",pid=860976,fd=5),("pgpool",pid=856047,fd=5),("pgpool",pid=856016,fd=5),("pgpool",pid=856014,fd=5),("pgpool",pid=856009,fd=5),("pgpool",pid=845961,fd=5),("pgpool",pid=845431,fd=5),("pgpool",pid=844293,fd=5),("pgpool",pid=833431,fd=5),("pgpool",pid=827806,fd=5),("pgpool",pid=826925,fd=5),("pgpool",pid=819870,fd=5),("pgpool",pid=815943,fd=5),("pgpool",pid=812833,fd=5),("pgpool",pid=804502,fd=5),("pgpool",pid=800073,fd=5),("pgpool",pid=800071,fd=5),("pgpool",pid=800035,fd=5),("pgpool",pid=775200,fd=5),("pgpool",pid=774151,fd=5),("pgpool",pid=772427,fd=5),("pgpool",pid=768393,fd=5),("pgpool",pid=765701,fd=5),("pgpool",pid=759526,fd=5),("pgpool",pid=749263,fd=5),("pgpool",pid=743501,fd=5),("pgpool",pid=738600,fd=5),("pgpool",pid=731936,fd=5),("pgpool",pid=721658,fd=5),("pgpool",pid=720491,fd=5),("pgpool",pid=720088,fd=5),("pgpool",pid=701309,fd=5),("pgpool",pid=699641,fd=5),("pgpool",pid=693150,fd=5),("pgpool",pid=692426,fd=5),("pgpool",pid=692244,fd=5),("pgpool",pid=692213,fd=5),("pgpool",pid=681706,fd=5),("pgpool",pid=680291,fd=5),("pgpool",pid=666740,fd=5),("pgpool",pid=666354,fd=5),("pgpool",pid=661116,fd=5),("pgpool",pid=659800,fd=5),("pgpool",pid=658825,fd=5),("pgpool",pid=658520,fd=5),("pgpool",pid=658519,fd=5),("pgpool",pid=658135,fd=5),("pgpool",pid=639725,fd=5),("pgpool",pid=630537,fd=5),("pgpool",pid=603187,fd=5),("pgpool",pid=589734,fd=5),("pgpool",pid=589174,fd=5),("pgpool",pid=584304,fd=5),("pgpool",pid=579643,fd=5),("pgpool",pid=555506,fd=5),("pgpool",pid=537623,fd=5),("pgpool",pid=533046,fd=5),("pgpool",pid=529050,fd=5),("pgpool",pid=527506,fd=5),("pgpool",pid=519428,fd=5),("pgpool",pid=511389,fd=5),("pgpool",pid=510643,fd=5),("pgpool",pid=504947,fd=5),("pgpool",pid=502698,fd=5),("pgpool",pid=496903,fd=5),("pgpool",pid=496595,fd=5),("pgpool",pid=488673,fd=5),("pgpool",pid=482976,fd=5),("pgpool",pid=477682,fd=5),("pgpool",pid=470213,fd=5),("pgpool",pid=464855,fd=5),("pgpool",pid=463143,fd=5),("pgpool",pid=453861,fd=5),("pgpool",pid=452777,fd=5),("pgpool",pid=451970,fd=5),("pgpool",pid=449220,fd=5),("pgpool",pid=441818,fd=5),("pgpool",pid=436675,fd=5),("pgpool",pid=436488,fd=5),("pgpool",pid=436040,fd=5),("pgpool",pid=436039,fd=5),("pgpool",pid=436037,fd=5),("pgpool",pid=425479,fd=5),("pgpool",pid=424305,fd=5),("pgpool",pid=397445,fd=5),("pgpool",pid=391630,fd=5),("pgpool",pid=384270,fd=5),("pgpool",pid=369571,fd=5),("pgpool",pid=364626,fd=5),("pgpool",pid=364454,fd=5),("pgpool",pid=355629,fd=5),("pgpool",pid=353071,fd=5),("pgpool",pid=351199,fd=5),("pgpool",pid=350429,fd=5),("pgpool",pid=342597,fd=5),("pgpool",pid=340731,fd=5),("pgpool",pid=337062,fd=5),("pgpool",pid=336880,fd=5),("pgpool",pid=336879,fd=5),("pgpool",pid=336878,fd=5),("pgpool",pid=336877,fd=5),("pgpool",pid=336875,fd=5),("pgpool",pid=336785,fd=5),("pgpool",pid=319666,fd=5),("pgpool",pid=311557,fd=5),("pgpool",pid=307793,fd=5),("pgpool",pid=307552,fd=5),("pgpool",pid=303965,fd=5),("pgpool",pid=299484,fd=5),("pgpool",pid=294750,fd=5),("pgpool",pid=285567,fd=5),("pgpool",pid=281715,fd=5),("pgpool",pid=279708,fd=5),("pgpool",pid=277822,fd=5),("pgpool",pid=277492,fd=5),("pgpool",pid=257059,fd=5),("pgpool",pid=242798,fd=5),("pgpool",pid=239479,fd=5),("pgpool",pid=235201,fd=5),("pgpool",pid=232014,fd=5),("pgpool",pid=229998,fd=5),("pgpool",pid=227646,fd=5),("pgpool",pid=224273,fd=5),("pgpool",pid=215636,fd=5),("pgpool",pid=208036,fd=5),("pgpool",pid=199756,fd=5),("pgpool",pid=191586,fd=5),("pgpool",pid=191583,fd=5),("pgpool",pid=190938,fd=5),("pgpool",pid=182104,fd=5),("pgpool",pid=173256,fd=5),("pgpool",pid=169767,fd=5),("pgpool",pid=169591,fd=5),("pgpool",pid=169197,fd=5),("pgpool",pid=158484,fd=5),("pgpool",pid=155517,fd=5),("pgpool",pid=153866,fd=5),("pgpool",pid=148615,fd=5),("pgpool",pid=147177,fd=5),("pgpool",pid=142632,fd=5),("pgpool",pid=142612,fd=5),("pgpool",pid=141824,fd=5),("pgpool",pid=141038,fd=5),("pgpool",pid=140951,fd=5),("pgpool",pid=140495,fd=5),("pgpool",pid=140435,fd=5),("pgpool",pid=138714,fd=5),("pgpool",pid=138409,fd=5),("pgpool",pid=137907,fd=5),("pgpool",pid=137836,fd=5),("pgpool",pid=136184,fd=5),("pgpool",pid=126228,fd=5),("pgpool",pid=125603,fd=5),("pgpool",pid=124094,fd=5),("pgpool",pid=117391,fd=5),("pgpool",pid=116595,fd=5),("pgpool",pid=116583,fd=5),("pgpool",pid=111388,fd=5),("pgpool",pid=108556,fd=5),("pgpool",pid=107240,fd=5),("pgpool",pid=100447,fd=5),("pgpool",pid=82436,fd=5),("pgpool",pid=70191,fd=5),("pgpool",pid=68382,fd=5),("pgpool",pid=55278,fd=5),("pgpool",pid=54725,fd=5),("pgpool",pid=51403,fd=5),("pgpool",pid=48784,fd=5),("pgpool",pid=39898,fd=5),("pgpool",pid=38506,fd=5),("pgpool",pid=37347,fd=5),("pgpool",pid=28591,fd=5),("pgpool",pid=28590,fd=5),("pgpool",pid=28589,fd=5),("pgpool",pid=28568,fd=5),("pgpool",pid=28557,fd=5),("pgpool",pid=28550,fd=5),("pgpool",pid=28549,fd=5),("pgpool",pid=28547,fd=5),("pgpool",pid=28529,fd=5),("pgpool",pid=28526,fd=5),("pgpool",pid=28516,fd=5),("pgpool",pid=28513,fd=5),("pgpool",pid=28508,fd=5),("pgpool",pid=28507,fd=5),("pgpool",pid=28506,fd=5),("pgpool",pid=28498,fd=5),("pgpool",pid=28497,fd=5),("pgpool",pid=28474,fd=5),("pgpool",pid=28464,fd=5),("pgpool",pid=28462,fd=5),("pgpool",pid=28455,fd=5),("pgpool",pid=28434,fd=5),("pgpool",pid=28433,fd=5),("pgpool",pid=28419,fd=5),("pgpool",pid=28393,fd=5),("pgpool",pid=28391,fd=5),("pgpool",pid=28389,fd=5),("pgpool",pid=28378,fd=5),("pgpool",pid=28376,fd=5),("pgpool",pid=28372,fd=5),("pgpool",pid=28368,fd=5),("pgpool",pid=28366,fd=5),("pgpool",pid=28357,fd=5),("pgpool",pid=28352,fd=5),("pgpool",pid=28351,fd=5),("pgpool",pid=28347,fd=5),("pgpool",pid=28338,fd=5),("pgpool",pid=28333,fd=5),("pgpool",pid=28332,fd=5),("pgpool",pid=28331,fd=5),("pgpool",pid=28323,fd=5),("pgpool",pid=28314,fd=5),("pgpool",pid=28310,fd=5),("pgpool",pid=28308,fd=5),("pgpool",pid=28305,fd=5),("pgpool",pid=28288,fd=5),("pgpool",pid=28286,fd=5),("pgpool",pid=28275,fd=5),("pgpool",pid=28271,fd=5),("pgpool",pid=28268,fd=5),("pgpool",pid=28263,fd=5),("pgpool",pid=28254,fd=5),("pgpool",pid=28252,fd=5),("pgpool",pid=28235,fd=5),("pgpool",pid=28230,fd=5),("pgpool",pid=28229,fd=5),("pgpool",pid=28224,fd=5),("pgpool",pid=28222,fd=5),("pgpool",pid=28186,fd=5),("pgpool",pid=28184,fd=5),("pgpool",pid=28170,fd=5),("pgpool",pid=28167,fd=5),("pgpool",pid=28145,fd=5),("pgpool",pid=28142,fd=5),("pgpool",pid=28141,fd=5),("pgpool",pid=28137,fd=5),("pgpool",pid=28136,fd=5),("pgpool",pid=28122,fd=5),("pgpool",pid=28114,fd=5),("pgpool",pid=28088,fd=5),("pgpool",pid=28082,fd=5),("pgpool",pid=28039,fd=5),("pgpool",pid=28036,fd=5),("pgpool",pid=28003,fd=5),("pgpool",pid=27986,fd=5),("pgpool",pid=27982,fd=5),("pgpool",pid=27964,fd=5),("pgpool",pid=27950,fd=5),("pgpool",pid=27946,fd=5),("pgpool",pid=27890,fd=5),("pgpool",pid=27876,fd=5),("pgpool",pid=27872,fd=5),("pgpool",pid=27868,fd=5),("pgpool",pid=27864,fd=5),("pgpool",pid=27836,fd=5),("pgpool",pid=27821,fd=5),("pgpool",pid=27765,fd=5),("pgpool",pid=27760,fd=5),("pgpool",pid=27754,fd=5),("pgpool",pid=27676,fd=5),("pgpool",pid=27602,fd=5),("pgpool",pid=27562,fd=5),("pgpool",pid=25764,fd=5),("pgpool",pid=9944,fd=5),("pgpool",pid=8660,fd=5),("pgpool",pid=5997,fd=5),("pgpool",pid=3229,fd=5))\n0.0.0.0:5432 users:(("postgres",pid=20589,fd=3))\n0.0.0.0:5666 users:(("nrpe",pid=1193,fd=4))\n0.0.0.0:636 users:(("slapd",pid=1452,fd=9))\n0.0.0.0:8200 users:(("vault",pid=10481,fd=6))\n10.41.32.5:10001 users:(("agentid-service",pid=2411470,fd=10))\n127.0.0.1:10001 users:(("agentid-service",pid=2411470,fd=6))\n127.0.0.1:199 users:(("snmpd",pid=1187,fd=9))\n127.0.0.1:33941 users:(("java",pid=171699,fd=39))\n*:14443 users:(("java",pid=66082,fd=59))\n[::]:20048 users:(("rpc.mountd",pid=1250,fd=10))\n[::]:2049 \n*:32835 users:(("java",pid=189709,fd=34))\n*:32959 users:(("java",pid=171699,fd=47))\n*:33041 users:(("java",pid=171881,fd=34))\n*:33137 users:(("java",pid=189075,fd=29))\n*:33149 users:(("java",pid=144729,fd=34))\n*:33409 users:(("java",pid=85531,fd=30))\n*:33533 users:(("java",pid=113536,fd=33))\n*:33535 users:(("java",pid=144502,fd=39))\n*:33561 users:(("java",pid=66154,fd=36))\n*:33611 users:(("java",pid=113688,fd=32))\n*:33659 users:(("java",pid=189280,fd=37))\n*:33817 users:(("java",pid=144842,fd=29))\n*:33949 users:(("java",pid=85871,fd=36))\n*:34187 users:(("java",pid=144856,fd=55))\n*:34383 users:(("java",pid=172045,fd=28))\n*:34447 users:(("java",pid=171207,fd=29))\n*:34579 users:(("java",pid=143764,fd=45))\n*:34707 users:(("java",pid=85939,fd=29))\n*:34815 users:(("java",pid=189648,fd=32))\n*:34867 users:(("java",pid=113213,fd=35))\n*:34875 users:(("java",pid=76715,fd=24))\n*:34877 users:(("java",pid=189687,fd=38))\n*:34991 users:(("java",pid=66137,fd=29))\n*:34993 users:(("java",pid=143764,fd=137))\n*:35117 users:(("java",pid=65805,fd=41))\n*:35419 users:(("java",pid=171893,fd=31))\n*:35429 users:(("java",pid=189450,fd=37))\n*:35665 users:(("java",pid=144595,fd=50))\n*:36057 users:(("java",pid=145006,fd=32))\n*:36127 users:(("java",pid=86106,fd=36))\n*:36249 users:(("java",pid=171326,fd=33))\n*:36255 users:(("java",pid=144971,fd=33))\n*:36727 users:(("java",pid=113060,fd=32))\n*:36743 users:(("java",pid=171460,fd=36))\n*:36789 users:(("java",pid=66275,fd=32))\n*:36943 users:(("java",pid=189628,fd=33))\n*:37053 users:(("java",pid=86160,fd=29))\n*:37131 users:(("java",pid=144796,fd=72))\n*:37147 users:(("java",pid=217474,fd=50))\n*:37197 users:(("java",pid=85305,fd=25))\n*:37227 users:(("java",pid=143764,fd=25))\n*:37315 users:(("java",pid=86202,fd=33))\n*:37377 users:(("java",pid=171756,fd=32))\n*:37667 users:(("java",pid=189345,fd=37))\n*:37703 users:(("java",pid=76835,fd=24))\n*:37825 users:(("java",pid=143690,fd=38))\n*:37981 users:(("java",pid=112907,fd=36))\n*:38037 users:(("java",pid=86033,fd=32))\n*:38065 users:(("java",pid=188605,fd=31))\n*:38123 users:(("java",pid=97679,fd=33))\n*:38191 users:(("java",pid=145055,fd=39))\n*:38563 users:(("java",pid=113537,fd=35))\n*:38679 users:(("java",pid=113503,fd=37))\n*:38769 users:(("java",pid=144562,fd=29))\n*:38949 users:(("java",pid=113359,fd=34))\n[::]:389 users:(("slapd",pid=1452,fd=8))\n*:39275 users:(("java",pid=113168,fd=36))\n*:39389 users:(("java",pid=85208,fd=29))\n*:39579 users:(("java",pid=144502,fd=37))\n*:39589 users:(("java",pid=144796,fd=25))\n*:39747 users:(("java",pid=144796,fd=39))\n*:40009 users:(("java",pid=65963,fd=29))\n*:40125 users:(("java",pid=143690,fd=44))\n*:40145 users:(("java",pid=188743,fd=37))\n*:40181 users:(("java",pid=143764,fd=94))\n*:40189 users:(("java",pid=85770,fd=36))\n*:40487 users:(("java",pid=112923,fd=62))\n*:40675 users:(("java",pid=189561,fd=30))\n[::]:40739 \n*:40819 users:(("java",pid=144856,fd=61))\n*:40979 users:(("java",pid=112923,fd=69))\n*:41003 users:(("java",pid=143764,fd=112))\n*:41047 users:(("java",pid=188940,fd=32))\n*:41095 users:(("java",pid=113359,fd=44))\n*:41297 users:(("java",pid=113761,fd=32))\n*:41319 users:(("java",pid=76497,fd=53))\n*:41545 users:(("java",pid=112631,fd=43))\n*:41601 users:(("java",pid=189197,fd=34))\n*:41893 users:(("java",pid=144856,fd=36))\n*:41895 users:(("java",pid=144595,fd=34))\n*:42187 users:(("java",pid=144103,fd=32))\n*:42345 users:(("java",pid=171987,fd=37))\n*:42429 users:(("java",pid=171644,fd=36))\n*:42743 users:(("java",pid=76497,fd=30))\n*:42847 users:(("java",pid=144502,fd=33))\n*:42915 users:(("java",pid=171793,fd=31))\n*:43133 users:(("java",pid=112923,fd=47))\n*:43215 users:(("java",pid=76757,fd=32))\n*:43451 users:(("java",pid=85087,fd=32))\n*:43573 users:(("java",pid=113635,fd=36))\n*:43659 users:(("java",pid=85811,fd=36))\n[::]:4369 users:(("epmd",pid=34719,fd=4))\n*:43757 users:(("java",pid=144796,fd=78))\n*:43773 users:(("java",pid=112577,fd=36))\n*:43829 users:(("java",pid=97661,fd=29))\n*:43869 users:(("java",pid=144399,fd=33))\n*:44003 users:(("java",pid=97602,fd=31))\n*:44145 users:(("java",pid=85910,fd=36))\n*:44225 users:(("java",pid=112923,fd=74))\n*:44247 users:(("java",pid=144270,fd=29))\n*:44309 users:(("java",pid=86246,fd=36))\n*:443 users:(("httpd",pid=3947715,fd=6),("httpd",pid=3947648,fd=6),("httpd",pid=3925064,fd=6),("httpd",pid=3919476,fd=6),("httpd",pid=3919475,fd=6),("httpd",pid=3919474,fd=6),("httpd",pid=2258878,fd=6),("httpd",pid=36511,fd=6))\n*:44517 users:(("java",pid=217474,fd=30))\n*:44655 users:(("java",pid=66082,fd=51))\n*:45063 users:(("java",pid=85726,fd=29))\n*:45269 users:(("java",pid=143764,fd=43))\n*:45353 users:(("java",pid=189220,fd=29))\n*:45693 users:(("java",pid=112923,fd=38))\n*:45735 users:(("java",pid=76624,fd=35))\n*:45793 users:(("java",pid=189499,fd=10))\n*:45837 users:(("java",pid=113495,fd=37))\n*:46033 users:(("java",pid=76801,fd=32))\n*:46155 users:(("java",pid=144502,fd=69))\n*:46403 users:(("java",pid=85103,fd=32))\n*:46801 users:(("java",pid=144398,fd=33))\n[::]:52907 users:(("rpc.statd",pid=1205,fd=11))\n[::]:5431 users:(("pgpool",pid=4191497,fd=6),("pgpool",pid=4176034,fd=6),("pgpool",pid=4173518,fd=6),("pgpool",pid=4171054,fd=6),("pgpool",pid=4160594,fd=6),("pgpool",pid=4137987,fd=6),("pgpool",pid=4135517,fd=6),("pgpool",pid=4134494,fd=6),("pgpool",pid=4133504,fd=6),("pgpool",pid=4130879,fd=6),("pgpool",pid=4118795,fd=6),("pgpool",pid=4110689,fd=6),("pgpool",pid=4107832,fd=6),("pgpool",pid=4106324,fd=6),("pgpool",pid=4101074,fd=6),("pgpool",pid=4100646,fd=6),("pgpool",pid=4095308,fd=6),("pgpool",pid=4080791,fd=6),("pgpool",pid=4078984,fd=6),("pgpool",pid=4077904,fd=6),("pgpool",pid=4076024,fd=6),("pgpool",pid=4075090,fd=6),("pgpool",pid=4068840,fd=6),("pgpool",pid=4065098,fd=6),("pgpool",pid=4064196,fd=6),("pgpool",pid=4063658,fd=6),("pgpool",pid=4056656,fd=6),("pgpool",pid=4054369,fd=6),("pgpool",pid=4053739,fd=6),("pgpool",pid=4052272,fd=6),("pgpool",pid=4050140,fd=6),("pgpool",pid=4048828,fd=6),("pgpool",pid=4045385,fd=6),("pgpool",pid=4034600,fd=6),("pgpool",pid=4026067,fd=6),("pgpool",pid=4025381,fd=6),("pgpool",pid=4024534,fd=6),("pgpool",pid=4021720,fd=6),("pgpool",pid=4020381,fd=6),("pgpool",pid=4001908,fd=6),("pgpool",pid=3995363,fd=6),("pgpool",pid=3993004,fd=6),("pgpool",pid=3992912,fd=6),("pgpool",pid=3992658,fd=6),("pgpool",pid=3990233,fd=6),("pgpool",pid=3990232,fd=6),("pgpool",pid=3987891,fd=6),("pgpool",pid=3986868,fd=6),("pgpool",pid=3977778,fd=6),("pgpool",pid=3971975,fd=6),("pgpool",pid=3967550,fd=6),("pgpool",pid=3966251,fd=6),("pgpool",pid=3960212,fd=6),("pgpool",pid=3940431,fd=6),("pgpool",pid=3939572,fd=6),("pgpool",pid=3939257,fd=6),("pgpool",pid=3938206,fd=6),("pgpool",pid=3922500,fd=6),("pgpool",pid=3912426,fd=6),("pgpool",pid=3911648,fd=6),("pgpool",pid=3910167,fd=6),("pgpool",pid=3908152,fd=6),("pgpool",pid=3907263,fd=6),("pgpool",pid=3907260,fd=6),("pgpool",pid=3907220,fd=6),("pgpool",pid=3900173,fd=6),("pgpool",pid=3897955,fd=6),("pgpool",pid=3895927,fd=6),("pgpool",pid=3895053,fd=6),("pgpool",pid=3888409,fd=6),("pgpool",pid=3888132,fd=6),("pgpool",pid=3883309,fd=6),("pgpool",pid=3883280,fd=6),("pgpool",pid=3878556,fd=6),("pgpool",pid=3877508,fd=6),("pgpool",pid=3871139,fd=6),("pgpool",pid=3870872,fd=6),("pgpool",pid=3869163,fd=6),("pgpool",pid=3856161,fd=6),("pgpool",pid=3855475,fd=6),("pgpool",pid=3855216,fd=6),("pgpool",pid=3853410,fd=6),("pgpool",pid=3849350,fd=6),("pgpool",pid=3846148,fd=6),("pgpool",pid=3844263,fd=6),("pgpool",pid=3843263,fd=6),("pgpool",pid=3837728,fd=6),("pgpool",pid=3831540,fd=6),("pgpool",pid=3827504,fd=6),("pgpool",pid=3827494,fd=6),("pgpool",pid=3827493,fd=6),("pgpool",pid=3827487,fd=6),("pgpool",pid=3827301,fd=6),("pgpool",pid=3825593,fd=6),("pgpool",pid=3822632,fd=6),("pgpool",pid=3808696,fd=6),("pgpool",pid=3795237,fd=6),("pgpool",pid=3791167,fd=6),("pgpool",pid=3783375,fd=6),("pgpool",pid=3781177,fd=6),("pgpool",pid=3771215,fd=6),("pgpool",pid=3770155,fd=6),("pgpool",pid=3770142,fd=6),("pgpool",pid=3769368,fd=6),("pgpool",pid=3765652,fd=6),("pgpool",pid=3763618,fd=6),("pgpool",pid=3759576,fd=6),("pgpool",pid=3756303,fd=6),("pgpool",pid=3751072,fd=6),("pgpool",pid=3742543,fd=6),("pgpool",pid=3739387,fd=6),("pgpool",pid=3739285,fd=6),("pgpool",pid=3739245,fd=6),("pgpool",pid=3739243,fd=6),("pgpool",pid=3738404,fd=6),("pgpool",pid=3738319,fd=6),("pgpool",pid=3732755,fd=6),("pgpool",pid=3732159,fd=6),("pgpool",pid=3730225,fd=6),("pgpool",pid=3717518,fd=6),("pgpool",pid=3717517,fd=6),("pgpool",pid=3717516,fd=6),("pgpool",pid=3716608,fd=6),("pgpool",pid=3716002,fd=6),("pgpool",pid=3714817,fd=6),("pgpool",pid=3713027,fd=6),("pgpool",pid=3711818,fd=6),("pgpool",pid=3703392,fd=6),("pgpool",pid=3699357,fd=6),("pgpool",pid=3698117,fd=6),("pgpool",pid=3682442,fd=6),("pgpool",pid=3680416,fd=6),("pgpool",pid=3672473,fd=6),("pgpool",pid=3668581,fd=6),("pgpool",pid=3668195,fd=6),("pgpool",pid=3658713,fd=6),("pgpool",pid=3658630,fd=6),("pgpool",pid=3658266,fd=6),("pgpool",pid=3655663,fd=6),("pgpool",pid=3655662,fd=6),("pgpool",pid=3651008,fd=6),("pgpool",pid=3643674,fd=6),("pgpool",pid=3630876,fd=6),("pgpool",pid=3630862,fd=6),("pgpool",pid=3630540,fd=6),("pgpool",pid=3629412,fd=6),("pgpool",pid=3629015,fd=6),("pgpool",pid=3628329,fd=6),("pgpool",pid=3626999,fd=6),("pgpool",pid=3623677,fd=6),("pgpool",pid=3602158,fd=6),("pgpool",pid=3600506,fd=6),("pgpool",pid=3600505,fd=6),("pgpool",pid=3600007,fd=6),("pgpool",pid=3599228,fd=6),("pgpool",pid=3594004,fd=6),("pgpool",pid=3593728,fd=6),("pgpool",pid=3587895,fd=6),("pgpool",pid=3577064,fd=6),("pgpool",pid=3576251,fd=6),("pgpool",pid=3565390,fd=6),("pgpool",pid=3559704,fd=6),("pgpool",pid=3546609,fd=6),("pgpool",pid=3545048,fd=6),("pgpool",pid=3543940,fd=6),("pgpool",pid=3543938,fd=6),("pgpool",pid=3541792,fd=6),("pgpool",pid=3535430,fd=6),("pgpool",pid=3533590,fd=6),("pgpool",pid=3518201,fd=6),("pgpool",pid=3518152,fd=6),("pgpool",pid=3517163,fd=6),("pgpool",pid=3516749,fd=6),("pgpool",pid=3514037,fd=6),("pgpool",pid=3498836,fd=6),("pgpool",pid=3494062,fd=6),("pgpool",pid=3492158,fd=6),("pgpool",pid=3490646,fd=6),("pgpool",pid=3479953,fd=6),("pgpool",pid=3467198,fd=6),("pgpool",pid=3450373,fd=6),("pgpool",pid=3445891,fd=6),("pgpool",pid=3438230,fd=6),("pgpool",pid=3434538,fd=6),("pgpool",pid=3429198,fd=6),("pgpool",pid=3407923,fd=6),("pgpool",pid=3406068,fd=6),("pgpool",pid=3405837,fd=6),("pgpool",pid=3381253,fd=6),("pgpool",pid=3380188,fd=6),("pgpool",pid=3379809,fd=6),("pgpool",pid=3379351,fd=6),("pgpool",pid=3379349,fd=6),("pgpool",pid=3379347,fd=6),("pgpool",pid=3379344,fd=6),("pgpool",pid=3371891,fd=6),("pgpool",pid=3363553,fd=6),("pgpool",pid=3359565,fd=6),("pgpool",pid=3346845,fd=6),("pgpool",pid=3324195,fd=6),("pgpool",pid=3318136,fd=6),("pgpool",pid=3310553,fd=6),("pgpool",pid=3310231,fd=6),("pgpool",pid=3309602,fd=6),("pgpool",pid=3307275,fd=6),("pgpool",pid=3281253,fd=6),("pgpool",pid=3278020,fd=6),("pgpool",pid=3273635,fd=6),("pgpool",pid=3254412,fd=6),("pgpool",pid=3253544,fd=6),("pgpool",pid=3234026,fd=6),("pgpool",pid=3225523,fd=6),("pgpool",pid=3223920,fd=6),("pgpool",pid=3223628,fd=6),("pgpool",pid=3199483,fd=6),("pgpool",pid=3193628,fd=6),("pgpool",pid=3192043,fd=6),("pgpool",pid=3185649,fd=6),("pgpool",pid=3184838,fd=6),("pgpool",pid=3178850,fd=6),("pgpool",pid=3172472,fd=6),("pgpool",pid=3170944,fd=6),("pgpool",pid=3170248,fd=6),("pgpool",pid=3167381,fd=6),("pgpool",pid=3167263,fd=6),("pgpool",pid=3143164,fd=6),("pgpool",pid=3142138,fd=6),("pgpool",pid=3117273,fd=6),("pgpool",pid=3115320,fd=6),("pgpool",pid=3114440,fd=6),("pgpool",pid=3099974,fd=6),("pgpool",pid=3099032,fd=6),("pgpool",pid=3085740,fd=6),("pgpool",pid=3083990,fd=6),("pgpool",pid=3080213,fd=6),("pgpool",pid=3080091,fd=6),("pgpool",pid=3080080,fd=6),("pgpool",pid=3077891,fd=6),("pgpool",pid=3077027,fd=6),("pgpool",pid=3075348,fd=6),("pgpool",pid=3075085,fd=6),("pgpool",pid=3065785,fd=6),("pgpool",pid=3051207,fd=6),("pgpool",pid=3046097,fd=6),("pgpool",pid=3045675,fd=6),("pgpool",pid=3045673,fd=6),("pgpool",pid=3043988,fd=6),("pgpool",pid=3042311,fd=6),("pgpool",pid=3042132,fd=6),("pgpool",pid=3033416,fd=6),("pgpool",pid=3033243,fd=6),("pgpool",pid=3033037,fd=6),("pgpool",pid=3019709,fd=6),("pgpool",pid=3018756,fd=6),("pgpool",pid=3012186,fd=6),("pgpool",pid=3005088,fd=6),("pgpool",pid=3004607,fd=6),("pgpool",pid=2995634,fd=6),("pgpool",pid=2991946,fd=6),("pgpool",pid=2987031,fd=6),("pgpool",pid=2970139,fd=6),("pgpool",pid=2968329,fd=6),("pgpool",pid=2965925,fd=6),("pgpool",pid=2960699,fd=6),("pgpool",pid=2949125,fd=6),("pgpool",pid=2936135,fd=6),("pgpool",pid=2928041,fd=6),("pgpool",pid=2915257,fd=6),("pgpool",pid=2914925,fd=6),("pgpool",pid=2913755,fd=6),("pgpool",pid=2910802,fd=6),("pgpool",pid=2906850,fd=6),("pgpool",pid=2905791,fd=6),("pgpool",pid=2903354,fd=6),("pgpool",pid=2888496,fd=6),("pgpool",pid=2886481,fd=6),("pgpool",pid=2877900,fd=6),("pgpool",pid=2877291,fd=6),("pgpool",pid=2873990,fd=6),("pgpool",pid=2872208,fd=6),("pgpool",pid=2863694,fd=6),("pgpool",pid=2862564,fd=6),("pgpool",pid=2855680,fd=6),("pgpool",pid=2821557,fd=6),("pgpool",pid=2814606,fd=6),("pgpool",pid=2810763,fd=6),("pgpool",pid=2791531,fd=6),("pgpool",pid=2787223,fd=6),("pgpool",pid=2785910,fd=6),("pgpool",pid=2780523,fd=6),("pgpool",pid=2780390,fd=6),("pgpool",pid=2780341,fd=6),("pgpool",pid=2780340,fd=6),("pgpool",pid=2780335,fd=6),("pgpool",pid=2780208,fd=6),("pgpool",pid=2779522,fd=6),("pgpool",pid=2774905,fd=6),("pgpool",pid=2770847,fd=6),("pgpool",pid=2766398,fd=6),("pgpool",pid=2762547,fd=6),("pgpool",pid=2744348,fd=6),("pgpool",pid=2744211,fd=6),("pgpool",pid=2733346,fd=6),("pgpool",pid=2732657,fd=6),("pgpool",pid=2710495,fd=6),("pgpool",pid=2689853,fd=6),("pgpool",pid=2689227,fd=6),("pgpool",pid=2686789,fd=6),("pgpool",pid=2681967,fd=6),("pgpool",pid=2665702,fd=6),("pgpool",pid=2662400,fd=6),("pgpool",pid=2657540,fd=6),("pgpool",pid=2648343,fd=6),("pgpool",pid=2628178,fd=6),("pgpool",pid=2610633,fd=6),("pgpool",pid=2610388,fd=6),("pgpool",pid=2607609,fd=6),("pgpool",pid=2599248,fd=6),("pgpool",pid=2598734,fd=6),("pgpool",pid=2582665,fd=6),("pgpool",pid=2578342,fd=6),("pgpool",pid=2577002,fd=6),("pgpool",pid=2576012,fd=6),("pgpool",pid=2550253,fd=6),("pgpool",pid=2543768,fd=6),("pgpool",pid=2539153,fd=6),("pgpool",pid=2533617,fd=6),("pgpool",pid=2532699,fd=6),("pgpool",pid=2527396,fd=6),("pgpool",pid=2524026,fd=6),("pgpool",pid=2500777,fd=6),("pgpool",pid=2483572,fd=6),("pgpool",pid=2480464,fd=6),("pgpool",pid=2472721,fd=6),("pgpool",pid=2459415,fd=6),("pgpool",pid=2448695,fd=6),("pgpool",pid=2444250,fd=6),("pgpool",pid=2443569,fd=6),("pgpool",pid=2443373,fd=6),("pgpool",pid=2415357,fd=6),("pgpool",pid=2404956,fd=6),("pgpool",pid=2399639,fd=6),("pgpool",pid=2390611,fd=6),("pgpool",pid=2382945,fd=6),("pgpool",pid=2382431,fd=6),("pgpool",pid=2376655,fd=6),("pgpool",pid=2372492,fd=6),("pgpool",pid=2365883,fd=6),("pgpool",pid=2357803,fd=6),("pgpool",pid=2351417,fd=6),("pgpool",pid=2350790,fd=6),("pgpool",pid=2348758,fd=6),("pgpool",pid=2345434,fd=6),("pgpool",pid=2344566,fd=6),("pgpool",pid=2341936,fd=6),("pgpool",pid=2337746,fd=6),("pgpool",pid=2332891,fd=6),("pgpool",pid=2323767,fd=6),("pgpool",pid=2323421,fd=6),("pgpool",pid=2316245,fd=6),("pgpool",pid=2315825,fd=6),("pgpool",pid=2304871,fd=6),("pgpool",pid=2304870,fd=6),("pgpool",pid=2304865,fd=6),("pgpool",pid=2304850,fd=6),("pgpool",pid=2304844,fd=6),("pgpool",pid=2304842,fd=6),("pgpool",pid=2304695,fd=6),("pgpool",pid=2300397,fd=6),("pgpool",pid=2294263,fd=6),("pgpool",pid=2293424,fd=6),("pgpool",pid=2290279,fd=6),("pgpool",pid=2289795,fd=6),("pgpool",pid=2283954,fd=6),("pgpool",pid=2276586,fd=6),("pgpool",pid=2272784,fd=6),("pgpool",pid=2272153,fd=6),("pgpool",pid=2266954,fd=6),("pgpool",pid=2264194,fd=6),("pgpool",pid=2260868,fd=6),("pgpool",pid=2259888,fd=6),("pgpool",pid=2234670,fd=6),("pgpool",pid=2232236,fd=6),("pgpool",pid=2232230,fd=6),("pgpool",pid=2231434,fd=6),("pgpool",pid=2230804,fd=6),("pgpool",pid=2229704,fd=6),("pgpool",pid=2221485,fd=6),("pgpool",pid=2219673,fd=6),("pgpool",pid=2218697,fd=6),("pgpool",pid=2215843,fd=6),("pgpool",pid=2213494,fd=6),("pgpool",pid=2212582,fd=6),("pgpool",pid=2211451,fd=6),("pgpool",pid=2210632,fd=6),("pgpool",pid=2209534,fd=6),("pgpool",pid=2209531,fd=6),("pgpool",pid=2202411,fd=6),("pgpool",pid=2199140,fd=6),("pgpool",pid=2192689,fd=6),("pgpool",pid=2188599,fd=6),("pgpool",pid=2188365,fd=6),("pgpool",pid=2186250,fd=6),("pgpool",pid=2185168,fd=6),("pgpool",pid=2184097,fd=6),("pgpool",pid=2179792,fd=6),("pgpool",pid=2175347,fd=6),("pgpool",pid=2175336,fd=6),("pgpool",pid=2173299,fd=6),("pgpool",pid=2169888,fd=6),("pgpool",pid=2168355,fd=6),("pgpool",pid=2163186,fd=6),("pgpool",pid=2160059,fd=6),("pgpool",pid=2159525,fd=6),("pgpool",pid=2157775,fd=6),("pgpool",pid=2156787,fd=6),("pgpool",pid=2154389,fd=6),("pgpool",pid=2146275,fd=6),("pgpool",pid=2144374,fd=6),("pgpool",pid=2143981,fd=6),("pgpool",pid=2143813,fd=6),("pgpool",pid=2135959,fd=6),("pgpool",pid=2127852,fd=6),("pgpool",pid=2126025,fd=6),("pgpool",pid=2122719,fd=6),("pgpool",pid=2120699,fd=6),("pgpool",pid=2119465,fd=6),("pgpool",pid=2119249,fd=6),("pgpool",pid=2118073,fd=6),("pgpool",pid=2106997,fd=6),("pgpool",pid=2106430,fd=6),("pgpool",pid=2104912,fd=6),("pgpool",pid=2101735,fd=6),("pgpool",pid=2097980,fd=6),("pgpool",pid=2097089,fd=6),("pgpool",pid=2097028,fd=6),("pgpool",pid=2095224,fd=6),("pgpool",pid=2091971,fd=6),("pgpool",pid=2082324,fd=6),("pgpool",pid=2078413,fd=6),("pgpool",pid=2077086,fd=6),("pgpool",pid=2076913,fd=6),("pgpool",pid=2071841,fd=6),("pgpool",pid=2068488,fd=6),("pgpool",pid=2063629,fd=6),("pgpool",pid=2050151,fd=6),("pgpool",pid=2046111,fd=6),("pgpool",pid=2045869,fd=6),("pgpool",pid=2041211,fd=6),("pgpool",pid=2038320,fd=6),("pgpool",pid=2034494,fd=6),("pgpool",pid=2032769,fd=6),("pgpool",pid=2031821,fd=6),("pgpool",pid=2031382,fd=6),("pgpool",pid=2022006,fd=6),("pgpool",pid=2021073,fd=6),("pgpool",pid=2021014,fd=6),("pgpool",pid=2016886,fd=6),("pgpool",pid=2015420,fd=6),("pgpool",pid=2014634,fd=6),("pgpool",pid=2014626,fd=6),("pgpool",pid=1999529,fd=6),("pgpool",pid=1996227,fd=6),("pgpool",pid=1996148,fd=6),("pgpool",pid=1996146,fd=6),("pgpool",pid=1996145,fd=6),("pgpool",pid=1996143,fd=6),("pgpool",pid=1995537,fd=6),("pgpool",pid=1995020,fd=6),("pgpool",pid=1994492,fd=6),("pgpool",pid=1992777,fd=6),("pgpool",pid=1992549,fd=6),("pgpool",pid=1992071,fd=6),("pgpool",pid=1991555,fd=6),("pgpool",pid=1991339,fd=6),("pgpool",pid=1983812,fd=6),("pgpool",pid=1964724,fd=6),("pgpool",pid=1962245,fd=6),("pgpool",pid=1958874,fd=6),("pgpool",pid=1957224,fd=6),("pgpool",pid=1955424,fd=6),("pgpool",pid=1950944,fd=6),("pgpool",pid=1947080,fd=6),("pgpool",pid=1946195,fd=6),("pgpool",pid=1939279,fd=6),("pgpool",pid=1938859,fd=6),("pgpool",pid=1936126,fd=6),("pgpool",pid=1929509,fd=6),("pgpool",pid=1924244,fd=6),("pgpool",pid=1918869,fd=6),("pgpool",pid=1916896,fd=6),("pgpool",pid=1912212,fd=6),("pgpool",pid=1910301,fd=6),("pgpool",pid=1893007,fd=6),("pgpool",pid=1891142,fd=6),("pgpool",pid=1889297,fd=6),("pgpool",pid=1885545,fd=6),("pgpool",pid=1883356,fd=6),("pgpool",pid=1878139,fd=6),("pgpool",pid=1878126,fd=6),("pgpool",pid=1870348,fd=6),("pgpool",pid=1866094,fd=6),("pgpool",pid=1865174,fd=6),("pgpool",pid=1863915,fd=6),("pgpool",pid=1861260,fd=6),("pgpool",pid=1859841,fd=6),("pgpool",pid=1855155,fd=6),("pgpool",pid=1853977,fd=6),("pgpool",pid=1838924,fd=6),("pgpool",pid=1837072,fd=6),("pgpool",pid=1836694,fd=6),("pgpool",pid=1834235,fd=6),("pgpool",pid=1832535,fd=6),("pgpool",pid=1813588,fd=6),("pgpool",pid=1810059,fd=6),("pgpool",pid=1809280,fd=6),("pgpool",pid=1805506,fd=6),("pgpool",pid=1784060,fd=6),("pgpool",pid=1781991,fd=6),("pgpool",pid=1781094,fd=6),("pgpool",pid=1780440,fd=6),("pgpool",pid=1772718,fd=6),("pgpool",pid=1754818,fd=6),("pgpool",pid=1752585,fd=6),("pgpool",pid=1740280,fd=6),("pgpool",pid=1738203,fd=6),("pgpool",pid=1730490,fd=6),("pgpool",pid=1727858,fd=6),("pgpool",pid=1725932,fd=6),("pgpool",pid=1724325,fd=6),("pgpool",pid=1724278,fd=6),("pgpool",pid=1716350,fd=6),("pgpool",pid=1711319,fd=6),("pgpool",pid=1698105,fd=6),("pgpool",pid=1696507,fd=6),("pgpool",pid=1696096,fd=6),("pgpool",pid=1694428,fd=6),("pgpool",pid=1688112,fd=6),("pgpool",pid=1685774,fd=6),("pgpool",pid=1684325,fd=6),("pgpool",pid=1683941,fd=6),("pgpool",pid=1675317,fd=6),("pgpool",pid=1669451,fd=6),("pgpool",pid=1659248,fd=6),("pgpool",pid=1642559,fd=6),("pgpool",pid=1640400,fd=6),("pgpool",pid=1640223,fd=6),("pgpool",pid=1639586,fd=6),("pgpool",pid=1635202,fd=6),("pgpool",pid=1616670,fd=6),("pgpool",pid=1616141,fd=6),("pgpool",pid=1615543,fd=6),("pgpool",pid=1615443,fd=6),("pgpool",pid=1615360,fd=6),("pgpool",pid=1614880,fd=6),("pgpool",pid=1614877,fd=6),("pgpool",pid=1614876,fd=6),("pgpool",pid=1614868,fd=6),("pgpool",pid=1614863,fd=6),("pgpool",pid=1611139,fd=6),("pgpool",pid=1608811,fd=6),("pgpool",pid=1601128,fd=6),("pgpool",pid=1592803,fd=6),("pgpool",pid=1588937,fd=6),("pgpool",pid=1588745,fd=6),("pgpool",pid=1586884,fd=6),("pgpool",pid=1584842,fd=6),("pgpool",pid=1584028,fd=6),("pgpool",pid=1583088,fd=6),("pgpool",pid=1578908,fd=6),("pgpool",pid=1574389,fd=6),("pgpool",pid=1570982,fd=6),("pgpool",pid=1568993,fd=6),("pgpool",pid=1561079,fd=6),("pgpool",pid=1558316,fd=6),("pgpool",pid=1557401,fd=6),("pgpool",pid=1557315,fd=6),("pgpool",pid=1548833,fd=6),("pgpool",pid=1545669,fd=6),("pgpool",pid=1543079,fd=6),("pgpool",pid=1542443,fd=6),("pgpool",pid=1533273,fd=6),("pgpool",pid=1533047,fd=6),("pgpool",pid=1516418,fd=6),("pgpool",pid=1514830,fd=6),("pgpool",pid=1505188,fd=6),("pgpool",pid=1499307,fd=6),("pgpool",pid=1497755,fd=6),("pgpool",pid=1496485,fd=6),("pgpool",pid=1490190,fd=6),("pgpool",pid=1489611,fd=6),("pgpool",pid=1488008,fd=6),("pgpool",pid=1476840,fd=6),("pgpool",pid=1476838,fd=6),("pgpool",pid=1476083,fd=6),("pgpool",pid=1475091,fd=6),("pgpool",pid=1471613,fd=6),("pgpool",pid=1469178,fd=6),("pgpool",pid=1451912,fd=6),("pgpool",pid=1448708,fd=6),("pgpool",pid=1448346,fd=6),("pgpool",pid=1446212,fd=6),("pgpool",pid=1432785,fd=6),("pgpool",pid=1429466,fd=6),("pgpool",pid=1420281,fd=6),("pgpool",pid=1415750,fd=6),("pgpool",pid=1404389,fd=6),("pgpool",pid=1392766,fd=6),("pgpool",pid=1392624,fd=6),("pgpool",pid=1390902,fd=6),("pgpool",pid=1390187,fd=6),("pgpool",pid=1389364,fd=6),("pgpool",pid=1389285,fd=6),("pgpool",pid=1389271,fd=6),("pgpool",pid=1388917,fd=6),("pgpool",pid=1373032,fd=6),("pgpool",pid=1367987,fd=6),("pgpool",pid=1366549,fd=6),("pgpool",pid=1366547,fd=6),("pgpool",pid=1366178,fd=6),("pgpool",pid=1366172,fd=6),("pgpool",pid=1366170,fd=6),("pgpool",pid=1363970,fd=6),("pgpool",pid=1361506,fd=6),("pgpool",pid=1346051,fd=6),("pgpool",pid=1339704,fd=6),("pgpool",pid=1339670,fd=6),("pgpool",pid=1339656,fd=6),("pgpool",pid=1339654,fd=6),("pgpool",pid=1339652,fd=6),("pgpool",pid=1339543,fd=6),("pgpool",pid=1336811,fd=6),("pgpool",pid=1325507,fd=6),("pgpool",pid=1320989,fd=6),("pgpool",pid=1320503,fd=6),("pgpool",pid=1311091,fd=6),("pgpool",pid=1307638,fd=6),("pgpool",pid=1307210,fd=6),("pgpool",pid=1306098,fd=6),("pgpool",pid=1302124,fd=6),("pgpool",pid=1302077,fd=6),("pgpool",pid=1291315,fd=6),("pgpool",pid=1285972,fd=6),("pgpool",pid=1283795,fd=6),("pgpool",pid=1279329,fd=6),("pgpool",pid=1279128,fd=6),("pgpool",pid=1278551,fd=6),("pgpool",pid=1269375,fd=6),("pgpool",pid=1262181,fd=6),("pgpool",pid=1261265,fd=6),("pgpool",pid=1258805,fd=6),("pgpool",pid=1257101,fd=6),("pgpool",pid=1254844,fd=6),("pgpool",pid=1251610,fd=6),("pgpool",pid=1251261,fd=6),("pgpool",pid=1247715,fd=6),("pgpool",pid=1245142,fd=6),("pgpool",pid=1244441,fd=6),("pgpool",pid=1244440,fd=6),("pgpool",pid=1238050,fd=6),("pgpool",pid=1237486,fd=6),("pgpool",pid=1234622,fd=6),("pgpool",pid=1228432,fd=6),("pgpool",pid=1226224,fd=6),("pgpool",pid=1225971,fd=6),("pgpool",pid=1224899,fd=6),("pgpool",pid=1222632,fd=6),("pgpool",pid=1220517,fd=6),("pgpool",pid=1218881,fd=6),("pgpool",pid=1215421,fd=6),("pgpool",pid=1197310,fd=6),("pgpool",pid=1196828,fd=6),("pgpool",pid=1195994,fd=6),("pgpool",pid=1192495,fd=6),("pgpool",pid=1190058,fd=6),("pgpool",pid=1189021,fd=6),("pgpool",pid=1184796,fd=6),("pgpool",pid=1175392,fd=6),("pgpool",pid=1173725,fd=6),("pgpool",pid=1173672,fd=6),("pgpool",pid=1167111,fd=6),("pgpool",pid=1166137,fd=6),("pgpool",pid=1161587,fd=6),("pgpool",pid=1154177,fd=6),("pgpool",pid=1151659,fd=6),("pgpool",pid=1147938,fd=6),("pgpool",pid=1147725,fd=6),("pgpool",pid=1147189,fd=6),("pgpool",pid=1145762,fd=6),("pgpool",pid=1142225,fd=6),("pgpool",pid=1136920,fd=6),("pgpool",pid=1136264,fd=6),("pgpool",pid=1131896,fd=6),("pgpool",pid=1131488,fd=6),("pgpool",pid=1129917,fd=6),("pgpool",pid=1124617,fd=6),("pgpool",pid=1123631,fd=6),("pgpool",pid=1121310,fd=6),("pgpool",pid=1118476,fd=6),("pgpool",pid=1117841,fd=6),("pgpool",pid=1110372,fd=6),("pgpool",pid=1105895,fd=6),("pgpool",pid=1105734,fd=6),("pgpool",pid=1098125,fd=6),("pgpool",pid=1094290,fd=6),("pgpool",pid=1092453,fd=6),("pgpool",pid=1082710,fd=6),("pgpool",pid=1078792,fd=6),("pgpool",pid=1056522,fd=6),("pgpool",pid=1054809,fd=6),("pgpool",pid=1052293,fd=6),("pgpool",pid=1030364,fd=6),("pgpool",pid=1029418,fd=6),("pgpool",pid=1026040,fd=6),("pgpool",pid=1024941,fd=6),("pgpool",pid=1013575,fd=6),("pgpool",pid=1006880,fd=6),("pgpool",pid=1006745,fd=6),("pgpool",pid=1003846,fd=6),("pgpool",pid=1001595,fd=6),("pgpool",pid=998998,fd=6),("pgpool",pid=998420,fd=6),("pgpool",pid=997421,fd=6),("pgpool",pid=995355,fd=6),("pgpool",pid=988782,fd=6),("pgpool",pid=985488,fd=6),("pgpool",pid=983768,fd=6),("pgpool",pid=983754,fd=6),("pgpool",pid=983675,fd=6),("pgpool",pid=974417,fd=6),("pgpool",pid=970061,fd=6),("pgpool",pid=968018,fd=6),("pgpool",pid=958682,fd=6),("pgpool",pid=950664,fd=6),("pgpool",pid=950662,fd=6),("pgpool",pid=950658,fd=6),("pgpool",pid=948179,fd=6),("pgpool",pid=944841,fd=6),("pgpool",pid=944772,fd=6),("pgpool",pid=929760,fd=6),("pgpool",pid=918017,fd=6),("pgpool",pid=916129,fd=6),("pgpool",pid=915378,fd=6),("pgpool",pid=913326,fd=6),("pgpool",pid=912317,fd=6),("pgpool",pid=912026,fd=6),("pgpool",pid=911231,fd=6),("pgpool",pid=903419,fd=6),("pgpool",pid=893018,fd=6),("pgpool",pid=892774,fd=6),("pgpool",pid=886136,fd=6),("pgpool",pid=885336,fd=6),("pgpool",pid=885335,fd=6),("pgpool",pid=885325,fd=6),("pgpool",pid=885003,fd=6),("pgpool",pid=877855,fd=6),("pgpool",pid=862856,fd=6),("pgpool",pid=862849,fd=6),("pgpool",pid=862847,fd=6),("pgpool",pid=861097,fd=6),("pgpool",pid=860976,fd=6),("pgpool",pid=856047,fd=6),("pgpool",pid=856016,fd=6),("pgpool",pid=856014,fd=6),("pgpool",pid=856009,fd=6),("pgpool",pid=845961,fd=6),("pgpool",pid=845431,fd=6),("pgpool",pid=844293,fd=6),("pgpool",pid=833431,fd=6),("pgpool",pid=827806,fd=6),("pgpool",pid=826925,fd=6),("pgpool",pid=819870,fd=6),("pgpool",pid=815943,fd=6),("pgpool",pid=812833,fd=6),("pgpool",pid=804502,fd=6),("pgpool",pid=800073,fd=6),("pgpool",pid=800071,fd=6),("pgpool",pid=800035,fd=6),("pgpool",pid=775200,fd=6),("pgpool",pid=774151,fd=6),("pgpool",pid=772427,fd=6),("pgpool",pid=768393,fd=6),("pgpool",pid=765701,fd=6),("pgpool",pid=759526,fd=6),("pgpool",pid=749263,fd=6),("pgpool",pid=743501,fd=6),("pgpool",pid=738600,fd=6),("pgpool",pid=731936,fd=6),("pgpool",pid=721658,fd=6),("pgpool",pid=720491,fd=6),("pgpool",pid=720088,fd=6),("pgpool",pid=701309,fd=6),("pgpool",pid=699641,fd=6),("pgpool",pid=693150,fd=6),("pgpool",pid=692426,fd=6),("pgpool",pid=692244,fd=6),("pgpool",pid=692213,fd=6),("pgpool",pid=681706,fd=6),("pgpool",pid=680291,fd=6),("pgpool",pid=666740,fd=6),("pgpool",pid=666354,fd=6),("pgpool",pid=661116,fd=6),("pgpool",pid=659800,fd=6),("pgpool",pid=658825,fd=6),("pgpool",pid=658520,fd=6),("pgpool",pid=658519,fd=6),("pgpool",pid=658135,fd=6),("pgpool",pid=639725,fd=6),("pgpool",pid=630537,fd=6),("pgpool",pid=603187,fd=6),("pgpool",pid=589734,fd=6),("pgpool",pid=589174,fd=6),("pgpool",pid=584304,fd=6),("pgpool",pid=579643,fd=6),("pgpool",pid=555506,fd=6),("pgpool",pid=537623,fd=6),("pgpool",pid=533046,fd=6),("pgpool",pid=529050,fd=6),("pgpool",pid=527506,fd=6),("pgpool",pid=519428,fd=6),("pgpool",pid=511389,fd=6),("pgpool",pid=510643,fd=6),("pgpool",pid=504947,fd=6),("pgpool",pid=502698,fd=6),("pgpool",pid=496903,fd=6),("pgpool",pid=496595,fd=6),("pgpool",pid=488673,fd=6),("pgpool",pid=482976,fd=6),("pgpool",pid=477682,fd=6),("pgpool",pid=470213,fd=6),("pgpool",pid=464855,fd=6),("pgpool",pid=463143,fd=6),("pgpool",pid=453861,fd=6),("pgpool",pid=452777,fd=6),("pgpool",pid=451970,fd=6),("pgpool",pid=449220,fd=6),("pgpool",pid=441818,fd=6),("pgpool",pid=436675,fd=6),("pgpool",pid=436488,fd=6),("pgpool",pid=436040,fd=6),("pgpool",pid=436039,fd=6),("pgpool",pid=436037,fd=6),("pgpool",pid=425479,fd=6),("pgpool",pid=424305,fd=6),("pgpool",pid=397445,fd=6),("pgpool",pid=391630,fd=6),("pgpool",pid=384270,fd=6),("pgpool",pid=369571,fd=6),("pgpool",pid=364626,fd=6),("pgpool",pid=364454,fd=6),("pgpool",pid=355629,fd=6),("pgpool",pid=353071,fd=6),("pgpool",pid=351199,fd=6),("pgpool",pid=350429,fd=6),("pgpool",pid=342597,fd=6),("pgpool",pid=340731,fd=6),("pgpool",pid=337062,fd=6),("pgpool",pid=336880,fd=6),("pgpool",pid=336879,fd=6),("pgpool",pid=336878,fd=6),("pgpool",pid=336877,fd=6),("pgpool",pid=336875,fd=6),("pgpool",pid=336785,fd=6),("pgpool",pid=319666,fd=6),("pgpool",pid=311557,fd=6),("pgpool",pid=307793,fd=6),("pgpool",pid=307552,fd=6),("pgpool",pid=303965,fd=6),("pgpool",pid=299484,fd=6),("pgpool",pid=294750,fd=6),("pgpool",pid=285567,fd=6),("pgpool",pid=281715,fd=6),("pgpool",pid=279708,fd=6),("pgpool",pid=277822,fd=6),("pgpool",pid=277492,fd=6),("pgpool",pid=257059,fd=6),("pgpool",pid=242798,fd=6),("pgpool",pid=239479,fd=6),("pgpool",pid=235201,fd=6),("pgpool",pid=232014,fd=6),("pgpool",pid=229998,fd=6),("pgpool",pid=227646,fd=6),("pgpool",pid=224273,fd=6),("pgpool",pid=215636,fd=6),("pgpool",pid=208036,fd=6),("pgpool",pid=199756,fd=6),("pgpool",pid=191586,fd=6),("pgpool",pid=191583,fd=6),("pgpool",pid=190938,fd=6),("pgpool",pid=182104,fd=6),("pgpool",pid=173256,fd=6),("pgpool",pid=169767,fd=6),("pgpool",pid=169591,fd=6),("pgpool",pid=169197,fd=6),("pgpool",pid=158484,fd=6),("pgpool",pid=155517,fd=6),("pgpool",pid=153866,fd=6),("pgpool",pid=148615,fd=6),("pgpool",pid=147177,fd=6),("pgpool",pid=142632,fd=6),("pgpool",pid=142612,fd=6),("pgpool",pid=141824,fd=6),("pgpool",pid=141038,fd=6),("pgpool",pid=140951,fd=6),("pgpool",pid=140495,fd=6),("pgpool",pid=140435,fd=6),("pgpool",pid=138714,fd=6),("pgpool",pid=138409,fd=6),("pgpool",pid=137907,fd=6),("pgpool",pid=137836,fd=6),("pgpool",pid=136184,fd=6),("pgpool",pid=126228,fd=6),("pgpool",pid=125603,fd=6),("pgpool",pid=124094,fd=6),("pgpool",pid=117391,fd=6),("pgpool",pid=116595,fd=6),("pgpool",pid=116583,fd=6),("pgpool",pid=111388,fd=6),("pgpool",pid=108556,fd=6),("pgpool",pid=107240,fd=6),("pgpool",pid=100447,fd=6),("pgpool",pid=82436,fd=6),("pgpool",pid=70191,fd=6),("pgpool",pid=68382,fd=6),("pgpool",pid=55278,fd=6),("pgpool",pid=54725,fd=6),("pgpool",pid=51403,fd=6),("pgpool",pid=48784,fd=6),("pgpool",pid=39898,fd=6),("pgpool",pid=38506,fd=6),("pgpool",pid=37347,fd=6),("pgpool",pid=28591,fd=6),("pgpool",pid=28590,fd=6),("pgpool",pid=28589,fd=6),("pgpool",pid=28568,fd=6),("pgpool",pid=28557,fd=6),("pgpool",pid=28550,fd=6),("pgpool",pid=28549,fd=6),("pgpool",pid=28547,fd=6),("pgpool",pid=28529,fd=6),("pgpool",pid=28526,fd=6),("pgpool",pid=28516,fd=6),("pgpool",pid=28513,fd=6),("pgpool",pid=28508,fd=6),("pgpool",pid=28507,fd=6),("pgpool",pid=28506,fd=6),("pgpool",pid=28498,fd=6),("pgpool",pid=28497,fd=6),("pgpool",pid=28474,fd=6),("pgpool",pid=28464,fd=6),("pgpool",pid=28462,fd=6),("pgpool",pid=28455,fd=6),("pgpool",pid=28434,fd=6),("pgpool",pid=28433,fd=6),("pgpool",pid=28419,fd=6),("pgpool",pid=28393,fd=6),("pgpool",pid=28391,fd=6),("pgpool",pid=28389,fd=6),("pgpool",pid=28378,fd=6),("pgpool",pid=28376,fd=6),("pgpool",pid=28372,fd=6),("pgpool",pid=28368,fd=6),("pgpool",pid=28366,fd=6),("pgpool",pid=28357,fd=6),("pgpool",pid=28352,fd=6),("pgpool",pid=28351,fd=6),("pgpool",pid=28347,fd=6),("pgpool",pid=28338,fd=6),("pgpool",pid=28333,fd=6),("pgpool",pid=28332,fd=6),("pgpool",pid=28331,fd=6),("pgpool",pid=28323,fd=6),("pgpool",pid=28314,fd=6),("pgpool",pid=28310,fd=6),("pgpool",pid=28308,fd=6),("pgpool",pid=28305,fd=6),("pgpool",pid=28288,fd=6),("pgpool",pid=28286,fd=6),("pgpool",pid=28275,fd=6),("pgpool",pid=28271,fd=6),("pgpool",pid=28268,fd=6),("pgpool",pid=28263,fd=6),("pgpool",pid=28254,fd=6),("pgpool",pid=28252,fd=6),("pgpool",pid=28235,fd=6),("pgpool",pid=28230,fd=6),("pgpool",pid=28229,fd=6),("pgpool",pid=28224,fd=6),("pgpool",pid=28222,fd=6),("pgpool",pid=28186,fd=6),("pgpool",pid=28184,fd=6),("pgpool",pid=28170,fd=6),("pgpool",pid=28167,fd=6),("pgpool",pid=28145,fd=6),("pgpool",pid=28142,fd=6),("pgpool",pid=28141,fd=6),("pgpool",pid=28137,fd=6),("pgpool",pid=28136,fd=6),("pgpool",pid=28122,fd=6),("pgpool",pid=28114,fd=6),("pgpool",pid=28088,fd=6),("pgpool",pid=28082,fd=6),("pgpool",pid=28039,fd=6),("pgpool",pid=28036,fd=6),("pgpool",pid=28003,fd=6),("pgpool",pid=27986,fd=6),("pgpool",pid=27982,fd=6),("pgpool",pid=27964,fd=6),("pgpool",pid=27950,fd=6),("pgpool",pid=27946,fd=6),("pgpool",pid=27890,fd=6),("pgpool",pid=27876,fd=6),("pgpool",pid=27872,fd=6),("pgpool",pid=27868,fd=6),("pgpool",pid=27864,fd=6),("pgpool",pid=27836,fd=6),("pgpool",pid=27821,fd=6),("pgpool",pid=27765,fd=6),("pgpool",pid=27760,fd=6),("pgpool",pid=27754,fd=6),("pgpool",pid=27676,fd=6),("pgpool",pid=27602,fd=6),("pgpool",pid=27562,fd=6),("pgpool",pid=25764,fd=6),("pgpool",pid=9944,fd=6),("pgpool",pid=8660,fd=6),("pgpool",pid=5997,fd=6),("pgpool",pid=3229,fd=6))\n[::]:5666 users:(("nrpe",pid=1193,fd=5))\n*:5671 users:(("beam.smp",pid=35626,fd=131))\n[::]:636 users:(("slapd",pid=1452,fd=10))\n*:80 users:(("httpd",pid=3947715,fd=4),("httpd",pid=3947648,fd=4),("httpd",pid=3925064,fd=4),("httpd",pid=3919476,fd=4),("httpd",pid=3919475,fd=4),("httpd",pid=3919474,fd=4),("httpd",pid=2258878,fd=4),("httpd",pid=36511,fd=4))\n*:8201 users:(("vault",pid=10481,fd=8))\n*:8300 users:(("consul",pid=10060,fd=3))\n*:8301 users:(("consul",pid=10060,fd=7))\n*:8501 users:(("consul",pid=10060,fd=9))\n[::ffff:10.41.32.5]:10334 users:(("java",pid=65963,fd=40))\n[::ffff:10.41.32.5]:36961 users:(("java",pid=66082,fd=32))\n[::ffff:10.41.32.5]:44740 users:(("java",pid=65963,fd=42))\n[::ffff:10.41.32.5]:48387 users:(("java",pid=66082,fd=34))\n[::ffff:10.41.32.5]:59105 users:(("java",pid=65963,fd=44)) no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N loaded 2026-04-15 00:44:25.968597+02 8 563 vpdecasas8 2026-04-15 00:44:26.451863+02 OK ssh_key (cybsecope@vpdecasas8.sanef.groupe) vpdecasas8.sanef.groupe Red Hat Enterprise Linux Server release 7.9 (Maipo) 3.10.0-1160.147.1.el7.x86_64 up 2 weeks, 6 days, 13 hours, 7 minutes N/A / 21G 12G 40%\n/boot 453M 343M 20%\n/dev 126G 126G 0%\n/dev/shm 126G 126G 0%\nMonté sur Taille Dispo Uti%\n/opt/sas 19G 17G 8%\n/opt/sas/depot 46G 15G 68%\n/run 126G 126G 1%\n/run/user/305 26G 26G 0%\n/sys/fs/cgroup 126G 126G 0%\n/tmp 10G 9,4G 1% \N \N \N f \N \N copy-jdk-configs 3.3\njava-1.8.0-openjdk 1.8.0.482.b08\njava-1.8.0-openjdk-headless 1.8.0.482.b08\njavapackages-tools 3.4.1\nmariadb-libs 5.5.68\npython-javapackages 3.4.1\nqualys-cloud-agent 7.3.0\ntzdata-java 2026a gssproxy\nntpd\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsentinelone\nsnmpd\nvgauthd\nvmtoolsd \N gssproxy\nrpcbind \N \N \N \N \N \N \N no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 9 799 vpsasacpt1 2026-04-15 00:44:26.521933+02 OK ssh_key (cybsecope@vpsasacpt1.sanef.groupe) vpsasacpt1.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 2 weeks, 6 days, 8 hours, 35 minutes Permissive / 25G 17G 29%\n/backupOA 196G 186G 1%\n/backupVIYA 196G 84G 56%\n/boot 1014M 807M 21%\n/caslib 295G 29G 90%\n/data 3.6T 449G 88%\n/dev 189G 189G 0%\n/dev/shm 189G 189G 0%\nMounted on Size Avail Use%\n/opt/sas 118G 97G 14%\n/opt/sas/depot 40G 38G 1%\n/opt/sas/work 492G 448G 5%\n/run 189G 189G 1%\n/run/user/1002 38G 38G 0%\n/run/user/305 38G 38G 0%\n/sys/fs/cgroup 189G 189G 0%\n/tmp 9.8G 6.5G 31% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.452.b09\njava-1.8.0-openjdk-headless 1.8.0.452.b09\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nsas-grjavarendr1 3.17.1\nsas-javaesntl1 1.3.17\nsas-javaesntl 1.5.1\nsas-mongodb1 03.21.03\nsas-mysql1 03.21.03\nsas-oracle1 03.21.01\nsas-postgres1 03.21.00\nsas-runjavasvc 1.6.9\nsas-tkjava1 03.21.00\nsas-tkjavajars1 1.4.13\nsas-tkmongodb1 03.21.06\nsas-tkmysql1 01.20.02\nsas-tkoracle1 03.21.00\nsas-tkpostgres1 03.21.00\ntzdata-java 2025b DUAS_SANEFG_vpsasacpt1.sanef.groupe\ngssproxy\nnfsdcld\nnfs-idmapd\nnfs-mountd\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nrpc-statd\nsas-viya-alert-track-default\nsas-viya-compute-default\nsas-viya-connect-default\nsas-viya-consul-default\nsas-viya-jobexecapp-default\nsas-viya-launcher-default\nsas-viya-ops-agent-default\nsas-viya-runlauncher-default\nsas-viya-sasstudio-default\nsas-viya-spawner-default\nsas-viya-watch-log-default\nsentinelone\nsnmpd\nvgauthd\nvmtoolsd \N DUAS_SANEFG_vpsasacpt1.sanef.groupe\ngssproxy\nnfsdcld\nnfs-idmapd\nnfs-mountd\nrpc-statd\nsas-viya-alert-track-default\nsas-viya-compute-default\nsas-viya-connect-default\nsas-viya-consul-default\nsas-viya-jobexecapp-default\nsas-viya-launcher-default\nsas-viya-ops-agent-default\nsas-viya-runlauncher-default\nsas-viya-sasstudio-default\nsas-viya-spawner-default\nsas-viya-watch-log-default \N \N \N \N \N \N \N 0.0.0.0:10600 \n0.0.0.0:10604 \n0.0.0.0:10605 \n0.0.0.0:10611 \n0.0.0.0:10615 \n0.0.0.0:10618 \n0.0.0.0:20048 \n0.0.0.0:2049 \n0.0.0.0:39097 \n0.0.0.0:40235 \n0.0.0.0:53691 \n10.41.32.7:10001 \n[::1]:25 \n127.0.0.1:10001 \n127.0.0.1:199 \n127.0.0.1:25 \n127.0.0.1:35305 \n127.0.0.1:35815 \n127.0.0.1:37031 \n127.0.0.1:39449 \n127.0.0.1:39485 \n127.0.0.1:43277 \n127.0.0.1:56347 \n127.0.0.1:56855 \n*:17541 \n*:17551 \n[::]:20048 \n[::]:2049 \n*:36975 \n[::]:38867 \n[::]:38903 \n*:39799 \n*:43209 \n*:43867 \n*:44195 \n*:46199 \n*:8301 \n*:8501 \n*:8591 no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 10 800 vpsasactr1 2026-04-15 00:44:26.59696+02 OK ssh_key (cybsecope@vpsasactr1.sanef.groupe) vpsasactr1.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 2 weeks, 6 days, 8 hours, 33 minutes Permissive / 25G 19G 21%\n/backupVIYA 196G 84G 56%\n/boot 1014M 807M 21%\n/casdata 98G 93G 1%\n/caslib 295G 29G 90%\n/data 3.6T 449G 88%\n/dev 63G 63G 0%\n/dev/shm 63G 63G 1%\nMounted on Size Avail Use%\n/opt/sas 118G 32G 72%\n/run 63G 63G 1%\n/run/user/305 13G 13G 0%\n/sys/fs/cgroup 63G 63G 0%\n/tmp 9.8G 9.3G 1% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.452.b09\njava-1.8.0-openjdk-headless 1.8.0.452.b09\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nsas-cdfmongodb 03.21.02\nsas-cdfmysql 03.21.02\nsas-javaesntl 1.5.1\nsas-postgresql-secure-libs-11 11.17\nsas-runjavasvc 1.6.9\nsas-tkjava 03.21.00\nsas-tkjavajars 1.4.13\nsas-tkmongodb 03.21.06\nsas-tkmysql 01.20.02\nsas-tkoracle 03.21.02\nsas-tkpostgres 03.21.01\ntzdata-java 2025b gssproxy\nnfsdcld\nnfs-idmapd\nnfs-mountd\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nrpc-statd\nsas-viya-alert-track-default\nsas-viya-backup-agent-default\nsas-viya-cascontroller-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default\nsentinelone\nsnmpd\nvgauthd\nvmtoolsd \N gssproxy\nnfsdcld\nnfs-idmapd\nnfs-mountd\nrpc-statd\nsas-viya-alert-track-default\nsas-viya-backup-agent-default\nsas-viya-cascontroller-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default \N \N \N \N \N \N \N 0.0.0.0:20048 \n0.0.0.0:2049 \n0.0.0.0:33731 \n0.0.0.0:34033 \n0.0.0.0:5570 \n0.0.0.0:56893 \n10.41.32.6:10001 \n127.0.0.1:10001 \n127.0.0.1:199 \n127.0.0.1:57749 \n[::]:20048 \n[::]:2049 \n[::]:38317 \n*:39785 \n[::]:55161 \n*:8301 \n*:8501 \n*:8777 no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 11 803 vpsasawrk1 2026-04-15 00:44:26.671599+02 OK ssh_key (cybsecope@vpsasawrk1.sanef.groupe) vpsasawrk1.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 2 weeks, 6 days, 8 hours, 35 minutes Permissive / 25G 19G 22%\n/backupVIYA 196G 84G 56%\n/boot 1014M 807M 21%\n/casdata 295G 227G 20%\n/caslib 295G 29G 90%\n/data 3.6T 449G 88%\n/dev 126G 126G 0%\n/dev/shm 126G 126G 1%\nMounted on Size Avail Use%\n/opt/sas 118G 97G 14%\n/run 126G 126G 1%\n/run/user/1002 26G 26G 0%\n/run/user/305 26G 26G 0%\n/sys/fs/cgroup 126G 126G 0%\n/tmp 9.8G 9.3G 1% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.452.b09\njava-1.8.0-openjdk-headless 1.8.0.452.b09\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nsas-cdfmongodb 03.21.02\nsas-cdfmysql 03.21.02\nsas-javaesntl 1.5.1\nsas-postgresql-secure-libs-11 11.17\nsas-runjavasvc 1.6.9\nsas-tkjava 03.21.00\nsas-tkjavajars 1.4.13\nsas-tkmongodb 03.21.06\nsas-tkmysql 01.20.02\nsas-tkoracle 03.21.02\nsas-tkpostgres 03.21.01\ntzdata-java 2025b gssproxy\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default\nsentinelone\nsnmpd\nvgauthd\nvmtoolsd \N gssproxy\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default \N \N \N \N \N \N \N 0.0.0.0:44289 \n10.41.32.10:10001 \n127.0.0.1:10001 \n127.0.0.1:199 \n*:8301 \n*:8501 \n*:8777 no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 12 804 vpsasawrk2 2026-04-15 00:44:26.741455+02 OK ssh_key (cybsecope@vpsasawrk2.sanef.groupe) vpsasawrk2.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 2 weeks, 6 days, 8 hours, 34 minutes Permissive / 25G 19G 19%\n/backupVIYA 196G 84G 56%\n/boot 1014M 807M 21%\n/casdata 295G 227G 20%\n/caslib 295G 29G 90%\n/data 3.6T 449G 88%\n/dev 126G 126G 0%\n/dev/shm 126G 126G 1%\nMounted on Size Avail Use%\n/opt/sas 118G 19G 84%\n/run 126G 126G 1%\n/run/user/1002 26G 26G 0%\n/run/user/305 26G 26G 0%\n/sys/fs/cgroup 126G 126G 0%\n/tmp 9.8G 9.3G 1% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.452.b09\njava-1.8.0-openjdk-headless 1.8.0.452.b09\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nsas-cdfmongodb 03.21.02\nsas-cdfmysql 03.21.02\nsas-javaesntl 1.5.1\nsas-postgresql-secure-libs-11 11.17\nsas-runjavasvc 1.6.9\nsas-tkjava 03.21.00\nsas-tkjavajars 1.4.13\nsas-tkmongodb 03.21.06\nsas-tkmysql 01.20.02\nsas-tkoracle 03.21.02\nsas-tkpostgres 03.21.01\ntzdata-java 2025b gssproxy\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default\nsentinelone\nvgauthd\nvmtoolsd \N gssproxy\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default \N \N \N \N \N \N \N 0.0.0.0:33121 \n10.41.32.11:10001 \n127.0.0.1:10001 \n*:8301 \n*:8501 \n*:8777 no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 13 807 vpsasawrk5 2026-04-15 00:44:26.811681+02 OK ssh_key (cybsecope@vpsasawrk5.sanef.groupe) vpsasawrk5.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 2 weeks, 6 days, 8 hours, 30 minutes Permissive / 25G 19G 19%\n/backupVIYA 196G 84G 56%\n/boot 1014M 807M 21%\n/casdata 295G 227G 20%\n/caslib 295G 29G 90%\n/data 3.6T 449G 88%\n/dev 126G 126G 0%\n/dev/shm 126G 126G 1%\nMounted on Size Avail Use%\n/opt/sas 118G 20G 83%\n/run 126G 126G 1%\n/run/user/1002 26G 26G 0%\n/run/user/305 26G 26G 0%\n/sys/fs/cgroup 126G 126G 0%\n/tmp 9.8G 9.3G 1% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.452.b09\njava-1.8.0-openjdk-headless 1.8.0.452.b09\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nsas-cdfmongodb 03.21.02\nsas-cdfmysql 03.21.02\nsas-javaesntl 1.5.1\nsas-postgresql-secure-libs-11 11.17\nsas-runjavasvc 1.6.9\nsas-tkjava 03.21.00\nsas-tkjavajars 1.4.13\nsas-tkmongodb 03.21.06\nsas-tkmysql 01.20.02\nsas-tkoracle 03.21.02\nsas-tkpostgres 03.21.01\ntzdata-java 2025b gssproxy\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default\nsentinelone\nvgauthd\nvmtoolsd \N gssproxy\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default \N \N \N \N \N \N \N 0.0.0.0:44635 \n10.41.32.14:10001 \n127.0.0.1:10001 \n*:8301 \n*:8501 \n*:8777 no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 14 805 vpsasawrk3 2026-04-15 00:44:26.882049+02 OK ssh_key (cybsecope@vpsasawrk3.sanef.groupe) vpsasawrk3.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 2 weeks, 6 days, 8 hours, 32 minutes Permissive / 25G 19G 19%\n/backupVIYA 196G 84G 56%\n/boot 1014M 807M 21%\n/casdata 295G 227G 20%\n/caslib 295G 29G 90%\n/data 3.6T 449G 88%\n/dev 126G 126G 0%\n/dev/shm 126G 126G 1%\nMounted on Size Avail Use%\n/opt/sas 118G 19G 84%\n/run 126G 126G 1%\n/run/user/1002 26G 26G 0%\n/run/user/305 26G 26G 0%\n/sys/fs/cgroup 126G 126G 0%\n/tmp 9.8G 9.3G 1% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.452.b09\njava-1.8.0-openjdk-headless 1.8.0.452.b09\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nsas-cdfmongodb 03.21.02\nsas-cdfmysql 03.21.02\nsas-javaesntl 1.5.1\nsas-postgresql-secure-libs-11 11.17\nsas-runjavasvc 1.6.9\nsas-tkjava 03.21.00\nsas-tkjavajars 1.4.13\nsas-tkmongodb 03.21.06\nsas-tkmysql 01.20.02\nsas-tkoracle 03.21.02\nsas-tkpostgres 03.21.01\ntzdata-java 2025b gssproxy\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default\nsentinelone\nvgauthd\nvmtoolsd \N gssproxy\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default \N \N \N \N \N \N \N 0.0.0.0:42313 \n10.41.32.12:10001 \n127.0.0.1:10001 \n*:8301 \n*:8501 \n*:8777 no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 15 806 vpsasawrk4 2026-04-15 00:44:26.981054+02 OK ssh_key (cybsecope@vpsasawrk4.sanef.groupe) vpsasawrk4.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 2 weeks, 6 days, 8 hours, 31 minutes Permissive / 25G 19G 19%\n/backupVIYA 196G 84G 56%\n/boot 1014M 807M 21%\n/casdata 295G 227G 20%\n/caslib 295G 29G 90%\n/data 3.6T 449G 88%\n/dev 126G 126G 0%\n/dev/shm 126G 126G 1%\nMounted on Size Avail Use%\n/opt/sas 118G 20G 83%\n/run 126G 126G 1%\n/run/user/1002 26G 26G 0%\n/run/user/305 26G 26G 0%\n/sys/fs/cgroup 126G 126G 0%\n/tmp 9.8G 9.3G 1% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.452.b09\njava-1.8.0-openjdk-headless 1.8.0.452.b09\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nsas-cdfmongodb 03.21.02\nsas-cdfmysql 03.21.02\nsas-javaesntl 1.5.1\nsas-postgresql-secure-libs-11 11.17\nsas-runjavasvc 1.6.9\nsas-tkjava 03.21.00\nsas-tkjavajars 1.4.13\nsas-tkmongodb 03.21.06\nsas-tkmysql 01.20.02\nsas-tkoracle 03.21.02\nsas-tkpostgres 03.21.01\ntzdata-java 2025b gssproxy\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default\nsentinelone\nvgauthd\nvmtoolsd \N gssproxy\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default \N \N \N \N \N \N \N 0.0.0.0:46883 \n10.41.32.13:10001 \n127.0.0.1:10001 \n*:8301 \n*:8501 \n*:8777 no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N 2026-04-15 00:44:25.968597+02 16 929 vraptbjup1 2026-04-15 00:44:27.060629+02 CONNECTION_FAILED SSH: connexion refusée (vraptbjup1.sanef-rec.fr) vraptbjup1.sanef-rec.fr \N \N \N \N \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f f \N \N 2026-04-15 00:44:25.968597+02 17 955 vrdecasas1 2026-04-15 00:44:27.064634+02 CONNECTION_FAILED SSH: connexion refusée (vrdecasas1.sanef.groupe) vrdecasas1.sanef.groupe \N \N \N \N \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f f \N \N 2026-04-15 00:44:25.968597+02 18 808 vpsasawrk6 2026-04-15 00:44:27.067638+02 CONNECTION_FAILED SSH: connexion refusée (vpsasawrk6.sanef.groupe) vpsasawrk6.sanef.groupe \N \N \N \N \N \N \N \N f \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f f \N \N 2026-04-15 00:44:25.968597+02 19 957 vrdecasas3 2026-04-15 00:44:27.070778+02 OK ssh_key (cybsecope@vrdecasas3.sanef.groupe) vrdecasas3.sanef.groupe ERROR: Timeout opening channel. ERROR: Timeout opening channel. up 3 weeks, 1 day, 12 hours, 46 minutes Disabled / 21G 15G 26%\n/backupVIYA 196G 71G 63%\n/boot 989M 759M 18%\n/casdata 98G 87G 8%\n/caslib 196G 17G 91%\n/data 3,0T 409G 86%\n/dev 32G 32G 0%\n/dev/shm 63G 63G 1%\nMonté sur Taille Dispo Uti%\n/opt/sas 118G 97G 14%\n/run 32G 32G 1%\n/run/user/1001 6,3G 6,3G 0%\n/run/user/305 6,3G 6,3G 0%\n/sys/fs/cgroup 32G 32G 0%\n/tmp 9,8G 9,3G 1% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.432.b06\njava-1.8.0-openjdk-headless 1.8.0.432.b06\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nsas-cdfmongodb 03.21.02\nsas-cdfmysql 03.21.02\nsas-javaesntl 1.4.9\nsas-postgresql-secure-libs-11 11.14\nsas-runjavasvc 1.5.1\nsas-tkjava 03.21.00\nsas-tkjavajars 1.4.13\nsas-tkmongodb 03.21.04\nsas-tkmysql 01.20.02\nsas-tkoracle 03.21.02\nsas-tkpostgres 03.21.01\ntzdata-java 2024b gssproxy\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default\nsentinelone\nsnmpd\nvgauthd\nvmtoolsd \N gssproxy\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default \N \N \N \N \N \N Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c if which podman >/dev/null 2>&1; then USERS=$(ps aux 2>/dev/null | grep -E 'conmon|podman' | grep -v grep | awk '{print $1}' | sort -u); for U in $USERS; do echo "=== podman@$U ==="; su - $U -c 'podman ps -a --format "table {{.Names}} {{.Status}}"' 2>/dev/null; done; fi; if which docker >/dev/null 2>&1; then docker ps -a --format 'table {{.Names}} {{.Status}}' 2>/dev/null; fi » en tant que root sur vrdecasas3.sanef.groupe. \N 0.0.0.0:36171 \n10.45.1.6:10001 \n127.0.0.1:10001 \n127.0.0.1:199 \n*:8301 \n*:8501 \n*:8777 Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c for svc in postgresql mariadbd mysqld mongod redis-server; do state=$(systemctl is-active $svc 2>/dev/null); [ "$state" = "active" ] && echo "$svc:active"; done; pgrep -x ora_pmon >/dev/null 2>&1 && echo 'oracle:active' || true » en tant que root sur vrdecasas3.sanef.groupe. no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c systemctl list-units --type=service --state=failed --no-pager --no-legend 2>/dev/null | awk '{print $2}' | head -10 || echo none » en tant que root sur vrdecasas3.sanef.groupe. 2026-04-15 00:44:25.968597+02 20 956 vrdecasas2 2026-04-15 00:44:27.144001+02 OK ssh_key (cybsecope@vrdecasas2.sanef.groupe) vrdecasas2.sanef.groupe ERROR: Timeout opening channel. 4.18.0-553.111.1.el8_10.x86_64 up 3 weeks, 1 day, 12 hours, 48 minutes Disabled / 21G 14G 30%\n/backupVIYA 196G 71G 63%\n/boot 989M 759M 18%\n/casdata 98G 93G 1%\n/caslib 196G 17G 91%\n/data 3,0T 409G 86%\n/dev 32G 32G 0%\n/dev/shm 63G 63G 1%\nMonté sur Taille Dispo Uti%\n/nfs_caslib 196G 17G 91%\n/opt/sas 118G 46G 60%\n/run 32G 32G 1%\n/run/user/305 6,3G 6,3G 0%\n/sys/fs/cgroup 32G 32G 0%\n/tmp 9,8G 9,3G 1% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.432.b06\njava-1.8.0-openjdk-headless 1.8.0.432.b06\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nsas-cdfmongodb 03.21.02\nsas-cdfmysql 03.21.02\nsas-javaesntl 1.4.9\nsas-postgresql-secure-libs-11 11.14\nsas-runjavasvc 1.5.1\nsas-tkjava 03.21.00\nsas-tkjavajars 1.4.13\nsas-tkmongodb 03.21.04\nsas-tkmysql 01.20.02\nsas-tkoracle 03.21.02\nsas-tkpostgres 03.21.01\ntzdata-java 2024b gssproxy\nnfsdcld\nnfs-idmapd\nnfs-mountd\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nrpc-statd\nsas-viya-alert-track-default\nsas-viya-backup-agent-default\nsas-viya-cascontroller-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default\nsentinelone\nsnmpd\nvgauthd\nvmtoolsd \N gssproxy\nnfsdcld\nnfs-idmapd\nnfs-mountd\nrpc-statd\nsas-viya-alert-track-default\nsas-viya-backup-agent-default\nsas-viya-cascontroller-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default \N \N \N \N \N \N Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c if which podman >/dev/null 2>&1; then USERS=$(ps aux 2>/dev/null | grep -E 'conmon|podman' | grep -v grep | awk '{print $1}' | sort -u); for U in $USERS; do echo "=== podman@$U ==="; su - $U -c 'podman ps -a --format "table {{.Names}} {{.Status}}"' 2>/dev/null; done; fi; if which docker >/dev/null 2>&1; then docker ps -a --format 'table {{.Names}} {{.Status}}' 2>/dev/null; fi » en tant que root sur vrdecasas2.sanef.groupe. \N 0.0.0.0:20048 \n0.0.0.0:2049 \n0.0.0.0:38147 \n0.0.0.0:40247 \n0.0.0.0:42781 \n0.0.0.0:5570 \n10.45.1.5:10001 \n127.0.0.1:10001 \n127.0.0.1:199 \n127.0.0.1:53293 \n[::]:20048 \n[::]:2049 \n[::]:37763 \n*:37971 \n[::]:45989 \n*:8301 \n*:8501 \n*:8777 Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c for svc in postgresql mariadbd mysqld mongod redis-server; do state=$(systemctl is-active $svc 2>/dev/null); [ "$state" = "active" ] && echo "$svc:active"; done; pgrep -x ora_pmon >/dev/null 2>&1 && echo 'oracle:active' || true » en tant que root sur vrdecasas2.sanef.groupe. no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c systemctl list-units --type=service --state=failed --no-pager --no-legend 2>/dev/null | awk '{print $2}' | head -10 || echo none » en tant que root sur vrdecasas2.sanef.groupe. 2026-04-15 00:44:25.968597+02 21 958 vrdecasas4 2026-04-15 00:44:27.221751+02 OK ssh_key (cybsecope@vrdecasas4.sanef.groupe) vrdecasas4.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 3 weeks, 1 day, 12 hours, 45 minutes Disabled / 21G 15G 26%\n/backupVIYA 196G 71G 63%\n/boot 989M 759M 18%\n/casdata 98G 87G 8%\n/caslib 196G 17G 91%\n/data 3,0T 409G 86%\n/dev 32G 32G 0%\n/dev/shm 63G 63G 1%\nMonté sur Taille Dispo Uti%\n/opt/sas 118G 97G 14%\n/run 32G 32G 1%\n/run/user/1001 6,3G 6,3G 0%\n/run/user/305 6,3G 6,3G 0%\n/sys/fs/cgroup 32G 32G 0%\n/tmp 9,8G 9,3G 1% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.432.b06\njava-1.8.0-openjdk-headless 1.8.0.432.b06\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nsas-cdfmongodb 03.21.02\nsas-cdfmysql 03.21.02\nsas-javaesntl 1.4.9\nsas-postgresql-secure-libs-11 11.14\nsas-runjavasvc 1.5.1\nsas-tkjava 03.21.00\nsas-tkjavajars 1.4.13\nsas-tkmongodb 03.21.04\nsas-tkmysql 01.20.02\nsas-tkoracle 03.21.02\nsas-tkpostgres 03.21.01\ntzdata-java 2024b gssproxy\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default\nsentinelone\nsnmpd\nvgauthd\nvmtoolsd \N gssproxy\nsas-viya-alert-track-default\nsas-viya-consul-default\nsas-viya-ops-agent-default\nsas-viya-watch-log-default \N \N \N \N \N \N Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c if which podman >/dev/null 2>&1; then USERS=$(ps aux 2>/dev/null | grep -E 'conmon|podman' | grep -v grep | awk '{print $1}' | sort -u); for U in $USERS; do echo "=== podman@$U ==="; su - $U -c 'podman ps -a --format "table {{.Names}} {{.Status}}"' 2>/dev/null; done; fi; if which docker >/dev/null 2>&1; then docker ps -a --format 'table {{.Names}} {{.Status}}' 2>/dev/null; fi » en tant que root sur vrdecasas4.sanef.groupe. \N 0.0.0.0:33891 \n10.45.1.7:10001 \n127.0.0.1:10001 \n127.0.0.1:199 \n*:8301 \n*:8501 \n*:8777 Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c for svc in postgresql mariadbd mysqld mongod redis-server; do state=$(systemctl is-active $svc 2>/dev/null); [ "$state" = "active" ] && echo "$svc:active"; done; pgrep -x ora_pmon >/dev/null 2>&1 && echo 'oracle:active' || true » en tant que root sur vrdecasas4.sanef.groupe. no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c systemctl list-units --type=service --state=failed --no-pager --no-legend 2>/dev/null | awk '{print $2}' | head -10 || echo none » en tant que root sur vrdecasas4.sanef.groupe. 2026-04-15 00:44:25.968597+02 22 959 vrdecasas5 2026-04-15 00:44:27.291985+02 OK ssh_key (cybsecope@vrdecasas5.sanef.groupe) vrdecasas5.sanef.groupe Red Hat Enterprise Linux release 8.10 (Ootpa) 4.18.0-553.111.1.el8_10.x86_64 up 3 weeks, 1 day, 12 hours, 49 minutes Disabled / 21G 4,7G 77%\n/backupOA 196G 186G 1%\n/backupVIYA 196G 71G 63%\n/boot 989M 759M 18%\n/casdata 98G 93G 1%\n/caslib 196G 17G 91%\n/data 3,0T 409G 86%\n/dev 32G 32G 0%\n/dev/shm 63G 63G 0%\nMonté sur Taille Dispo Uti%\n/opt/sas 118G 96G 15%\n/opt/sas/depot 45G 43G 1%\n/opt/sas/work 144G 137G 1%\n/run 32G 31G 1%\n/run/user/305 6,3G 6,3G 0%\n/sys/fs/cgroup 32G 32G 0%\n/tmp 9,8G 9,3G 1% \N \N \N t \N \N copy-jdk-configs 4.0\njava-1.8.0-openjdk 1.8.0.432.b06\njava-1.8.0-openjdk-headless 1.8.0.432.b06\njavapackages-filesystem 5.3.0\nmariadb-connector-c 3.1.11\nmariadb-connector-c-config 3.1.11\nqualys-cloud-agent 7.3.0\nsas-grjavarendr1 3.17.1\nsas-javaesntl1 1.3.17\nsas-javaesntl 1.4.9\nsas-mongodb1 03.21.02\nsas-mysql1 03.21.03\nsas-oracle1 03.21.00\nsas-postgres1 03.21.00\nsas-runjavasvc 1.5.1\nsas-tkjava1 03.21.00\nsas-tkjavajars1 1.4.13\nsas-tkmongodb1 03.21.04\nsas-tkmysql1 01.20.02\nsas-tkoracle1 03.21.00\nsas-tkpostgres1 03.21.00\ntzdata-java 2024b gssproxy\nnfsdcld\nnfs-idmapd\nnfs-mountd\nqualys-cloud-agent\nrhsmcertd\nrpcbind\nrpc-statd\nsas-viya-alert-track-default\nsas-viya-compute-default\nsas-viya-connect-default\nsas-viya-consul-default\nsas-viya-jobexecapp-default\nsas-viya-launcher-default\nsas-viya-ops-agent-default\nsas-viya-runlauncher-default\nsas-viya-sasstudio-default\nsas-viya-spawner-default\nsas-viya-watch-log-default\nsentinelone\nsnmpd\ntina.tina\nvgauthd\nvmtoolsd \N gssproxy\nnfsdcld\nnfs-idmapd\nnfs-mountd\nrpc-statd\nsas-viya-alert-track-default\nsas-viya-compute-default\nsas-viya-connect-default\nsas-viya-consul-default\nsas-viya-jobexecapp-default\nsas-viya-launcher-default\nsas-viya-ops-agent-default\nsas-viya-runlauncher-default\nsas-viya-sasstudio-default\nsas-viya-spawner-default\nsas-viya-watch-log-default\ntina.tina \N \N \N \N \N \N Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c if which podman >/dev/null 2>&1; then USERS=$(ps aux 2>/dev/null | grep -E 'conmon|podman' | grep -v grep | awk '{print $1}' | sort -u); for U in $USERS; do echo "=== podman@$U ==="; su - $U -c 'podman ps -a --format "table {{.Names}} {{.Status}}"' 2>/dev/null; done; fi; if which docker >/dev/null 2>&1; then docker ps -a --format 'table {{.Names}} {{.Status}}' 2>/dev/null; fi » en tant que root sur vrdecasas5.sanef.groupe. \N 0.0.0.0:20048 \n0.0.0.0:2049 \n0.0.0.0:2525 \n0.0.0.0:32829 \n0.0.0.0:43699 \n0.0.0.0:46797 \n10.45.1.8:10001 \n[::1]:25 \n127.0.0.1:10001 \n127.0.0.1:199 \n127.0.0.1:25 \n127.0.0.1:39427 \n127.0.0.1:45315 \n127.0.0.1:45623 \n127.0.0.1:54371 \n*:17541 \n*:17551 \n[::]:20048 \n[::]:2049 \n*:33853 \n*:36957 \n[::]:37215 \n*:38851 \n*:43041 \n*:43623 \n*:46189 \n[::]:52497 \n*:8301 \n*:8501 \n*:8591 Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c for svc in postgresql mariadbd mysqld mongod redis-server; do state=$(systemctl is-active $svc 2>/dev/null); [ "$state" = "active" ] && echo "$svc:active"; done; pgrep -x ora_pmon >/dev/null 2>&1 && echo 'oracle:active' || true » en tant que root sur vrdecasas5.sanef.groupe. no_cluster qualys-cloud-agent:active\nsentinelone:active t t \N Désolé, l'utilisateur cybsecope n'est pas autorisé à exécuter « /bin/bash -c systemctl list-units --type=service --state=failed --no-pager --no-legend 2>/dev/null | awk '{print $2}' | head -10 || echo none » en tant que root sur vrdecasas5.sanef.groupe. 2026-04-15 00:44:25.968597+02 \. -- -- Data for Name: server_audit_full; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.server_audit_full (id, server_id, hostname, audit_date, os_release, kernel, uptime, services, processes, services_failed, needs_restarting, reboot_required, disk_usage, interfaces, routes, listen_ports, connections, flux_in, flux_out, conn_wait, net_stats, traffic, firewall, correlation_matrix, outbound_only, raw_output, status, error_msg, created_at, last_patch_date, last_patch_week, last_patch_year, patch_count_2026, patch_weeks_2026, patch_count_2025, patch_weeks_2025, patch_status_2026, cancelled_weeks_2026) FROM stdin; \. -- -- Data for Name: server_correspondance; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.server_correspondance (id, prod_server_id, nonprod_server_id, environment_code, source, note, created_by, created_at, updated_at) FROM stdin; 1 354 152 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.343683 2026-04-14 22:16:38.343683 2 355 153 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.346329 2026-04-14 22:16:38.346329 3 430 155 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.347293 2026-04-14 22:16:38.347293 4 431 156 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.348049 2026-04-14 22:16:38.348049 5 432 157 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.349146 2026-04-14 22:16:38.349146 6 433 158 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.349984 2026-04-14 22:16:38.349984 7 457 160 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.350701 2026-04-14 22:16:38.350701 8 458 161 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.351329 2026-04-14 22:16:38.351329 9 459 162 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.351773 2026-04-14 22:16:38.351773 10 464 163 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.352192 2026-04-14 22:16:38.352192 11 465 164 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.352619 2026-04-14 22:16:38.352619 12 619 165 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.353029 2026-04-14 22:16:38.353029 13 728 171 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.353884 2026-04-14 22:16:38.353884 14 734 172 dev auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.354317 2026-04-14 22:16:38.354317 15 350 900 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.354754 2026-04-14 22:16:38.354754 16 352 901 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.355424 2026-04-14 22:16:38.355424 17 358 902 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.356326 2026-04-14 22:16:38.356326 18 359 904 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.358013 2026-04-14 22:16:38.358013 19 413 911 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.35855 2026-04-14 22:16:38.35855 20 418 913 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.359234 2026-04-14 22:16:38.359234 21 419 914 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.359671 2026-04-14 22:16:38.359671 22 420 915 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.360532 2026-04-14 22:16:38.360532 23 421 916 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.360986 2026-04-14 22:16:38.360986 24 423 918 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.361401 2026-04-14 22:16:38.361401 25 426 919 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.361833 2026-04-14 22:16:38.361833 26 428 920 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.36226 2026-04-14 22:16:38.36226 27 429 921 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.362693 2026-04-14 22:16:38.362693 28 430 924 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.363157 2026-04-14 22:16:38.363157 29 431 925 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.363573 2026-04-14 22:16:38.363573 30 432 926 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.363995 2026-04-14 22:16:38.363995 31 433 927 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.364398 2026-04-14 22:16:38.364398 32 437 928 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.36522 2026-04-14 22:16:38.36522 33 438 929 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.365646 2026-04-14 22:16:38.365646 34 451 931 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.366059 2026-04-14 22:16:38.366059 35 466 932 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.366488 2026-04-14 22:16:38.366488 36 533 944 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.366909 2026-04-14 22:16:38.366909 37 537 945 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.367319 2026-04-14 22:16:38.367319 38 538 946 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.367735 2026-04-14 22:16:38.367735 39 539 947 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.368164 2026-04-14 22:16:38.368164 40 542 948 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.368565 2026-04-14 22:16:38.368565 41 543 949 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.36898 2026-04-14 22:16:38.36898 42 544 950 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.36938 2026-04-14 22:16:38.36938 43 545 951 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.36977 2026-04-14 22:16:38.36977 44 546 952 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.370161 2026-04-14 22:16:38.370161 45 557 953 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.370563 2026-04-14 22:16:38.370563 46 558 954 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.370984 2026-04-14 22:16:38.370984 47 559 958 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.372446 2026-04-14 22:16:38.372446 48 560 959 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.372983 2026-04-14 22:16:38.372983 49 564 960 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.37413 2026-04-14 22:16:38.37413 50 565 961 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.374929 2026-04-14 22:16:38.374929 51 566 962 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.37545 2026-04-14 22:16:38.37545 52 567 966 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.375895 2026-04-14 22:16:38.375895 53 569 967 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.37658 2026-04-14 22:16:38.37658 54 572 972 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.377003 2026-04-14 22:16:38.377003 55 574 974 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.377432 2026-04-14 22:16:38.377432 56 580 977 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.377845 2026-04-14 22:16:38.377845 57 582 978 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.378249 2026-04-14 22:16:38.378249 58 587 981 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.378667 2026-04-14 22:16:38.378667 59 588 982 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.379076 2026-04-14 22:16:38.379076 60 589 983 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.379534 2026-04-14 22:16:38.379534 61 590 984 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.380146 2026-04-14 22:16:38.380146 62 591 985 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.380569 2026-04-14 22:16:38.380569 63 593 987 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.380974 2026-04-14 22:16:38.380974 64 595 988 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.381404 2026-04-14 22:16:38.381404 65 601 989 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.381823 2026-04-14 22:16:38.381823 66 603 991 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.382437 2026-04-14 22:16:38.382437 67 606 992 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.38286 2026-04-14 22:16:38.38286 68 607 993 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.383899 2026-04-14 22:16:38.383899 69 608 994 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.384338 2026-04-14 22:16:38.384338 70 612 996 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.384762 2026-04-14 22:16:38.384762 71 613 997 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.385192 2026-04-14 22:16:38.385192 72 615 998 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.385629 2026-04-14 22:16:38.385629 73 616 999 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.386033 2026-04-14 22:16:38.386033 74 620 1000 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.386426 2026-04-14 22:16:38.386426 75 621 1001 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.386824 2026-04-14 22:16:38.386824 76 622 1002 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.387262 2026-04-14 22:16:38.387262 77 624 1003 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.38767 2026-04-14 22:16:38.38767 78 625 1005 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.388082 2026-04-14 22:16:38.388082 79 628 1006 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.388482 2026-04-14 22:16:38.388482 80 648 1007 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.38958 2026-04-14 22:16:38.38958 81 650 1009 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.390403 2026-04-14 22:16:38.390403 82 652 1010 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.391427 2026-04-14 22:16:38.391427 83 654 1011 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.39197 2026-04-14 22:16:38.39197 84 664 1012 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.392414 2026-04-14 22:16:38.392414 85 668 1013 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.392863 2026-04-14 22:16:38.392863 86 674 1014 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.393277 2026-04-14 22:16:38.393277 87 675 1015 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.393685 2026-04-14 22:16:38.393685 88 676 1016 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.394095 2026-04-14 22:16:38.394095 89 680 1017 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.394497 2026-04-14 22:16:38.394497 90 681 1018 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.394903 2026-04-14 22:16:38.394903 91 682 1019 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.395303 2026-04-14 22:16:38.395303 92 685 1020 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.395701 2026-04-14 22:16:38.395701 93 687 1021 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.396101 2026-04-14 22:16:38.396101 94 688 1022 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.396515 2026-04-14 22:16:38.396515 95 690 1023 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.396938 2026-04-14 22:16:38.396938 96 692 1025 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.397347 2026-04-14 22:16:38.397347 97 694 1026 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.397744 2026-04-14 22:16:38.397744 98 695 1027 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.39814 2026-04-14 22:16:38.39814 99 696 1028 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.39854 2026-04-14 22:16:38.39854 100 704 1029 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.398952 2026-04-14 22:16:38.398952 101 720 1031 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.399353 2026-04-14 22:16:38.399353 102 721 1032 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.399748 2026-04-14 22:16:38.399748 103 722 1033 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.400147 2026-04-14 22:16:38.400147 104 723 1034 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.400534 2026-04-14 22:16:38.400534 105 725 1035 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.400925 2026-04-14 22:16:38.400925 106 727 1036 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.401344 2026-04-14 22:16:38.401344 107 728 1038 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.401766 2026-04-14 22:16:38.401766 108 730 1039 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.402171 2026-04-14 22:16:38.402171 109 732 1040 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.402565 2026-04-14 22:16:38.402565 110 733 1041 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.402961 2026-04-14 22:16:38.402961 111 734 1044 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.40354 2026-04-14 22:16:38.40354 112 735 1045 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.404031 2026-04-14 22:16:38.404031 113 745 1046 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.404465 2026-04-14 22:16:38.404465 114 746 1047 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.405545 2026-04-14 22:16:38.405545 115 749 1048 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.405976 2026-04-14 22:16:38.405976 116 751 1050 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.406398 2026-04-14 22:16:38.406398 117 756 1051 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.406815 2026-04-14 22:16:38.406815 118 757 1052 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.407364 2026-04-14 22:16:38.407364 119 760 1053 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.407776 2026-04-14 22:16:38.407776 120 761 1054 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.408168 2026-04-14 22:16:38.408168 121 764 1055 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.408569 2026-04-14 22:16:38.408569 122 781 1056 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.408964 2026-04-14 22:16:38.408964 123 783 1057 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.409373 2026-04-14 22:16:38.409373 124 790 1066 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.409781 2026-04-14 22:16:38.409781 125 794 1067 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.410227 2026-04-14 22:16:38.410227 126 795 1068 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.410651 2026-04-14 22:16:38.410651 127 796 1069 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.411047 2026-04-14 22:16:38.411047 128 798 1070 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.411444 2026-04-14 22:16:38.411444 129 836 1079 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.411852 2026-04-14 22:16:38.411852 130 842 1080 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.412253 2026-04-14 22:16:38.412253 131 843 1081 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.412667 2026-04-14 22:16:38.412667 132 844 1082 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.413086 2026-04-14 22:16:38.413086 133 851 1096 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.413541 2026-04-14 22:16:38.413541 134 859 1097 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.413964 2026-04-14 22:16:38.413964 135 860 1100 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.414649 2026-04-14 22:16:38.414649 136 861 1101 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.41509 2026-04-14 22:16:38.41509 137 861 1102 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.4155 2026-04-14 22:16:38.4155 138 864 1103 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.4159 2026-04-14 22:16:38.4159 139 865 1104 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.416298 2026-04-14 22:16:38.416298 140 866 1105 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.416694 2026-04-14 22:16:38.416694 141 867 1106 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.417087 2026-04-14 22:16:38.417087 142 869 1109 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.417489 2026-04-14 22:16:38.417489 143 870 1110 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.417905 2026-04-14 22:16:38.417905 144 872 1113 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.418297 2026-04-14 22:16:38.418297 145 873 1114 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.419103 2026-04-14 22:16:38.419103 146 874 1115 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.419637 2026-04-14 22:16:38.419637 147 875 1116 recette auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.420177 2026-04-14 22:16:38.420177 148 522 1119 test auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.420641 2026-04-14 22:16:38.420641 149 581 1122 test auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.421083 2026-04-14 22:16:38.421083 150 599 1125 test auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.421504 2026-04-14 22:16:38.421504 151 609 1129 test auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.421914 2026-04-14 22:16:38.421914 152 610 1130 test auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.422323 2026-04-14 22:16:38.422323 153 647 1131 test auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.422748 2026-04-14 22:16:38.422748 154 728 1134 test auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.423201 2026-04-14 22:16:38.423201 155 734 1135 test auto Auto-link convention v[rtd]XXX -> v[pi]XXX \N 2026-04-14 22:16:38.423694 2026-04-14 22:16:38.423694 \. -- -- Data for Name: server_databases; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.server_databases (id, server_id, hostname, instance_name, db_type, db_version, db_edition, cluster_name, environnement, etat, description, created_at) FROM stdin; 1 164 vdbocsman1 BOC_DEV SAP Hana \N \N \N \N Actif \N 2026-04-14 19:40:21.461409+02 2 1237 ceupplu1 ceupplu1_ora_XE Oracle 11.2 \N \N \N Actif Base XE Eurotunnel\r\n\r\nOracle Express 11.2.0.2.0 2026-04-14 19:40:21.463397+02 3 1270 lamaprac1 lamaprac1_geoclu_ora_BSTG Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSSTG 2026-04-14 19:40:21.464511+02 4 1270 lamaprac1 lamaprac1_geoclu_ora_BSXT Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amélie de Production\r\nSEXTAN 2026-04-14 19:40:21.465267+02 5 1271 lamaprac2 lamaprac2_geoclu_ora_BSTG Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSSTG 2026-04-14 19:40:21.465966+02 6 1271 lamaprac2 lamaprac2_geoclu_ora_BSXT Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amélie de Production\r\nSEXTAN 2026-04-14 19:40:21.466633+02 7 1272 lamaprac3 lamaprac3_geoclu_ora_BSTG Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSSTG 2026-04-14 19:40:21.467298+02 8 1272 lamaprac3 lamaprac3_geoclu_ora_BSXT Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amélie de Production\r\nSEXTAN 2026-04-14 19:40:21.468065+02 9 1273 lamaprac4 lamaprac4_geoclu_ora_BSTG Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSSTG 2026-04-14 19:40:21.468667+02 10 1273 lamaprac4 lamaprac4_geoclu_ora_BSXT Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amélie de Production\r\nSEXTAN 2026-04-14 19:40:21.469635+02 11 1275 lamarrac1 lamarrac1_geoclu_ora_MBSTG Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSSTG 2026-04-14 19:40:21.470215+02 12 1275 lamarrac1 lamarrac1_geoclu_ora_MBSXT Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSEXTAN 2026-04-14 19:40:21.470783+02 13 1276 lamarrac2 lamarrac2_geoclu_ora_MBSTG Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSSTG 2026-04-14 19:40:21.471317+02 14 1276 lamarrac2 lamarrac2_geoclu_ora_MBSXT Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSEXTAN 2026-04-14 19:40:21.471852+02 15 1277 lamarrac3 lamarrac3_geoclu_ora_MBSTG Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSSTG 2026-04-14 19:40:21.472428+02 16 1277 lamarrac3 lamarrac3_geoclu_ora_MBSXT Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSEXTAN 2026-04-14 19:40:21.473569+02 17 1278 lamarrac4 lamarrac4_geoclu_ora_MBSTG Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSSTG 2026-04-14 19:40:21.474867+02 18 1278 lamarrac4 lamarrac4_geoclu_ora_MBSXT Oracle 11.2.0.4 \N \N \N Actif RAC Oracle Amlie Recette\r\nSEXTAN 2026-04-14 19:40:21.475879+02 19 \N lamdsip1 lamdsip1_clu_ora_D07ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - ADP - Dev 2026-04-14 19:40:21.476756+02 20 \N lamdsip1 lamdsip1_clu_ora_D07FRD Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Fraude - Dev 2026-04-14 19:40:21.477354+02 21 \N lamdsip1 lamdsip1_clu_ora_D07GM Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Gestion Montique - Dev 2026-04-14 19:40:21.477899+02 22 \N lamdsip1 lamdsip1_clu_ora_D07PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Central Page - Dev 2026-04-14 19:40:21.478448+02 23 \N lamdsip1 lamdsip1_clu_ora_D07REF Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Référentiel - Dev 2026-04-14 19:40:21.479011+02 24 \N lamdsip1 lamdsip1_clu_ora_D08ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - ADP - Dev 2026-04-14 19:40:21.479549+02 25 \N lamdsip1 lamdsip1_clu_ora_D08FRD Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Fraude - Dev 2026-04-14 19:40:21.480064+02 26 \N lamdsip1 lamdsip1_clu_ora_D08GM Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Gestion Monétique - Dev 2026-04-14 19:40:21.480577+02 27 \N lamdsip1 lamdsip1_clu_ora_D08PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Central Péage - Dev 2026-04-14 19:40:21.481107+02 28 \N lamdsip1 lamdsip1_clu_ora_D08REF Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Référentiel - Dev 2026-04-14 19:40:21.481619+02 29 \N lamdsip1 lamdsip1_clu_ora_D20ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - A150 - ADP - Dev\r\nSociété Albéa 2026-04-14 19:40:21.482133+02 30 \N lamdsip1 lamdsip1_clu_ora_D20GM Oracle 11.2.0.1 \N \N \N Actif HSIP - A150 - Gestion Monétique - Dev\r\nSociété Albéa 2026-04-14 19:40:21.482735+02 31 \N lamdsip1 lamdsip1_clu_ora_D20PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - A150 - Central Péage - Dev\r\nSociété Albéa 2026-04-14 19:40:21.48328+02 32 \N lamdsip1 lamdsip1_clu_ora_D20REF Oracle 11.2.0.1 \N \N \N Actif HSIP - A150 - Référentiel - Dev\r\nSociété Albéa 2026-04-14 19:40:21.483799+02 33 \N lamdsip1 lamdsip1_clu_ora_DBAT Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - ADP - Dev\r\n\r\nBase de test DBA (R-035154)\r\n- test procédure relance instance suite max session atteint (base figée)\r\n- test restauration/duplication 2026-04-14 19:40:21.484307+02 34 1279 lampadp1 lampadp1_clu_ora_P07ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - ADP - Prod 2026-04-14 19:40:21.484827+02 35 1279 lampadp1 lampadp1_clu_ora_P07REF Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Référentiel - Prod 2026-04-14 19:40:21.48537+02 36 1279 lampadp1 lampadp1_clu_ora_P08ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - ADP - Prod 2026-04-14 19:40:21.485895+02 37 1279 lampadp1 lampadp1_clu_ora_P08REF Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Référentiel - Prod 2026-04-14 19:40:21.48641+02 38 1281 lampadp2 lampadp2_clu_ora_P07ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - ADP - Prod 2026-04-14 19:40:21.486988+02 39 1281 lampadp2 lampadp2_clu_ora_P07REF Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Référentiel - Prod 2026-04-14 19:40:21.487551+02 40 1281 lampadp2 lampadp2_clu_ora_P08ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - ADP - Prod 2026-04-14 19:40:21.488074+02 41 1281 lampadp2 lampadp2_clu_ora_P08REF Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Référentiel - Prod 2026-04-14 19:40:21.488687+02 42 1283 lampadv1 lampadv1_ora_PADV Oracle 11.2.0.1 \N \N \N Actif ADVU - Production 2026-04-14 19:40:21.490007+02 43 1285 lampasu1 lampasu1_geoclu_ora_RAU Oracle 11.2.0.4 \N \N \N Actif Gestion des Appels d'urgence (RAU)\r\nCluster lampasu-clu\r\n\r\nconnexions applicatives depuis :\r\nrmilasu1 --> asur-rau1\r\nrsmiasu1 --> asur-rau2\r\nAttention, mauvaise gestion applicative\r\nSi une instance se coupe, il faut relancer les deux serveurs applicatifs\r\n\r\nIHM applicative :\r\nhttp://10.41.40.195/index.faces 2026-04-14 19:40:21.490955+02 44 1286 lampasu2 lampasu2_geoclu_ora_RAU Oracle 11.2.0.4 \N \N \N Actif Gestion des Appels d'urgence (RAU)\r\nCluster lampasu-clu\r\n\r\nconnexions applicatives depuis :\r\nrmilasu1 --> asur-rau1\r\nrsmiasu1 --> asur-rau2\r\nAttention, mauvaise gestion applicative\r\nSi une instance se coupe, il faut relancer les deux serveurs applicatifs\r\n\r\nIHM applicative :\r\nhttp://10.41.40.195/index.faces 2026-04-14 19:40:21.491621+02 45 1287 lampcrm1 lampcrm1_ora_PGRC Oracle 11.2.0.1 \N \N \N Actif CRM V2 Sanef - Cléo (Selligent V8)\r\n\r\n13/01/2011 --> 27/07/2023 (dbid=1626031274)\r\nrecréation le 27/07/2023 (R-105494) 2026-04-14 19:40:21.492217+02 46 1289 lampdec1 lampdec1_ora_DWH Oracle 11.2.0.3 \N \N \N Actif Data Ware House\r\n\r\nContient des données de : \r\n- application NEMO\r\n- TALEND\r\n\r\n15/05/2013 --> 21/07/2023 (dbid=2070884538)\r\nrecréation le 21/07/2023 (R-106405) 2026-04-14 19:40:21.493144+02 47 1290 lampoct1 lampoct1_ora_GSICA Oracle 10.2 \N \N \N Actif GSICA 2026-04-14 19:40:21.493749+02 48 1290 lampoct1 lampoct1_ora_PAIR Oracle 10.2 \N \N \N Actif SatisFaire 2026-04-14 19:40:21.494316+02 49 1291 lamppea1 lamppea1_clu_ora_P07GM Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Gestion Monétique - Prod 2026-04-14 19:40:21.494873+02 50 1291 lamppea1 lamppea1_clu_ora_P07PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Central Péage - Prod 2026-04-14 19:40:21.495402+02 219 715 vpodaboem2 vpodaboem2_clu_ora_OEMP_C0 Oracle 19 (12.2.0.3) \N \N \N Actif \N 2026-04-14 19:40:21.596836+02 51 1291 lamppea1 lamppea1_clu_ora_P08GM Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Gestion Monétique - Prod 2026-04-14 19:40:21.495947+02 52 1291 lamppea1 lamppea1_clu_ora_P08PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Central Péage - Prod 2026-04-14 19:40:21.497123+02 53 1293 lamppea2 lamppea2_clu_ora_P07GM Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Gestion Monétique - Prod 2026-04-14 19:40:21.497699+02 54 1291 lamppea1 lamppea2_clu_ora_P07PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Central Péage - Prod 2026-04-14 19:40:21.498298+02 55 1293 lamppea2 lamppea2_clu_ora_P08GM Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Gestion Monétique - Prod 2026-04-14 19:40:21.498878+02 56 1293 lamppea2 lamppea2_clu_ora_P08PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Central Péage - Prod 2026-04-14 19:40:21.499428+02 57 1297 lamrsip1 lamrsip1_clu_ora_R07ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - ADP - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecérationle 21/06/2023 (R-103498) 2026-04-14 19:40:21.499961+02 58 1297 lamrsip1 lamrsip1_clu_ora_R07GM Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Gestion Monétique - Recette\r\n\r\n18/08/2010 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.500492+02 59 1297 lamrsip1 lamrsip1_clu_ora_R07PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Central Péage - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.501021+02 60 1297 lamrsip1 lamrsip1_clu_ora_R07REF Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Référentiel - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.501558+02 61 1297 lamrsip1 lamrsip1_clu_ora_R08ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - ADP - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.502088+02 62 1297 lamrsip1 lamrsip1_clu_ora_R08GM Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Gestion Monétique - Recette\r\n\r\n18/08/2010 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.502661+02 63 1297 lamrsip1 lamrsip1_clu_ora_R08PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Central Péage - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.503222+02 64 1297 lamrsip1 lamrsip1_clu_ora_R08REF Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Référentiel - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.503813+02 65 1297 lamrsip1 lamrsip1_clu_ora_R20ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - A150 - ADP - Recette\r\nSociété Alba\r\n\r\n30/07/2014 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.504396+02 66 1297 lamrsip1 lamrsip1_clu_ora_R20PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - A150 - Central Péage - Recette\r\nSociété Alba\r\n\r\n30/07/2014 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.504933+02 67 1297 lamrsip1 lamrsip1_clu_ora_R20REF Oracle 11.2.0.1 \N \N \N Actif HSIP - A150 - Référentiel - Recette\r\nSociété Alba\r\n\r\n30/07/2014 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.505463+02 68 1297 lamrsip1 lamrsip1_clu_ora_R70ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - ETParking - ADP - Recette\r\n\r\n01/06/2016 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.506521+02 69 1298 lamrsip2 lamrsip2_clu_ora_R07ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - ADP - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.507107+02 70 1298 lamrsip2 lamrsip2_clu_ora_R07GM Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Gestion Monétique - Recette\r\n\r\n18/08/2010 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.507653+02 71 1298 lamrsip2 lamrsip2_clu_ora_R07PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Central Péage - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.50819+02 72 1298 lamrsip2 lamrsip2_clu_ora_R07REF Oracle 11.2.0.1 \N \N \N Actif HSIP - Sanef - Référentiel - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.508745+02 73 1298 lamrsip2 lamrsip2_clu_ora_R08ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - ADP - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.509899+02 74 1298 lamrsip2 lamrsip2_clu_ora_R08GM Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Gestion Monétique - Recette\r\n\r\n18/08/2010 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.51069+02 75 1298 lamrsip2 lamrsip2_clu_ora_R08PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Central Péage - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.511287+02 76 1298 lamrsip2 lamrsip2_clu_ora_R08REF Oracle 11.2.0.1 \N \N \N Actif HSIP - Sapn - Référentiel - Recette\r\n\r\n25/11/2009 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.511842+02 77 1298 lamrsip2 lamrsip2_clu_ora_R20ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - A150 - ADP - Recette\r\nSociété Alba\r\n\r\n30/07/2014 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.512408+02 78 1298 lamrsip2 lamrsip2_clu_ora_R20PEA Oracle 11.2.0.1 \N \N \N Actif HSIP - A150 - Central Péage - Recette\r\nSociété Alba\r\n\r\n30/07/2014 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.512953+02 79 1298 lamrsip2 lamrsip2_clu_ora_R20REF Oracle 11.2.0.1 \N \N \N Actif HSIP - A150 - Référentiel - Recette\r\nSociété Alba\r\n\r\n30/07/2014 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.51348+02 80 1298 lamrsip2 lamrsip2_clu_ora_R70ADP Oracle 11.2.0.1 \N \N \N Actif HSIP - ETParking - ADP - Recette\r\n\r\n01/06/2016 --> 21/06/2023\r\nrecréation le 21/06/2023 (R-103498) 2026-04-14 19:40:21.514063+02 81 1299 lamtinf1 lamtinf1_ora_DGRC Oracle 11.2.0.4 \N \N \N Actif CRM V2 Sanef - Clo (Selligent V8)\r\n\r\nremplace la base DGRC (vcrmddata1) (14/09/2018)\r\n\r\n06-08-2018 --> 26/06/2023 dbid=3760458297\t\t21-06-2023 --> dbid=3917530440\r\nrecréation le 26/06/2023 (R-XXXXX) 2026-04-14 19:40:21.514668+02 82 1299 lamtinf1 lamtinf1_ora_GASPAR Oracle 11.2.0.4 \N \N \N Actif remplace la base GASPAR (vmgasp3) depuis septembre 2018 2026-04-14 19:40:21.515201+02 83 1299 lamtinf1 lamtinf1_ora_RADV2 Oracle 11.2.0.4 \N \N \N Actif ADVU - Recette 2026-04-14 19:40:21.515725+02 84 1299 lamtinf1 lamtinf1_ora_RGRC Oracle 11.2.0.4 \N \N \N Actif remplace la base RGRC (vcrmrdata1) 2026-04-14 19:40:21.516324+02 85 1299 lamtinf1 lamtinf1_ora_TAIR Oracle 11.2.0.4 \N \N \N Actif remplace la base TAIR (vairtst1) 2026-04-14 19:40:21.516876+02 86 1300 lamtpfe1 lamtpfe1_ora_DPFE Oracle 10.2 \N \N \N Actif Plateforme d'échange 2026-04-14 19:40:21.517416+02 87 1300 lamtpfe1 lamtpfe1_ora_RPFE Oracle 10.2 \N \N \N Actif Plateforme d'échange 2026-04-14 19:40:21.517934+02 88 1300 lamtpfe1 lamtpfe1_pgsql PostgreSQL 9.3 \N \N \N Actif ??\r\n\r\nInfra non installe par les DBA Sanef\r\n\r\n(PostgreSQL 9.3.1)\r\n\r\n datname | modification | size\r\n---------------+------------------------+---------\r\n compta | 2014-01-16 17:10:08+01 | 167 MB\r\n TEST_SDA | 2014-07-11 11:36:48+02 | 6546 kB\r\n TalendSAP2015 | 2014-12-22 11:30:07+01 | 1090 MB\r\n adresse | 2015-06-08 14:11:19+02 | 12 GB\r\n vigie | 2014-09-30 13:53:33+02 | 13 GB\r\n jira | 2015-10-09 09:25:45+02 | 31 MB\r\n Schedule | 2016-10-05 15:14:35+02 | 8394 kB\r\n\r\n\r\nPas de restart automatique, faire en manuel :\r\n[postgres@lamtpfe1 pgsql]$ \r\npg_ctl start -D /data/pgsql\r\n\r\nPas d'activation des wals\r\nBackup pgdump par CommVault 2026-04-14 19:40:21.518469+02 89 1307 lpagtbpla1 lpagtbpla1_ora_AGTC Oracle 19 (12.2.0.3) \N \N \N Actif Agiletime Oracle version 19c 2026-04-14 19:40:21.519015+02 90 1307 lpagtbpla1 lpagtbpla1_ora_QUAP_C0 Oracle 19 (12.2.0.3) \N \N \N Actif Ancienne base Qualiac\r\nIACPO@lampfin1\r\nIACAF@lampfin1 2026-04-14 19:40:21.519597+02 91 1308 lpaiigrid1 lpaiigrid1_ora_CLOUD13c Oracle 19 (12.2.0.3) \N \N \N Actif Cloud Control13C \r\nSurveillance des bases Oracle 2026-04-14 19:40:21.520156+02 92 1308 lpaiigrid1 lpaiigrid1_pgsql PostgreSQL 15 \N \N \N Actif Base référentiel DBA\r\nEn remplacement du schémas ADMINDBA hébergée dans la base Oracle CLOUD13C 2026-04-14 19:40:21.52073+02 93 1320 lpemvbaemv1 lpemvbaemv1_ora_BAEMV19C Oracle \N \N \N \N Actif EMV V17 - Base Archive (Oracle 19C) 2026-04-14 19:40:21.521259+02 94 1321 lpemvbpemv1 lpemvbpemv1_clu_ora_BPEMVC19_MI Oracle 19 (12.2.0.3) \N \N \N Actif EMV - Base de Production - Primary 19C 2026-04-14 19:40:21.521789+02 95 1322 lpemvbpemv2 lpemvbpemv2_clu_ora_BPEMVC19_MI Oracle 19 (12.2.0.3) \N \N \N Actif EMV - Base de Production - Primary 19C 2026-04-14 19:40:21.522314+02 96 1323 lpemvbpemv3 lpemvbpemv3_clu_ora_BPEMVC19_TX Oracle 19 (12.2.0.3) \N \N \N Actif EMV - Base de Production - Standby 19C 2026-04-14 19:40:21.522851+02 97 1324 lpemvbpemv4 lpemvbpemv4_clu_ora_BPEMVC19_TX Oracle 19 (12.2.0.3) \N \N \N Actif EMV - Base de Production - Standby 19C 2026-04-14 19:40:21.523373+02 98 1335 lpinfbcos1 lpinfbcos1_ora_COSP Oracle 19 (12.2.0.3) \N \N \N Actif Base Coswin Oracle 19c 2026-04-14 19:40:21.523944+02 99 1351 lpsimabkp1 lpsimabkp1_pgsql PostgreSQL \N \N \N \N Actif Infra non installe par les DBA Sanef\r\n\r\nATEMPO - 9.3.10 li Atempo / user pg_arrs 2026-04-14 19:40:21.524491+02 100 1352 lpsimbpfe1 lpsimbpfe1_ora_PFE Oracle 19 (12.2.0.3) \N \N \N Actif Base PFE (remplacement de BXIB) 2026-04-14 19:40:21.525029+02 101 1353 lptrabgas1 lptrabgas1_ora_BGASPRDC Oracle 19 (12.2.0.3) \N \N \N Actif GASPAR Oracle 19c\r\n\r\nPDB : BGASPRD_PDB 2026-04-14 19:40:21.525641+02 102 1357 lragtbpla1 lragtbpla1_ora_AGTC Oracle 19 (12.2.0.3) \N \N \N Actif Base container AgileTime recette Oracle version 19c 2026-04-14 19:40:21.526202+02 103 1357 lragtbpla1 lragtbpla1_ora_AGTF_C0 Oracle 19 (12.2.0.3) \N \N \N Actif Base container AgileTime Formation recette Oracle version 19c 2026-04-14 19:40:21.526733+02 104 1357 lragtbpla1 lragtbpla1_ora_AGTF_CDB Oracle 19 (12.2.0.3) \N \N \N Actif Base container AgileTime Formation recette Oracle version 19c 2026-04-14 19:40:21.527594+02 105 1372 lremvbremv1 lremvbremv1_clu_ora_BREMVC19 Oracle 19 (12.2.0.3) \N \N \N Actif EMV Base de recette\r\nCluster 2 noeuds Oracle 2026-04-14 19:40:21.528155+02 106 1373 lremvbremv2 lremvbremv2_clu_ora_BREMVC19 Oracle 19 (12.2.0.3) \N \N \N Actif EMV Base de recette\r\nCluster 2 noeuds Oracle 2026-04-14 19:40:21.528708+02 107 1374 lrinfbcos1 lrinfbcos1_ora_COSR_C0 Oracle 19 (12.2.0.3) \N \N \N Actif COSWIN Oracle 19c 2026-04-14 19:40:21.529448+02 108 1375 lrpeabsip1 lrpeabsip1_ora_ADP7D_C0 Oracle 19 (12.2.0.3) \N \N \N Actif pas de backup en place 2026-04-14 19:40:21.529995+02 109 1375 lrpeabsip1 lrpeabsip1_ora_PEA7D_C0 Oracle 19.24.0.0.0 \N \N \N Actif pas de backup 2026-04-14 19:40:21.530529+02 110 1399 rmila150 rmila150_ora_P20ADP Oracle 11.2.0.4 \N \N \N Actif HSIP - A150 - ADP - Prod\r\nSocit Alba 2026-04-14 19:40:21.531065+02 111 1399 rmila150 rmila150_ora_P20PEA Oracle 11.2.0.4 \N \N \N Actif HSIP - A150 - Central Page - Prod\r\nSocit Alba 2026-04-14 19:40:21.531602+02 112 1399 rmila150 rmila150_ora_P20REF Oracle 11.2.0.4 \N \N \N Actif HSIP - A150 - Rfrentiel - Prod\r\nSocit Alba 2026-04-14 19:40:21.532132+02 113 1401 rmilbwp1 rmilbwp1_mysql MySql 5.1 \N \N \N Actif Site Internet Sanef (Production)\r\n\r\n(MySQL 5.1.41)\r\n\r\nServeur applicatif li : rmilfwp1 2026-04-14 19:40:21.532678+02 114 1402 rmilmi2 rmilmi2_mssql_SQLEXPRESS SQLServer 2005 Express SP2 \N \N \N Actif Infra non installe par les DBA\r\n\r\nMI2 2026-04-14 19:40:21.533216+02 115 1404 rmilsas1 rmilsas1_ora_BSTAT Oracle 11.2.0.1 \N \N \N Actif SAS\r\n\r\nProjet de migration en 2019 en table SAS (datalake pour les donnes page) 2026-04-14 19:40:21.533751+02 116 1408 rsmiged1 rsmiged1_ora_STSIMG Oracle 10.2 \N \N \N Actif GED Bip&Go et EuroToll\r\n\r\navril 2018 : dplacement des donnes EuroToll dans les bases EURCRMP et EURCRMR 2026-04-14 19:40:21.534323+02 117 1409 rsmigmo1 rsmigmo1_ora_RAIR2 Oracle 10.2 \N \N \N Actif Satisfaire - base de recette\r\n(Gsica/PPHM)\r\n\r\n\r\nTransfert de la base RAIR de lampoct1 (10G) 2026-04-14 19:40:21.534844+02 118 1410 rsmimas1 rsmimas1_mssql_MASTER SQLServer 2005 Standard SP2 \N \N \N Actif SQLServeur 2005 Standard SP2 2026-04-14 19:40:21.535565+02 119 1413 saroumane saroumane_mysql MySql 4.0 \N \N \N Actif CVS\r\n\r\nmysql 4.0.17\r\n\r\nInfra non installe par les DBA Sanef 2026-04-14 19:40:21.536459+02 120 1414 sibocbsap2 sibocbsap2_saphana_HSI SAP HANA 1 \N \N \N Actif Flux libre\r\n\r\nBase SAP HANA\r\n\r\n--FLA13-A14-BOC-- 2026-04-14 19:40:21.537055+02 121 1414 sibocbsap2 sibocbsap2_saphana_HSP SAP HANA 1 \N \N \N Actif Flux libre\r\n\r\nBase SAP HANA PROD\r\n\r\n--FLA13-A14-BOC--\r\n\r\nStandby Database\r\nPrimary Database = spbocbsap1_saphana_HSP 2026-04-14 19:40:21.537614+02 122 \N spdsiadep1 spaiiadep1_mysql MariaDB 10.2.12 \N \N \N Actif Serveur de dpot de fichiers spaiiadep1\r\n\r\nhttps://spaiiadep1.sanef.groupe/index.php/apps/dashboard/ 2026-04-14 19:40:21.538161+02 123 1431 spasuagsm1 spasuagsm1_mysql MySql 5.6 \N \N \N Actif Gestion RAU\r\n\r\nInfra non installée par les DBAs 2026-04-14 19:40:21.53872+02 124 1432 spasuagsm2 spasuagsm2_mysql MySql 5.6 \N \N \N Actif Gestion RAU\r\n\r\nInfra non installe par les DBA 2026-04-14 19:40:21.539262+02 125 1433 spasuagsm3 spasuagsm3_mysql MySql 5.6 \N \N \N Actif Gestion RAU\r\n\r\nInfra non installe par les DBA 2026-04-14 19:40:21.539849+02 126 1434 spasuagsm4 spasuagsm4_mysql MySql 5.6 \N \N \N Actif Gestion RAU\r\n\r\nInfra non installée par les DBAs 2026-04-14 19:40:21.540412+02 127 1447 spbocbsap1 spbocbsap1_saphana_HSP SAP HANA 1 \N \N \N Actif Flux libre\r\n\r\nBase SAP HANA PROD\r\n\r\n--FLA13-A14-BOC--\r\n\r\nPrimary Database\r\nStandby Database = sibocbsap2_saphana_HSP 2026-04-14 19:40:21.540959+02 128 1528 sproibgtc1 sproibgtc1_mssql SQLServer 2016 Express \N \N \N Actif GTC Roissy .\r\n\r\nInfra non installée par les DBA\r\n\r\nMicrosoft SQL Server 2016 (SP2) (KB4052908) - 13.0.5026.0 (X64) \r\n\r\nExpress Edition (64-bit) on Windows Server 2019 Standard 10.0 (Build 17763: ) 2026-04-14 19:40:21.542108+02 129 1543 sptrabenr1 sptrabenr1_mssql SQLServer 2019 Express Edition \N \N \N Actif Enregistreurs de communications\r\n\r\nBdd non installée par les DBAs, installation faite par la société RECOM.\r\n\r\nContacts :\r\n\r\nRECOM\r\n5 rue falcon 33700 MERIGNAC\r\n05 56 18 48 28 | \r\nwww.recom.fr\r\n\r\nDavid BUTOR de BLAMONT\r\nTECHNICIEN, SYSTEME, RESEAUX, ENREGISTREURS\r\ndavid.deblamont@recom.fr\r\n05 56 18 48 21\r\n\r\nMathieu BONNEL (05 56 18 48 25)\r\n\r\n(anciennement vptrabenr1_mssql)\r\n\r\nMicrosoft SQL Server 2019 Express 2026-04-14 19:40:21.542736+02 130 1544 sptrabenr2 sptrabenr2_mssql SQLServer 2019 Express Edition \N \N \N Actif Enregistreurs de communications (serveur de réplication)\r\n\r\nBdd non installe par les DBAs, installation faite par la société RECOM.\r\n\r\nContacts :\r\n\r\nRECOM\r\n5 rue falcon 33700 MERIGNAC\r\n05 56 18 48 28 | \r\nwww.recom.fr\r\n\r\nDavid BUTOR de BLAMONT\r\nTECHNICIEN, SYSTEME, RESEAUX, ENREGISTREURS\r\ndavid.deblamont@recom.fr\r\n05 56 18 48 21\r\n\r\nMathieu BONNEL (05 56 18 48 25)\r\n\r\n(anciennement vptrabenr1_mssql, un seul serveur, pas de réplication)\r\n\r\nMicrosoft SQL Server 2019 Express 2026-04-14 19:40:21.543299+02 131 1559 srtrabgas1 srtrabgas1_ora_GASPARTCDB Oracle 19 (12.2.0.3) \N \N \N Actif GASPAR Recette\r\n\r\nsrtrabgas1_ora_GASPARCDB\r\nsrtrabgas1_ora_GASPARPDB\r\nsrtrabgas1_ora_EREPORT 2026-04-14 19:40:21.543892+02 132 147 vastapp1 vastapp1_pgsql PostgreSQL 9.3 \N \N \N Actif ADV-U facturation sanef 1.29g\r\n\r\npsql (9.3.4)\r\n\r\nInfra non installe par les DBA Sanef\r\n\r\n\r\n datname | size\r\n-----------+---------\r\n asterix | 12 MB\r\n recette | 12 MB\r\n asterix2 | 8786 kB 2026-04-14 19:40:21.54444+02 133 152 vdaflbdwh1 vdaflbdwh1_mssql SQLServer 2022 Developer Edition \N \N \N Actif Flux libre\r\n\r\nDcisionnel FL\r\n\r\n--FLA13-A14-BI-- 2026-04-14 19:40:21.545159+02 134 153 vdaflbsta1 vdaflbsta1_mssql SQLServer 2022 Developer Edition \N \N \N Actif Flux libre\r\n\r\nSTA - BI Staging Area\r\n\r\nDcisionnel FL\r\n\r\n--FLA13-A14-BI-- 2026-04-14 19:40:21.545726+02 135 159 vdbocbsap1 vdbocsap1_saphana SAP HANA 1 \N \N \N Actif Flux libre\r\n\r\nBack Office Commercial - BOC\r\n\r\n--FLA13-A14-BOC-- 2026-04-14 19:40:21.546296+02 136 165 vdechatal1 vdechatal1_mysql MySql 5.7 \N \N \N Actif Infra non installe par les DBA Sanef 2026-04-14 19:40:21.546881+02 137 171 vdpataels1 vdpataels1_els_sipat-dev ElasticSearch 8 \N \N \N Actif FENIX\r\n\r\ncluster.name: my-application 2026-04-14 19:40:21.547859+02 138 175 vemvrsa3 vemvrsa3_pgsql PostgreSQL 9.2 \N \N \N Actif RSA\r\n\r\nInfra non installe par les DBA Sanef\r\n\r\npsql (9.2.4) 2026-04-14 19:40:21.548454+02 139 176 vemvrsa4 vemvrsa4_pgsql PostgreSQL 9.2 \N \N \N Actif RSA\r\n\r\nInfra non installe par les DBA Sanef\r\n\r\npsql (9.2.4) 2026-04-14 19:40:21.549027+02 140 181 viaflbsta1 viaflbsta1_mssql SQLServer 2022 Standard Edition \N \N \N Actif Flux libre\r\n\r\nSTA - BI Staging Area\r\n\r\nDcisionnel FL\r\n\r\n--FLA13-A14-BI-- 2026-04-14 19:40:21.54958+02 141 195 viboobquo1 viboobquo1_pgpoolclu_postgres PGPOOL 1 \N \N \N Actif Flux libre\r\n\r\nQuorum Postgres PGPOOL \r\nBack-office opérationnel.\r\n\r\nPAS DE BASE POSTGRES\r\n\r\nCluster Pgpool sur viboobsql1 et viboobsql2\r\n\r\n--FLA13-A14-BOO-- 2026-04-14 19:40:21.550162+02 142 196 viboobquo2 viboobquo2_osea OpenSearch 1 \N \N \N Actif \N 2026-04-14 19:40:21.550754+02 143 197 viboobsql1 viboobsql1_pgpoolclu_pgsql PostgreSQL 14 \N \N \N Actif Flux libre\r\n\r\nCluster Pgpool\r\n\r\n--FLA13-A14-BOO-- 2026-04-14 19:40:21.551343+02 144 198 viboobsql2 viboobsql2_pgpoolclu_pgsql PostgreSQL 14 \N \N \N Actif Flux libre\r\n\r\nCluster Pgpool\r\n\r\n--FLA13-A14-BOO-- 2026-04-14 19:40:21.551879+02 145 200 vibooosea1 vibooosea1_osea OpenSearch 1 \N \N \N Actif FL 2026-04-14 19:40:21.552416+02 146 201 vibooosea2 vibooosea2_osea OpenSearch 1 \N \N \N Actif FL 2026-04-14 19:40:21.552945+02 147 216 vibotbquo1 vibotbquo1_aagclu_mssql SQLServer 2022 Developer Edition \N \N \N Actif Flux libre\r\n\r\nQuorum MSSQL Always on - RECETTE\r\n\r\nCluster sur vibotbsql1 et vibotbsql2\r\n\r\n--FLA13-A14-BOT-- 2026-04-14 19:40:21.553473+02 148 217 vibotbsql1 vibotbsql1_aagclu_mssql_INSTIFLBOT01 SQLServer 2022 Developer Edition \N \N \N Actif Flux libre\r\n\r\nCluster MSSQL Always On - recette\r\n\r\n--FLA13-A14-BOT-- 2026-04-14 19:40:21.554466+02 149 218 vibotbsql2 vibotbsql2_aagclu_mssql_INSTIFLBOT01 SQLServer 2022 Developer Edition \N \N \N Actif Flux libre\r\n\r\nCluster MSSQL Always On - recette\r\n\r\n--FLA13-A14-BOT-- 2026-04-14 19:40:21.555029+02 150 219 vibotbtsd1 vibotbtsd1_tsdb TSDB 1 \N \N \N Actif Flux libre\r\n\r\nBase TSDB - Time Series Database Server\r\n\r\n--FLA13-A14-BOT-- 2026-04-14 19:40:21.555559+02 151 229 viosapels1 viosapels1_els_es-osap-i1 ElasticSearch 8 \N \N \N Actif OSAP Recette\r\n\r\nviosapels1_els\tNode 1\r\nviosapels2_els\tNode 2 <<<<<<<< \r\nviosapquo1_els Quorum /!\\ Non intégré /!\\ 2026-04-14 19:40:21.556106+02 152 230 viosapels2 viosapels2_els_es-osap-i1 ElasticSearch 8 \N \N \N Actif OSAP Recette\r\n\r\nviosapels1_els\tNode 1\r\nviosapels2_els\tNode 2 <<<<<<<< \r\nviosapquo1_els Quorum /!\\ Non intégré /!\\ 2026-04-14 19:40:21.556682+02 153 231 viosapquo1 viosapquo1_els_es-osap-i1 ElasticSearch 8 \N \N \N Actif OSAP Recette\r\n\r\nviosapels1_els\tNode 1\r\nviosapels2_els\tNode 2\r\nviosapquo1_els Quorum <<<<<<<< /!\\ Non intégré /!\\ 2026-04-14 19:40:21.557218+02 154 236 vipeabbst2 vipeabbst2_els ElasticSearch 8 \N \N \N Actif BOOST 2026-04-14 19:40:21.557747+02 155 237 vipeabbst3 vipeabbst3_els ElasticSearch 8 \N \N \N Actif BOOST 2026-04-14 19:40:21.558326+02 156 238 vipeabbst4 vipeabbst4_els ElasticSearch 8 \N \N \N Actif BOOST 2026-04-14 19:40:21.558863+02 157 245 vmampgis1 vmampgis1_pgsql PostgreSQL \N \N \N \N Actif Postgres a été installé par la distrib ARCGIS\r\n\r\nL'évolution de postgres est donc dépendant des mises jour de ARCGIS\r\nLaurent DELCOUR ne connait pas les mots de passe postgres\r\nGestion des bases de données la charge\r\n\r\nLe paramétrage est bien positionné pour la gestion automatique de la base par arcgis. En revanche, a chaque plantage (ou bascule d'un arrêt de serveur), arcgis crée un backup de la db dans un des répertoires db16xxxxx* 2026-04-14 19:40:21.559401+02 158 287 vmbwr1 vmbwr1_mysql MySql 5.1 \N \N \N Actif Site Internet Sanef (Recette) \r\n\r\n(MySQL 5.1.41) 2026-04-14 19:40:21.55999+02 159 289 vmcmdb vmcmdb_mysql MySql 5.7 \N \N \N Actif CMDB iTOP\r\n\r\n(MySQL 5.7.17) 2026-04-14 19:40:21.560544+02 160 290 vmcmdb1 vmcmdb1_mysql MySql 5.7 \N \N \N Actif CMDB iTOP \r\nEnvironnement de Test\r\n\r\n(MySQL 5.7.17) 2026-04-14 19:40:21.561106+02 161 291 vmcmdb2 vmcmdb2_mysql MySql 5.7 \N \N \N Actif CMDB iTOP \r\nEnvironnement de Pré Production\r\n\r\n(MySQL 5.7.17) 2026-04-14 19:40:21.561628+02 162 339 vmtelotms vmtelotms_mysql MySql 5.6 \N \N \N Actif Open Touch 1\r\n\r\nmysql 5.6.34\r\n\r\nInfra non installe par les DBA Sanef 2026-04-14 19:40:21.562151+02 163 343 vodsiaito1 vodsiaito1_mariadb MariaDB 10.4 \N \N \N Actif iTop CMDB\r\nPréProduction 2026-04-14 19:40:21.562719+02 164 354 vpaflbdwh1 vpaflbdwh1_mssql_INSTPDWH01 SQLServer 2022 Standard Edition \N \N \N Actif Flux libre\r\n\r\nDécisionnel FL\r\n\r\n--FLA13-A14-BI-- 2026-04-14 19:40:21.563264+02 165 355 vpaflbsta1 vpaflbsta1_mssql_INSTPFLBI01 SQLServer 2022 Standard Edition \N \N \N Actif Flux libre\r\n\r\nSTA - BI Staging Area\r\n\r\nDcisionnel FL\r\n\r\n--FLA13-A14-BI-- 2026-04-14 19:40:21.56424+02 166 \N vpaiiadcc1 vpaiiadcc1_mssql_MS_HDB_EXPRESS SQLServer 2014 Express \N \N \N Actif Contrle d'accs\r\n\r\nInfra non installe par les DBA Sanef\r\n\r\nMicrosoft SQL Server 2014 (SP2) (KB3171021) - 12.0.5000.0 (X64)\r\nExpress Edition (64-bit) on Windows NT 6.3 (Build 14393: ) (Hypervisor)\r\n\r\nContact : Alexandre CHAMPY 2026-04-14 19:40:21.564806+02 167 379 vpaiiamap1 vpaiiamap1_mariadb MariaDB 10.5 \N \N \N Actif Centreon\r\n\r\nInfra non installée par les DBA\r\n\r\nmysql Ver 15.1 Distrib 10.5.8-MariaDB, for Linux (x86_64) using readline 5.1 2026-04-14 19:40:21.565333+02 168 411 vpaiibcen1 vpaiibcen1_mariadb MariaDB 10.5 \N \N \N Actif Base centron\r\n\r\n\r\nDeux bases :\r\ncentreon --> configuration\r\ncentreon_storage --> donnes des mesures (6 mois en ligne) 2026-04-14 19:40:21.565927+02 169 412 vpaiibsws1 vpaiibsws1_mysql MySQL \N \N \N \N Actif Gestion switch\r\n\r\nInfra non installe par les DBA\r\n\r\nPas d'accès CommVault 2026-04-14 19:40:21.566614+02 170 438 vpaptbjup1 vpaptbjup1_pgsql_instpjup01 PostgreSQL 15 \N \N \N Actif Flux libre\r\n\r\nJupyterhub - Dcisionnel FL\r\n\r\n--FLA13-A14-BI--\r\n\r\nInstance : instpjup01\r\nDate de cration base jupyterhub : 2024-06-07 2026-04-14 19:40:21.567643+02 215 685 vpintaels1 vpintaels1_els_site_sanef_prod ElasticSearch 8 \N \N \N Actif Gestion site institutionnel\r\n\r\ncluster.name: site_sanef_prod 2026-04-14 19:40:21.594092+02 216 690 vpintbweb2 vpintbweb2_pgsql PostgreSQL 14 \N \N Production Actif SITE WEB 2026-04-14 19:40:21.59512+02 217 664 vpgesbref1 vpmrabpgs1_pgsql_instpmira1 PostgreSQL 16 \N \N Production Actif Mira Production\r\n\r\n17/10/2025: vpmrabpgs1 renommé en vpgesbref1 -->changement d'instance postrges 2026-04-14 19:40:21.595703+02 218 714 vpodaboem1 vpodaboem1_clu_ora_OEMP_C0 Oracle 19 (12.2.0.3) \N \N \N Actif \N 2026-04-14 19:40:21.596258+02 171 451 vpbipbdec1 VPBIPBDEC1_mssql MSSQL SQLServer 2017 Standard CAL \N \N \N Actif Dcisionnel Bip&Go (Production)\r\nInside Reporting XL\r\n\r\n"Services hbergs de Virtual Machines pour Bip & Go"\r\n\r\n\r\nSQLServer 2017\r\n\r\n-------------------------------------------------------------------------------\r\nDe : THIERY Arnaud \r\nEnvoy : jeudi 23 avril 2020 09:56\r\n : BRULE Jean-Claude ; PREVOT Cedric \r\nCc : Assistance sgbd ; DUREY Fabrice \r\nObjet : RE: Dcisionnel Bip&Go / Inside Reporting XL - Problmatique Licences SQLServer\r\n\r\nBonjour,\r\n\r\nLes licences SQL peuvent tre rgularises en utilisant le code projet suivant :\r\n\r\n41-TA000682.1\tSYST IT RECURRENT\r\n\r\nMerci,\r\n\r\nArnaud 2026-04-14 19:40:21.568313+02 172 474 vpboobquo1 vpboobquo1_pgpoolclu_pgsql PGPOOL 1 \N \N \N Actif Flux libre\r\n\r\nQuorum Postgres PGPOOL - PROD\r\nBack-office oprationnel.\r\n\r\nPAS DE BASE POSTGRES\r\n\r\nCluster PGpool sur vpboobsql1 et vpboobsql2\r\n\r\n--FLA13-A14-BOO-- 2026-04-14 19:40:21.568931+02 173 475 vpboobquo2 vpboobquo2_osea OpenSearch 1 \N \N \N Actif \N 2026-04-14 19:40:21.569493+02 174 476 vpboobsql1 vpboobsql1_pgpoolclu_pgsql PostgreSQL 14 \N \N \N Actif Flux libre\r\n\r\nCluster Pgpool de Production\r\nBack-office opérationnel PROD\r\n\r\n--FLA13-A14-BOO-- 2026-04-14 19:40:21.570054+02 175 477 vpboobsql2 vpboobsql2_pgpoolclu_pgsql PostgreSQL 14 \N \N \N Actif Flux libre\r\n\r\nCluster Pgpool de Production\r\n\r\n--FLA13-A14-BOO-- 2026-04-14 19:40:21.570682+02 176 480 vpbooosea1 vpbooosea1_osea OpenSearch 1 \N \N \N Actif Flux libre\r\n\r\n\r\nBase OpenSearch\r\n\r\n--FLA13-A14-BOO-- 2026-04-14 19:40:21.571248+02 177 481 vpbooosea2 vpbooosea2_osea OpenSearch 1 \N \N \N Actif Flux libre\r\n\r\nBase OpenSearch\r\n\r\n--FLA13-A14-BOO-- 2026-04-14 19:40:21.571788+02 178 500 vpbotbtsd1 vpbotbbtsd1_tsdb TSDB 1 \N \N \N Actif Flux libre\r\n\r\nBase TSDB - Time Series Database Server\r\n\r\n--FLA13-A14-BOT-- 2026-04-14 19:40:21.572371+02 179 498 vpbotbsql1 vpbotbsql1_aagclu_mssql_INSTPFLBOT01 SQLServer 2022 Enterprise Edition \N \N \N Actif Flux libre\r\n\r\nCluster MSSQL AlwaysOn \r\n\r\nPROD - BOT\r\n\r\n--FLA13-A14-BOT-- 2026-04-14 19:40:21.572921+02 180 499 vpbotbsql2 vpbotbsql2_aagclu_mssql_INSTPFLBOT01 SQLServer 2022 Enterprise Edition \N \N \N Actif Flux libre\r\n\r\nCluster MSSQL AlwaysOn \r\n\r\nPROD - BOT\r\n\r\n--FLA13-A14-BOT-- 2026-04-14 19:40:21.573459+02 181 522 vpburaimp1 vpburaimp1_mssql_INSTPPAPERCUT01 SQLServer 2022 Express Edition \N \N \N Actif Base PaperCut 2026-04-14 19:40:21.573989+02 182 522 vpburaimp1 vpburaimp1_mssql_SQL_IMP1 SQLServer 2014 Express \N \N \N Actif Gestion des impressions / PaperCut 2026-04-14 19:40:21.575008+02 183 530 vpburbimp1 vpburbimp1_mssql SQLServer 2022 Express Edition \N \N \N Actif vpburbimp1 2026-04-14 19:40:21.575577+02 184 547 vpdaibana1 vpdaibana1_pgsql PostgreSQL 14 \N \N \N Actif Serveurs virtuels DAI (Analyseur)\r\nPostgres 15 !!! 2026-04-14 19:40:21.576125+02 185 548 vpdaibana2 vpdaibana2_pgsql PostgreSQL 14 \N \N \N Actif Serveurs virtuels DAI (Analyseur)\r\nPostgres 15 !!! 2026-04-14 19:40:21.576705+02 186 549 vpdaibana3 vpdaibana3_pgsql PostgreSQL 14 \N \N \N Actif Serveurs virtuels DAI (Analyseur)\r\nPostgres 15 !!! 2026-04-14 19:40:21.577258+02 187 550 vpdaibana4 vpdaibana4_pgsql PostgreSQL 14 \N \N \N Actif Serveurs virtuels DAI (Analyseur)\r\nPostgres 15 !!! 2026-04-14 19:40:21.577823+02 188 551 vpdaibana5 vpdaibana5_pgsql PostgreSQL 14 \N \N \N Actif Serveurs virtuels DAI (Analyseur)\r\nPostgres 15 !!! 2026-04-14 19:40:21.578381+02 189 552 vpdaibana6 vpdaibana6_pgsql PostgreSQL 14 \N \N \N Actif Serveurs virtuels DAI (Analyseur)\r\nPostgres 15 !!! 2026-04-14 19:40:21.578953+02 190 554 vpdaibctc1 vpdaibctc1_pgsql PostgreSQL 14 \N \N \N Actif DAI (Analyseur)\r\n/!\\ Postgres 15.2 2026-04-14 19:40:21.57949+02 191 555 vpdaibctc2 vpdaibctc2_pgsql PostgreSQL 14 \N \N \N Actif DAI (Analyseur)\r\n/!\\ Postgres 15.2 2026-04-14 19:40:21.580021+02 192 560 vpdecasas5 vpdecasas5_pgsql PostgreSQL 9.1 \N \N \N Actif SAS\r\n\r\n(PostgreSQL 9.1.23)\r\n\r\nInfra non installe par les DBA Sanef 2026-04-14 19:40:21.580551+02 193 566 vpdepbels1 vpdepbels1_els ElasticSearch 8 \N \N \N Actif GDEPA 2026-04-14 19:40:21.581086+02 194 572 vpdsiadep1 vpdsiadep1_mysql MariaDB 10.11 \N \N \N Actif Serveur de dépôt de fichiers, environnement de production.\r\nLa base mariadb "nextcloud" a été crée par le produit nextcloud 2026-04-14 19:40:21.581696+02 195 580 vpdsiaito1 vpdsiaito1_mariadb MariaDB 10.4 \N \N \N Actif iTop CMDB\r\nProduction 2026-04-14 19:40:21.582474+02 196 \N vpdsiapsh1 vpdsiapsh1_mssql SQLServer 2019 Express Edition \N \N \N Actif Centralisation des outils d'automation et d'audit de l'exploitation DSI\r\n\r\nInfra non installe par les DBA Sanef\r\n\r\nMicrosoft SQL Server 2019 (RTM) - 15.0.2101.7 (X64)\r\nExpress Edition (64-bit) on Windows Server 2022 Standard 10.0 (Build 20348: ) (Hypervisor) \r\n\r\n\r\nContact : Alexis LANGLAIT 2026-04-14 19:40:21.58354+02 197 603 vpdsibarc1 vpdsibarc1_pgsql instpioda1 PostgreSQL 16 \N \N \N Actif Outillage de l'architecture\r\n\r\nBase : \r\n- ioda 2026-04-14 19:40:21.58415+02 198 604 vpdsibels1 vpdsibels1_els_es-mon-p1-n1 ElasticSearch 8 \N \N \N Actif \N 2026-04-14 19:40:21.584757+02 200 605 vpdsibels2 vpdsibels2_els ElasticSearch 8 \N \N \N Actif STANDARD_ES\r\nCluster de monitoring ES es-mon-p1\r\nnodes :\r\n - vpdsibels1 --> data 1 \r\n - vpdsibels2 --> data 2\r\n - vpdsibquo1 --> quorum 2026-04-14 19:40:21.585899+02 201 605 vpdsibels2 vpdsibels2_els_es-mon-p1-n2 ElasticSearch 8 \N \N \N Actif \N 2026-04-14 19:40:21.586449+02 202 609 vpdsibpmm1 vpdsibpmm1_pgsql PostgreSQL 14 \N \N Production Actif PMM\r\nServeur Patroni PMM de Prod 2026-04-14 19:40:21.586995+02 203 610 vpdsibquo1 vpdsibquo1_els_es-mon-p1-n3 ElasticSearch 8 \N \N \N Actif \N 2026-04-14 19:40:21.587532+02 204 619 vpechatal1 vpechatal1_mysql MySql 5.7 \N \N \N Actif Infra non installe par les DBA Sanef\r\n\r\nMysql 5.7.22 2026-04-14 19:40:21.588069+02 205 624 vpechbetl1 vpechbetl1_pgsql_instpetl1 PostgreSQL 16 \N \N \N Actif EtlTool - ordonnanceur 2026-04-14 19:40:21.588669+02 206 628 vpecmbsql1 vpecmbsql1_mssql_FORWSUS SQLServer 2019 \N \N \N Actif SCCM PC Métier\r\n\r\n(non installé par les dbas) 2026-04-14 19:40:21.589232+02 207 629 vpecmbsql3 vpecmbsql3_mssql_INSTPSCCM01 SQLServer 2022 Standard Edition \N \N \N Actif Base SCCM\r\n\r\nBases :\r\n- CM_PR3\r\n- SUSDB 2026-04-14 19:40:21.589774+02 208 643 vpemvgrid1 vpemvgrid1_ora_EMVGRID Oracle 19 (12.2.0.3) \N \N \N Actif EMV V17 - CloudControl 13c\r\n\r\nvpemvgrid1\r\n\r\nUpgrade Oracle 19C en mars 2021 2026-04-14 19:40:21.590331+02 209 647 vpexpbdech1 vpexpbdech1_pgsql PostgreSQL 10 \N \N Production Actif GESTION DECHETS 2026-04-14 19:40:21.590905+02 210 648 vpexpbtex1 vpexpbtex1_pgsql PostgreSQL 15 \N \N \N Actif Application transports exceptionnels.\r\n\r\nVGZ 2026-04-14 19:40:21.591432+02 211 654 vpgawbpgs1 vpgawbpgs1_pgsql_instpmft1 PostgreSQL 16 \N \N \N Actif GoAnywhere MFT | Transfert Sécurisé de Fichiers 2026-04-14 19:40:21.59198+02 212 656 vpgeobody1 vpgeobody1_pgsql PostgreSQL 9.6 \N \N Production Actif GEOLOC 2026-04-14 19:40:21.59251+02 213 657 vpgeobody2 vpgeobody2_pgsql PostgreSQL 9.6 \N \N Production Actif GEOLOC 2026-04-14 19:40:21.593031+02 214 664 vpgesbref1 vpgesbref1_pgsql_instpref1 PostgreSQL 16 \N \N \N Actif PREF ?\r\n\r\nbase : \r\nref_data 2026-04-14 19:40:21.593549+02 220 716 vpodaboem3 vpodaboem3_clu_ora_OEMP_C0 Oracle 19 (12.2.0.3) \N \N \N Actif \N 2026-04-14 19:40:21.597373+02 221 717 vpodaboem4 vpodaboem4_clu_ora_OEMP_C0 Oracle 19 (12.2.0.3) \N \N \N Actif \N 2026-04-14 19:40:21.598297+02 222 722 vposapels1 vposapels1_els ElasticSearch 8 \N \N \N Actif OSAP Production\r\n\r\nCluster ElasticSearch\r\n- vposapels1_els Node 1 <<<<<<<<<<\r\n- vposapels2_els Node 2\r\n- vposapquo1_els Quorum 2026-04-14 19:40:21.599024+02 223 723 vposapels2 vposapels2_els ElasticSearch 8 \N \N \N Actif OSAP Production\r\n\r\nCluster ElasticSearch\r\n- vposapels1_els Node 1\r\n- vposapels2_els Node 2 <<<<<<<<<<\r\n- vposapquo1_els Quorum 2026-04-14 19:40:21.599653+02 224 727 vposapquo1 vposapquo1_els ElasticSearch 8 \N \N \N Actif OSAP Production\r\n\r\nCluster ElasticSearch\r\n- vposapels1_els Node 1\r\n- vposapels2_els Node 2\r\n- vposapquo1_els Quorum <<<<<<<<<< 2026-04-14 19:40:21.600261+02 225 728 vppataels1 vppataels1_els_sipat-prod ElasticSearch 8 \N \N \N Actif FENIX\r\n\r\ncluster.name: sipat-prod 2026-04-14 19:40:21.600814+02 226 732 vppatbcao1 vppatbcao1_mssql_VPPATBCAO1 SQLServer 2019 \N \N \N Actif Solution Microcesame 2015 vers 2021 (contrle d'accs SAPN)\r\nEditeur du logiciel : TIL Techologie\r\n\r\nRenouvellement Serveur Microcesame\r\nDescription / Commentaires\r\n\r\n\r\n42-TA000995.1\r\n\r\nDemande de nouveau serveur pour renouveler la solution Microcesame 2015 vers 2021 (contrle d'accs SAPN)\r\n\r\nEditeur du logiciel : TIL Techologie\r\n\r\n \r\nUne base de donnes SQL Serveur 2019 Standard est installer 2026-04-14 19:40:21.601359+02 227 733 vppatbl2r1 vppatbl2r1_pgsql PostgreSQL 9.3 \N \N Production Actif L2R1 (gestion chaussées) 2026-04-14 19:40:21.601937+02 228 734 vppatbsip1 vppatbsip1_pgsql PostgreSQL 12 \N \N Production Actif GESTION PATRIMOINE 2026-04-14 19:40:21.602497+02 229 756 vppeabbst1 vppeabbst1_els ElasticSearch 8 \N \N \N Actif BOOST 2026-04-14 19:40:21.603047+02 230 757 vppeabbst2 vppeabbst2_els ElasticSearch 8 \N \N \N Actif BOOST 2026-04-14 19:40:21.603621+02 231 758 vppeabbst3 vppeabbst3_els ElasticSearch 8 \N \N \N Actif BOOST 2026-04-14 19:40:21.604212+02 232 759 vppeabbst4 vppeabbst4_els ElasticSearch 8 \N \N \N Actif BOOST 2026-04-14 19:40:21.60477+02 233 766 vppintaels1 vppintaels1_els_site-sanef-pprd ElasticSearch 8 \N \N \N Actif Gestion site institutionnel\r\nPréProd\r\ncluster.name: site-sanef-pprd 2026-04-14 19:40:21.605315+02 234 771 vppintbweb1 vppintbweb1_pgsql PostgreSQL 14 \N \N \N Actif Projet 41-TA000952\r\n\r\nMonte de version du CMS du site web. 2026-04-14 19:40:21.605855+02 235 787 vpradbtef1 vpradbtef1_mssql SQLServer 2019 \N \N \N Actif SQL Server 2019 CAL\r\nEnableFleet (TEF) vpradbtef1. 2026-04-14 19:40:21.606437+02 236 793 vproibgtc1 vproibgtc1_mssql SQLServer 2016 Express \N \N \N Actif Infra non installe par les DBAs\r\n\r\nBase dcouverte le 09/03/2022 2026-04-14 19:40:21.60698+02 237 801 vpsasamic1 vpsasamic1_pgsql PostgreSQL 11 \N \N \N Actif SAS Viya Production\r\n\r\n(PostgreSQL 11.14)\r\n\r\nBase interne SAS (package et installe par la distrib de SAS Viya).\r\nAccs non possible.\r\nSeul le support SAS peut y avoir accs.\r\nLes upgrades sont lis aux upgrades de SAS. 2026-04-14 19:40:21.607514+02 238 \N vpscobpf1 vpscobpf1_pgsql PostgreSQL 11 \N \N \N Actif SCOOP \r\nremplacement de vrscopf2\r\nPostgreSQL 11.9\r\n\r\nInstallation de la version Postgres 14 le 23/09/2022 2026-04-14 19:40:21.608058+02 239 813 vpsecbcadg2 vpsecbcadg2_mssql_SQLEXPRESS SQLServer 2019 Express Edition \N \N \N Actif Contrle d'accs DG - Projet NEDAP 2026-04-14 19:40:21.608708+02 240 815 vpsicamic1 vpsicamic1_mssql_INSTPMSM01 SQLServer 2022 Standard Edition \N \N \N Actif Instance INSTPMSM01 for MicroSesame\r\n\r\nvpsicamic1.sanef-int.adds\\INSTPMSM01 2026-04-14 19:40:21.609337+02 241 819 vpsimaapi1 vpsimaapi1_pgsql PostgreSQL 9.5 \N \N \N Actif Free Flow\r\n\r\nInfra non installe par les DBA Sanef\r\n\r\npsql (9.5.10)\r\n\r\n datname | modification | size\r\n------------------+------------------------+---------\r\n authentification | 2018-01-23 11:55:11+01 | 8360 kB\r\n freeflow | 2018-01-30 19:34:54+01 | 3838 MB\r\n transactions | 2018-05-07 09:21:17+02 | 806 MB 2026-04-14 19:40:21.609889+02 242 830 vpstlbhis1 vpstlbhis1_mssql_INSTPSTLHIS1 SQLServer 2022 Standard Edition \N \N \N Actif SYSTEL\r\nBase d'historisation 2026-04-14 19:40:21.610486+02 243 831 vpstlbpea1 vpstlbpea1_clu_mssql_INSTPSTLPEA1 SQLServer 2022 Express Edition \N \N \N Actif SYSTEL\r\nEn cluster avec vpstlbpea2_mssql_INSTPSTLPEA2.\r\nAttention cette réplication n'est pas gérée par SQLServer mais l'applicatif 2026-04-14 19:40:21.611376+02 244 832 vpstlbpea2 vpstlbpea2_clu_mssql_INSTPSTLPEA2 SQLServer 2022 Express Edition \N \N \N Actif SYSTEL\r\nEn cluster avec vpstlbpea1_mssql_INSTPSTLPEA1.\r\nAttention cette réplication n'est pas gérée par SQLServer mais l'applicatif 2026-04-14 19:40:21.611941+02 245 833 vpstlbtel1 vpstlbtel1_mssql_INSTPSTLTEL1 SQLServer 2022 Express Edition \N \N \N Actif SYSTEL\r\nEn cluster avec vpstlbtel2_mssql_INSTPSTLTEL2.\r\nAttention cette réplication n'est pas gérée par SQLServer mais l'applicatif\r\n\r\nVPSTLBTEL1.sanef-int.adds 2026-04-14 19:40:21.612493+02 246 834 vpstlbtel2 vpstlbtel2_mssql_INSTPSTLTEL2 SQLServer 2022 Express Edition \N \N \N Actif SYSTEL\r\nEn cluster avec vpstlbtel1_mssql_INSTPSTLTEL1.\r\nAttention cette réplication n'est pas gérée par SQLServer mais l'applicatif 2026-04-14 19:40:21.61348+02 247 858 vptrabalx1 vptrabalx1_mssql_SQLEXPRESS SQLServer 2019 Express Edition \N \N \N Actif Pompes carburants (ALX) / 41-TA000742.1 2026-04-14 19:40:21.614476+02 248 860 vptrabmut1 vptrabmut1_ora_TRAP_C0 Oracle 19 (12.2.0.3) \N \N \N Actif \N 2026-04-14 19:40:21.615182+02 249 861 vptrabmut2 vptrabmut2_ora_TRAP_C0 Oracle 19 (12.2.0.3) \N \N \N Actif \N 2026-04-14 19:40:21.615789+02 250 864 vptrabpxp1 vptrabpxp1_pgsql PostgreSQL 10 \N \N \N Actif Previa - Systme de prvision du trafic routier\r\n\r\nInfra non installe par les DBA Sanef (PHOENIX-ISI)\r\n\r\n(PostgreSQL 10 (EDB)\r\n\r\nbase "previa_sanef"\r\n\r\nS:\\DTS\\AIIT\\X- OPERATIONNEL\\ASBDBO\\001-Databases\\bases_PostGres\\Infras\\PX-Prvia 2026-04-14 19:40:21.616452+02 251 865 vptrabtpc1 vptrabtpc1_pgsql PostgreSQL 13 \N \N \N Actif Temps de parcours - Calcul_TP\r\n\r\nPgadmin install.\r\n\r\nPostgreSQL 13.1, compiled by Visual C++ build 1914, 64-bit 2026-04-14 19:40:21.617037+02 252 866 vptrabtpv1 vptrabtpv1_pgsql PostgreSQL 13 \N \N \N Actif Temps de parcours - Calcul_TP\r\n\r\nPgadmin install.\r\n\r\nPostgreSQL 13.1, compiled by Visual C++ build 1914, 64-bit\r\npsql --> C:\\Program Files\\PostgreSQL\\13\\bin\\psql\r\n\r\nLien applicatif :\r\nhttp://vptrabtpv1\r\n\r\n/!\\ une session "SANEF\\dba" doit être lancée pour que les sauvegardes puissent être lancées /!\\ 2026-04-14 19:40:21.61765+02 253 909 vraiibsql2 vraiibsql2_pgsql PostgreSQL 9.6 \N \N \N Actif Tests dba (2019/02) 2026-04-14 19:40:21.618235+02 254 910 vraiibsql3 vraiibsql3_mssql SQLServer 2019 \N \N \N Actif Tests DBA pour SQL Express\r\n\r\nVREF "Intgration Temporaire"\r\nVID = 3997 2026-04-14 19:40:21.618862+02 255 929 vraptbjup1 vraptbjup1_pgsql_instrjup01 PostgreSQL 15 \N \N \N Actif Flux libre\r\n\r\nJupyterhub\r\n\r\nDécisionnel FL\r\n\r\n--FLA13-A14-BI-- 2026-04-14 19:40:21.619427+02 291 1104 vrtrabtpc1 vrtrabtpc1_pgsql PostgreSQL 15 \N \N \N Actif Temps de parcours - Calcul_TP 2026-04-14 19:40:21.641075+02 292 1105 vrtrabtpv1 vrtrabtpv1_pgsql PostgreSQL 13 \N \N \N Actif Temps de parcours - Visu_TP 2026-04-14 19:40:21.641617+02 293 1117 vsapbdd1 vsapbdd1_pgsql PostgreSQL 9.3 \N \N \N Actif KYRIBA\r\n\r\nInfra non installe par les DBA Sanef\r\n\r\n(PostgreSQL 9.3.4)\r\n\r\n modification | datname\r\n------------------------+---------------\r\n 2014-07-29 11:32:57+02 | template1\r\n 2014-07-29 11:33:01+02 | template0\r\n 2014-07-29 11:33:01+02 | postgres\r\n 2015-01-28 15:30:40+01 | TalendSAP2015\r\n(4 lignes) 2026-04-14 19:40:21.642211+02 256 931 vrbipbdec1 vrbipbdec1_mssql SQLServer 2016 Standard \N \N \N Actif Dcisionnel Bip&Go (Recette)\r\nInside Reporting XL\r\n\r\n\r\nSQLServer 2016 SP2\r\n\r\n-------------------------------------------------------------------------------\r\nDe : THIERY Arnaud \r\nEnvoy : jeudi 23 avril 2020 09:56\r\n : BRULE Jean-Claude ; PREVOT Cedric \r\nCc : Assistance sgbd ; DUREY Fabrice \r\nObjet : RE: Dcisionnel Bip&Go / Inside Reporting XL - Problmatique Licences SQLServer\r\n\r\nBonjour,\r\n\r\nLes licences SQL peuvent tre rgularises en utilisant le code projet suivant :\r\n\r\n41-TA000682.1\tSYST IT RECURRENT\r\n\r\nMerci,\r\n\r\nArnaud 2026-04-14 19:40:21.619977+02 257 955 vrdecasas1 vrdecasas1_pgsql PostgreSQL 9.1 \N \N \N Actif SAS\r\n\r\n(PostgreSQL 11.14)\r\n\r\nBase interne SAS (package et installe par la distrib de SAS Viya).\r\nAccs non possible.\r\nSeul le support SAS peut y avoir accs.\r\nLes upgrades sont lis aux upgrades de SAS. 2026-04-14 19:40:21.620613+02 258 962 vrdepbels1 vrdepbels1_els ElasticSearch 8 \N \N \N Actif GDEPA\r\nEnvironnement de Recette 2026-04-14 19:40:21.621152+02 259 963 vrdepbels2 vrdepbels2_els ElasticSearch 8 \N \N \N Actif GDEPA\r\nEnvironnement de Qualif 2026-04-14 19:40:21.621738+02 260 972 vrdsiadep1 vrdsiadep1_mysql MariaDB 10.11 \N \N \N Actif MariaDB R-101307\r\nLe serveur de dpt de fichiers vrdsiadep1 a t install de RedHat 8.7 pour l'environnement de recette.\r\nLa base mariadb "nextcloud" a t cre par le produit nextcloud\r\n\r\n02-05-2023 : Installation en 10.03\r\n21-07-2025 : Installation en 10.11 2026-04-14 19:40:21.622281+02 261 977 vrdsiaito1 vrdsiaito1_mariadb MariaDB 10.4 \N \N \N Actif iTop CMDB 2026-04-14 19:40:21.62282+02 262 991 vrdsibarc1 vrdsibarc1_pgsql_instrioda1 PostgreSQL 16 \N \N \N Actif Outillage de l'architecture 2026-04-14 19:40:21.623353+02 263 992 vrdsibetc1 vrdsibetc1_pgsql_etcd PostgreSQL 16 \N \N Recette Actif ETCD 2026-04-14 19:40:21.623886+02 264 993 vrdsibetc2 vrdsibetc2_pgsql_etcd PostgreSQL 16 \N \N Recette Actif ETCD 2026-04-14 19:40:21.624422+02 265 994 vrdsibetc3 vrdsibetc3_pgsql_etcd PostgreSQL 16 \N \N Recette Actif ETCD 2026-04-14 19:40:21.624947+02 266 1003 vrechbetl1 vrechbetl1_pgsql_instretl1 PostgreSQL 16 \N \N \N Actif EtlTool - ordonnanceur 2026-04-14 19:40:21.62576+02 267 1006 vrecmbsql1 vrecmbsql1_mssql SQLServer 2019 Express Edition \N \N \N Actif VM du Tier 1\r\nServeur SQL MECM (SCCM) de Recette 2026-04-14 19:40:21.626908+02 268 1007 vrexpbtex1 vrexpbtex1_pgsql PostgreSQL 14 \N \N \N Actif Projet Transports Exceptionnels (41-TA000906.1)\r\n\r\nBase RGATE\r\n\r\nR-082437 / R-079453 2026-04-14 19:40:21.627541+02 269 1011 vrgawbpgs1 vrgawbpgs1_pgsql_instrmft1 PostgreSQL 16 \N \N \N Actif GoAnywhere MFT | Transfert Sécurisé de Fichiers 2026-04-14 19:40:21.628113+02 270 1012 vrgesbref1 vrgesbref1_pgsql_instrref1 PostgreSQL 16 \N \N \N Actif ???????????? 2026-04-14 19:40:21.628837+02 271 1023 vrintbweb2 vrintbweb2_pgsql PostgreSQL 14 \N \N \N Actif Projet 41-TA000952\r\n\r\nMonte de version du CMS du site web. 2026-04-14 19:40:21.62984+02 272 1033 vrosapels1 vrosapels1_els_es-osap-r1 ElasticSearch 8 \N \N \N Actif OSAP Recette\r\nCluster ElasticSearch \r\nCluster Name = es-osap-r1\r\n\r\nviosapels1_els\tNode 1 <<<<<<<<\r\nviosapels2_els\tNode 2\r\nviosapquo1_els Quorum 2026-04-14 19:40:21.630426+02 273 1034 vrosapels2 vrosapels2_els_es-osap-r1 ElasticSearch 8 \N \N \N Actif OSAP Recette\r\nCluster ElasticSearch \r\nCluster Name = es-osap-r1\r\n\r\nviosapels1_els\tNode 1\r\nviosapels2_els\tNode 2 <<<<<<<<\r\nviosapquo1_els Quorum 2026-04-14 19:40:21.630997+02 274 1036 vrosapquo1 vrosapquo1_els_es-osap-r1 ElasticSearch 8 \N \N \N Actif OSAP Recette\r\nCluster ElasticSearch \r\nCluster Name = es-osap-r1\r\n\r\nviosapels1_els\tNode 1\r\nviosapels2_els\tNode 2\r\nviosapquo1_els Quorum <<<<<<<< Non intégré 2026-04-14 19:40:21.631569+02 275 1038 vrpataels1 vrpataels1_els_sipat-rec ElasticSearch 8 \N \N \N Actif SIPAT REC\r\n\r\ncluster-name ; sipat-rec 2026-04-14 19:40:21.632141+02 276 1040 vrpatbcao1 vrpatbcao1_mssql_INSTRFLCAO01 SQLServer 2022 Express Edition \N \N \N Actif Flux libre\r\n\r\n--FLA13-A14--\r\n\r\nServeur Contrôle d'Accès Ouest (SAPN) de Recette\r\n\r\nLogiciel : MS Prime 2022 2026-04-14 19:40:21.632714+02 277 1041 vrpatbl2r1 vrpatbl2r1_pgsql PostgreSQL 9.3 \N \N \N Actif L2R\r\n\r\nInfra non installe par les DBA Sanef\r\n\r\nDuplication de vppatbl2r1 2026-04-14 19:40:21.633276+02 278 1043 vrpatbl2r3 vrpatbl2r3_pgsql_instrl2r1 PostgreSQL 16 \N \N \N Actif \N 2026-04-14 19:40:21.633916+02 279 1053 vrpeabrac1 vrpeabrac1_ora_APFR_C0 Oracle 19 (12.2.0.3) \N \N \N Actif ODA\r\n\r\nBases :\r\n- ADVR_C1 --> ADVU Recette 2026-04-14 19:40:21.634486+02 280 1054 vrpeabrac2 vrpeabrac2_ora_APFR_C0 Oracle 19 (12.2.0.3) \N \N \N Actif ODA\r\n\r\nBases :\r\n- ADVR_C1 --> ADVU Recette 2026-04-14 19:40:21.63504+02 281 1078 vrsimbffl1 vrsimbffl1_pgsql PostgreSQL 9.5 \N \N \N Actif ??\r\n\r\nInfra non installe par les DBA Sanef\r\n\r\n(PostgreSQL 9.5.17)\r\n\r\n modification | datname\r\n------------------------+------------------\r\n 2018-01-23 10:43:29+01 | template1\r\n 2018-01-23 10:43:29+01 | template0\r\n 2018-01-23 10:43:29+01 | postgres\r\n 2018-01-23 11:55:11+01 | authentification\r\n 2018-05-07 09:21:17+02 | transactions\r\n 2020-04-23 09:43:48+02 | recette\r\n 2020-08-31 09:21:57+02 | freeflow 2026-04-14 19:40:21.63558+02 282 1080 vrsupbcen1 vrsupbcen1_mysql MySql 5.5 \N \N \N Actif Centreon recette pour Flux libre\r\n\r\nUser mysql mais en nologin - pas de connexion OS possible pour les DBAs\r\n\r\n--FLA13-A14-TRANS/FL-- 2026-04-14 19:40:21.636113+02 283 1081 vrsupbmap1 vrsupbmap1_mysql MySql 5.5 \N \N \N Actif Centron recette pour Flux libre\r\n\r\nUser mysql mais en nologin - pas de connexion OS possible pour les DBAs\r\n\r\n--FLA13-A14-TRANS/FL-- 2026-04-14 19:40:21.636661+02 284 1082 vrsupbmbi1 vrsupbmbi1_mysql MySql 5.5 \N \N \N Actif Centron recette pour Flux libre\r\n\r\nUser mysql mais en nologin - pas de connexion OS possible pour les DBAs\r\n\r\n--FLA13-A14-TRANS/FL-- 2026-04-14 19:40:21.637197+02 285 1098 vrtrabmas1 vrtrabmas1_mssql_MASTER MSSQL \N \N \N \N Actif Projet rnovation MasterParc\r\n\r\n\r\nInstallation de SQL Server Standard 2019\r\n\r\nMicrosoft SQL Server 2019 (RTM-GDR) (KB5014356) - 15.0.2095.3 (X64) Apr 29 2022 18:00:13 Copyright (C) 2019 Microsoft Corporation Standard Edition (64-bit) on Windows Server 2022 Standard 10.0 (Build 20348: ) (Hypervisor)\r\n\r\n15/01/2025 : R-140433 : changement de VREF \r\nNote : VM teinte car non utilise et obsolte niveau OS 2026-04-14 19:40:21.637721+02 286 1099 vrtrabmas2 vrtrabmas2_mssql SQLServer 2019 \N \N \N Actif Projet rnovation MasterParc\r\n\r\n\r\nInstallation de SQL Server Standard 2019\r\n\r\nMicrosoft SQL Server 2019 (RTM-GDR) (KB5014356) - 15.0.2095.3 (X64) Apr 29 2022 18:00:13 Copyright (C) 2019 Microsoft Corporation Standard Edition (64-bit) on Windows Server 2022 Standard 10.0 (Build 20348: ) (Hypervisor) 2026-04-14 19:40:21.638266+02 287 1100 vrtrabmut1 vrtrabmut1_ora_TR2R_C0 Oracle 19 (12.2.0.3) \N \N \N Actif ODA\r\n\r\nBase TRACE :\r\n- AIR Recette\r\n-\r\n\r\nRéplication DataGuard avec vrtrabmut2_ora_TR2R_C0 2026-04-14 19:40:21.638846+02 288 1100 vrtrabmut1 vrtrabmut1_ora_TRAR_C0 Oracle 19 (12.2.0.3) \N \N \N Actif ODA\r\n\r\nBase TRACE :\r\n- Gaspar\r\n-\r\n\r\nRéplication DataGuard avec vrtrabmut2_ora_TRAR_C0 2026-04-14 19:40:21.639385+02 289 1101 vrtrabmut2 vrtrabmut2_ora_TR2R_C0 Oracle 19 (12.2.0.3) \N \N \N Actif ODA\r\n\r\nBase TRACE :\r\n- AIR Recette\r\n-\r\n\r\nRéplication DataGuard avec vrtrabmut1_ora_TR2R_C0 2026-04-14 19:40:21.639928+02 290 1101 vrtrabmut2 vrtrabmut2_ora_TRAR_C0 Oracle 19 (12.2.0.3) \N \N \N Actif ODA\r\n\r\nBase TRACE :\r\n- Gaspar\r\n-\r\n\r\nRéplication DataGuard avec vrtrabmut1_ora_TRAR_C0 2026-04-14 19:40:21.640536+02 294 1118 vsccmr3 vsccmr3_mssql SQLServer 2016 Standard \N \N \N Actif SCCM\r\n\r\nConnexion ok avec le user SANEF\\SCCMADMIN\r\n\r\n----- Licence : \r\nLicence Embedded\r\n\r\n----- Version : \r\nMicrosoft SQL Server 2016 (SP2) (KB4052908) - 13.0.5026.0 (X64) \r\nMar 18 2018 09:11:49 Copyright (c) Microsoft Corporation \r\nStandard Edition (64-bit) on Windows Server 2012 R2 Standard 6.3 (Build 9600: ) (Hypervisor) \r\n13.0.5026.0\tSP2\tStandard Edition (64-bit) 2026-04-14 19:40:21.642766+02 295 1119 vtburaimp1 vtburaimp1_mssql_INSTRPAPERCUT01 SQLServer 2022 Express Edition \N \N \N Actif Gestion des impressions / PaperCut 2026-04-14 19:40:21.643354+02 296 1119 vtburaimp1 vtburaimp1_mssql_SQL_IMP1 SQLServer 2014 Express \N \N \N Actif Gestion des impressions / PaperCut 2026-04-14 19:40:21.643893+02 297 1120 vtdsiaels1 vtdsiaels1_els ElasticSearch 8 \N \N \N Actif ELS DBA Recette\r\n\r\nELS - Quorum\tes-standard-r1-n3\tvtdsiaquo1\r\nELS - Node\tes-standard-r1-n1\tvtdsiaels1\r\nELS - Node\tes-standard-r1-n2\tvtdsiaels2\r\nELS - Kibana\t\tvtdsiakib1 2026-04-14 19:40:21.644643+02 298 1121 vtdsiaels2 vtdsiaels2_els ElasticSearch 8 \N \N \N Actif ELS DBA Recette\r\n\r\nELS - Quorum\tes-standard-r1-n3\tvtdsiaquo1\r\nELS - Node\tes-standard-r1-n1\tvtdsiaels1\r\nELS - Node\tes-standard-r1-n2\tvtdsiaels2\r\nELS - Kibana\t\tvtdsiakib1 2026-04-14 19:40:21.645349+02 299 1123 vtdsiaquo1 vtdsiaquo1_els ElasticSearch 8 \N \N \N Actif ELS DBA Recette\r\n\r\nELS - Quorum es-standard-r1-n3 vtdsiaquo1\r\nELS - Node es-standard-r1-n1 vtdsiaels1\r\nELS - Node es-standard-r1-n2 vtdsiaels2\r\nELS - Kibana vtdsiakib1 2026-04-14 19:40:21.645969+02 300 1127 vtdsibpgs2 vtdsibpgs2_patroniclu_pgsql PostgreSQL 16 \N \N Recette Actif PG_STANDARD 2026-04-14 19:40:21.646549+02 301 1128 vtdsibpgs3 vtdsibpgs3_patroniclu_pgsql PostgreSQL 16 \N \N Recette Actif PG_STANDARD 2026-04-14 19:40:21.647181+02 302 1129 vtdsibpmm1 vtdsibpmm1_pgsql PostgreSQL 16 \N \N Recette Actif PostgreSQL PMM Server 2026-04-14 19:40:21.647757+02 303 1130 vtdsibquo1 vtdsibquo1_patroniclu_pgsql PostgreSQL 16 \N \N Recette Actif PG_STANDARD 2026-04-14 19:40:21.64831+02 304 1131 vtexpbdech1 vtexpbdech1_pgsql PostgreSQL 10 \N \N \N Actif Application "Dchets V2 "\r\n\r\nBase postgres 10.6 installe dans /data 2026-04-14 19:40:21.648847+02 305 1134 vtpataels1 vtpataels1_els_sipat-test ElasticSearch 8 \N \N \N Actif FENIX\r\n\r\nSIPAT TEST\r\n\r\ncluster-name ; sipat-test 2026-04-14 19:40:21.64945+02 306 1136 vvaflbdwh1 vvaflbdwh1_mssql SQLServer 2022 Developer Edition \N \N \N Actif Flux libre\r\n\r\nDcisionnel FL\r\n\r\n--FLA13-A14-BI-- 2026-04-14 19:40:21.650014+02 307 1138 vvaflbsta1 vvaflbsta1_mssql SQLServer 2022 Developer Edition \N \N \N Actif \N 2026-04-14 19:40:21.650556+02 308 1146 vvbocbsap1 vvbocsap1_saphana SAP HANA 1 \N \N \N Actif Flux libre\r\n\r\nBase SAP HANA validation\r\n\r\n--FLA13-A14-BOC-- 2026-04-14 19:40:21.65109+02 309 1161 vvboobsql1 vvboobsql1_pgsql PostgreSQL 14 \N \N \N Actif Flux libre\r\n\r\nBack-office oprationnel - Bases MCSDB et MIRDB\r\n\r\n--FLA13-A14-BOO-- 2026-04-14 19:40:21.651994+02 310 1162 vvboobsql2 vvboobsql2_pgsql PostgreSQL 14 \N \N \N Actif Flux libre\r\n\r\nBack-office oprationnel - Bases MCSDB et MIRDB\r\n\r\n--FLA13-A14-BOO-- 2026-04-14 19:40:21.652555+02 311 1178 vvbotatst4 vvbotatst4_mssql SQLServer 2022 Developer Edition \N \N \N Actif Flux libre\r\n\r\nModule interface bord de route\r\n\r\nBack Office technique - BOT\r\n\r\n--FLA13-A14-BOT-- 2026-04-14 19:40:21.653095+02 312 1181 vvbotbsql1 vvbotbsql1_mssql SQLServer 2022 Developer Edition \N \N \N Actif Flux libre\r\n\r\nBack Office technique BOT\r\n\r\n--FLA13-A14--BOT-- 2026-04-14 19:40:21.653692+02 313 1182 vvbotbsql2 vvbotbsql2_mssql SQLServer 2022 Developer Edition \N \N \N Actif Flux libre\r\n\r\nBack Office technique - BOT\r\n\r\n--FLA13-A14-BOT-- 2026-04-14 19:40:21.654242+02 \. -- -- Data for Name: server_ips; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.server_ips (id, server_id, ip_address, ip_type, is_ssh, vlan_id, interface, description, created_at) FROM stdin; 26 157 10.45.2.58 primary t \N \N \N 2026-04-14 20:14:32.945625+02 27 158 10.45.2.59 primary t \N \N \N 2026-04-14 20:14:32.946334+02 28 159 10.45.6.39 primary t \N \N \N 2026-04-14 20:14:32.947026+02 1 87 10.252.12.254 primary t \N \N VRF=2 2026-04-14 20:14:32.922801+02 2 88 10.212.33.254 primary t \N \N \N 2026-04-14 20:14:32.92525+02 3 90 10.152.2.252 primary t \N \N \N 2026-04-14 20:14:32.926528+02 4 93 10.100.2.251 primary t \N \N \N 2026-04-14 20:14:32.927387+02 5 122 10.252.17.254 primary t \N \N VRF=7 2026-04-14 20:14:32.928235+02 6 126 10.210.27.252 primary t \N \N \N 2026-04-14 20:14:32.929041+02 7 128 10.100.7.252 primary t \N \N \N 2026-04-14 20:14:32.929838+02 8 129 10.1.27.251 primary t \N \N \N 2026-04-14 20:14:32.930763+02 9 130 10.41.60.140 primary t \N \N \N 2026-04-14 20:14:32.931465+02 10 132 10.41.60.142 primary t \N \N \N 2026-04-14 20:14:32.932128+02 11 133 10.30.10.3 primary t \N \N \N 2026-04-14 20:14:32.933813+02 12 135 10.30.11.54 primary t \N \N \N 2026-04-14 20:14:32.934607+02 13 136 192.168.65.17 primary t \N \N \N 2026-04-14 20:14:32.935376+02 14 137 10.30.11.51 primary t \N \N \N 2026-04-14 20:14:32.936103+02 15 138 10.30.11.59 primary t \N \N \N 2026-04-14 20:14:32.936834+02 16 139 10.45.1.100 primary t \N \N \N 2026-04-14 20:14:32.937501+02 17 140 10.42.40.134 primary t \N \N \N 2026-04-14 20:14:32.938169+02 18 143 10.41.40.102 primary t \N \N \N 2026-04-14 20:14:32.938867+02 19 144 10.45.2.21 primary t \N \N VRF=3890 2026-04-14 20:14:32.939543+02 20 145 10.45.2.22 primary t \N \N VRF=3890 2026-04-14 20:14:32.940228+02 21 146 10.45.2.23 primary t \N \N VRF=3890 2026-04-14 20:14:32.940891+02 22 147 10.30.10.28 primary t \N \N \N 2026-04-14 20:14:32.941556+02 23 154 10.43.255.45 primary t \N \N \N 2026-04-14 20:14:32.942213+02 24 155 10.45.2.56 primary t \N \N \N 2026-04-14 20:14:32.943791+02 25 156 10.45.2.57 primary t \N \N \N 2026-04-14 20:14:32.944878+02 29 160 10.45.6.36 primary t \N \N \N 2026-04-14 20:14:32.947714+02 30 162 10.45.6.37 primary t \N \N \N 2026-04-14 20:14:32.948618+02 31 163 10.45.6.35 primary t \N \N \N 2026-04-14 20:14:32.949555+02 32 164 10.45.6.38 primary t \N \N \N 2026-04-14 20:14:32.95029+02 33 165 10.45.11.221 primary t \N \N VRF=3852 2026-04-14 20:14:32.950983+02 34 170 10.45.9.66 primary t \N \N \N 2026-04-14 20:14:32.951701+02 35 171 10.45.9.131 primary t \N \N \N 2026-04-14 20:14:32.952405+02 36 172 10.45.9.130 primary t \N \N \N 2026-04-14 20:14:32.953074+02 37 175 192.168.100.46 primary t \N \N \N 2026-04-14 20:14:32.953725+02 38 176 192.168.100.45 primary t \N \N \N 2026-04-14 20:14:32.954385+02 39 179 10.46.34.78 primary t \N \N VRF=BI PREPROD 2026-04-14 20:14:32.955039+02 40 182 192.168.22.35 primary t \N \N VRF=AFL PERFORMANCE TESTS 2026-04-14 20:14:32.955707+02 41 183 192.168.21.227 primary t \N \N VRF=1217-dmz 2026-04-14 20:14:32.956748+02 42 184 10.41.22.70 primary t \N \N \N 2026-04-14 20:14:32.957417+02 43 185 10.41.22.71 primary t \N \N \N 2026-04-14 20:14:32.958093+02 44 186 10.41.22.72 primary t \N \N \N 2026-04-14 20:14:32.958745+02 45 187 10.41.22.73 primary t \N \N \N 2026-04-14 20:14:32.959397+02 46 188 10.41.22.74 primary t \N \N \N 2026-04-14 20:14:32.960367+02 47 189 10.41.22.69 primary t \N \N \N 2026-04-14 20:14:32.961495+02 48 190 10.41.22.75 primary t \N \N \N 2026-04-14 20:14:32.962259+02 49 191 10.41.22.202 primary t \N \N \N 2026-04-14 20:14:32.96296+02 50 192 10.41.22.210 primary t \N \N \N 2026-04-14 20:14:32.963724+02 51 193 10.41.22.208 primary t \N \N \N 2026-04-14 20:14:32.964404+02 52 194 10.41.22.209 primary t \N \N \N 2026-04-14 20:14:32.965061+02 53 195 10.100.16.11 primary t \N \N \N 2026-04-14 20:14:32.965701+02 54 196 10.100.16.14 primary t \N \N \N 2026-04-14 20:14:32.96635+02 55 197 10.41.22.197 primary t \N \N \N 2026-04-14 20:14:32.96704+02 56 198 10.41.22.198 primary t \N \N \N 2026-04-14 20:14:32.967688+02 57 199 10.41.22.203 primary t \N \N \N 2026-04-14 20:14:32.968341+02 58 200 10.41.22.200 primary t \N \N \N 2026-04-14 20:14:32.969065+02 59 201 10.41.22.201 primary t \N \N \N 2026-04-14 20:14:32.96971+02 60 202 10.41.23.143 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.970344+02 61 203 10.41.23.146 primary t \N \N VRF=AFL-BOT-MIR-FL-PREPROD 2026-04-14 20:14:32.971004+02 62 204 10.41.23.151 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.97167+02 63 205 10.41.23.136 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.972335+02 64 206 10.41.23.137 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.972998+02 65 207 10.41.23.157 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.973635+02 66 208 10.41.23.141 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.974276+02 67 209 10.41.23.142 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.974924+02 68 210 10.41.23.158 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.975567+02 69 211 10.41.23.156 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.976592+02 70 212 10.41.23.144 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.978374+02 71 213 10.41.23.147 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.979211+02 72 215 10.41.23.155 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.980163+02 73 219 10.41.23.145 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.980906+02 74 220 10.41.23.138 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.98163+02 75 221 10.41.23.139 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.98232+02 76 222 10.41.23.140 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.982976+02 77 223 10.41.23.159 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.983627+02 78 224 10.41.23.160 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.984298+02 79 226 10.41.23.153 primary t \N \N VRF=AFL-BOT MIR FL PREPROD 2026-04-14 20:14:32.984958+02 80 227 10.41.29.60 primary t \N \N \N 2026-04-14 20:14:32.98562+02 81 228 10.41.8.61 primary t \N \N \N 2026-04-14 20:14:32.986288+02 82 229 10.41.29.61 primary t \N \N VRF=MET PEAGE PREPROD 2026-04-14 20:14:32.986941+02 83 230 10.41.29.62 primary t \N \N VRF=MET PEAGE PREPROD 2026-04-14 20:14:32.987583+02 84 231 10.100.16.16 primary t \N \N VRF=MET PEAGE PREPROD 2026-04-14 20:14:32.988263+02 85 232 10.41.29.52 primary t \N \N VRF=MET PEAGE PREPROD 2026-04-14 20:14:32.988923+02 86 233 10.41.29.54 primary t \N \N VRF=MET PEAGE PREPROD 2026-04-14 20:14:32.989582+02 87 234 10.41.29.51 primary t \N \N \N 2026-04-14 20:14:32.990267+02 88 235 10.41.29.40 primary t \N \N \N 2026-04-14 20:14:32.990911+02 89 236 10.41.29.56 primary t \N \N VRF=MET PEAGE PREPROD 2026-04-14 20:14:32.991572+02 90 237 10.41.29.57 primary t \N \N VRF=MET PEAGE PREPROD 2026-04-14 20:14:32.992262+02 91 238 10.41.29.55 primary t \N \N VRF=MET PEAGE PREPROD 2026-04-14 20:14:32.992966+02 92 239 192.168.31.83 primary t \N \N VRF=DMZ BOOST PREPROD 2026-04-14 20:14:32.993623+02 93 240 10.41.29.50 primary t \N \N VRF=MET-PEAGE-PrePROD 2026-04-14 20:14:32.994272+02 94 241 10.45.2.128 primary t \N \N \N 2026-04-14 20:14:32.99514+02 95 242 10.45.2.129 primary t \N \N \N 2026-04-14 20:14:32.996544+02 96 243 10.41.40.120 primary t \N \N \N 2026-04-14 20:14:32.998142+02 97 244 10.41.40.121 primary t \N \N \N 2026-04-14 20:14:32.998909+02 98 250 10.41.40.85 primary t \N \N \N 2026-04-14 20:14:32.99964+02 99 251 10.41.40.86 primary t \N \N \N 2026-04-14 20:14:33.000346+02 100 252 10.41.40.35 primary t \N \N \N 2026-04-14 20:14:33.001024+02 101 253 10.41.40.36 primary t \N \N \N 2026-04-14 20:14:33.001681+02 102 254 10.41.40.77 primary t \N \N \N 2026-04-14 20:14:33.002397+02 103 255 10.41.40.78 primary t \N \N \N 2026-04-14 20:14:33.003065+02 104 256 10.41.40.70 primary t \N \N \N 2026-04-14 20:14:33.003744+02 105 257 10.41.40.71 primary t \N \N \N 2026-04-14 20:14:33.004398+02 106 258 10.41.40.45 primary t \N \N \N 2026-04-14 20:14:33.005041+02 107 259 10.41.40.46 primary t \N \N \N 2026-04-14 20:14:33.006391+02 108 260 10.41.40.30 primary t \N \N \N 2026-04-14 20:14:33.007085+02 109 261 10.41.40.31 primary t \N \N \N 2026-04-14 20:14:33.007756+02 110 262 10.41.40.32 primary t \N \N \N 2026-04-14 20:14:33.008427+02 111 263 10.41.40.33 primary t \N \N \N 2026-04-14 20:14:33.009072+02 112 264 10.41.40.29 primary t \N \N \N 2026-04-14 20:14:33.010287+02 113 265 10.41.40.165 primary t \N \N \N 2026-04-14 20:14:33.011431+02 114 268 10.45.2.25 primary t \N \N \N 2026-04-14 20:14:33.012175+02 115 269 10.45.2.26 primary t \N \N \N 2026-04-14 20:14:33.01286+02 116 270 10.45.2.160 primary t \N \N \N 2026-04-14 20:14:33.013546+02 117 271 10.45.2.161 primary t \N \N \N 2026-04-14 20:14:33.014211+02 118 272 10.30.16.50 primary t \N \N \N 2026-04-14 20:14:33.014859+02 119 273 10.30.16.51 primary t \N \N \N 2026-04-14 20:14:33.015511+02 120 274 10.45.2.150 primary t \N \N \N 2026-04-14 20:14:33.016166+02 121 275 10.45.2.151 primary t \N \N \N 2026-04-14 20:14:33.016826+02 122 276 10.30.16.80 primary t \N \N \N 2026-04-14 20:14:33.017468+02 123 277 10.30.16.81 primary t \N \N \N 2026-04-14 20:14:33.018128+02 124 278 10.45.2.185 primary t \N \N \N 2026-04-14 20:14:33.018785+02 125 279 10.45.2.186 primary t \N \N \N 2026-04-14 20:14:33.019438+02 126 280 10.30.16.10 primary t \N \N \N 2026-04-14 20:14:33.02067+02 127 281 10.30.16.11 primary t \N \N \N 2026-04-14 20:14:33.021344+02 128 282 10.30.16.60 primary t \N \N \N 2026-04-14 20:14:33.021999+02 129 283 10.30.16.61 primary t \N \N \N 2026-04-14 20:14:33.022694+02 130 284 10.30.16.62 primary t \N \N \N 2026-04-14 20:14:33.023355+02 131 285 10.30.16.63 primary t \N \N \N 2026-04-14 20:14:33.024021+02 132 286 10.45.2.195 primary t \N \N \N 2026-04-14 20:14:33.024676+02 133 287 10.45.1.101 primary t \N \N \N 2026-04-14 20:14:33.025334+02 134 288 10.30.11.228 primary t \N \N \N 2026-04-14 20:14:33.025984+02 135 289 10.30.11.126 primary t \N \N \N 2026-04-14 20:14:33.02679+02 136 290 10.30.11.107 primary t \N \N \N 2026-04-14 20:14:33.027468+02 137 291 10.30.11.108 primary t \N \N \N 2026-04-14 20:14:33.028121+02 138 292 10.45.17.67 primary t \N \N VRF=3900-ges 2026-04-14 20:14:33.028759+02 139 293 10.45.17.68 primary t \N \N VRF=3900-ges 2026-04-14 20:14:33.029401+02 140 294 10.45.17.69 primary t \N \N VRF=3900-ges 2026-04-14 20:14:33.030073+02 141 295 10.45.17.131 primary t \N \N VRF=3901-ges 2026-04-14 20:14:33.030767+02 142 296 10.45.17.132 primary t \N \N VRF=3901-ges 2026-04-14 20:14:33.031412+02 143 297 10.45.17.133 primary t \N \N VRF=3901-ges 2026-04-14 20:14:33.032077+02 144 298 10.45.17.134 primary t \N \N VRF=3901-ges 2026-04-14 20:14:33.032717+02 145 299 10.45.17.135 primary t \N \N VRF=3901-ges 2026-04-14 20:14:33.033361+02 146 300 10.45.17.136 primary t \N \N VRF=3901-ges 2026-04-14 20:14:33.034027+02 147 301 10.45.17.62 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.034676+02 148 302 10.45.17.195 primary t \N \N VRF=3902-ges 2026-04-14 20:14:33.035381+02 149 303 10.45.17.196 primary t \N \N VRF=3902-ges 2026-04-14 20:14:33.036054+02 150 304 10.45.17.197 primary t \N \N VRF=3902-ges 2026-04-14 20:14:33.036701+02 151 305 10.45.17.198 primary t \N \N VRF=3902-ges 2026-04-14 20:14:33.037337+02 152 306 10.45.17.199 primary t \N \N VRF=3902-ges 2026-04-14 20:14:33.038001+02 153 307 10.45.17.4 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.038664+02 154 308 10.45.17.5 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.039333+02 155 309 10.45.17.6 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.039979+02 156 310 10.45.17.7 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.040612+02 157 311 10.45.17.8 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.041249+02 158 312 10.45.17.9 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.041893+02 159 313 10.45.17.10 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.042694+02 160 314 10.45.17.11 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.043399+02 161 315 10.45.17.12 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.044063+02 162 316 10.45.17.13 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.044733+02 163 317 10.45.17.14 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.045399+02 164 318 10.45.17.15 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.046038+02 165 319 10.45.17.16 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.046694+02 166 320 10.45.17.17 primary t \N \N VRF=3899-ges 2026-04-14 20:14:33.047357+02 167 321 10.40.2.81 primary t \N \N \N 2026-04-14 20:14:33.048053+02 168 322 192.168.251.101 primary t \N \N \N 2026-04-14 20:14:33.048718+02 169 323 192.168.251.53 primary t \N \N \N 2026-04-14 20:14:33.049376+02 170 324 10.30.10.198 primary t \N \N \N 2026-04-14 20:14:33.050624+02 171 325 10.30.10.134 primary t \N \N \N 2026-04-14 20:14:33.051293+02 172 326 10.42.31.20 primary t \N \N VRF=2310 2026-04-14 20:14:33.051941+02 173 327 10.40.10.186 primary t \N \N \N 2026-04-14 20:14:33.052576+02 174 328 10.100.1.200 primary t \N \N \N 2026-04-14 20:14:33.053221+02 175 330 10.30.10.235 primary t \N \N \N 2026-04-14 20:14:33.053879+02 176 332 10.102.2.11 primary t \N \N \N 2026-04-14 20:14:33.054523+02 177 336 10.30.10.35 primary t \N \N \N 2026-04-14 20:14:33.055181+02 178 341 10.30.11.99 primary t \N \N \N 2026-04-14 20:14:33.055863+02 179 342 192.168.230.23 primary t \N \N \N 2026-04-14 20:14:33.056531+02 180 343 10.46.39.35 primary t \N \N VRF=gestion pre-prod 2026-04-14 20:14:33.057315+02 181 350 10.41.20.70 primary t \N \N VRF=1200 2026-04-14 20:14:33.058178+02 182 351 10.30.10.46 primary t \N \N \N 2026-04-14 20:14:33.058876+02 183 352 192.168.20.67 primary t \N \N VRF=dmz-1204 2026-04-14 20:14:33.059541+02 184 353 10.46.34.14 primary t \N \N VRF=BI PROD 2026-04-14 20:14:33.060194+02 185 356 10.46.34.8 primary t \N \N VRF=VRF BURO_DC / VLAN BI PROD 2026-04-14 20:14:33.060837+02 186 364 192.168.230.40 primary t \N \N \N 2026-04-14 20:14:33.061506+02 187 365 192.168.200.18 primary t \N \N \N 2026-04-14 20:14:33.06218+02 188 366 10.30.12.124 primary t \N \N \N 2026-04-14 20:14:33.062825+02 189 367 10.30.12.121 primary t \N \N \N 2026-04-14 20:14:33.063458+02 190 368 10.30.11.130 primary t \N \N \N 2026-04-14 20:14:33.064116+02 191 371 192.168.2.20 primary t \N \N \N 2026-04-14 20:14:33.064752+02 192 372 192.168.2.21 primary t \N \N \N 2026-04-14 20:14:33.065384+02 193 373 192.168.2.27 primary t \N \N \N 2026-04-14 20:14:33.066023+02 194 374 192.168.2.28 primary t \N \N \N 2026-04-14 20:14:33.066673+02 195 377 192.168.190.199 primary t \N \N \N 2026-04-14 20:14:33.067318+02 196 379 10.30.12.123 primary t \N \N \N 2026-04-14 20:14:33.067964+02 197 380 10.41.92.11 primary t \N \N \N 2026-04-14 20:14:33.068646+02 198 381 10.41.92.12 primary t \N \N \N 2026-04-14 20:14:33.069288+02 199 382 10.41.60.138 primary t \N \N VRF=1604 2026-04-14 20:14:33.069931+02 200 383 10.41.60.139 primary t \N \N VRF=1604 2026-04-14 20:14:33.07058+02 201 384 192.168.152.1 primary t \N \N \N 2026-04-14 20:14:33.071215+02 202 386 10.30.12.125 primary t \N \N \N 2026-04-14 20:14:33.071891+02 203 387 10.30.12.130 primary t \N \N \N 2026-04-14 20:14:33.072542+02 204 388 10.30.12.126 primary t \N \N \N 2026-04-14 20:14:33.073183+02 205 389 10.30.12.127 primary t \N \N \N 2026-04-14 20:14:33.074212+02 206 390 10.30.12.128 primary t \N \N \N 2026-04-14 20:14:33.075167+02 207 391 10.40.2.46 primary t \N \N \N 2026-04-14 20:14:33.076099+02 208 392 10.40.2.40 primary t \N \N \N 2026-04-14 20:14:33.07704+02 209 393 192.168.2.40 primary t \N \N \N 2026-04-14 20:14:33.077984+02 210 394 10.30.12.129 primary t \N \N \N 2026-04-14 20:14:33.079049+02 211 395 10.41.11.11 primary t \N \N \N 2026-04-14 20:14:33.08013+02 212 396 10.41.11.12 primary t \N \N \N 2026-04-14 20:14:33.080839+02 213 397 10.41.11.13 primary t \N \N \N 2026-04-14 20:14:33.081542+02 214 398 10.41.11.14 primary t \N \N \N 2026-04-14 20:14:33.08221+02 215 399 10.41.11.15 primary t \N \N \N 2026-04-14 20:14:33.082864+02 216 400 10.41.11.16 primary t \N \N \N 2026-04-14 20:14:33.083536+02 217 401 10.41.11.17 primary t \N \N \N 2026-04-14 20:14:33.084221+02 218 402 10.41.11.18 primary t \N \N \N 2026-04-14 20:14:33.084918+02 219 403 10.41.11.19 primary t \N \N \N 2026-04-14 20:14:33.085602+02 220 404 10.30.10.75 primary t \N \N \N 2026-04-14 20:14:33.086251+02 221 405 192.168.241.28 primary t \N \N \N 2026-04-14 20:14:33.086905+02 222 406 192.168.241.11 primary t \N \N \N 2026-04-14 20:14:33.087542+02 223 409 10.41.11.21 primary t \N \N \N 2026-04-14 20:14:33.0882+02 224 410 10.41.92.16 primary t \N \N \N 2026-04-14 20:14:33.08916+02 225 411 10.30.12.122 primary t \N \N \N 2026-04-14 20:14:33.089928+02 226 412 10.40.2.22 primary t \N \N \N 2026-04-14 20:14:33.09061+02 227 413 10.42.40.136 primary t \N \N \N 2026-04-14 20:14:33.091267+02 228 414 10.42.40.135 primary t \N \N \N 2026-04-14 20:14:33.091937+02 229 415 10.252.17.10 primary t \N \N VRF=7 2026-04-14 20:14:33.092596+02 230 416 10.44.5.3 primary t \N \N \N 2026-04-14 20:14:33.093235+02 231 417 10.44.5.4 primary t \N \N \N 2026-04-14 20:14:33.093898+02 232 418 10.41.41.50 primary t \N \N VRF=MET-TRAFFIC AMELIE PROD 2026-04-14 20:14:33.094553+02 233 419 10.41.41.51 primary t \N \N VRF=MET-TRAFFIC AMELIE PROD 2026-04-14 20:14:33.095193+02 234 420 10.41.41.40 primary t \N \N VRF=MET-TRAFFIC AMELIE PROD 2026-04-14 20:14:33.095836+02 235 421 10.41.41.41 primary t \N \N VRF=MET-TRAFFIC AMELIE PROD 2026-04-14 20:14:33.096503+02 236 422 10.100.16.21 primary t \N \N VRF=VID 16 2026-04-14 20:14:33.097142+02 237 423 10.41.40.130 primary t \N \N \N 2026-04-14 20:14:33.097801+02 238 424 10.41.40.131 primary t \N \N \N 2026-04-14 20:14:33.098451+02 239 425 10.41.40.132 primary t \N \N \N 2026-04-14 20:14:33.099083+02 240 426 10.44.201.3 primary t \N \N VRF=1010 2026-04-14 20:14:33.09973+02 241 427 10.44.201.4 primary t \N \N VRF=1010 2026-04-14 20:14:33.100363+02 242 428 10.100.16.20 primary t \N \N VRF=VID 16 2026-04-14 20:14:33.100999+02 243 429 10.41.40.43 primary t \N \N \N 2026-04-14 20:14:33.101678+02 244 430 10.41.41.60 primary t \N \N VRF=Trafic Amelie Prod - 1410-met 2026-04-14 20:14:33.102331+02 245 431 10.41.41.61 primary t \N \N VRF=Trafic Amelie Prod - 1410-met 2026-04-14 20:14:33.102971+02 246 432 10.41.41.62 primary t \N \N VRF=Trafic Amelie Prod - 1410-met 2026-04-14 20:14:33.103604+02 247 433 10.41.41.63 primary t \N \N VRF=Trafic Amelie Prod - 1410-met 2026-04-14 20:14:33.104253+02 248 434 192.168.40.20 primary t \N \N \N 2026-04-14 20:14:33.105169+02 249 438 10.46.34.10 primary t \N \N VRF=BI PROD 2026-04-14 20:14:33.106046+02 250 442 10.43.192.27 primary t \N \N \N 2026-04-14 20:14:33.106793+02 251 443 10.43.192.28 primary t \N \N \N 2026-04-14 20:14:33.107497+02 252 444 10.43.192.28 primary t \N \N \N 2026-04-14 20:14:33.108161+02 253 445 10.43.192.28 primary t \N \N \N 2026-04-14 20:14:33.108849+02 254 446 10.44.2.69 primary t \N \N \N 2026-04-14 20:14:33.109529+02 255 450 192.168.230.19 primary t \N \N \N 2026-04-14 20:14:33.1102+02 256 453 192.168.21.195 primary t \N \N VRF=1216-dmz 2026-04-14 20:14:33.110861+02 257 455 10.41.22.15 primary t \N \N VRF=BOC-FL PROD 2026-04-14 20:14:33.111516+02 258 456 10.41.22.16 primary t \N \N VRF=FL BOC PROD 2026-04-14 20:14:33.112615+02 259 457 10.41.22.6 primary t \N \N \N 2026-04-14 20:14:33.113291+02 260 459 10.41.22.7 primary t \N \N \N 2026-04-14 20:14:33.11394+02 261 460 10.41.22.13 primary t \N \N VRF=BOC FL PROD 2026-04-14 20:14:33.114585+02 262 461 10.41.22.8 primary t \N \N \N 2026-04-14 20:14:33.115241+02 263 462 10.41.22.9 primary t \N \N \N 2026-04-14 20:14:33.115883+02 264 463 10.41.22.10 primary t \N \N \N 2026-04-14 20:14:33.116595+02 265 464 10.41.22.5 primary t \N \N \N 2026-04-14 20:14:33.117265+02 266 465 10.41.22.12 primary t \N \N \N 2026-04-14 20:14:33.117919+02 267 467 10.41.22.137 primary t \N \N \N 2026-04-14 20:14:33.118592+02 268 468 10.41.22.147 primary t \N \N \N 2026-04-14 20:14:33.119257+02 269 469 10.41.22.139 primary t \N \N \N 2026-04-14 20:14:33.119919+02 270 470 10.41.22.140 primary t \N \N \N 2026-04-14 20:14:33.120695+02 271 472 192.168.21.3 primary t \N \N VRF=ID:1210-DMZ 2026-04-14 20:14:33.121487+02 272 473 10.41.22.146 primary t \N \N VRF=AFL BOO FL PROD 2026-04-14 20:14:33.122164+02 273 474 10.100.16.13 primary t \N \N \N 2026-04-14 20:14:33.122816+02 274 475 10.100.16.15 primary t \N \N \N 2026-04-14 20:14:33.123457+02 275 476 10.41.22.133 primary t \N \N \N 2026-04-14 20:14:33.124109+02 276 477 10.41.22.134 primary t \N \N \N 2026-04-14 20:14:33.124769+02 277 479 10.41.22.138 primary t \N \N \N 2026-04-14 20:14:33.12545+02 278 480 10.41.22.135 primary t \N \N \N 2026-04-14 20:14:33.1261+02 279 481 10.41.22.136 primary t \N \N \N 2026-04-14 20:14:33.126733+02 280 482 10.41.23.25 primary t \N \N \N 2026-04-14 20:14:33.127371+02 281 483 10.41.23.30 primary t \N \N VRF=AFL-BOT-MIR-FL-PROD 2026-04-14 20:14:33.128017+02 282 484 10.41.23.5 primary t \N \N \N 2026-04-14 20:14:33.128659+02 283 485 10.41.23.14 primary t \N \N \N 2026-04-14 20:14:33.129337+02 284 486 10.41.23.15 primary t \N \N \N 2026-04-14 20:14:33.129985+02 285 487 10.41.23.16 primary t \N \N \N 2026-04-14 20:14:33.130627+02 286 489 10.41.23.28 primary t \N \N \N 2026-04-14 20:14:33.131288+02 287 490 192.168.21.67 primary t \N \N VRF=ID:1212-DMZ 2026-04-14 20:14:33.13193+02 288 491 10.41.23.22 primary t \N \N \N 2026-04-14 20:14:33.132564+02 289 492 10.41.23.23 primary t \N \N \N 2026-04-14 20:14:33.133212+02 290 493 10.41.23.24 primary t \N \N \N 2026-04-14 20:14:33.133852+02 291 494 10.41.23.31 primary t \N \N \N 2026-04-14 20:14:33.134503+02 292 495 10.41.23.26 primary t \N \N \N 2026-04-14 20:14:33.135152+02 293 496 10.41.23.11 primary t \N \N \N 2026-04-14 20:14:33.136349+02 294 500 10.41.23.27 primary t \N \N \N 2026-04-14 20:14:33.137216+02 295 501 10.41.23.17 primary t \N \N \N 2026-04-14 20:14:33.13801+02 296 503 10.41.23.18 primary t \N \N \N 2026-04-14 20:14:33.138776+02 297 504 10.41.23.19 primary t \N \N \N 2026-04-14 20:14:33.139518+02 298 505 10.41.23.20 primary t \N \N \N 2026-04-14 20:14:33.140225+02 299 506 10.41.23.21 primary t \N \N \N 2026-04-14 20:14:33.140907+02 300 508 10.41.23.9 primary t \N \N \N 2026-04-14 20:14:33.141581+02 301 513 10.205.0.2 primary t \N \N \N 2026-04-14 20:14:33.14225+02 302 514 10.205.0.3 primary t \N \N \N 2026-04-14 20:14:33.142927+02 303 524 192.168.162.68 primary t \N \N \N 2026-04-14 20:14:33.144257+02 304 525 192.168.162.69 primary t \N \N \N 2026-04-14 20:14:33.144945+02 305 533 10.41.40.178 primary t \N \N \N 2026-04-14 20:14:33.145635+02 306 535 10.30.10.15 primary t \N \N \N 2026-04-14 20:14:33.146324+02 307 540 10.44.1.72 primary t \N \N \N 2026-04-14 20:14:33.147075+02 308 541 10.44.1.73 primary t \N \N \N 2026-04-14 20:14:33.147781+02 309 542 10.44.1.74 primary t \N \N VRF=PTA - vid 1012 2026-04-14 20:14:33.148471+02 310 543 10.44.1.75 primary t \N \N VRF=PTA - vid 1012 2026-04-14 20:14:33.149457+02 311 544 10.44.1.132 primary t \N \N VRF=PTA - vid 1014 2026-04-14 20:14:33.15014+02 312 557 10.41.40.145 primary t \N \N VRF=ID 1400 - MET TRAFIC PROD 2026-04-14 20:14:33.150809+02 313 558 192.168.40.99 primary t \N \N VRF=ID 1406 - DMZ TRAFIC DATI PROD 2026-04-14 20:14:33.151458+02 314 559 10.30.11.152 primary t \N \N \N 2026-04-14 20:14:33.152367+02 315 560 10.30.11.153 primary t \N \N \N 2026-04-14 20:14:33.153102+02 316 561 10.30.11.154 primary t \N \N \N 2026-04-14 20:14:33.153787+02 317 562 10.30.11.155 primary t \N \N \N 2026-04-14 20:14:33.154438+02 318 563 10.30.11.156 primary t \N \N \N 2026-04-14 20:14:33.155079+02 319 564 10.41.40.61 primary t \N \N VRF=1400-met 2026-04-14 20:14:33.155729+02 320 565 10.41.40.60 primary t \N \N VRF=1400-met 2026-04-14 20:14:33.156668+02 321 566 10.41.40.62 primary t \N \N VRF=1400-met 2026-04-14 20:14:33.157344+02 322 567 10.44.3.132 primary t \N \N \N 2026-04-14 20:14:33.157994+02 323 569 10.44.2.134 primary t \N \N \N 2026-04-14 20:14:33.158638+02 324 570 192.168.31.19 primary t \N \N \N 2026-04-14 20:14:33.1593+02 325 571 10.44.6.164 primary t \N \N VRF=SERVER DATA COLLECTION 2026-04-14 20:14:33.159957+02 326 572 10.44.6.5 primary t \N \N VRF=1060 2026-04-14 20:14:33.160597+02 327 573 10.44.7.35 primary t \N \N VRF=1071 2026-04-14 20:14:33.161342+02 328 574 10.30.11.216 primary t \N \N \N 2026-04-14 20:14:33.162009+02 329 575 192.168.19.100 primary t \N \N VRF=DMZ PUBLIC DNS 2026-04-14 20:14:33.16266+02 330 576 192.168.19.132 primary t \N \N VRF=DMZ REVERSE-PROXY - vid : 1198-dmz 2026-04-14 20:14:33.163339+02 331 577 192.168.19.133 primary t \N \N VRF=DMZ REVERSE-PROXY - vid : 1198-dmz 2026-04-14 20:14:33.163988+02 332 578 192.168.19.144 primary t \N \N VRF=DMZ REVERSE-PROXY - vid : 1198-dmz 2026-04-14 20:14:33.164637+02 333 579 192.168.19.145 primary t \N \N VRF=DMZ REVERSE-PROXY - vid : 1198-dmz 2026-04-14 20:14:33.165286+02 334 580 10.46.33.35 primary t \N \N VRF=vlan gestion prod 2 2026-04-14 20:14:33.166109+02 335 581 10.44.5.165 primary t \N \N VRF=SIA - Monitoring ELK 2026-04-14 20:14:33.167447+02 336 582 10.44.2.39 primary t \N \N \N 2026-04-14 20:14:33.168658+02 337 583 192.168.19.160 primary t \N \N VRF=DMZ REVERSE-PROXY - vid : 1198-dmz 2026-04-14 20:14:33.16947+02 338 584 192.168.19.161 primary t \N \N VRF=DMZ REVERSE-PROXY - vid : 1198-dmz 2026-04-14 20:14:33.170361+02 339 585 192.168.19.162 primary t \N \N VRF=DMZ REVERSE-PROXY - vid : 1198-dmz 2026-04-14 20:14:33.171092+02 340 586 192.168.19.163 primary t \N \N VRF=DMZ REVERSE-PROXY - vid : 1198-dmz 2026-04-14 20:14:33.171956+02 341 587 10.44.5.195 primary t \N \N VRF=SIA -RADIUS 2026-04-14 20:14:33.172844+02 342 588 10.44.5.196 primary t \N \N VRF=SIA -RADIUS 2026-04-14 20:14:33.173942+02 343 589 192.168.19.8 primary t \N \N VRF=DMZ RADIUS MFA 2026-04-14 20:14:33.174958+02 344 590 192.168.19.9 primary t \N \N VRF=DMZ RADIUS MFA 2026-04-14 20:14:33.17566+02 345 591 192.168.18.20 primary t \N \N \N 2026-04-14 20:14:33.176348+02 346 592 10.44.2.133 primary t \N \N \N 2026-04-14 20:14:33.177076+02 347 597 192.168.18.36 primary t \N \N \N 2026-04-14 20:14:33.177761+02 348 598 10.42.14.6 primary t \N \N \N 2026-04-14 20:14:33.178442+02 349 599 10.44.2.228 primary t \N \N \N 2026-04-14 20:14:33.179108+02 350 600 192.168.31.51 primary t \N \N \N 2026-04-14 20:14:33.179752+02 351 601 192.168.18.4 primary t \N \N \N 2026-04-14 20:14:33.180656+02 352 602 10.44.2.132 primary t \N \N VRF=1024 2026-04-14 20:14:33.181342+02 353 603 10.46.33.40 primary t \N \N VRF=ID 1330 - GESTION PROD 2 2026-04-14 20:14:33.181998+02 354 604 10.44.5.163 primary t \N \N VRF=SIA - Monitoring ELK 2026-04-14 20:14:33.182659+02 355 605 10.44.5.164 primary t \N \N VRF=SIA - Monitoring ELK 2026-04-14 20:14:33.183527+02 356 606 10.44.5.131 primary t \N \N VRF=ADM ETCD-PATRONI 2026-04-14 20:14:33.184338+02 357 607 10.44.5.132 primary t \N \N VRF=ADM ETCD-PATRONI 2026-04-14 20:14:33.185056+02 358 608 10.100.16.23 primary t \N \N VRF=VM Network 16 2026-04-14 20:14:33.185756+02 359 609 10.44.5.133 primary t \N \N VRF=SIA - ETCD PATRONI 2026-04-14 20:14:33.186423+02 360 610 10.100.16.19 primary t \N \N VRF=VID 16 2026-04-14 20:14:33.187105+02 361 611 10.44.5.227 primary t \N \N VRF=SIA GRID CONTROL 2026-04-14 20:14:33.187755+02 362 612 192.168.19.36 primary t \N \N VRF=dmz-1192 2026-04-14 20:14:33.188397+02 363 613 192.168.19.37 primary t \N \N VRF=dmz-1192 2026-04-14 20:14:33.189056+02 364 614 10.30.10.18 primary t \N \N \N 2026-04-14 20:14:33.189711+02 365 615 10.42.16.141 primary t \N \N VRF=VRF Echange DC /Talend PROD 2026-04-14 20:14:33.190372+02 366 616 10.42.16.142 primary t \N \N VRF=VRF Echange DC /Talend PROD 2026-04-14 20:14:33.191023+02 367 617 10.42.16.143 primary t \N \N VRF=VRF Echange DC /Talend PROD 2026-04-14 20:14:33.191684+02 368 618 10.42.16.144 primary t \N \N VRF=VRF Echange DC /Talend PROD 2026-04-14 20:14:33.19237+02 369 619 10.30.10.20 primary t \N \N \N 2026-04-14 20:14:33.193016+02 370 620 10.42.16.133 primary t \N \N VRF=TALEND PROD 2026-04-14 20:14:33.19365+02 371 621 10.42.16.134 primary t \N \N VRF=TALEND PROD 2026-04-14 20:14:33.194309+02 372 622 10.42.16.135 primary t \N \N VRF=TALEND PROD 2026-04-14 20:14:33.194976+02 373 623 10.42.16.136 primary t \N \N VRF=TALEND PROD 2026-04-14 20:14:33.195624+02 374 624 10.42.16.140 primary t \N \N VRF=VRF Echange DC /Talend PROD 2026-04-14 20:14:33.196269+02 375 630 192.168.100.120 primary t \N \N \N 2026-04-14 20:14:33.196917+02 376 631 192.168.100.109 primary t \N \N \N 2026-04-14 20:14:33.198074+02 377 632 192.168.101.110 primary t \N \N \N 2026-04-14 20:14:33.198744+02 378 633 192.168.100.127 primary t \N \N \N 2026-04-14 20:14:33.199426+02 379 634 192.168.100.128 primary t \N \N \N 2026-04-14 20:14:33.200082+02 380 635 192.168.100.132 primary t \N \N \N 2026-04-14 20:14:33.200739+02 381 636 192.168.100.133 primary t \N \N \N 2026-04-14 20:14:33.201411+02 382 637 192.168.100.210 primary t \N \N \N 2026-04-14 20:14:33.202052+02 383 638 192.168.100.141 primary t \N \N VRF=Supervision 2026-04-14 20:14:33.202704+02 384 643 192.168.100.134 primary t \N \N \N 2026-04-14 20:14:33.203351+02 385 644 10.41.40.19 primary t \N \N \N 2026-04-14 20:14:33.203984+02 386 645 10.41.40.25 primary t \N \N VRF=1400 2026-04-14 20:14:33.204641+02 387 646 10.42.16.10 primary t \N \N \N 2026-04-14 20:14:33.205277+02 388 647 10.41.40.155 primary t \N \N \N 2026-04-14 20:14:33.205908+02 389 648 10.41.40.26 primary t \N \N VRF=1400 2026-04-14 20:14:33.206635+02 390 650 192.168.19.68 primary t \N \N VRF=DMZ MFT 2026-04-14 20:14:33.207304+02 391 651 192.168.19.69 primary t \N \N VRF=DMZ MFT 2026-04-14 20:14:33.207947+02 392 652 10.42.16.16 primary t \N \N VRF=VRF ECHANGE_DC 2026-04-14 20:14:33.208596+02 393 653 10.42.16.17 primary t \N \N VRF=MET ECHANGE 2026-04-14 20:14:33.209244+02 394 654 10.42.16.18 primary t \N \N VRF=VRF ECHANGE_DC 2026-04-14 20:14:33.209898+02 395 658 10.30.11.140 primary t \N \N \N 2026-04-14 20:14:33.210566+02 396 659 10.100.16.6 primary t \N \N \N 2026-04-14 20:14:33.211204+02 397 661 10.44.5.35 primary t \N \N \N 2026-04-14 20:14:33.211836+02 398 662 10.44.5.35 primary t \N \N \N 2026-04-14 20:14:33.212489+02 399 664 10.46.33.30 primary t \N \N VRF=DPG-GESTION PROD 2 2026-04-14 20:14:33.213339+02 400 665 192.168.40.51 primary t \N \N \N 2026-04-14 20:14:33.214013+02 401 666 10.42.0.142 primary t \N \N VRF=DPG-MET A150 2026-04-14 20:14:33.214922+02 402 667 10.41.20.86 primary t \N \N VRF=DPG-MET-PEAGE-PROD2 2026-04-14 20:14:33.215582+02 403 668 10.41.20.85 primary t \N \N VRF=DPG-MET-PEAGE-PROD2 2026-04-14 20:14:33.216226+02 404 669 192.168.191.40 primary t \N \N \N 2026-04-14 20:14:33.216866+02 405 674 10.44.3.1 primary t \N \N \N 2026-04-14 20:14:33.217503+02 406 675 10.44.3.11 primary t \N \N \N 2026-04-14 20:14:33.218144+02 407 676 10.44.3.12 primary t \N \N \N 2026-04-14 20:14:33.21879+02 408 677 10.44.3.13 primary t \N \N \N 2026-04-14 20:14:33.219421+02 409 678 10.44.3.68 primary t \N \N \N 2026-04-14 20:14:33.220677+02 410 680 10.44.3.4 primary t \N \N \N 2026-04-14 20:14:33.22159+02 411 681 10.44.3.5 primary t \N \N \N 2026-04-14 20:14:33.22226+02 412 682 10.44.3.6 primary t \N \N \N 2026-04-14 20:14:33.222918+02 413 683 10.44.3.7 primary t \N \N \N 2026-04-14 20:14:33.22358+02 414 684 10.44.3.36 primary t \N \N \N 2026-04-14 20:14:33.22424+02 415 685 10.46.33.15 primary t \N \N \N 2026-04-14 20:14:33.224889+02 416 686 192.168.20.38 primary t \N \N \N 2026-04-14 20:14:33.22553+02 417 687 192.168.20.35 primary t \N \N \N 2026-04-14 20:14:33.226161+02 418 688 192.168.20.36 primary t \N \N \N 2026-04-14 20:14:33.227275+02 419 689 192.168.20.37 primary t \N \N \N 2026-04-14 20:14:33.227915+02 420 690 10.46.33.16 primary t \N \N \N 2026-04-14 20:14:33.228576+02 421 692 10.44.7.37 primary t \N \N VRF=ELK vlan 1071 2026-04-14 20:14:33.229236+02 422 693 10.44.7.51 primary t \N \N VRF=ELK vlan 1071 2026-04-14 20:14:33.229881+02 423 694 10.44.7.39 primary t \N \N VRF=ELK vlan 1071 2026-04-14 20:14:33.230923+02 424 695 10.44.7.40 primary t \N \N VRF=ELK vlan 1071 2026-04-14 20:14:33.231682+02 425 696 10.100.16.24 primary t \N \N VRF=VID 16 2026-04-14 20:14:33.232368+02 426 700 10.100.16.5 primary t \N \N \N 2026-04-14 20:14:33.233044+02 427 701 10.44.5.35 primary t \N \N \N 2026-04-14 20:14:33.233744+02 428 702 10.44.5.35 primary t \N \N \N 2026-04-14 20:14:33.234395+02 429 704 10.41.20.80 primary t \N \N VRF=VRF PEAGE_DC 2026-04-14 20:14:33.235268+02 430 705 10.44.2.100 primary t \N \N \N 2026-04-14 20:14:33.235955+02 431 706 10.30.10.10 primary t \N \N \N 2026-04-14 20:14:33.236681+02 432 707 10.100.16.9 primary t \N \N \N 2026-04-14 20:14:33.237333+02 433 708 10.44.2.196 primary t \N \N VRF=1026 2026-04-14 20:14:33.237984+02 434 709 10.44.2.197 primary t \N \N VRF=1026 2026-04-14 20:14:33.238646+02 435 710 10.44.200.100 primary t \N \N VRF=1003 2026-04-14 20:14:33.239293+02 436 711 10.44.200.101 primary t \N \N VRF=1003 2026-04-14 20:14:33.239944+02 437 713 192.168.191.68 primary t \N \N VRF=3912 2026-04-14 20:14:33.240585+02 438 714 10.42.15.100 primary t \N \N VRF=INFRA ODA 2026-04-14 20:14:33.241227+02 439 715 10.42.15.90 primary t \N \N VRF=INFRA OD1 2026-04-14 20:14:33.241888+02 440 716 10.42.15.101 primary t \N \N VRF=INFRA ODA 2026-04-14 20:14:33.242562+02 441 717 10.42.15.91 primary t \N \N VRF=INFRA ODA 2026-04-14 20:14:33.243372+02 442 718 10.100.16.22 primary t \N \N VRF=VID 16 2026-04-14 20:14:33.244066+02 443 720 10.41.20.60 primary t \N \N \N 2026-04-14 20:14:33.244731+02 444 721 10.41.8.60 primary t \N \N \N 2026-04-14 20:14:33.245405+02 445 722 10.41.20.61 primary t \N \N VRF=PEAGE PROD 2 - ID: 1200 2026-04-14 20:14:33.246445+02 446 723 10.41.20.62 primary t \N \N VRF=PEAGE PROD 2 - ID: 1200 2026-04-14 20:14:33.247389+02 447 725 10.41.20.63 primary t \N \N VRF=MET PEAGE PROD 2026-04-14 20:14:33.248131+02 448 727 10.100.16.17 primary t \N \N VRF=MET PEAGE PROD 2026-04-14 20:14:33.248817+02 449 728 10.42.40.14 primary t \N \N \N 2026-04-14 20:14:33.249492+02 450 729 10.42.40.15 primary t \N \N VRF=2400 2026-04-14 20:14:33.250146+02 451 734 10.42.40.10 primary t \N \N VRF=2400 2026-04-14 20:14:33.250837+02 452 735 10.46.34.12 primary t \N \N VRF=1340 2026-04-14 20:14:33.251502+02 453 737 192.168.105.10 primary t \N \N VRF=Echange 2026-04-14 20:14:33.252153+02 454 738 192.168.101.100 primary t \N \N VRF=Stecard 2026-04-14 20:14:33.252799+02 455 739 10.100.16.7 primary t \N \N \N 2026-04-14 20:14:33.253819+02 456 740 10.44.5.35 primary t \N \N \N 2026-04-14 20:14:33.254631+02 457 741 10.44.5.35 primary t \N \N \N 2026-04-14 20:14:33.255341+02 458 745 10.41.20.51 primary t \N \N \N 2026-04-14 20:14:33.256236+02 459 746 10.41.20.52 primary t \N \N \N 2026-04-14 20:14:33.256898+02 460 747 10.41.20.37 primary t \N \N VRF=MET PEAGE PROD2 2026-04-14 20:14:33.257553+02 461 750 10.41.20.40 primary t \N \N \N 2026-04-14 20:14:33.258205+02 462 754 10.41.20.35 primary t \N \N \N 2026-04-14 20:14:33.258853+02 463 755 10.44.6.99 primary t \N \N \N 2026-04-14 20:14:33.259636+02 464 756 10.41.20.36 primary t \N \N \N 2026-04-14 20:14:33.260362+02 465 757 10.41.20.54 primary t \N \N \N 2026-04-14 20:14:33.261206+02 466 758 10.41.20.55 primary t \N \N \N 2026-04-14 20:14:33.262162+02 467 759 10.41.20.53 primary t \N \N \N 2026-04-14 20:14:33.262957+02 468 760 10.41.20.140 primary t \N \N VRF=1200 2026-04-14 20:14:33.263709+02 469 761 10.41.20.130 primary t \N \N VRF=1200 2026-04-14 20:14:33.264394+02 470 762 10.41.20.141 primary t \N \N VRF=1200 2026-04-14 20:14:33.265066+02 471 763 10.41.20.131 primary t \N \N VRF=1200 2026-04-14 20:14:33.265729+02 472 764 192.168.31.67 primary t \N \N \N 2026-04-14 20:14:33.266398+02 473 765 10.41.20.50 primary t \N \N \N 2026-04-14 20:14:33.267056+02 474 766 10.46.39.15 primary t \N \N \N 2026-04-14 20:14:33.267691+02 475 767 192.168.20.22 primary t \N \N \N 2026-04-14 20:14:33.268345+02 476 768 192.168.20.19 primary t \N \N \N 2026-04-14 20:14:33.269033+02 477 769 192.168.20.20 primary t \N \N \N 2026-04-14 20:14:33.269673+02 478 770 192.168.20.21 primary t \N \N \N 2026-04-14 20:14:33.270308+02 479 771 10.46.39.16 primary t \N \N \N 2026-04-14 20:14:33.270948+02 480 781 10.44.1.196 primary t \N \N VRF=ADM PWD MGR 2026-04-14 20:14:33.271593+02 481 782 10.44.1.197 primary t \N \N VRF=ADM PWD MGR 2026-04-14 20:14:33.272247+02 482 783 10.44.1.200 primary t \N \N VRF=ADM PWD MGR 2026-04-14 20:14:33.273287+02 483 784 10.44.1.201 primary t \N \N VRF=ADM PWD MGR 2026-04-14 20:14:33.273962+02 484 785 10.44.1.204 primary t \N \N VRF=ADM PWD MGR 2026-04-14 20:14:33.274624+02 485 786 10.100.16.18 primary t \N \N VRF=16 2026-04-14 20:14:33.275261+02 486 788 192.168.40.83 primary t \N \N VRF=DMZ TRAFIC RAU 2026-04-14 20:14:33.275947+02 487 789 192.168.90.70 primary t \N \N \N 2026-04-14 20:14:33.276883+02 488 792 10.41.19.15 primary t \N \N \N 2026-04-14 20:14:33.277929+02 489 794 10.42.0.140 primary t \N \N VRF=VRF EXTERNAL / vlan A150 2026-04-14 20:14:33.278899+02 490 795 10.41.20.26 primary t \N \N VRF=VRF PEAGE_DC / vlan PEAGE PROD 2 2026-04-14 20:14:33.279631+02 491 796 10.41.20.25 primary t \N \N VRF=VRF PEAGE_DC / vlan PEAGE PROD 2 2026-04-14 20:14:33.280312+02 492 799 10.41.32.7 primary t \N \N \N 2026-04-14 20:14:33.281192+02 493 800 10.41.32.6 primary t \N \N \N 2026-04-14 20:14:33.281883+02 494 801 10.41.32.5 primary t \N \N \N 2026-04-14 20:14:33.282807+02 495 802 10.41.32.20 primary t \N \N \N 2026-04-14 20:14:33.283508+02 496 803 10.41.32.10 primary t \N \N \N 2026-04-14 20:14:33.284167+02 497 804 10.41.32.11 primary t \N \N \N 2026-04-14 20:14:33.284823+02 498 805 10.41.32.12 primary t \N \N \N 2026-04-14 20:14:33.285512+02 499 806 10.41.32.13 primary t \N \N \N 2026-04-14 20:14:33.286187+02 500 807 10.41.32.14 primary t \N \N \N 2026-04-14 20:14:33.28684+02 501 808 10.41.32.15 primary t \N \N \N 2026-04-14 20:14:33.287487+02 502 810 10.44.3.196 primary t \N \N VRF=1036 2026-04-14 20:14:33.288132+02 503 811 192.168.39.3 primary t \N \N VRF=1390 2026-04-14 20:14:33.288778+02 504 815 10.44.201.35 primary t \N \N VRF=sic-1011 2026-04-14 20:14:33.289646+02 505 816 10.44.200.132 primary t \N \N VRF=SIC - SUPERVISION 2026-04-14 20:14:33.290316+02 506 819 10.41.20.30 primary t \N \N \N 2026-04-14 20:14:33.291416+02 507 820 10.30.11.10 primary t \N \N \N 2026-04-14 20:14:33.292086+02 508 822 10.30.10.130 primary t \N \N \N 2026-04-14 20:14:33.293013+02 509 824 192.168.230.31 primary t \N \N \N 2026-04-14 20:14:33.294173+02 510 826 192.168.162.80 primary t \N \N \N 2026-04-14 20:14:33.295046+02 511 827 10.30.10.157 primary t \N \N \N 2026-04-14 20:14:33.295806+02 512 829 192.168.90.72 primary t \N \N \N 2026-04-14 20:14:33.296568+02 513 836 10.44.5.99 primary t \N \N VRF=1053 2026-04-14 20:14:33.297258+02 514 837 10.44.5.103 primary t \N \N VRF=1053 2026-04-14 20:14:33.297912+02 515 838 10.44.5.104 primary t \N \N VRF=1053 2026-04-14 20:14:33.298582+02 516 839 10.44.5.105 primary t \N \N VRF=1053 2026-04-14 20:14:33.299234+02 517 840 10.44.5.106 primary t \N \N VRF=1053-siadm 2026-04-14 20:14:33.300612+02 518 841 10.44.5.107 primary t \N \N VRF=T1 - LOG & MONITOR - ID 2026-04-14 20:14:33.301299+02 519 842 10.44.5.100 primary t \N \N VRF=1053 2026-04-14 20:14:33.302028+02 520 843 10.44.5.102 primary t \N \N VRF=1053 2026-04-14 20:14:33.302696+02 521 844 10.44.5.101 primary t \N \N VRF=1053 2026-04-14 20:14:33.303354+02 522 849 192.168.2.203 primary t \N \N \N 2026-04-14 20:14:33.304022+02 523 851 10.41.40.150 primary t \N \N \N 2026-04-14 20:14:33.30469+02 524 854 192.168.40.10 primary t \N \N \N 2026-04-14 20:14:33.305337+02 525 855 192.168.40.11 primary t \N \N \N 2026-04-14 20:14:33.306019+02 526 859 10.41.40.16 primary t \N \N \N 2026-04-14 20:14:33.306676+02 527 860 10.41.40.230 primary t \N \N VRF=VLAN ODA 2026-04-14 20:14:33.307311+02 528 861 10.41.40.220 primary t \N \N VRF=VLAN ODA 2026-04-14 20:14:33.307971+02 529 862 10.41.40.231 primary t \N \N VRF=VLAN ODA 2026-04-14 20:14:33.308643+02 530 863 10.41.40.221 primary t \N \N VRF=VLAN ODA 2026-04-14 20:14:33.309312+02 531 867 10.41.40.124 primary t \N \N VRF=1400 2026-04-14 20:14:33.309968+02 532 871 192.168.10.20 primary t \N \N VRF=DMZ FortiEMS SIA 2026-04-14 20:14:33.310683+02 533 872 192.168.19.6 primary t \N \N \N 2026-04-14 20:14:33.311353+02 534 873 192.168.19.7 primary t \N \N \N 2026-04-14 20:14:33.312+02 535 874 127.2.0.2 primary t \N \N VRF=3890 2026-04-14 20:14:33.312646+02 536 875 127.2.0.2 primary t \N \N VRF=3890 2026-04-14 20:14:33.313281+02 537 876 10.42.16.85 primary t \N \N \N 2026-04-14 20:14:33.313933+02 538 877 10.42.16.86 primary t \N \N \N 2026-04-14 20:14:33.314572+02 539 878 192.168.18.78 primary t \N \N \N 2026-04-14 20:14:33.315206+02 540 879 192.168.18.79 primary t \N \N \N 2026-04-14 20:14:33.315848+02 541 880 10.42.16.87 primary t \N \N \N 2026-04-14 20:14:33.316489+02 542 881 192.168.18.80 primary t \N \N \N 2026-04-14 20:14:33.31712+02 543 882 10.42.16.82 primary t \N \N \N 2026-04-14 20:14:33.317784+02 544 883 10.42.16.83 primary t \N \N \N 2026-04-14 20:14:33.318426+02 545 884 192.168.18.75 primary t \N \N \N 2026-04-14 20:14:33.319128+02 546 885 192.168.18.76 primary t \N \N \N 2026-04-14 20:14:33.319787+02 547 886 10.44.0.104 primary t \N \N \N 2026-04-14 20:14:33.320445+02 548 887 10.44.0.105 primary t \N \N \N 2026-04-14 20:14:33.321101+02 549 888 10.42.16.80 primary t \N \N \N 2026-04-14 20:14:33.321741+02 550 889 10.42.16.81 primary t \N \N \N 2026-04-14 20:14:33.322386+02 551 890 192.168.18.73 primary t \N \N \N 2026-04-14 20:14:33.323047+02 552 891 192.168.18.74 primary t \N \N \N 2026-04-14 20:14:33.32368+02 553 892 10.42.16.84 primary t \N \N \N 2026-04-14 20:14:33.324377+02 554 893 192.168.18.77 primary t \N \N \N 2026-04-14 20:14:33.325248+02 555 894 10.44.2.200 primary t \N \N VRF=1026 2026-04-14 20:14:33.325915+02 556 895 10.44.2.201 primary t \N \N VRF=1026 2026-04-14 20:14:33.326563+02 557 896 10.44.200.104 primary t \N \N VRF=1003 2026-04-14 20:14:33.327273+02 558 897 10.44.200.105 primary t \N \N VRF=1003 2026-04-14 20:14:33.327931+02 559 898 192.168.109.14 primary t \N \N \N 2026-04-14 20:14:33.328599+02 560 899 192.168.109.15 primary t \N \N \N 2026-04-14 20:14:33.329253+02 561 900 10.45.13.3 primary t \N \N VRF=3854 2026-04-14 20:14:33.329899+02 562 901 192.168.20.83 primary t \N \N VRF=dmz-1205 2026-04-14 20:14:33.330544+02 563 907 10.45.1.165 primary t \N \N \N 2026-04-14 20:14:33.331208+02 564 908 10.45.1.166 primary t \N \N \N 2026-04-14 20:14:33.331886+02 565 909 10.45.1.190 primary t \N \N VRF=3891 2026-04-14 20:14:33.332535+02 566 911 10.43.255.19 primary t \N \N \N 2026-04-14 20:14:33.333181+02 567 912 10.45.1.103 primary t \N \N VRF=3893-ges 2026-04-14 20:14:33.333815+02 568 913 10.45.2.50 primary t \N \N \N 2026-04-14 20:14:33.334461+02 569 914 10.45.2.51 primary t \N \N \N 2026-04-14 20:14:33.335104+02 570 915 10.45.2.40 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.335759+02 571 916 10.45.2.41 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.336405+02 572 917 10.45.2.42 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.337041+02 573 918 10.45.2.80 primary t \N \N \N 2026-04-14 20:14:33.338233+02 574 919 10.45.2.130 primary t \N \N VRF=3890 2026-04-14 20:14:33.33891+02 575 920 10.100.16.104 primary t \N \N VRF=VID 16 2026-04-14 20:14:33.339576+02 576 921 10.45.2.75 primary t \N \N \N 2026-04-14 20:14:33.340561+02 577 922 10.45.2.10 primary t \N \N \N 2026-04-14 20:14:33.341434+02 578 923 10.45.2.11 primary t \N \N \N 2026-04-14 20:14:33.342157+02 579 924 10.45.2.60 primary t \N \N \N 2026-04-14 20:14:33.342834+02 580 925 10.45.2.61 primary t \N \N \N 2026-04-14 20:14:33.343507+02 581 926 10.45.2.62 primary t \N \N \N 2026-04-14 20:14:33.344179+02 582 927 10.45.2.63 primary t \N \N \N 2026-04-14 20:14:33.344842+02 583 929 10.45.10.163 primary t \N \N \N 2026-04-14 20:14:33.345495+02 584 930 10.45.13.99 primary t \N \N VRF=3857 2026-04-14 20:14:33.346177+02 585 932 10.45.6.195 primary t \N \N VRF=3812-ges 2026-04-14 20:14:33.346857+02 586 934 10.30.6.7 primary t \N \N \N 2026-04-14 20:14:33.34752+02 587 936 10.30.4.12 primary t \N \N \N 2026-04-14 20:14:33.348164+02 588 939 10.30.4.5 primary t \N \N \N 2026-04-14 20:14:33.348822+02 589 941 10.30.6.5 primary t \N \N \N 2026-04-14 20:14:33.349478+02 590 943 10.30.4.9 primary t \N \N \N 2026-04-14 20:14:33.350151+02 591 944 10.45.9.195 primary t \N \N \N 2026-04-14 20:14:33.350805+02 592 948 10.45.11.103 primary t \N \N VRF=DEV-REC PSM / PSMp 2026-04-14 20:14:33.351477+02 593 949 10.45.11.104 primary t \N \N VRF=DEV-REC PSM / PSMp 2026-04-14 20:14:33.352157+02 594 950 10.45.11.163 primary t \N \N VRF=REC CYB PTA 2026-04-14 20:14:33.352808+02 595 953 10.45.14.165 primary t \N \N VRF=DEV-REC DIV TRAFIC 2026-04-14 20:14:33.353459+02 596 954 192.168.40.115 primary t \N \N VRF=DMZ DEV REC TRAFFIC DATI 2026-04-14 20:14:33.35413+02 597 955 10.45.1.4 primary t \N \N \N 2026-04-14 20:14:33.354811+02 598 956 10.45.1.5 primary t \N \N \N 2026-04-14 20:14:33.355454+02 599 957 10.45.1.6 primary t \N \N \N 2026-04-14 20:14:33.356302+02 600 958 10.45.1.7 primary t \N \N \N 2026-04-14 20:14:33.357403+02 601 959 10.45.1.8 primary t \N \N \N 2026-04-14 20:14:33.358206+02 602 960 10.45.13.68 primary t \N \N VRF=3856-ges 2026-04-14 20:14:33.358942+02 603 961 10.45.13.67 primary t \N \N VRF=DPG-DEV-REC GDEPA 2026-04-14 20:14:33.359636+02 604 962 10.45.13.69 primary t \N \N VRF=3856-ges 2026-04-14 20:14:33.360302+02 605 963 10.45.13.70 primary t \N \N VRF=3856-ges 2026-04-14 20:14:33.360955+02 606 967 10.45.0.165 primary t \N \N \N 2026-04-14 20:14:33.361648+02 607 970 10.45.7.205 primary t \N \N VRF=3821 2026-04-14 20:14:33.362316+02 608 971 10.45.7.206 primary t \N \N VRF=3821 2026-04-14 20:14:33.362969+02 609 972 10.45.7.132 primary t \N \N VRF=3819 2026-04-14 20:14:33.363639+02 610 973 10.45.10.227 primary t \N \N VRF=3845 2026-04-14 20:14:33.36429+02 611 974 10.45.7.229 primary t \N \N VRF=3822-ges 2026-04-14 20:14:33.36494+02 612 975 192.168.19.196 primary t \N \N VRF=DMZ DEV-REC REVERSE-PROXY vid : 1199-dmz 2026-04-14 20:14:33.365628+02 613 976 192.168.19.197 primary t \N \N VRF=DMZ DEV-REC REVERSE-PROXY vid : 1199-dmz 2026-04-14 20:14:33.366277+02 614 977 10.45.15.132 primary t \N \N VRF=DEV-REC CMDB ITSM 2026-04-14 20:14:33.366938+02 615 978 10.45.7.35 primary t \N \N \N 2026-04-14 20:14:33.367587+02 616 979 10.45.16.35 primary t \N \N VRF=3879-ges 2026-04-14 20:14:33.368264+02 617 980 10.45.16.36 primary t \N \N VRF=3879-ges 2026-04-14 20:14:33.368922+02 618 981 10.45.14.132 primary t \N \N VRF=DEV-REC RADIUS 2026-04-14 20:14:33.369563+02 619 982 10.45.14.133 primary t \N \N VRF=DEV-REC RADIUS 2026-04-14 20:14:33.370217+02 620 983 192.168.19.24 primary t \N \N VRF=DMZ-DEV-REC RADIUS MFA 2026-04-14 20:14:33.370856+02 621 984 192.168.19.25 primary t \N \N VRF=DMZ-DEV-REC RADIUS MFA 2026-04-14 20:14:33.371487+02 622 985 10.45.0.164 primary t \N \N VRF=REC PATCH et UPDATE 2026-04-14 20:14:33.372594+02 623 986 192.168.31.3 primary t \N \N VRF=DMZ DEV-REC SCREEN SHARING (vid 1310) 2026-04-14 20:14:33.373522+02 624 990 10.45.0.166 primary t \N \N \N 2026-04-14 20:14:33.374518+02 625 991 10.45.15.133 primary t \N \N VRF=DEV-REC-CMDB-ITSM 2026-04-14 20:14:33.375362+02 626 992 10.45.1.176 primary t \N \N VRF=DEV-REC DBA 2026-04-14 20:14:33.376102+02 627 993 10.45.1.177 primary t \N \N VRF=DEV-REC DBA 2026-04-14 20:14:33.376811+02 628 994 10.100.16.103 primary t \N \N VRF=VID 16 2026-04-14 20:14:33.377485+02 629 996 192.168.19.52 primary t \N \N VRF=dmz-1193 2026-04-14 20:14:33.378166+02 630 997 192.168.19.53 primary t \N \N VRF=dmz-1193 2026-04-14 20:14:33.378819+02 631 998 10.45.11.206 primary t \N \N VRF=DEV-REC TALEND 2026-04-14 20:14:33.379468+02 632 999 10.45.11.207 primary t \N \N VRF=DEV-REC TALEND 2026-04-14 20:14:33.380143+02 633 1000 10.45.11.195 primary t \N \N VRF=REC TALEND 2026-04-14 20:14:33.381247+02 735 1153 10.45.6.10 primary t \N \N \N 2026-04-14 20:14:33.453198+02 634 1001 10.45.11.196 primary t \N \N VRF=REC TALEND 2026-04-14 20:14:33.381961+02 635 1002 10.45.11.197 primary t \N \N VRF=REC TALEND 2026-04-14 20:14:33.382652+02 636 1003 10.45.11.205 primary t \N \N VRF=DEV-REC TALEND 2026-04-14 20:14:33.383298+02 637 1007 10.45.2.226 primary t \N \N \N 2026-04-14 20:14:33.383967+02 638 1009 192.168.19.83 primary t \N \N VRF=DMZ DEV-REC MFT 2026-04-14 20:14:33.384627+02 639 1010 10.45.14.67 primary t \N \N VRF=DEV-REC MFT - ges-3864 2026-04-14 20:14:33.38527+02 640 1011 10.45.14.68 primary t \N \N VRF=DEV-REC MFT - ges-3864 2026-04-14 20:14:33.385916+02 641 1012 10.45.13.227 primary t \N \N VRF=DEV-REC FINANCE - 3861-ges 2026-04-14 20:14:33.386567+02 642 1013 10.45.9.177 primary t \N \N VRF=DEV-REC SVP PEAGE 2026-04-14 20:14:33.387239+02 643 1020 10.45.1.197 primary t \N \N \N 2026-04-14 20:14:33.387925+02 644 1021 192.168.20.4 primary t \N \N \N 2026-04-14 20:14:33.388597+02 645 1022 192.168.20.3 primary t \N \N \N 2026-04-14 20:14:33.389238+02 646 1023 10.45.1.196 primary t \N \N \N 2026-04-14 20:14:33.389884+02 647 1024 10.45.15.168 primary t \N \N VRF=DEV-REC LOG 2026-04-14 20:14:33.390518+02 648 1025 10.45.15.163 primary t \N \N VRF=DEV-REC LOGS 2026-04-14 20:14:33.391159+02 649 1026 10.45.15.164 primary t \N \N VRF=DEV-REC LOGS 2026-04-14 20:14:33.391801+02 650 1027 10.45.15.165 primary t \N \N VRF=DEV-REC LOGS 2026-04-14 20:14:33.392436+02 651 1028 10.100.16.105 primary t \N \N VRF=VID 16 2026-04-14 20:14:33.393076+02 652 1029 10.45.14.195 primary t \N \N VRF=DEV-REC DIV PEAGE 2026-04-14 20:14:33.393717+02 653 1031 10.45.9.70 primary t \N \N VRF=REC OSAP 2026-04-14 20:14:33.394375+02 654 1032 10.45.9.51 primary t \N \N VRF=DEV-REC Interphonie 2026-04-14 20:14:33.395026+02 655 1033 10.45.9.71 primary t \N \N VRF=REC OSAP 2026-04-14 20:14:33.395659+02 656 1034 10.45.9.72 primary t \N \N VRF=REC OSAP 2026-04-14 20:14:33.396305+02 657 1035 10.45.9.73 primary t \N \N VRF=DEV-REC OSAP 2026-04-14 20:14:33.396943+02 658 1036 10.100.16.102 primary t \N \N VRF=VID 16 2026-04-14 20:14:33.397574+02 659 1037 10.45.9.67 primary t \N \N \N 2026-04-14 20:14:33.398207+02 660 1038 10.43.255.22 primary t \N \N \N 2026-04-14 20:14:33.398858+02 661 1043 10.45.10.133 primary t \N \N VRF=DEV-REC DIV PATRIMOINE 2026-04-14 20:14:33.399502+02 662 1044 10.43.255.20 primary t \N \N \N 2026-04-14 20:14:33.400183+02 663 1045 10.45.7.169 primary t \N \N VRF=3820 2026-04-14 20:14:33.400836+02 664 1046 192.168.31.10 primary t \N \N \N 2026-04-14 20:14:33.401463+02 665 1047 10.45.10.103 primary t \N \N VRF=DEV-REC PEAGE BOOST 2026-04-14 20:14:33.402117+02 666 1049 10.45.10.105 primary t \N \N VRF=DEV-REC PEAGE BOOST 2026-04-14 20:14:33.402762+02 667 1051 192.168.31.13 primary t \N \N \N 2026-04-14 20:14:33.403386+02 668 1052 10.45.10.102 primary t \N \N VRF=DEV-REC PEAGE BOOST 2026-04-14 20:14:33.404053+02 669 1053 10.45.15.36 primary t \N \N VRF=DEV-REC ODA - ges-3871 2026-04-14 20:14:33.404717+02 670 1054 10.45.15.37 primary t \N \N VRF=DEV-REC ODA - ges-3871 2026-04-14 20:14:33.40538+02 671 1055 192.168.31.14 primary t \N \N VRF=dmz-1311 2026-04-14 20:14:33.406067+02 672 1056 10.45.14.99 primary t \N \N VRF=DEV-REC PWD MGR 2026-04-14 20:14:33.406717+02 673 1057 10.45.14.100 primary t \N \N VRF=DEV-REC PWD MGR 2026-04-14 20:14:33.40738+02 674 1058 10.45.14.169 primary t \N \N VRF=VID : 3867 ("DIV TRAFIC") 2026-04-14 20:14:33.40805+02 675 1060 10.45.9.231 primary t \N \N \N 2026-04-14 20:14:33.408914+02 676 1061 10.45.9.232 primary t \N \N \N 2026-04-14 20:14:33.409564+02 677 1062 10.45.9.227 primary t \N \N \N 2026-04-14 20:14:33.410205+02 678 1063 10.45.9.228 primary t \N \N \N 2026-04-14 20:14:33.410887+02 679 1064 10.45.9.235 primary t \N \N \N 2026-04-14 20:14:33.411551+02 680 1065 10.45.9.236 primary t \N \N \N 2026-04-14 20:14:33.412215+02 681 1067 10.45.14.227 primary t \N \N VRF=DEV-REC BO PEAGE 2026-04-14 20:14:33.412886+02 682 1068 10.45.14.229 primary t \N \N VRF=DEV-REC BO PEAGE 2026-04-14 20:14:33.413531+02 683 1069 10.45.14.228 primary t \N \N VRF=DEV-REC BO PEAGE 2026-04-14 20:14:33.414184+02 684 1071 10.45.2.34 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.414829+02 685 1072 10.45.2.31 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.415468+02 686 1073 10.45.2.32 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.416126+02 687 1074 10.45.2.30 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.416773+02 688 1075 10.45.2.33 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.417432+02 689 1076 10.45.15.68 primary t \N \N VRF=DEV-REC ODA - ges-3871 2026-04-14 20:14:33.418087+02 690 1077 10.45.15.69 primary t \N \N VRF=DEV-REC ODA - ges-3871 2026-04-14 20:14:33.418731+02 691 1078 10.45.6.226 primary t \N \N VRF=3813 2026-04-14 20:14:33.419373+02 692 1079 10.45.0.195 primary t \N \N \N 2026-04-14 20:14:33.42003+02 693 1080 10.45.0.196 primary t \N \N \N 2026-04-14 20:14:33.420709+02 694 1081 10.45.0.198 primary t \N \N \N 2026-04-14 20:14:33.421363+02 695 1082 10.45.0.197 primary t \N \N \N 2026-04-14 20:14:33.422041+02 696 1096 10.45.1.68 primary t \N \N \N 2026-04-14 20:14:33.422731+02 697 1097 10.45.10.66 primary t \N \N \N 2026-04-14 20:14:33.42338+02 698 1100 10.45.15.4 primary t \N \N \N 2026-04-14 20:14:33.424604+02 699 1101 10.45.15.4 primary t \N \N \N 2026-04-14 20:14:33.425301+02 700 1101 10.45.15.5 primary t \N \N VRF=ges-3870 2026-04-14 20:14:33.425977+02 701 1106 10.45.2.122 primary t \N \N \N 2026-04-14 20:14:33.426637+02 702 1113 10.45.14.136 primary t \N \N VRF=3866 2026-04-14 20:14:33.427286+02 703 1114 10.45.14.137 primary t \N \N VRF=3866 2026-04-14 20:14:33.42794+02 704 1115 127.2.0.2 primary t \N \N VRF=3891 2026-04-14 20:14:33.428569+02 705 1116 127.2.0.2 primary t \N \N VRF=3891 2026-04-14 20:14:33.429199+02 706 1117 10.30.10.139 primary t \N \N \N 2026-04-14 20:14:33.429854+02 707 1120 10.45.1.170 primary t \N \N VRF=REC-DBA 2026-04-14 20:14:33.430509+02 708 1121 10.45.1.171 primary t \N \N VRF=REC-DBA 2026-04-14 20:14:33.431149+02 709 1122 10.45.1.172 primary t \N \N VRF=REC-DBA 2026-04-14 20:14:33.431786+02 710 1123 10.100.16.100 primary t \N \N VRF=Network 16 2026-04-14 20:14:33.432428+02 711 1124 10.43.253.4 primary t \N \N \N 2026-04-14 20:14:33.43307+02 712 1125 10.45.7.195 primary t \N \N \N 2026-04-14 20:14:33.433721+02 713 1126 10.45.1.167 primary t \N \N \N 2026-04-14 20:14:33.434365+02 714 1127 10.45.1.173 primary t \N \N VRF=3891-ges 2026-04-14 20:14:33.435015+02 715 1128 10.45.1.174 primary t \N \N VRF=3891-ges 2026-04-14 20:14:33.435664+02 716 1129 10.45.1.175 primary t \N \N VRF=3891-ges 2026-04-14 20:14:33.437056+02 717 1130 10.100.16.101 primary t \N \N VRF=VID 16 2026-04-14 20:14:33.438357+02 718 1131 10.45.14.163 primary t \N \N VRF=3867 2026-04-14 20:14:33.439815+02 719 1133 10.45.9.179 primary t \N \N \N 2026-04-14 20:14:33.441328+02 720 1134 10.45.9.133 primary t \N \N VRF=3835-ges 2026-04-14 20:14:33.442391+02 721 1135 10.45.9.132 primary t \N \N VRF=3835-ges 2026-04-14 20:14:33.443837+02 722 1137 10.45.0.205 primary t \N \N VRF=REC LOG & MONITOR 2026-04-14 20:14:33.444582+02 723 1139 10.45.7.168 primary t \N \N \N 2026-04-14 20:14:33.445266+02 724 1142 10.45.0.231 primary t \N \N \N 2026-04-14 20:14:33.445927+02 725 1143 192.168.22.3 primary t \N \N VRF=1220-dmz 2026-04-14 20:14:33.446569+02 726 1144 10.45.6.13 primary t \N \N VRF=BOC-FL VALIDATION 1 2026-04-14 20:14:33.447264+02 727 1145 10.45.6.14 primary t \N \N VRF=BOC-FL VALIDATION 1 2026-04-14 20:14:33.447926+02 728 1146 10.45.6.11 primary t \N \N \N 2026-04-14 20:14:33.448576+02 729 1147 10.45.6.4 primary t \N \N \N 2026-04-14 20:14:33.449217+02 730 1148 10.45.6.8 primary t \N \N \N 2026-04-14 20:14:33.449887+02 731 1149 10.45.6.5 primary t \N \N \N 2026-04-14 20:14:33.450554+02 732 1150 10.45.6.9 primary t \N \N \N 2026-04-14 20:14:33.451201+02 733 1151 10.45.6.12 primary t \N \N \N 2026-04-14 20:14:33.451891+02 734 1152 10.45.6.6 primary t \N \N \N 2026-04-14 20:14:33.452551+02 736 1154 10.45.6.3 primary t \N \N \N 2026-04-14 20:14:33.453861+02 737 1155 10.45.6.7 primary t \N \N \N 2026-04-14 20:14:33.454533+02 738 1156 10.45.6.71 primary t \N \N \N 2026-04-14 20:14:33.455182+02 739 1157 10.45.6.77 primary t \N \N \N 2026-04-14 20:14:33.455837+02 740 1158 10.45.6.79 primary t \N \N \N 2026-04-14 20:14:33.456481+02 741 1159 10.45.6.80 primary t \N \N \N 2026-04-14 20:14:33.457131+02 742 1160 10.45.6.81 primary t \N \N VRF=REC BOO FL VALIDATION 2026-04-14 20:14:33.457782+02 743 1161 10.45.6.68 primary t \N \N \N 2026-04-14 20:14:33.45842+02 744 1162 10.45.6.74 primary t \N \N \N 2026-04-14 20:14:33.45911+02 745 1164 10.45.6.72 primary t \N \N \N 2026-04-14 20:14:33.459788+02 746 1165 10.45.6.78 primary t \N \N \N 2026-04-14 20:14:33.460431+02 747 1166 10.45.6.69 primary t \N \N \N 2026-04-14 20:14:33.461071+02 748 1167 10.45.6.75 primary t \N \N \N 2026-04-14 20:14:33.46174+02 749 1168 10.45.6.137 primary t \N \N \N 2026-04-14 20:14:33.462379+02 750 1169 10.45.6.157 primary t \N \N \N 2026-04-14 20:14:33.463042+02 751 1170 10.45.6.132 primary t \N \N \N 2026-04-14 20:14:33.463699+02 752 1171 10.45.6.152 primary t \N \N \N 2026-04-14 20:14:33.464332+02 753 1172 10.45.6.140 primary t \N \N \N 2026-04-14 20:14:33.464989+02 754 1173 10.45.6.136 primary t \N \N \N 2026-04-14 20:14:33.465627+02 755 1174 10.45.6.156 primary t \N \N \N 2026-04-14 20:14:33.46628+02 756 1175 10.45.6.138 primary t \N \N \N 2026-04-14 20:14:33.466936+02 757 1176 10.45.6.158 primary t \N \N \N 2026-04-14 20:14:33.467578+02 758 1177 10.45.6.161 primary t \N \N \N 2026-04-14 20:14:33.468406+02 759 1178 10.45.6.162 primary t \N \N \N 2026-04-14 20:14:33.469295+02 760 1179 192.168.21.169 primary t \N \N \N 2026-04-14 20:14:33.47002+02 761 1180 10.45.6.167 primary t \N \N \N 2026-04-14 20:14:33.470723+02 762 1182 10.45.6.151 primary t \N \N \N 2026-04-14 20:14:33.4714+02 763 1183 10.45.6.139 primary t \N \N \N 2026-04-14 20:14:33.472066+02 764 1184 10.45.6.159 primary t \N \N \N 2026-04-14 20:14:33.472745+02 765 1185 10.45.6.134 primary t \N \N \N 2026-04-14 20:14:33.473425+02 766 1186 10.45.6.154 primary t \N \N \N 2026-04-14 20:14:33.47407+02 767 1188 10.45.6.135 primary t \N \N \N 2026-04-14 20:14:33.474719+02 768 1189 10.45.6.155 primary t \N \N \N 2026-04-14 20:14:33.47536+02 769 1190 192.168.21.165 primary t \N \N \N 2026-04-14 20:14:33.475996+02 770 1191 10.45.6.164 primary t \N \N \N 2026-04-14 20:14:33.476667+02 771 1194 192.168.21.166 primary t \N \N \N 2026-04-14 20:14:33.477338+02 772 1195 10.45.6.165 primary t \N \N \N 2026-04-14 20:14:33.477989+02 773 1196 10.45.10.100 primary t \N \N \N 2026-04-14 20:14:33.478643+02 774 1197 10.45.10.101 primary t \N \N \N 2026-04-14 20:14:33.479312+02 775 1198 10.45.10.104 primary t \N \N VRF=3841-ges 2026-04-14 20:14:33.48032+02 776 1199 10.45.6.100 primary t \N \N \N 2026-04-14 20:14:33.481003+02 777 1200 10.45.6.101 primary t \N \N \N 2026-04-14 20:14:33.481664+02 778 1217 10.92.10.230 primary t \N \N \N 2026-04-14 20:14:33.495143+02 779 1218 10.92.10.233 primary t \N \N \N 2026-04-14 20:14:33.49631+02 780 1219 10.92.10.231 primary t \N \N \N 2026-04-14 20:14:33.497087+02 781 1220 10.92.10.234 primary t \N \N \N 2026-04-14 20:14:33.497781+02 782 1237 172.19.14.81 primary t \N \N \N 2026-04-14 20:14:33.503298+02 783 1270 10.41.40.50 primary t \N \N \N 2026-04-14 20:14:33.511287+02 784 1271 10.41.40.52 primary t \N \N \N 2026-04-14 20:14:33.51213+02 785 1272 10.41.40.54 primary t \N \N \N 2026-04-14 20:14:33.512845+02 786 1273 10.41.40.56 primary t \N \N \N 2026-04-14 20:14:33.513525+02 787 1274 169.254.183.135 primary t \N \N VRF=3890 2026-04-14 20:14:33.514184+02 788 1275 10.45.2.100 primary t \N \N \N 2026-04-14 20:14:33.515262+02 789 1276 10.45.2.102 primary t \N \N \N 2026-04-14 20:14:33.516369+02 790 1277 10.45.2.104 primary t \N \N \N 2026-04-14 20:14:33.517118+02 791 1278 10.45.2.106 primary t \N \N \N 2026-04-14 20:14:33.517843+02 792 1279 10.41.20.15 primary t \N \N \N 2026-04-14 20:14:33.518569+02 793 1281 10.41.20.16 primary t \N \N \N 2026-04-14 20:14:33.519231+02 794 1283 10.30.11.52 primary t \N \N \N 2026-04-14 20:14:33.519891+02 795 1285 10.41.40.190 primary t \N \N \N 2026-04-14 20:14:33.52056+02 796 1286 10.41.40.191 primary t \N \N \N 2026-04-14 20:14:33.521695+02 797 1287 10.30.11.166 primary t \N \N \N 2026-04-14 20:14:33.522375+02 798 1289 10.30.13.140 primary t \N \N \N 2026-04-14 20:14:33.523034+02 799 1290 10.42.40.140 primary t \N \N \N 2026-04-14 20:14:33.523689+02 800 1291 10.41.20.10 primary t \N \N \N 2026-04-14 20:14:33.524367+02 801 1293 10.41.20.11 primary t \N \N \N 2026-04-14 20:14:33.525066+02 802 1296 10.41.40.122 primary t \N \N \N 2026-04-14 20:14:33.526077+02 803 1297 10.43.254.10 primary t \N \N \N 2026-04-14 20:14:33.528003+02 804 1298 10.43.254.11 primary t \N \N \N 2026-04-14 20:14:33.528828+02 805 1299 10.45.7.30 primary t \N \N VRF=3815 2026-04-14 20:14:33.52961+02 806 1300 10.45.11.222 primary t \N \N VRF=3852 2026-04-14 20:14:33.530571+02 807 1307 10.46.33.21 primary t \N \N \N 2026-04-14 20:14:33.532702+02 808 1308 10.30.12.34 primary t \N \N \N 2026-04-14 20:14:33.533533+02 809 1309 10.43.4.138 primary t \N \N VRF=1410-met 2026-04-14 20:14:33.53426+02 810 1310 10.43.4.139 primary t \N \N VRF=1410-met 2026-04-14 20:14:33.534934+02 811 1311 10.43.4.140 primary t \N \N VRF=1410-met 2026-04-14 20:14:33.535643+02 812 1312 10.41.41.113 primary t \N \N VRF=1410-met 2026-04-14 20:14:33.536315+02 813 1314 192.168.101.101 primary t \N \N \N 2026-04-14 20:14:33.537+02 814 1315 192.168.101.102 primary t \N \N \N 2026-04-14 20:14:33.537658+02 815 1316 192.168.101.103 primary t \N \N \N 2026-04-14 20:14:33.538484+02 816 1317 192.168.101.111 primary t \N \N \N 2026-04-14 20:14:33.539152+02 817 1318 192.168.101.112 primary t \N \N \N 2026-04-14 20:14:33.539812+02 818 1319 192.168.101.113 primary t \N \N \N 2026-04-14 20:14:33.54046+02 819 1320 192.168.101.106 primary t \N \N \N 2026-04-14 20:14:33.541132+02 820 1321 192.168.101.104 primary t \N \N \N 2026-04-14 20:14:33.54179+02 821 1322 192.168.101.105 primary t \N \N \N 2026-04-14 20:14:33.54243+02 822 1323 192.168.101.117 primary t \N \N \N 2026-04-14 20:14:33.543093+02 823 1324 192.168.101.118 primary t \N \N \N 2026-04-14 20:14:33.543736+02 824 1335 10.41.40.179 primary t \N \N \N 2026-04-14 20:14:33.547597+02 825 1351 10.30.10.143 primary t \N \N \N 2026-04-14 20:14:33.551955+02 826 1352 10.30.11.35 primary t \N \N \N 2026-04-14 20:14:33.552721+02 827 1353 10.41.40.151 primary t \N \N \N 2026-04-14 20:14:33.553413+02 828 1357 10.45.1.227 primary t \N \N \N 2026-04-14 20:14:33.554717+02 829 1363 10.45.2.110 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.556389+02 830 1364 10.45.2.111 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.557059+02 831 1365 10.45.5.8 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.557738+02 832 1366 10.45.5.9 primary t \N \N VRF=3890-ges 2026-04-14 20:14:33.558416+02 833 1367 10.45.7.9 primary t \N \N VRF=3815-ges 2026-04-14 20:14:33.559076+02 834 1368 10.45.7.10 primary t \N \N VRF=3815-ges 2026-04-14 20:14:33.559726+02 835 1369 192.168.107.114 primary t \N \N \N 2026-04-14 20:14:33.560366+02 836 1370 192.168.108.108 primary t \N \N \N 2026-04-14 20:14:33.561184+02 837 1371 192.168.108.115 primary t \N \N \N 2026-04-14 20:14:33.56191+02 838 1372 192.168.108.107 primary t \N \N \N 2026-04-14 20:14:33.562944+02 839 1373 192.168.108.116 primary t \N \N \N 2026-04-14 20:14:33.563956+02 840 1374 10.45.9.196 primary t \N \N \N 2026-04-14 20:14:33.565147+02 841 1375 10.45.1.35 primary t \N \N VRF=3895 2026-04-14 20:14:33.566297+02 842 1384 10.252.17.10 primary t \N \N \N 2026-04-14 20:14:33.568378+02 843 1392 10.31.13.111 primary t \N \N \N 2026-04-14 20:14:33.570931+02 844 1393 10.31.55.3 primary t \N \N \N 2026-04-14 20:14:33.571773+02 845 1397 10.31.13.11 primary t \N \N \N 2026-04-14 20:14:33.573151+02 846 1398 10.31.55.1 primary t \N \N \N 2026-04-14 20:14:33.574326+02 847 1399 10.30.11.42 primary t \N \N \N 2026-04-14 20:14:33.575041+02 848 1400 10.41.40.196 primary t \N \N \N 2026-04-14 20:14:33.575731+02 849 1401 10.42.40.145 primary t \N \N \N 2026-04-14 20:14:33.576411+02 850 1402 192.168.190.34 primary t \N \N \N 2026-04-14 20:14:33.577842+02 851 1403 10.41.40.201 primary t \N \N \N 2026-04-14 20:14:33.578725+02 852 1404 10.30.10.8 primary t \N \N \N 2026-04-14 20:14:33.579477+02 853 1405 10.40.2.111 primary t \N \N \N 2026-04-14 20:14:33.580315+02 854 1406 10.40.2.112 primary t \N \N \N 2026-04-14 20:14:33.581036+02 855 1407 10.41.40.197 primary t \N \N \N 2026-04-14 20:14:33.581749+02 856 1408 10.30.11.65 primary t \N \N \N 2026-04-14 20:14:33.582434+02 857 1409 10.43.255.40 primary t \N \N \N 2026-04-14 20:14:33.583133+02 858 1410 10.41.40.180 primary t \N \N \N 2026-04-14 20:14:33.583818+02 859 1411 10.30.10.244 primary t \N \N \N 2026-04-14 20:14:33.584552+02 860 1412 10.41.40.202 primary t \N \N \N 2026-04-14 20:14:33.58525+02 861 1413 10.30.11.209 primary t \N \N \N 2026-04-14 20:14:33.585924+02 862 1414 10.41.22.76 primary t \N \N \N 2026-04-14 20:14:33.586605+02 863 1415 10.41.22.204 primary t \N \N \N 2026-04-14 20:14:33.587268+02 864 1416 10.41.22.205 primary t \N \N \N 2026-04-14 20:14:33.587971+02 865 1424 10.31.1.30 primary t \N \N \N 2026-04-14 20:14:33.589766+02 866 1425 10.31.1.31 primary t \N \N \N 2026-04-14 20:14:33.590465+02 867 1426 10.31.1.40 primary t \N \N \N 2026-04-14 20:14:33.591133+02 868 1427 10.31.1.41 primary t \N \N \N 2026-04-14 20:14:33.592149+02 869 1431 10.41.40.206 primary t \N \N \N 2026-04-14 20:14:33.593662+02 870 1432 10.41.40.207 primary t \N \N \N 2026-04-14 20:14:33.594359+02 871 1433 10.41.40.211 primary t \N \N \N 2026-04-14 20:14:33.595036+02 872 1434 10.41.40.212 primary t \N \N \N 2026-04-14 20:14:33.595711+02 873 1435 10.42.16.73 primary t \N \N \N 2026-04-14 20:14:33.596366+02 874 1436 10.43.1.36 primary t \N \N \N 2026-04-14 20:14:33.59706+02 875 1437 10.42.16.74 primary t \N \N \N 2026-04-14 20:14:33.597783+02 876 1438 10.43.1.37 primary t \N \N \N 2026-04-14 20:14:33.598467+02 877 1439 10.43.1.8 primary t \N \N \N 2026-04-14 20:14:33.599139+02 878 1440 10.43.1.40 primary t \N \N \N 2026-04-14 20:14:33.59982+02 879 1441 10.42.16.101 primary t \N \N \N 2026-04-14 20:14:33.600479+02 880 1442 10.42.16.103 primary t \N \N \N 2026-04-14 20:14:33.601132+02 881 1443 192.168.109.8 primary t \N \N \N 2026-04-14 20:14:33.60181+02 882 1444 192.168.109.9 primary t \N \N \N 2026-04-14 20:14:33.602458+02 883 1447 10.41.22.11 primary t \N \N \N 2026-04-14 20:14:33.603532+02 884 1448 10.41.22.143 primary t \N \N \N 2026-04-14 20:14:33.604208+02 885 1449 10.41.22.144 primary t \N \N \N 2026-04-14 20:14:33.604864+02 886 1468 192.168.100.74 primary t \N \N \N 2026-04-14 20:14:33.607307+02 887 1469 172.19.12.80 primary t \N \N VRF=512 2026-04-14 20:14:33.608174+02 888 1481 10.44.7.41 primary t \N \N \N 2026-04-14 20:14:33.611128+02 889 1482 10.44.7.43 primary t \N \N \N 2026-04-14 20:14:33.611843+02 890 1483 10.44.7.42 primary t \N \N \N 2026-04-14 20:14:33.612516+02 891 1484 10.44.7.44 primary t \N \N \N 2026-04-14 20:14:33.613201+02 892 1531 10.30.10.163 primary t \N \N \N 2026-04-14 20:14:33.616331+02 893 1537 10.100.254.50 primary t \N \N VRF=901 2026-04-14 20:14:33.618048+02 894 1551 10.45.11.3 primary t \N \N VRF=3846 2026-04-14 20:14:33.620713+02 895 1552 10.45.11.4 primary t \N \N VRF=3846 2026-04-14 20:14:33.621397+02 896 1554 10.43.253.30 primary t \N \N \N 2026-04-14 20:14:33.622065+02 897 1555 10.45.15.166 primary t \N \N VRF=3875-ges 2026-04-14 20:14:33.622732+02 898 1556 10.45.15.167 primary t \N \N VRF=3875-ges 2026-04-14 20:14:33.623398+02 899 1559 10.45.1.66 primary t \N \N \N 2026-04-14 20:14:33.624912+02 900 1568 10.45.6.73 primary t \N \N \N 2026-04-14 20:14:33.627292+02 901 1 10.41.2.98 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.060424+02 902 4 10.41.2.96 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.062375+02 903 5 10.41.2.95 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.063645+02 904 7 10.41.2.33 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.064822+02 905 8 10.41.2.27 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.065845+02 906 9 10.41.2.51 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.066959+02 907 10 10.41.2.20 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.067765+02 908 11 10.41.2.104 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.068489+02 909 12 10.41.2.32 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.069167+02 910 14 10.41.2.88 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.069836+02 911 15 10.41.2.90 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.070506+02 912 16 10.41.2.91 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.071162+02 913 17 10.41.2.100 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.071818+02 914 18 10.41.2.40 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.072466+02 915 19 10.41.2.84 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.073109+02 916 20 10.41.2.24 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.073756+02 917 1376 10.92.10.21 primary t \N \N GW=10.92.0.1 MASK=255.255.0.0 2026-04-14 20:14:34.074401+02 918 1377 10.12.2.254 primary t \N \N GW=10.12.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.075115+02 919 21 10.41.2.103 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.075795+02 920 23 10.41.2.49 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.076475+02 921 24 10.41.2.34 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.077157+02 922 26 10.41.2.25 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.077844+02 923 27 10.41.2.66 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.078818+02 924 28 10.41.2.58 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.079539+02 925 29 10.41.2.26 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.080224+02 926 30 10.41.2.107 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.08088+02 927 31 10.41.2.99 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.081523+02 928 33 10.41.2.47 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.082191+02 929 36 10.41.2.59 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.082838+02 930 37 10.41.2.93 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.083486+02 931 38 10.41.2.116 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.084132+02 932 39 10.41.2.85 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.084795+02 933 41 10.41.2.78 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.086026+02 934 42 10.41.2.46 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.086726+02 935 43 10.41.2.92 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.08739+02 936 46 10.41.2.117 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.088055+02 937 47 10.41.2.114 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.088706+02 938 49 10.41.2.80 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.089354+02 939 51 10.41.2.55 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.09001+02 940 52 10.41.2.45 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.090683+02 941 53 10.41.2.72 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.091326+02 942 54 10.41.2.71 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.091968+02 943 55 10.41.2.48 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.09262+02 944 56 10.41.2.101 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.09355+02 945 57 10.41.2.41 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.094409+02 946 58 10.41.2.39 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.095246+02 947 60 10.41.2.43 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.095961+02 948 61 10.41.2.44 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.096639+02 949 62 10.41.2.31 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.097794+02 950 63 10.41.2.89 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.098489+02 951 64 10.41.2.69 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.099146+02 952 66 10.41.2.63 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.099792+02 953 67 10.41.2.56 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.100433+02 954 68 10.41.2.102 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.101109+02 955 69 10.41.2.52 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.101763+02 956 70 10.41.2.35 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.102401+02 957 72 10.41.2.111 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.103039+02 958 73 10.41.2.83 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.103919+02 959 74 10.41.2.105 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.104575+02 960 75 10.41.2.21 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.105806+02 961 76 10.41.2.113 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.106574+02 962 77 10.41.2.28 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.10726+02 963 78 10.41.2.94 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.107925+02 964 79 10.41.2.29 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.108581+02 965 80 10.41.2.50 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.109222+02 966 81 10.41.2.110 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.110415+02 967 82 10.41.2.109 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.111335+02 968 83 10.41.2.112 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.112064+02 969 86 10.41.2.68 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.112768+02 970 96 10.41.2.82 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.113468+02 971 97 10.41.2.81 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.114156+02 972 99 10.41.2.115 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.114823+02 973 100 10.41.2.73 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.11548+02 974 101 10.41.2.70 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.116148+02 975 102 10.41.2.62 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.116824+02 976 103 10.41.2.37 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.117479+02 977 104 10.41.2.36 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.118123+02 978 105 10.41.2.23 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.118789+02 979 106 10.41.2.65 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.11945+02 980 107 10.41.2.74 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.120106+02 981 1378 10.100.11.10 primary t \N \N GW=10.100.11.1 MASK=255.255.255.0 2026-04-14 20:14:34.120874+02 982 109 10.41.2.42 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.121818+02 983 110 10.41.2.38 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.122756+02 984 112 10.41.2.54 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.123684+02 985 113 10.41.2.67 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.124801+02 986 114 10.41.2.97 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.126229+02 987 115 10.41.2.30 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.127278+02 988 116 10.41.2.108 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.128304+02 989 118 10.41.2.77 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.129312+02 990 119 10.41.2.75 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.130323+02 991 120 10.41.2.87 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.131309+02 992 121 10.41.2.86 primary t \N \N GW=10.41.2.1 MASK=255.255.255.0 2026-04-14 20:14:34.132372+02 993 1268 10.41.40.103 primary t \N \N DNS sanef.groupe 2026-04-14 21:55:34.046451+02 994 1269 10.41.40.104 primary t \N \N DNS sanef.groupe 2026-04-14 21:55:34.056415+02 995 1295 10.30.10.145 primary t \N \N DNS sanef.groupe 2026-04-14 21:56:22.408235+02 996 1313 10.30.11.131 primary t \N \N DNS sanef.groupe 2026-04-14 21:56:22.415177+02 997 1325 10.46.30.5 primary t \N \N DNS sanef.groupe 2026-04-14 21:56:22.419844+02 998 1326 10.46.30.6 primary t \N \N DNS sanef.groupe 2026-04-14 21:56:22.425297+02 999 2 10.182.6.20 primary t \N \N DNS sanef.fr 2026-04-14 21:56:29.487652+02 1000 3 10.132.1.20 primary t \N \N DNS sanef.fr 2026-04-14 21:56:36.561818+02 1001 6 10.132.2.20 primary t \N \N DNS sanef.fr 2026-04-14 21:56:43.612853+02 1002 13 10.112.3.20 primary t \N \N DNS sanef.fr 2026-04-14 21:56:50.684097+02 1003 22 10.45.9.173 primary t \N \N DNS sanef-rec.fr 2026-04-14 21:56:52.710403+02 1004 25 10.142.3.20 primary t \N \N DNS sanef.fr 2026-04-14 21:56:59.823317+02 1005 34 10.22.2.20 primary t \N \N DNS sanef.fr 2026-04-14 21:57:16.046917+02 1006 35 10.1.1.12 primary t \N \N DNS sanef.fr 2026-04-14 21:57:23.173016+02 1007 40 10.142.2.20 primary t \N \N DNS sanef.fr 2026-04-14 21:57:30.306413+02 1008 44 10.132.4.20 primary t \N \N DNS sanef.fr 2026-04-14 21:57:37.428265+02 1009 45 10.132.3.20 primary t \N \N DNS sanef.fr 2026-04-14 21:57:44.568775+02 1010 48 10.142.1.20 primary t \N \N DNS sanef.fr 2026-04-14 21:57:51.684819+02 1011 50 10.132.5.20 primary t \N \N DNS sanef.fr 2026-04-14 21:57:58.812597+02 1012 59 10.112.1.20 primary t \N \N DNS sanef.fr 2026-04-14 21:58:05.952445+02 1013 65 10.22.1.20 primary t \N \N DNS sanef.fr 2026-04-14 21:58:13.039961+02 1014 71 10.22.3.20 primary t \N \N DNS sanef.fr 2026-04-14 21:58:20.149673+02 1015 84 10.11.2.20 primary t \N \N DNS sanef.fr 2026-04-14 21:58:27.259702+02 1016 85 10.106.18.20 primary t \N \N DNS sanef.fr 2026-04-14 21:58:34.397773+02 1017 89 10.4.2.253 primary t \N \N DNS sanef.groupe 2026-04-14 21:58:35.485541+02 1018 91 10.210.22.254 primary t \N \N DNS sanef.groupe 2026-04-14 21:58:36.575596+02 1019 92 10.12.2.250 primary t \N \N DNS sanef.groupe 2026-04-14 21:58:37.663327+02 1020 94 10.4.2.252 primary t \N \N DNS sanef.groupe 2026-04-14 21:58:38.750064+02 1021 98 10.112.2.20 primary t \N \N DNS sanef.fr 2026-04-14 21:58:54.951773+02 1022 108 10.82.17.20 primary t \N \N DNS sanef.fr 2026-04-14 21:59:02.076183+02 1023 111 10.82.16.20 primary t \N \N DNS sanef.fr 2026-04-14 21:59:09.193142+02 1024 117 10.41.2.119 primary t \N \N DNS sanef.fr 2026-04-14 21:59:16.341401+02 1025 1383 10.60.2.100 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:16.415171+02 1026 123 10.217.33.252 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:17.497149+02 1027 124 10.1.27.252 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:18.580102+02 1028 125 10.152.7.252 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:19.68956+02 1029 127 10.12.7.252 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:20.772727+02 1030 131 10.30.62.30 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:20.841751+02 1031 134 10.30.22.30 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:20.907408+02 1032 1452 10.200.30.9 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:20.976323+02 1033 1453 10.101.242.9 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:21.050772+02 1034 1458 10.44.1.36 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:22.132309+02 1035 1459 10.44.1.4 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:22.200602+02 1036 1460 10.44.1.5 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:22.271584+02 1037 1461 10.44.1.6 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:22.344383+02 1038 1465 10.44.2.41 primary t \N \N DNS sanef-int.adds 2026-04-14 21:59:22.412951+02 1039 1466 10.44.2.42 primary t \N \N DNS sanef-int.adds 2026-04-14 21:59:22.480733+02 1040 1467 10.44.2.43 primary t \N \N DNS sanef-int.adds 2026-04-14 21:59:22.555647+02 1041 1494 10.41.7.100 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:23.627562+02 1042 1495 10.41.7.109 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:24.710132+02 1043 1496 10.41.7.110 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:25.804246+02 1044 1497 10.41.7.111 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:26.891559+02 1045 1498 10.41.7.112 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:27.969527+02 1046 1499 10.41.7.113 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:29.058775+02 1047 1500 10.41.7.114 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:30.13589+02 1048 1501 10.41.7.115 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:31.214491+02 1049 1502 10.41.7.116 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:32.298495+02 1050 1503 10.41.7.117 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:33.391005+02 1051 1504 10.41.7.118 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:34.468714+02 1052 1505 10.41.7.101 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:35.543202+02 1053 1506 10.41.7.119 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:36.665821+02 1054 1507 10.41.7.120 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:37.761637+02 1055 1508 10.41.7.121 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:38.842109+02 1056 1509 10.41.7.122 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:39.925565+02 1057 1510 10.41.7.123 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:40.997727+02 1058 1511 10.41.7.124 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:42.074874+02 1059 1512 10.41.7.125 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:43.158953+02 1060 1513 10.41.7.126 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:44.250534+02 1061 1514 10.41.7.127 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:45.329259+02 1062 1515 10.41.7.128 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:46.409577+02 1063 1516 10.41.7.102 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:47.498327+02 1064 1517 10.41.7.129 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:48.576893+02 1065 1518 10.41.7.130 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:49.672603+02 1066 1519 10.41.7.131 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:50.767558+02 1067 1520 10.41.7.132 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:51.850137+02 1068 1521 10.41.7.103 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:52.93001+02 1069 1522 10.41.7.104 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:54.008494+02 1070 1523 10.41.7.105 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:55.093751+02 1071 1524 10.41.7.106 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:56.181565+02 1072 1525 10.41.7.107 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:57.256988+02 1073 1526 10.41.7.108 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:58.337149+02 1074 1528 10.78.200.10 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:59.415477+02 1075 1543 10.41.60.40 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:59.486946+02 1076 1544 10.41.60.50 primary t \N \N DNS sanef.groupe 2026-04-14 21:59:59.553684+02 1077 1550 10.45.11.35 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:00:01.634182+02 1078 1553 10.45.11.5 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:00:01.702806+02 1079 141 10.41.40.100 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:01.771364+02 1080 142 10.41.40.101 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:01.84014+02 1081 148 10.30.12.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:01.912023+02 1082 149 10.30.12.146 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:01.99023+02 1083 150 10.30.12.140 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:02.059532+02 1084 151 10.30.12.40 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:02.13146+02 1085 152 10.45.7.166 primary t \N \N DNS recette.adds 2026-04-14 22:00:02.206065+02 1086 153 10.45.7.164 primary t \N \N DNS recette.adds 2026-04-14 22:00:02.276384+02 1087 161 10.45.8.3 primary t \N \N DNS recette.adds 2026-04-14 22:00:02.348302+02 1088 166 10.45.11.200 primary t \N \N DNS recette.adds 2026-04-14 22:00:02.420054+02 1089 167 10.45.16.62 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:00:04.508753+02 1090 168 10.45.16.60 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:00:06.606077+02 1091 169 10.45.16.61 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:00:08.693956+02 1092 173 10.45.7.170 primary t \N \N DNS recette.adds 2026-04-14 22:00:08.767105+02 1093 174 10.45.13.35 primary t \N \N DNS recette.adds 2026-04-14 22:00:08.838416+02 1094 177 10.40.100.79 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:09.914034+02 1095 178 10.30.10.172 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:09.983405+02 1096 180 10.46.34.70 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:10.05383+02 1097 181 10.46.34.68 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:10.127291+02 1098 214 10.41.23.148 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:11.230173+02 1099 216 10.100.16.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:12.31466+02 1100 217 10.41.23.133 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:13.394075+02 1101 218 10.41.23.134 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:14.473087+02 1102 225 10.41.23.152 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:15.559674+02 1103 245 10.41.40.105 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:15.627974+02 1104 246 10.41.40.106 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:15.696266+02 1105 247 10.41.40.107 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:15.771007+02 1106 248 10.41.40.108 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:15.840046+02 1107 249 10.41.40.109 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:15.906588+02 1108 266 10.41.40.111 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:15.97852+02 1109 267 10.41.40.112 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:16.054302+02 1110 329 10.41.40.176 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:16.120043+02 1111 331 10.30.10.147 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:16.192353+02 1112 333 10.30.10.124 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:16.259777+02 1113 334 10.30.10.125 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:16.330953+02 1114 335 10.43.255.15 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:16.400766+02 1115 338 10.30.11.239 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:25.519826+02 1116 339 10.41.60.145 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:25.591492+02 1117 340 10.30.4.16 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:25.672568+02 1118 344 10.41.19.70 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:26.757844+02 1119 345 10.41.19.71 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:27.838265+02 1120 346 10.41.19.69 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:28.920306+02 1121 347 10.41.19.75 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:28.993189+02 1122 348 10.187.6.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:30.080237+02 1123 349 10.137.1.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.171179+02 1124 354 10.46.34.6 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.245267+02 1125 355 10.46.34.4 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.317228+02 1126 357 10.46.33.20 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.388017+02 1127 358 10.46.33.23 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.457632+02 1128 359 10.46.33.22 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.528615+02 1129 360 10.41.60.135 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.600436+02 1130 361 10.30.10.117 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.668699+02 1131 362 10.30.10.132 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.739429+02 1132 363 10.30.10.141 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.80887+02 1133 369 10.30.10.149 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.883671+02 1134 375 10.30.11.2 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:31.953062+02 1135 376 10.30.11.3 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:32.024596+02 1136 378 10.30.10.44 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:32.097135+02 1137 385 10.30.6.6 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:33.172513+02 1138 407 10.30.11.8 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:33.239738+02 1139 408 10.41.11.20 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:33.30764+02 1140 435 10.137.4.13 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:34.384018+02 1141 436 10.137.2.13 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:35.460585+02 1142 437 10.46.33.9 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:35.533084+02 1143 439 10.44.2.68 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:35.602561+02 1144 440 10.42.16.69 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:35.669142+02 1145 441 10.42.16.70 primary t \N \N DNS sanef.groupe 2026-04-14 22:00:35.737022+02 1146 451 10.30.11.21 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:00.13709+02 1147 452 10.117.3.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:01.277457+02 1148 454 10.44.6.132 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:01.385898+02 1149 458 10.41.22.14 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:01.510548+02 1150 466 10.41.21.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:01.658854+02 1151 471 10.44.6.131 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:01.802018+02 1152 478 10.41.22.148 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:01.963084+02 1153 488 10.44.6.133 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:02.146446+02 1154 497 10.100.16.12 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:02.32701+02 1155 498 10.41.23.12 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:02.498778+02 1156 499 10.41.23.13 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:02.694866+02 1157 502 10.41.23.34 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:02.842419+02 1158 507 10.41.23.8 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:02.997808+02 1159 509 10.137.5.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:04.098806+02 1160 510 10.30.12.14 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:04.206285+02 1161 511 10.30.12.15 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:04.32685+02 1162 512 10.30.10.37 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:04.486653+02 1163 515 10.30.12.142 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:04.666141+02 1164 516 10.30.12.42 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:04.82612+02 1165 517 10.100.38.9 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:04.981992+02 1166 518 10.42.30.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:06.10502+02 1167 519 10.42.30.30 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:07.270916+02 1168 520 10.41.60.150 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:07.493612+02 1169 521 10.41.60.151 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:07.691173+02 1170 522 10.30.12.147 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:07.849634+02 1171 523 10.102.2.13 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:07.995293+02 1172 526 10.30.12.150 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:08.145895+02 1173 527 10.30.12.151 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:08.292096+02 1174 528 10.30.12.152 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:08.403898+02 1175 529 10.30.12.153 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:08.532219+02 1176 530 10.46.31.70 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:08.651439+02 1177 531 10.27.2.30 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:09.790038+02 1178 532 10.147.3.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:10.936816+02 1179 534 10.217.36.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:12.029273+02 1180 536 10.1.6.12 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:13.139094+02 1181 537 10.44.1.164 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:13.220136+02 1182 538 10.44.1.68 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:16.402404+02 1183 539 10.44.1.69 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:19.522411+02 1184 545 10.44.1.100 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:19.606451+02 1185 546 10.44.1.101 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:19.686866+02 1186 547 10.41.70.20 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:20.791344+02 1187 548 10.41.70.21 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:21.875044+02 1188 549 10.41.70.22 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:22.975044+02 1189 550 10.41.70.23 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:24.070323+02 1190 551 10.41.70.24 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:25.240413+02 1191 552 10.41.70.25 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:26.463733+02 1192 553 10.41.70.26 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:27.646018+02 1193 554 10.41.70.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:28.927716+02 1194 555 10.41.70.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:30.242136+02 1195 556 10.30.10.59 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:30.504253+02 1196 568 10.44.2.166 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:30.764607+02 1197 593 192.168.19.4 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:35.006024+02 1198 594 192.168.19.5 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:35.226321+02 1199 595 10.44.2.40 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:35.478716+02 1200 596 10.44.2.44 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:35.708358+02 1201 625 10.44.2.36 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:35.917633+02 1202 626 10.44.5.67 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:36.078291+02 1203 627 10.44.6.227 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:36.211683+02 1204 628 10.44.2.37 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:36.325933+02 1205 629 10.44.5.68 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:36.472143+02 1206 639 10.40.100.122 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:37.615442+02 1207 640 10.40.100.123 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:38.769273+02 1208 641 10.40.17.130 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:39.862157+02 1209 642 10.40.100.59 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:40.950457+02 1210 649 10.147.2.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:42.050703+02 1211 655 10.43.192.72 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:43.158509+02 1212 656 10.41.40.171 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:43.230844+02 1213 657 10.41.40.172 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:43.308671+02 1214 660 10.100.16.8 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:43.392264+02 1215 670 10.147.1.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:44.487214+02 1216 671 10.137.3.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:45.589541+02 1217 672 10.44.2.165 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:45.675209+02 1218 673 10.44.2.164 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:45.747444+02 1219 691 10.41.40.123 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:45.827986+02 1220 697 10.117.1.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:46.90855+02 1221 698 10.27.1.12 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:48.006996+02 1222 699 10.44.7.132 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:48.07652+02 1223 712 10.43.191.133 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:49.16414+02 1224 719 10.27.3.12 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:50.256279+02 1225 724 10.44.6.37 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:50.331618+02 1226 726 10.44.6.38 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:50.407513+02 1227 730 10.42.40.12 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:50.49259+02 1228 731 10.41.50.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:50.576624+02 1229 732 10.41.50.12 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:50.652978+02 1230 733 10.42.40.13 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:50.723519+02 1231 736 10.41.29.20 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:51.811376+02 1232 743 10.44.6.228 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:51.89694+02 1233 744 10.44.6.36 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:51.979976+02 1234 748 10.41.21.15 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:53.069561+02 1235 749 10.41.80.254 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:53.148167+02 1236 751 10.41.2.230 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:54.241653+02 1237 752 10.41.2.231 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:55.354603+02 1238 753 10.42.0.138 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:56.578131+02 1239 772 10.41.17.15 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:56.702792+02 1240 773 10.41.17.16 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:56.776248+02 1241 774 10.41.17.10 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:56.846073+02 1242 775 10.41.17.11 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:56.918641+02 1243 776 10.41.91.60 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:56.990525+02 1244 777 10.41.79.50 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:57.083645+02 1245 778 10.41.29.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:58.162237+02 1246 779 10.41.29.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:59.258532+02 1247 780 10.41.49.15 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:59.33495+02 1248 787 10.41.91.42 primary t \N \N DNS sanef.groupe 2026-04-14 22:01:59.406679+02 1249 790 10.44.7.67 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:59.478365+02 1250 791 10.44.7.68 primary t \N \N DNS sanef-int.adds 2026-04-14 22:01:59.548865+02 1251 793 10.41.19.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:00.630104+02 1252 797 10.117.2.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:01.707239+02 1253 798 192.168.10.11 primary t \N \N DNS sanef-int.adds 2026-04-14 22:02:01.778551+02 1254 809 10.11.7.13 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:02.850319+02 1255 812 10.30.10.60 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:02.918358+02 1256 813 10.41.50.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:02.99266+02 1257 817 10.44.6.195 primary t \N \N DNS sanef-int.adds 2026-04-14 22:02:03.062377+02 1258 821 10.30.10.17 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:03.134202+02 1259 823 10.30.10.50 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:03.202642+02 1260 825 10.217.26.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:04.289904+02 1261 828 10.30.10.236 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:04.363103+02 1262 830 10.41.13.54 primary t \N \N DNS sanef-int.adds 2026-04-14 22:02:04.438656+02 1263 831 10.41.13.50 primary t \N \N DNS sanef-int.adds 2026-04-14 22:02:04.510347+02 1264 832 10.41.13.51 primary t \N \N DNS sanef-int.adds 2026-04-14 22:02:04.582756+02 1265 833 10.41.13.52 primary t \N \N DNS sanef-int.adds 2026-04-14 22:02:04.658029+02 1266 834 10.41.13.53 primary t \N \N DNS sanef-int.adds 2026-04-14 22:02:04.730134+02 1267 835 10.103.7.100 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:05.80996+02 1268 845 10.41.19.45 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:06.88967+02 1269 846 10.41.19.46 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:07.96871+02 1270 847 10.41.19.40 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:09.055818+02 1271 848 10.41.19.50 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:09.130234+02 1272 850 10.87.16.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:10.213414+02 1273 852 10.41.60.42 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:10.310863+02 1274 853 10.41.60.52 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:10.383709+02 1275 856 10.41.60.41 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:10.454622+02 1276 857 10.41.60.51 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:10.523286+02 1277 858 10.41.40.15 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:10.593503+02 1278 864 10.41.40.161 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:10.674667+02 1279 865 10.41.40.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:10.745622+02 1280 866 10.41.40.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:10.812673+02 1281 868 10.87.17.12 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:11.883562+02 1282 869 10.41.7.200 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:11.958184+02 1283 870 10.41.7.201 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:12.030551+02 1284 902 10.45.1.228 primary t \N \N DNS recette.adds 2026-04-14 22:02:12.107225+02 1285 903 10.45.1.229 primary t \N \N DNS recette.adds 2026-04-14 22:02:12.180652+02 1286 904 10.45.1.230 primary t \N \N DNS recette.adds 2026-04-14 22:02:12.249977+02 1287 905 10.41.79.100 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:12.321935+02 1288 906 10.41.79.101 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:12.389767+02 1289 910 10.43.253.3 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:13.464381+02 1290 928 10.45.10.228 primary t \N \N DNS recette.adds 2026-04-14 22:02:13.532471+02 1291 931 10.45.13.163 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:13.595717+02 1292 933 10.30.4.1 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:13.66055+02 1293 935 10.30.4.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:13.724558+02 1294 937 10.30.4.2 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:13.787988+02 1295 938 10.30.4.4 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:13.855567+02 1296 940 10.30.4.6 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:13.919181+02 1297 942 10.30.4.8 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:13.983989+02 1298 945 10.45.11.67 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:14.051836+02 1299 946 10.45.11.99 primary t \N \N DNS recette.adds 2026-04-14 22:02:14.120532+02 1300 947 10.45.11.100 primary t \N \N DNS recette.adds 2026-04-14 22:02:14.188623+02 1301 951 10.45.11.131 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:15.271693+02 1302 952 10.45.11.132 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:16.356184+02 1303 964 10.45.0.144 primary t \N \N DNS recette.adds 2026-04-14 22:02:16.421154+02 1304 965 10.45.16.3 primary t \N \N DNS recette.adds 2026-04-14 22:02:16.491375+02 1305 966 10.45.7.67 primary t \N \N DNS recette.adds 2026-04-14 22:02:16.559684+02 1306 968 10.45.0.140 primary t \N \N DNS recette.adds 2026-04-14 22:02:16.630433+02 1307 969 10.45.0.141 primary t \N \N DNS recette.adds 2026-04-14 22:02:16.705181+02 1308 987 10.43.192.75 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:18.788464+02 1309 988 10.45.7.39 primary t \N \N DNS recette.adds 2026-04-14 22:02:18.857239+02 1310 989 10.45.0.163 primary t \N \N DNS recette.adds 2026-04-14 22:02:19.028356+02 1311 995 10.45.1.164 primary t \N \N DNS recette.adds 2026-04-14 22:02:19.14498+02 1312 1004 10.45.7.38 primary t \N \N DNS recette.adds 2026-04-14 22:02:19.252368+02 1313 1005 10.45.7.36 primary t \N \N DNS recette.adds 2026-04-14 22:02:19.337335+02 1314 1006 10.45.7.37 primary t \N \N DNS recette.adds 2026-04-14 22:02:19.404963+02 1315 1008 10.45.6.235 primary t \N \N DNS recette.adds 2026-04-14 22:02:19.483743+02 1316 1014 10.45.0.135 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:21.581086+02 1317 1015 10.45.0.136 primary t \N \N DNS recette.adds 2026-04-14 22:02:21.645393+02 1318 1016 10.45.0.137 primary t \N \N DNS recette.adds 2026-04-14 22:02:21.713637+02 1319 1017 10.45.0.131 primary t \N \N DNS recette.adds 2026-04-14 22:02:21.78942+02 1320 1018 10.45.0.132 primary t \N \N DNS recette.adds 2026-04-14 22:02:21.864285+02 1321 1030 10.43.253.5 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:30.985007+02 1322 1039 10.45.10.135 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:31.082513+02 1323 1040 10.45.10.195 primary t \N \N DNS recette.adds 2026-04-14 22:02:31.172334+02 1324 1041 10.45.10.131 primary t \N \N DNS recette.adds 2026-04-14 22:02:31.238862+02 1325 1042 10.45.10.132 primary t \N \N DNS recette.adds 2026-04-14 22:02:31.305003+02 1326 1048 10.45.9.50 primary t \N \N DNS recette.adds 2026-04-14 22:02:31.39426+02 1327 1050 10.45.9.170 primary t \N \N DNS recette.adds 2026-04-14 22:02:31.501312+02 1328 1066 10.45.8.163 primary t \N \N DNS recette.adds 2026-04-14 22:02:31.573735+02 1329 1070 192.168.10.3 primary t \N \N DNS recette.adds 2026-04-14 22:02:31.641726+02 1330 1083 10.45.9.173 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:31.714694+02 1331 1084 10.45.9.162 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:31.781259+02 1332 1085 10.45.9.180 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:31.85038+02 1333 1086 10.45.9.172 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:31.917825+02 1334 1087 10.45.9.171 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:31.985494+02 1335 1088 10.45.9.166 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:32.054801+02 1336 1089 10.45.9.178 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:32.125462+02 1337 1090 10.45.9.165 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:32.197724+02 1338 1091 10.45.9.169 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:32.269311+02 1339 1092 10.45.9.175 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:32.33923+02 1340 1093 10.45.9.167 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:32.406812+02 1341 1094 10.45.9.174 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:32.472826+02 1342 1095 10.45.9.168 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:32.553582+02 1343 1098 10.45.14.35 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:32.634664+02 1344 1099 10.43.255.14 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:33.767471+02 1345 1102 10.45.15.5 primary t \N \N DNS sanef-rec.fr 2026-04-14 22:02:33.870175+02 1346 1103 10.45.14.168 primary t \N \N DNS recette.adds 2026-04-14 22:02:33.970116+02 1347 1104 10.43.255.10 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:35.066294+02 1348 1105 10.43.255.11 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:36.144798+02 1349 1107 10.45.7.101 primary t \N \N DNS recette.adds 2026-04-14 22:02:36.213102+02 1350 1108 10.45.7.102 primary t \N \N DNS recette.adds 2026-04-14 22:02:36.282514+02 1351 1109 10.45.7.99 primary t \N \N DNS recette.adds 2026-04-14 22:02:36.352617+02 1352 1110 10.45.7.100 primary t \N \N DNS recette.adds 2026-04-14 22:02:36.424952+02 1353 1111 10.205.10.3 primary t \N \N DNS recette.adds 2026-04-14 22:02:36.492856+02 1354 1112 10.205.10.4 primary t \N \N DNS recette.adds 2026-04-14 22:02:36.561425+02 1355 1118 10.30.12.31 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:36.628398+02 1356 1119 10.45.13.131 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:36.698873+02 1357 1132 10.30.10.63 primary t \N \N DNS sanef.groupe 2026-04-14 22:02:36.771997+02 1358 1136 10.45.7.167 primary t \N \N DNS recette.adds 2026-04-14 22:02:36.84083+02 1359 1138 10.45.7.165 primary t \N \N DNS recette.adds 2026-04-14 22:02:36.920947+02 1360 1140 10.45.8.131 primary t \N \N DNS recette.adds 2026-04-14 22:02:36.99307+02 1361 1141 10.45.8.132 primary t \N \N DNS recette.adds 2026-04-14 22:02:37.061088+02 1362 1163 10.45.8.35 primary t \N \N DNS recette.adds 2026-04-14 22:02:37.145157+02 1363 1181 10.45.6.131 primary t \N \N DNS recette.adds 2026-04-14 22:02:37.232829+02 1364 1187 10.45.8.67 primary t \N \N DNS recette.adds 2026-04-14 22:02:37.305086+02 1365 1192 192.168.21.164 primary t \N \N DNS recette.adds 2026-04-14 22:02:37.37295+02 1366 1193 10.45.6.163 primary t \N \N DNS recette.adds 2026-04-14 22:02:37.452792+02 \. -- -- Data for Name: server_pairs; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.server_pairs (id, prod_server_id, hprod_server_id, relation_type, auto_detected, note, created_at) FROM stdin; \. -- -- Data for Name: server_specifics; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.server_specifics (id, server_id, reboot_order, reboot_order_note, cmd_before_patch, cmd_after_patch, cmd_before_reboot, cmd_after_reboot, is_cluster, cluster_role, cluster_note, is_db, db_type, db_note, is_middleware, mw_type, mw_note, has_agent_special, agent_note, has_service_critical, service_note, needs_manual_step, manual_step_detail, reboot_delay_minutes, patch_excludes, no_reboot_reason, dependency_server_id, dependency_note, note, created_at, updated_at, app_type, stop_command, start_command, stop_user, start_user, kernel_update_blocked, kernel_block_reason, reboot_min_interval_minutes, sentinel_disable_required, ip_forwarding_required, rolling_update, rolling_update_note, auto_restart, patch_order_group, extra_excludes, stop_order, patch_wave, patch_wave_group, patch_wave_delay_days, patch_wave_note) FROM stdin; \. -- -- Data for Name: servers; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.servers (id, hostname, fqdn, domain_ltd, domain_env_id, zone_id, vcenter_id, application_id, cluster_id, os_family, os_version, machine_type, vcenter_vm_name, is_bdd, is_flux_libre, is_emv, is_podman, need_pct, tier, etat, licence_support, eol_date, site, ssh_method, ssh_port, ssh_user, cyberark_safe, patch_os_owner, patch_mw_owner, patch_app_owner, patch_owner_details, patch_frequency, patch_window, patch_excludes, patch_custom_cmd, reboot_allowed, snapshot_required, pre_patch_script, post_patch_script, responsable_nom, responsable_email, referent_nom, referent_email, default_intervenant_id, qualys_asset_id, centreon_host_id, cve_critical_count, last_qualys_scan, mode_operatoire, commentaire, notes, created_at, updated_at, created_by, satellite_host, pref_patch_jour, pref_patch_heure, application_name, app_group, use_proxy, environnement, domaine) FROM stdin; 3 ls-amblainville ls-amblainville workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spabvevir1 f f f f f a_definir Production active \N AMBLAINVILLE rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.512476+02 2026-04-15 00:08:52.484412+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 570 vpdsiaclo1 vpdsiaclo1.sanef.groupe sanef.groupe 4 1 \N 419 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Owncloud est désormais pris en charge par le KEMP\r\n\r\nRemplace vmcloud2\r\nhttps://notif-api.sanef.fr\r\nhttps://git.sanef.fr\r\nhttps://jira.sanef.fr/\r\nhttps://bitbucket.sanef.fr/\r\n\r\nURL satisfaire:\r\nhttps://notif-api.sanef.fr/satisfaire-backend/api/referentiel/aire monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.889437+02 2026-04-15 00:08:52.059225+02 \N \N indifferent indifferent Owncloud 1 \N t Production DMZ 2 ls-abbeville-nord LS-ABBEVILLE-NORD workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spabnevir1 f f f f f a_definir Production active \N Abbeville Nord rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.511081+02 2026-04-15 00:08:52.311017+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 6 ls-amiens-sud ls-amiens-sud workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spamsevir1 f f f f f a_definir Production active \N Amiens-Sud rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.515252+02 2026-04-15 00:08:52.331975+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 19 ls-bolbec ls-bolbec workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.524608+02 2026-04-15 00:08:52.332929+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1315 lpemvaste2 lpemvaste2.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Lpemvaste2 est le SITE3 de production du cluster TUXEDO (mode MP) pour STECARD V18. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.826288+02 2026-04-14 22:57:32.234542+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 63 ls-meru ls-meru workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.554129+02 2026-04-15 00:08:52.366569+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 22 ls-bouville ls-bouville workgroup 28 \N \N 305 \N windows Microsoft Windows Server 2019 Datacenter vm spalbevir1 f f f f f a_definir Production active \N BOUVILLE rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare ALBEA monthly \N \N \N t t \N \N Freddy LINET \N Christophe DEWILDE- CARON Dany \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.526775+02 2026-04-15 00:08:52.413+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Péage 1045 vrpbiadgw1 vrpbiadgw1.recette.adds recette.adds 14 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_local 22 \N \N secops a_definir a_definir Serveur PowerBI de recette monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Khalil NAFFETI - Frederic- Abdelkader \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.204015+02 2026-04-15 00:08:52.478061+02 \N \N indifferent indifferent \N \N t Recette BI 15 ls-beauvais-centre ls-beauvais-centre workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.521317+02 2026-04-15 00:08:52.488193+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 7 ls-arras ls-arras workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.516298+02 2026-04-15 00:08:52.539241+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 12 ls-bapaume ls-bapaume workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.519514+02 2026-04-15 00:08:52.541036+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 13 ls-beaumont ls-beaumont workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spbmtevir1 f f f f f a_definir Production active \N BEAUMONT rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.520095+02 2026-04-15 00:08:52.541873+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 14 ls-beautot ls-beautot workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.520709+02 2026-04-15 00:08:52.542613+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 799 vpsasacpt1 vpsasacpt1.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 8.10 (Ootpa) vm lpgesevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir SAS compute\r\n\r\nExécution des traitements en SAS langage monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.037652+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS Viya \N t Production BI 806 vpsasawrk4 vpsasawrk4.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 8.10 (Ootpa) vm lpgesevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir sas worker 4\r\n\r\nExécution des demandes in-memory de SAS Viya monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.044859+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS Viya \N t Production BI 630 vpemvaadm1 vpemvaadm1.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) vm lppcievir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir vpemvaadm1 est le serveur d'administration du bunker EMV.\r\nIl contient les dépôts à jour des distributions RedHat et CentOS.\r\nIl effectue également les collectes de la configuration des serveurs EMV. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.929591+02 2026-04-14 22:57:32.238567+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 239 vipeahbst1 vipeahbst1.sanef.groupe sanef.groupe 20 1 \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spmetevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nLoad Balancer 3 (HAProxy) monthly \N \N \N t t \N \N HOARAU Ludovic \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.675438+02 2026-04-15 00:08:52.064621+02 \N \N indifferent indifferent Free Flow 1 (HA proxy A13-A14) \N t Pré-Prod DMZ 769 vppintaweb1 vppintaweb1.sanef.groupe sanef.groupe 24 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud MEILLON \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.017661+02 2026-04-15 00:08:52.067279+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Pré-Prod DMZ 29 ls-chevrieres ls-chevrieres workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.531869+02 2026-04-15 00:08:52.333866+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 71 ls-ormes ls-ormes workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spormevir1 f f f f f a_definir Production active \N ORMES rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.560714+02 2026-04-15 00:08:52.334718+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1307 lpagtbpla1 lpagtbpla1 sanef.groupe 3 \N \N 197 \N linux Red Hat Enterprise Linux 8.10 physical \N f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Gestion des temps et activités monthly \N \N \N t t \N \N Majid KABKOUB \N Nadine BENARD / Cédric PREVOT - Exlure MAJ KMOD ASM \N \N 213858465 \N 0 \N \N \N \N 2026-04-14 17:36:46.815468+02 2026-04-15 00:08:52.350556+02 \N \N indifferent indifferent AgileTime 2.7.9 \N t Production Gestion 451 vpbipbdec1 vpbipbdec1.sanef.groupe sanef.groupe 9 \N \N \N \N windows Microsoft Windows Server 2016 Standard vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Contact : BOUYER Michael\r\nCompte utilisateur "inside" créé pour automatiser des tâches. Pour le moment, changement du mdp tous les 3 mois. monthly \N \N \N t t \N \N Michaël BOUYER \N Romain JOUATTE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.812601+02 2026-04-15 00:08:52.353079+02 \N \N indifferent indifferent \N \N t Production BI 65 ls-montreuil-bpv ls-montreuil-bpv workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spmalevir1 f f f f f a_definir Production active \N Montreuil barrière rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.555731+02 2026-04-15 00:08:52.367813+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 25 ls-chamant ls-chamant workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spchtevir1 f f f f f a_definir Production active \N CHAMANT rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.528688+02 2026-04-15 00:08:52.414346+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 94 ls-spare-tqx ls-spare-tqx workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm sstqxevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef : Spare de Tinqueux monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.576005+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 34 ls-courcy ls-courcy workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spccyevir1 f f f f f a_definir Production active \N COURCY rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.535049+02 2026-04-15 00:08:52.415643+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 35 ls-coutevroult ls-coutevroult workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spctvevir1 f f f f f a_definir Production active \N COUTEVROULT rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.535653+02 2026-04-15 00:08:52.416917+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 31 ls-cote-picarde ls-cote-picarde workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.533121+02 2026-04-15 00:08:52.495493+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 36 ls-dormans ls-dormans workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.536255+02 2026-04-15 00:08:52.496276+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 585 vpdsiangx3 vpdsiangx3.sanef.groupe sanef.groupe 4 \N \N 20 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir1 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Nginx 3 monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.900098+02 2026-04-14 22:57:32.707186+02 \N \N indifferent indifferent Serveur Nginx 1 \N t Production \N 44 ls-haudricourt ls-haudricourt workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spamlevir1 f f f f f a_definir Production active \N HAUDRICOURT rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.542569+02 2026-04-15 00:08:52.498864+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 39 ls-fecamp ls-fecamp workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.53803+02 2026-04-15 00:08:52.546549+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 42 ls-gauchy ls-gauchy workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.540792+02 2026-04-15 00:08:52.547971+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 704 vpmonaftp1 vpmonaftp1.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir3 f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur FTP Prod Monétique monthly \N \N \N t t \N \N Damien LAUNE \N Rachid KHELIFI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.976456+02 2026-04-14 22:57:32.232579+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 32 ls-cottevrard ls-cottevrard workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spcotevir1 f f f f f a_definir Production active \N Cottevrard BPV rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.533835+02 2026-04-15 01:05:05.705308+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 689 vpintaweb3 vpintaweb3.sanef.groupe sanef.groupe 3 1 \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud MEILLON \N Nadine BENARD, Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.966324+02 2026-04-15 00:08:52.069432+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Production DMZ 1167 vvbooosea2 vvbooosea2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/PE--\r\nOpenSearch monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.287167+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 67 ls-montreuil-reims ls-montreuil-reims workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.557975+02 2026-04-15 00:08:52.369118+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 76 ls-puttelange ls-puttelange workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.56375+02 2026-04-15 00:08:52.374151+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 55 ls-laon ls-laon workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.549373+02 2026-04-15 00:08:52.384278+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 54 ls-la-veuve-reims ls-la-veuve-reims workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.548756+02 2026-04-15 00:08:52.405194+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 632 vpemvagtw1 vpemvagtw1.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) vm lppcievir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir vpemvagtw1 fait la passerelle entre Central Péage et STECARD et également entre Gestion Monétique et STECARD. \r\nIl fait transiter les flux de conciliation, remise et de paramétrage. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.930924+02 2026-04-14 22:57:32.239733+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 57 ls-lievin ls-lievin workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.550532+02 2026-04-15 00:08:52.406455+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 61 ls-masnieres ls-masnieres workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.552944+02 2026-04-15 01:14:46.756068+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 60 ls-marquion ls-marquion workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.552233+02 2026-04-15 00:08:52.408491+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 45 ls-herquelingue ls-herquelingue workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm sphrqevir1 f f f f f a_definir Production active \N HERQUELINGUE rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.543187+02 2026-04-15 00:08:52.41755+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 410 vpaiiawif1 \N sanef.groupe \N \N \N \N \N linux centos-release-7-2 vm CLU-MET f f f f f a_definir Production obsolete \N \N ssh_psmp 22 \N \N secops a_definir a_definir ping vpaiiawif1\r\n\r\nEnvoi d'une requête 'ping' sur vpaiiawif1.sanef.groupe [10.41.92.16] avec 32 octets de données :\r\nRéponse de 10.41.92.16 : octets=32 temps=1 ms TTL=59\r\nRéponse de 10.41.92.16 : octets=32 temps=1 ms TTL=59\r\nRéponse de 10.41.92.16 : octets=32 temps=1 ms TTL=59\r\nRéponse de 10.41.92.16 : octets=32 temps=1 ms TTL=59\r\n\r\nStatistiques Ping pour 10.41.92.16:\r\n Paquets : envoyés = 4, reçus = 4, perdus = 0 (perte 0%),\r\nDurée approximative des boucles en millisecondes :\r\n Minimum = 1ms, Maximum = 1ms, Moyenne = 1ms monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.785431+02 2026-04-14 22:33:10.208456+02 \N \N indifferent indifferent \N \N t Production \N 161 vdbocjump1 vdbocjump1.recette.adds recette.adds 17 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nVM de Rebond monthly \N \N \N t t \N \N Fabrice TUNORFE \N Abdelkader MOUHLI-GHARBI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.619384+02 2026-04-15 00:08:52.420284+02 \N \N indifferent indifferent Free Flow BOC - env DEV \N t Développement Flux Libre 1000 vrechatre1 vrechatre1.sanef-rec.fr sanef-rec.fr 12 \N \N 504 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Talend - Remote Engine 1 monthly \N \N \N t t \N \N Jean-francois CRABS \N DUFOUR Antoine - Jean-Francois \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.172368+02 2026-04-15 00:08:52.503236+02 \N \N indifferent indifferent TALEND IS Professional Edition - Named User 1 \N t Recette Gestion 47 ls-hochfelden-ouest ls-hochfelden-ouest workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.544477+02 2026-04-15 00:08:52.548639+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1369 lremvaste1 lremvaste1.sanef.groupe sanef.groupe 16 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | lremvaste1 est le SITE1 de recette du cluster TUXEDO (mode MP) pour STECARD V17. Il est configuré en « master » sur le cluster de sorte à être le serveur primaire des actions TUXEDO. monthly \N \N \N t t \N \N Damien LAUNE \N Jean-Fancois \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.909119+02 2026-04-15 00:08:52.549919+02 \N \N indifferent indifferent EMV V17 17 \N t Recette EMV 59 ls-loupershouse ls-loupershouse workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm splpeevir1 f f f f f a_definir Production active \N LOUPERSHOUSE rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.551658+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 78 ls-rn29 ls-rn29 workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.564914+02 2026-04-15 01:05:19.156041+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1055 vrpeahbst1 vrpeahbst1.sanef-rec.fr sanef-rec.fr 21 1 \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm srallevir4 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-WEB-- Recette\r\nLoad Balancer 1 (HAProxy) monthly \N \N \N t t \N \N HOARAU Ludovic \N HOARAU Ludovic \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.21096+02 2026-04-15 00:08:52.066367+02 \N \N indifferent indifferent Free Flow 1 \N t Recette DMZ 483 vpbotakpi1 vpbotakpi1.sanef.groupe sanef.groupe 10 \N \N 227 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur KPI du BOT en prod monthly \N \N \N t t \N \N Olivier LHOMME \N Christian VONGSAVANH \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.834252+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Flux libre A13-A14 - \N t Production Flux Libre 88 ls-spare-beu ls-spare-beu workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm sssroevir1 f f f f f a_definir Production active \N Beuzeville Barrière rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef : Spare de Beuzeville monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.571061+02 2026-04-15 01:05:19.156041+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 68 ls-neufchatel ls-neufchatel workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.558818+02 2026-04-15 00:08:52.369748+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 77 ls-ressons ls-ressons workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.564339+02 2026-04-15 00:08:52.374849+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 92 ls-spare-mtz ls-spare-mtz workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm ssmtzevir1 f f f f f a_definir Production active \N METZ rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef : Spare de Metz monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.574571+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 778 vpppeaaref1 vpppeaaref1 workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur Référentiel péage de Pré-Production pour toutes les Sociétés d'autoroute monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.024014+02 2026-04-15 00:08:52.41627+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 337 vmsccm1 vmsccm1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 7 Entreprise vm CLU-GES f f f f f a_definir Production active \N SALLE BLANCHE rdp_psmp 22 \N \N secops a_definir a_definir Mises a jour du master et du socle\r\nSouvent éteinte mais à conserver pour faire des captures de masters monthly \N \N \N t t \N \N Aymeric TRON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.738753+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1273 lamaprac4 lamaprac4.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.764889+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 243 vmampdif1 vmampdif1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir11 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.678127+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 252 vmamphtp1 vmamphtp1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - HTPn\r\n\r\nLe package RTMP sert à envoyer des ordres de rafraichissement notamment pour les FEV par exemple, sert aussi au rafraichissement des calculs des plans de prévention.\r\nCela se traduit côté utilisateur = grosse lenteur mais c'est le rafraichissement qui ne se fait pas.\r\n\r\nA chaque relance ou bascule du package RTMP, il faut impérativement relancer les packages Websocket sur les 4 VM sxt (vmampsxt1/2/3/4). Sinon cela impact l'utilisation de Sextan pour les studios 107.7. monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.685237+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 810 vpsecapki1 vpsecapki1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir2 f f f f f a_definir Implémentation obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Le serveur est utilisé pour la création des certificats en Sha256 pour les voies de péage et contrôleurs Endian (zone EMV)\r\nIl remplace vpssiapki1 monthly \N \N \N t t \N \N Joel CAVE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.047406+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 820 vpsimaapi2 vpsimaapi2.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir6 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Gestion portique \r\npaiement par reconnaissance de plaque\r\nphoto par caméra, Stockage des images 8go par jour.\r\n\r\nServeur API pour soulager la mémoire vive de vpsimaapi1. monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.054406+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1154 vvbocs4ci1 vvbocs4ci1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Central Instance monthly \N \N \N t t \N \N Fabrice TUNORFE \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.279007+02 2026-04-15 00:08:52.445834+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 89 ls-spare-eco ls-spare-eco workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm ssecoevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef : Spare de l'Ecopole monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.571664+02 2026-04-15 01:04:35.275658+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 615 vpechaetl1 vpechaetl1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir3 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir serveurs de production 1 pour l'exécution des jobs Talaxie monthly \N \N \N t t \N \N Jean-francois CRABS \N Prevenir Antoine Dufour - MOUHLI-GHARBI Abdelkader \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.919462+02 2026-04-15 00:08:52.285922+02 \N \N indifferent indifferent \N \N t Production Infrastructure 1363 lramebrac1 lramebrac1 Host 32 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de recette Amelie Oracle RAC monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenir DBA - Cedric PREVOT - Nadine BENARD \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.8996+02 2026-04-15 00:08:52.084457+02 \N \N indifferent indifferent Sextan 3.0 \N t Recette Trafic 924 vrameasxt1 vrameasxt1.sanef-rec.fr sanef-rec.fr 32 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.121638+02 2026-04-15 00:08:52.087769+02 \N \N indifferent indifferent Sextan 3.0 \N t Recette Trafic 494 vpbotasim1 vpbotasim1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nSimulateur de portique monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.841661+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 1187 vvbotjump1 vvbotjump1.recette.adds recette.adds 18 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nVM de Rebond monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.300385+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 926 vrameasxt3 vrameasxt3.sanef-rec.fr sanef-rec.fr 32 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.123631+02 2026-04-15 00:08:52.08936+02 \N \N indifferent indifferent Sextan 3.0 \N t Recette Trafic 616 vpechaetl2 vpechaetl2.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir12 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir serveurs de production 2 pour l'exécution des jobs Talaxie monthly \N \N \N t t \N \N Jean-francois CRABS \N Prevenir Antoine Dufour - MOUHLI-GHARBI Abdelkader \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.920073+02 2026-04-15 00:08:52.28656+02 \N \N indifferent indifferent \N \N t Production Infrastructure 244 vmampdif2 vmampdif2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir12 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.67873+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 245 vmampgis1 vmampgis1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpmetevir9 f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SANEFSIG\r\nPortal for Arcgis monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.679422+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 79 ls-roye ls-roye workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.565511+02 2026-04-15 00:08:52.376597+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 246 vmampgis2 vmampgis2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SANEFSIG\r\nPortal for Arcgis monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.680348+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 255 vmampmet2 vmampmet2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.687077+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 83 ls-saverne ls-saverne workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.567951+02 2026-04-15 00:08:52.37823+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 84 ls-schwindratzheim ls-schwindratzheim-clone workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spsdtevir1 f f f f f a_definir Production active \N SCHWINDRATZHEIM rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.568533+02 2026-04-15 00:08:52.379517+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 335 vmrgmao7 vmrgmao7.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lrallevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Gestion Maintenance GMAO monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.737538+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 614 vpeapnot1 vpeapnot1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir10 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir E-notification\r\nTraitement temps réel des transactions péage pour notification par mail des abonnés au service. monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.918864+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 91 ls-spare-mon ls-spare-mon workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm ssmonevir1 f f f f f a_definir Production active \N Montesson BPV rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef : Spare de Montesson monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.573417+02 2026-04-15 00:08:52.419449+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 842 vpsupbcen1 vpsupbcen1.sanef.groupe sanef.groupe 10 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir1 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Centreon BDD AFL monthly \N \N \N t t \N \N Thierry BENNE \N Prevenir Dominique - Rachid KHELIFI - Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.069226+02 2026-04-15 00:08:52.519256+02 \N \N indifferent indifferent Centreon 1 \N t Production Flux Libre 648 vpexpbtex1 vpexpbtex1.sanef.groupe sanef.groupe 31 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - DBA \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.940763+02 2026-04-15 00:08:52.150717+02 \N \N indifferent indifferent \N \N t Production Trafic 644 vpexparep1 vpexparep1.sanef.groupe sanef.groupe 31 \N \N 36 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Renouvellement de VMPAT1\r\nReporting Environnemental pour Abertis monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - Serveur en cours de Decomm \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.93808+02 2026-04-15 00:08:52.154568+02 \N \N indifferent indifferent eReport 1 \N t Production Trafic 633 vpemvaldap1 vpemvaldap1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lppcievir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Vpemvaldap1 est le serveur primaire permettant l'accès au domaine SANEF des personnes ayant accès aux serveurs de la bulle monétique. monthly \N \N \N t t \N \N Damien LAUNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.931526+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 634 vpemvaldap2 vpemvaldap2.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lppcievir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Vpemvaldap2 est le serveur secondaire permettant l'accès au domaine SANEF des personnes ayant accès aux serveurs de la bulle monétique. monthly \N \N \N t t \N \N Damien LAUNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.932082+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 635 vpemvantp1 vpemvantp1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lppcievir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur permettant de synchroniser les dates/heures des différents serveurs de la bulle monétique. Ce serveur est redondé sur le site Tinqueux (vpemvantp2) monthly \N \N \N t t \N \N Damien LAUNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.932703+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 636 vpemvantp2 vpemvantp2.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lppcievir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur permettant de synchroniser les dates/heures des différents serveurs de la bulle monétique. Ce serveur est redondé sur le site Millésime (vpemvantp1). monthly \N \N \N t t \N \N Damien LAUNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.933273+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 637 vpemvapol1 vpemvapol1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lppcievir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Poller servant à la supervision des serveurs dans le bunker EMV. monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.933867+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 250 vmampgtc1 vmampgtc1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) vm lpmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.683636+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 650 vpgawagtw1 vpgawagtw1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Gateway MFT monthly \N \N \N t t \N \N Jean-francois CRABS \N Karim RIZKI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.942059+02 2026-04-15 00:08:52.282056+02 \N \N indifferent indifferent \N \N t Production Infrastructure 656 vpgeobody1 vpgeobody1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Franck RIVEY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.945704+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 651 vpgawagtw2 vpgawagtw2.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spmetevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Gateway 2 de Production (DMZ) monthly \N \N \N t t \N \N Jean-francois CRABS \N Karim RIZKI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.942691+02 2026-04-15 00:08:52.282695+02 \N \N indifferent indifferent \N \N t Production Infrastructure 653 vpgawamft2 vpgawamft2.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur MFT 2 de Production monthly \N \N \N t t \N \N Jean-francois CRABS \N Karim RIZKI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.943899+02 2026-04-15 00:08:52.283967+02 \N \N indifferent indifferent \N \N t Production Infrastructure 657 vpgeobody2 vpgeobody2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpmetevir12 f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Franck RIVEY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.946294+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 658 vpgesapent1 vpgesapent1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.2.1511 (Core) vm lpgesevir1 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Pentaho cmdb\r\nhttp://10.30.11.140:8080/pentaho/ monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.946895+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 654 vpgawbpgs1 vpgawbpgs1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur MFT postgres Prod monthly \N \N \N t t \N \N Jean-francois CRABS \N Karim RIZKI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.944508+02 2026-04-15 00:08:52.284594+02 \N \N indifferent indifferent \N \N t Production Infrastructure 646 vpexpaxfb1 vpexpaxfb1.sanef.groupe sanef.groupe 4 \N \N 174 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.939254+02 2026-04-15 00:08:52.289061+02 \N \N indifferent indifferent XFB Gateway 1 \N t Production Infrastructure 96 ls-srom-ferme ls-srom-ferme workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.577301+02 2026-04-15 00:08:52.386196+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1080 vrsupbcen1 vrsupbcen1.sanef.groupe sanef-rec.fr 21 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Centreon Central BDD monthly \N \N \N t t \N \N Rachid KHELIFI - Alexis LANGLAIT \N HOARAU Ludovic \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.228557+02 2026-04-15 00:08:52.439845+02 \N \N indifferent indifferent Centreon 1 \N t Recette Flux Libre 95 ls-srom-bpv ls-srom-bpv workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spsroevir1 f f f f f a_definir Production active \N Epretot BPV rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.576691+02 2026-04-15 01:05:05.705308+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 660 vpgesaquo2 vpgesaquo2.sanef.groupe sanef.groupe 4 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm spdsievir1 f f f f f a_definir Production active \N SENLIS rdp_psmp 22 \N \N secops a_definir a_definir clu-ges-nas : cluster des partages de fichiers : lpgesanas1/lpgesanas2 monthly \N \N \N t t \N \N Thierry BENNE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.94807+02 2026-04-15 00:08:52.204613+02 \N \N indifferent indifferent \N \N t Production Infrastructure 174 vdtrabtpa1 vdtrabtpa1.recette.adds recette.adds 32 \N \N 240 \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Installation applicative réalisé par un prestataire externe (depuis le réseauSanef)\r\nL'application utilise une base PostgreSQL (version 9.6 mini) locale au serveur (installation par le prestataire)\r\nLes dossiers d'installation et d'exploitation de la solution seront fournis par le prestataire. monthly \N \N \N t t \N \N Laurent DELCOUR \N Valder avec Malalatiana \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.627962+02 2026-04-15 00:08:52.091971+02 \N \N indifferent indifferent Temps de parcours v2 1 - Calcul temps de parcours \N t Recette Trafic 202 vibotaapm1 vibotaapm1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nELK and Jaeger server monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.645938+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 922 vrameastg1 vrameastg1.sanef-rec.fr sanef-rec.fr 32 \N \N 152 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.120487+02 2026-04-15 00:08:52.095326+02 \N \N indifferent indifferent SSTG 1 \N t Recette Trafic 866 vptrabtpv1 vptrabtpv1.sanef.groupe sanef.groupe 31 \N \N 240 \N windows Microsoft Windows Server 2019 Standard vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Gestion des Temps de parcours\r\nProduction Visu TP monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - Prevenir ANna HENNION et PCT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.084202+02 2026-04-15 00:08:52.135845+02 \N \N indifferent indifferent Temps de parcours v2 1 \N t Production Trafic 1335 lpinfbcos1 lpinfbcos1.sanef.groupe sanef.groupe 31 \N \N 262 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de Production Coswin Base de données monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine / Nadine - En meme temps que vpcosaapp1 - Prevenir le PCT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.856986+02 2026-04-15 00:08:52.147706+02 \N \N indifferent indifferent COSWIN Entreprise Edition 8i \N t Production Trafic 665 vpgmoaprx1 vpgmoaprx1.sanef.groupe sanef.groupe 31 1 \N 262 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Proxy GMAO en DMZ\r\nremplace vmgmao4 monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenance PCT - DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.951028+02 2026-04-15 00:08:52.149447+02 \N \N indifferent indifferent COSWIN Entreprise Edition 8i \N t Production DMZ 673 vpiadaadm1 vpiadaadm1.sanef-int.adds sanef-int.adds 4 \N \N 184 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir VM AD Manager Plus\r\nAdministre l'AD Bureautique et le nouvel AD Metier monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.955715+02 2026-04-15 00:08:52.168924+02 \N \N indifferent indifferent AD Manager plus 1 \N t Production Infrastructure 131 rmilwdc1 rmilwdc1.sanef.groupe sanef.groupe 4 \N \N 259 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir5 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion controleur de domaine monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.599633+02 2026-04-15 00:08:52.171588+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production Infrastructure 597 vpdsiaumds1 vpdsiaumds1.sanef.groupe sanef.groupe 4 \N \N 521 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Maitre UMDS qui télécharge les MAJ VMware sur internet et les met à disposition pour les vCenter Sanef : \r\nlampvcs1 ou vpaiiavcs1, vpdsiavcs1 et vpdsiavcs1 monthly \N \N \N t t \N \N Nicolas DESSOYE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.90811+02 2026-04-15 00:08:52.203261+02 \N \N indifferent indifferent VCENTER Server Standard 1 \N t Production Infrastructure 1524 sppeaanvr7 sppeaanvr7 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen9 | Serveur NVR de Backup pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.114862+02 2026-04-15 00:08:52.209673+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 877 vpvsaaafl2 vpvsaaafl2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.6 vm lpaflevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-AFL Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.091475+02 2026-04-15 00:08:52.25141+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 664 vpgesbref1 vpgesbref1.sanef.groupe sanef.groupe 3 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpgesevir7 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur POstgresSQL Projet MIRA Prod monthly \N \N \N t t \N \N MEILLON Arnaud \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.950428+02 2026-04-15 00:08:52.347027+02 \N \N indifferent indifferent \N \N t Production Gestion 97 ls-srom-ouvert ls-srom-ouvert workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.577925+02 2026-04-15 00:08:52.386837+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 98 ls-st-avold-a ls-st-avold-a workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spsaaevir1 f f f f f a_definir Production active \N St-Avold A rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.578508+02 2026-04-15 00:08:52.387476+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1270 lamaprac1 lamaprac1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.10 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.759659+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 678 vpiadapol1 vpiadapol1.sanef.groupe sanef.groupe 4 \N \N 245 \N linux Red Hat Enterprise Linux 8 (64-bit) vm spiadevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir VM du Tier 0\r\nServeur Poller de supervision Centreon pour le Tier 0 monthly \N \N \N t t \N \N Thierry BENNE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.959646+02 2026-04-14 22:57:32.524197+02 \N \N indifferent indifferent Centreon 1 \N t Production \N 706 vpnacaadm2 vpnacaadm2.sanef.groupe sanef.groupe \N \N \N \N \N linux redhat-release-server-7 vm lpmetevir3 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Solution NAC : Forescout\r\nVm d'administration : Enterprise Manager (EM) monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.977688+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 728 vppataels1 vppataels1.sanef.groupe sanef.groupe 31 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Responsable Alexis MAHDAVI monthly \N \N \N t t \N \N Thierry UNIMON \N DBA \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.991889+02 2026-04-15 00:08:52.158408+02 \N \N indifferent indifferent \N \N t Production Trafic 701 vpmetasmc1 vpmetasmc1.sanef.groupe sanef.groupe \N \N \N \N \N linux HPE Linux Based on Debian vm spiadevir5 f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir Console Baie Primera Métier\r\nhttps://vpmetasmc1.sanef.groupe:8443/ monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.974464+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 702 vpmetasmc2 vpmetasmc2.sanef.groupe sanef.groupe \N \N \N \N \N linux HPE Linux Based on Debian vm spiadevir5 f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir Console Baie Primera Métier\r\nhttps://vpmetasmc2.sanef.groupe:8443/ monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.975187+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 691 vpisibtel1 vpisibtel1.sanef.groupe sanef.groupe 4 \N \N 357 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir7 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion téléphonie monthly \N \N \N t t \N \N Arnaud THIERY \N Francois ROBERT - Prevenace PCT l''application ISI-COM est utilisée par l'exploitation \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.967752+02 2026-04-15 00:08:52.183787+02 \N \N indifferent indifferent ISI-COM 16.12 \N t Production Infrastructure 700 vpmetaquo1 vpmetaquo1.sanef.groupe sanef.groupe 4 \N \N 178 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir VM Quorum Witness des Baies Primera Métier monthly \N \N \N t t \N \N Nicolas DESSOYE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.973617+02 2026-04-15 00:08:52.205856+02 \N \N indifferent indifferent 3PAR StoreServ (SSMC) 1 \N t Production Infrastructure 709 vpngwasia2 vpngwasia2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsicevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nNetwork Gateway pour CLU-SIA Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.979454+02 2026-04-15 00:08:52.244199+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 710 vpngwasic1 vpngwasic1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsicevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nNetwork Gateway pour CLU-SIC Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.980052+02 2026-04-15 00:08:52.244884+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 718 vpodabquo1 vpodabquo1.sanef.groupe sanef.groupe 4 \N \N 470 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spdsievir1 f f f f f a_definir Production obsolete \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir Serveur Quorum ODA monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.984899+02 2026-04-15 00:08:52.275519+02 \N \N indifferent indifferent Oracle 19 (12.2.0.3) \N t Production Infrastructure 714 vpodaboem1 vpodaboem1.sanef.groupe sanef.groupe \N \N \N \N \N linux \N vm spodabmut1 f f f f f a_definir Production active \N DC MILLESIME ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Cedric PREVOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.982347+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 715 vpodaboem2 vpodaboem2.sanef.groupe sanef.groupe \N \N \N \N \N linux \N vm spodabmut2 f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.982936+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 716 vpodaboem3 vpodaboem3.sanef.groupe sanef.groupe \N \N \N \N \N linux \N vm spodabmut1 f f f f f a_definir Production active \N DC MILLESIME ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.983553+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 717 vpodaboem4 vpodaboem4.sanef.groupe sanef.groupe \N \N \N \N \N linux \N vm spodabmut2 f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.984296+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1022 vrintaweb2 vrintaweb2.sanef.groupe sanef-rec.fr 12 \N \N 305 \N linux Red Hat Enterprise Linux release 8.9 (Ootpa) vm CLU-REC-DMZ f f f f f a_definir Production active \N ESPACE SANEF ssh_key 22 \N \N secops a_definir a_definir Serveur WEB de l'infrastructure de recette du Site institutionnel Sanef\r\n\r\nResponsable de Domaine DTS actuel Arnaud Meillon monthly \N \N \N t t \N \N Arnaud MEILLON \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.186985+02 2026-04-15 00:08:52.339949+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Recette Gestion 723 vposapels2 vposapels2.sanef.groupe sanef.groupe 28 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir8 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur ElasticSearch OSAP\r\nSur site de Tinqueux monthly \N \N \N t t \N \N Freddy LINET \N Nadine BENARD - Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.987857+02 2026-04-15 00:08:52.361421+02 \N \N indifferent indifferent OSAP \N t Production Péage 727 vposapquo1 vposapquo1.sanef.groupe sanef.groupe 28 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir Quorum Elasticsearch Production monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.991155+02 2026-04-15 00:08:52.363928+02 \N \N indifferent indifferent OSAP \N t Production Péage 721 vposapast1 vposapast1.sanef.groupe sanef.groupe 28 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur OSAP Asterisk\r\nResponsable Olivier Lhomme monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.986691+02 2026-04-15 00:08:52.393048+02 \N \N indifferent indifferent OSAP \N t Production Péage 133 rsmisvg4 rsmisvg4.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) vm lpmetevir3 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir VM qui remplace le serveur physique qui n'était plus supporté. monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.601327+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1153 vvbocs4as2 vvbocs4as2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Application Server 2 monthly \N \N \N t t \N \N Fabrice TUNORFE \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.278358+02 2026-04-15 00:08:52.423196+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 732 vppatbcao1 vppatbcao1.sanef.groupe sanef.groupe 31 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir10 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur Contrôle d'Accès de tout Sanef + flux libre\r\nNe pas déplacer la VM (lpmetevir10) monthly \N \N \N t t \N \N Dany CARON \N Prevenir PCT- Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.994448+02 2026-04-15 00:08:52.12469+02 \N \N indifferent indifferent \N \N t Production Trafic 777 vpppeaanvr1 vpppeaanvr1.sanef.groupe sanef.groupe 25 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_local 22 \N \N secops a_definir a_definir Serveur de Pré-Production pour les SVP-NVR mutualisés sur un ESX local à la gare monthly \N \N \N t t \N \N Romuald GAY \N Cedric BOULARD \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.023185+02 2026-04-15 00:08:52.015163+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Pré-Prod Infrastructure 734 vppatbsip1 vppatbsip1.sanef.groupe sanef.groupe 31 1 \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur SI Patrimoine\r\nBase postgreSQL\r\nServeur nginx monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.995626+02 2026-04-15 00:08:52.058348+02 \N \N indifferent indifferent \N \N t Production DMZ 764 vppeahbst1 vppeahbst1.sanef.groupe sanef.groupe 10 1 \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nLoad Balancer 1 (HAProxy) monthly \N \N \N t t \N \N HOARAU Ludovic \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.014692+02 2026-04-15 00:08:52.065675+02 \N \N indifferent indifferent Free Flow 1 \N t Production DMZ 925 vrameasxt2 vrameasxt2.sanef-rec.fr sanef-rec.fr 32 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.122239+02 2026-04-15 00:08:52.088695+02 \N \N indifferent indifferent Sextan 3.0 \N t Recette Trafic 749 vppeaaiph1 vppeaaiph1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpmetevir10 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir PC Interphonie : logiciel AlphaPro\r\nPossède un dongle USB sur le boitier AnywhereUSB de la Salle Blanche en Baie 102 port 1 : 10.40.10.13 monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.004479+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 733 vppatbl2r1 vppatbl2r1.sanef.groupe sanef.groupe 31 \N \N 96 \N windows Microsoft Windows Server 2016 Standard vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur de gestion de la chaussée.\r\nContient une BDD postgreSQL\r\nApplication L2R monthly \N \N \N t t \N \N Laurent DELCOUR \N Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.995061+02 2026-04-15 00:08:52.157753+02 \N \N indifferent indifferent L2R 1 \N t Production Trafic 729 vppatakib1 vppatakib1.sanef.groupe sanef.groupe 31 \N \N 195 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Kibana est un greffon de visualisation de données pour Elasticsearch :\r\nPour exploration des données du cluster sipat monthly \N \N \N t t \N \N Thierry UNIMON \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.992618+02 2026-04-15 00:08:52.159334+02 \N \N indifferent indifferent SI PATRIMOINE 1.0 \N t Production Trafic 730 vppatalag1 vppatalag1.sanef.groupe sanef.groupe 31 \N \N 365 \N windows Microsoft Windows Server 2019 Standard vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Lago\r\nRemplace vmplag1 monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.993239+02 2026-04-15 00:08:52.160115+02 \N \N indifferent indifferent Lago 17 \N t Production Trafic 744 vppeaaadm1 vppeaaadm1.sanef-int.adds sanef-int.adds 28 \N \N 493 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir VM d'administration des PC Péage via le bastion CyberArk monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.001533+02 2026-04-15 00:08:52.364601+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 756 vppeabbst1 vppeabbst1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir11 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur ElasticSearch Persistance monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.009894+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 102 ls-st-jean ls-st-jean workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.580928+02 2026-04-15 00:08:52.391445+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 838 vpsupapol2 vpsupapol2.sanef.groupe sanef.groupe 10 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir2 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Centreon Poller AFL BOO BOC monthly \N \N \N t t \N \N Thierry BENNE \N Prevenir Dominique - Rachid KHELIFI - Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.066666+02 2026-04-15 00:08:52.52059+02 \N \N indifferent indifferent Centreon 1 \N t Production Flux Libre 757 vppeabbst2 vppeabbst2.sanef.groupe sanef.groupe 10 \N \N 227 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nPersistance 2 (Elasticsearch) monthly \N \N \N t t \N \N HOARAU Ludovic \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.010538+02 2026-04-15 00:08:52.536419+02 \N \N indifferent indifferent Flux libre A13-A14 - \N t Production Flux Libre 785 vppwdbsql1 vppwdbsql1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM BDD MySQL Prod PWD Manager monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.028597+02 2026-04-14 22:52:50.907304+02 \N \N indifferent indifferent \N \N t Production \N 758 vppeabbst3 vppeabbst3.sanef.groupe sanef.groupe 10 \N \N 227 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nPersistance 3 (Elasticsearch) monthly \N \N \N t t \N \N HOARAU Ludovic \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.011143+02 2026-04-15 00:08:52.537052+02 \N \N indifferent indifferent Flux libre A13-A14 - \N t Production Flux Libre 759 vppeabbst4 vppeabbst4.sanef.groupe sanef.groupe 10 \N \N 227 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nPersistance 2 (Elasticsearch) monthly \N \N \N t t \N \N HOARAU Ludovic \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.011745+02 2026-04-15 00:08:52.537681+02 \N \N indifferent indifferent Flux libre A13-A14 - \N t Production Flux Libre 765 vppeahbst3 vppeahbst3.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nLoad Balancer 3 (HAProxy) monthly \N \N \N t t \N \N HOARAU Ludovic \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.015304+02 2026-04-15 00:08:52.538467+02 \N \N indifferent indifferent Free Flow SIT - env PROD \N t Production Flux Libre 770 vppintaweb2 vppintaweb2.sanef.groupe sanef.groupe 24 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud MEILLON \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.018247+02 2026-04-15 00:08:52.068644+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Pré-Prod DMZ 920 vrameaquo1 vrameaquo1.sanef-rec.fr sanef-rec.fr 32 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_key 22 \N \N secops a_definir a_definir Serveur Quorum Amelie recette monthly \N \N \N t t \N \N Laurent DELCOUR \N ZHOU Zhongzheng - Laurent \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.119215+02 2026-04-15 00:08:52.077478+02 \N \N indifferent indifferent Amelie \N t Recette Trafic 813 vpsecbcadg2 vpsecbcadg2.sanef.groupe sanef.groupe 31 \N \N 404 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Contrôle d'accès DG - Projet NEDAP monthly \N \N \N t t \N \N Arnaud THIERY \N DEWILDE Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.049251+02 2026-04-15 00:08:52.124073+02 \N \N indifferent indifferent Nedap 1 \N t Production Trafic 768 vppintaprx1 vppintaprx1.sanef.groupe sanef.groupe 24 1 \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud MEILLON \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.017061+02 2026-04-15 00:08:52.133845+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Pré-Prod DMZ 788 vprauahtp2 vprauahtp2.sanef.groupe sanef.groupe 31 1 \N 220 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur proxy RAU prod monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.030472+02 2026-04-15 00:08:52.152048+02 \N \N indifferent indifferent ASUR (RAU) 1 \N t Production DMZ 821 vpsimaexp1 vpsimaexp1.sanef.groupe sanef.groupe 4 \N \N 31 \N windows Microsoft Windows Server 2019 Standard vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Exploitation monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.055012+02 2026-04-15 00:08:52.285246+02 \N \N indifferent indifferent DOLLAR UNIVERSE 1 \N t Production Infrastructure 767 vppintanfs1 vppintanfs1.sanef.groupe sanef.groupe 24 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud MEILLON \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.016504+02 2026-04-15 00:08:52.343358+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Pré-Prod Gestion 771 vppintbweb1 vppintbweb1.sanef.groupe sanef.groupe 24 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpgesevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud MEILLON \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.018825+02 2026-04-15 00:08:52.344001+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Pré-Prod Gestion 808 vpsasawrk6 vpsasawrk6.sanef.groupe sanef.groupe 9 \N \N 132 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpgesevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.046158+02 2026-04-15 00:08:52.513298+02 \N \N indifferent indifferent SAS Viya \N t Production BI 803 vpsasawrk1 vpsasawrk1.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 8.10 (Ootpa) vm lpgesevir7 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir sas worker 1\r\n\r\nExécution des demandes in-memory de SAS Viya monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.042438+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS Viya \N t Production BI 1351 lpsimabkp1 lpsimabkp1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen9 | Serveur de Sauvegarde SAN et LAN via TiNa monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.881894+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1352 lpsimbpfe1 lpsimbpfe1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen9 | XIB - Plateforme d'échanges monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.883273+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 822 vpsimaexp2 vpsimaexp2.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 8.1.1911 (Core) vm lpmetevir8 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Exploitation monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.055636+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1316 lpemvaste3 lpemvaste3.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Lpemvaste3 est le premier serveur WEBLOGIC pour STECARD V19. Il possède l'application IHM STECARD. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.828174+02 2026-04-14 22:57:32.235552+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 804 vpsasawrk2 vpsasawrk2.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 8.10 (Ootpa) vm lpgesevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.043378+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS Viya \N t Production BI 811 vpsecausb1 vpsecausb1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Ubuntu vm spgesevir2 f f f f f a_definir Production active \N SALLE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM de l'infra station Blanche \r\n\r\nQui permet aux utilisateurs de récupérer le contenu de leur clé USB à distance.\r\nVia la page : \r\nhttps://usbprotection.sanef.fr monthly \N \N \N t t \N \N Nicolas DESSOYE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.047996+02 2026-04-14 22:52:51.138377+02 \N \N indifferent indifferent \N \N t Production \N 256 vmamprdt1 vmamprdt1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir3 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - RDT comptage monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.687663+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 257 vmamprdt2 vmamprdt2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - RDT comptage monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.688255+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 827 vpssiapki1 vpssiapki1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Stream release 8 vm lpmetevir12 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Le serveur va servir pour la création des certificats en Sha256 pour les voies de péage et controleurs Endian (zone EMV) monthly \N \N \N t t \N \N Joel CAVE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.059566+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 854 vptraatpf1 vptraatpf1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm spmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Gestion des Temps de parcours\r\nProduction frontal monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.076818+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 849 vptelagws1 vptelagws1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.6 (Maipo) vm CLU-GES-DMZ f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Oracle telephonie - EOM pour SBC\r\nIP : 10.40.213.203\r\nCPU : 8 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.073683+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 826 vpssiandes1 vpssiandes1.sanef.groupe sanef.groupe 4 1 \N 305 \N windows Windows 2019 Version 1809 vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur Web NDES qui communique avec les serveurs JAMF pour la distribution de certificats Externes pour Produits Apple : MAC, Iphone.\r\nFait parti de l'infrastructure PKI NDES avec vpssiapki2 monthly \N \N \N t t \N \N Joel CAVE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.058785+02 2026-04-15 00:08:52.113717+02 \N \N indifferent indifferent Gestion Pki 1 \N t Production DMZ 876 vpvsaaafl1 vpvsaaafl1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.6 vm lpaflevir3 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-AFL Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.09067+02 2026-04-15 00:08:52.250758+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 875 vpvpnassl2 vpvpnassl2.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.3.1611 (Core) vm spmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir VM passerelles SSL IVANTI de Production monthly \N \N \N t t \N \N Thomas PELZER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.089556+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 878 vpvsaaafz1 vpvsaaafz1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.8 vm spaflevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-AFL-DMZ Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.092127+02 2026-04-15 00:08:52.252163+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 881 vpvsaaahz2 vpvsaaahz2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.8 vm sraflevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-AFL-REC-DMZ monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.093992+02 2026-04-15 00:08:52.254106+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 882 vpvsaages1 vpvsaages1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.6 vm lpgesevir7 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-GES Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.094618+02 2026-04-15 00:08:52.254785+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 883 vpvsaages2 vpvsaages2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.6 vm lpgesevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-GES Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.095231+02 2026-04-15 00:08:52.255412+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 828 vpssiapki2 vpssiapki2.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir10 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur SubCA Externe : Autorité de distribution de certificats Externes pour Produits Apple : MAC, Iphone.\r\nFait parti de l'infrastructure PKI NDES avec vpssiandes1 monthly \N \N \N t t \N \N Joel CAVE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.060208+02 2026-04-15 00:08:52.268096+02 \N \N indifferent indifferent Gestion Pki 1 \N t Production Infrastructure 852 vptraatai1 vptraatai1.sanef.groupe sanef.groupe 4 \N \N \N \N windows Microsoft Windows Server 2016 Standard vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Enregistrement communications PCE/PSI\r\nServeur avec le rôle de satellite, pour l'enregistrement des radios Tait.\r\nAccès distant pour Recom à tous les serveurs de la solution monthly \N \N \N t t \N \N Laurent DELCOUR \N François ROBERT / Fabien LAMBERT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.07559+02 2026-04-15 00:08:52.289696+02 \N \N indifferent indifferent \N \N t Production Infrastructure 853 vptraatai2 vptraatai2.sanef.groupe sanef.groupe 4 \N \N \N \N windows Microsoft Windows Server 2016 Standard vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Enregistrement communications PCE/PSI\r\nServeur de backup avec le rôle de satellite, pour l'enregistrement des radios Tait.\r\nAccès distant pour Recom à tous les serveurs de la solution monthly \N \N \N t t \N \N Laurent DELCOUR \N François ROBERT / Fabien LAMBERT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.07621+02 2026-04-15 00:08:52.290319+02 \N \N indifferent indifferent \N \N t Production Infrastructure 837 vpsupapol1 vpsupapol1.sanef.groupe sanef.groupe 10 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir1 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Centreon Poller AFL BOT monthly \N \N \N t t \N \N Thierry BENNE \N Prevenir Dominique - Rachid KHELIFI - Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.065858+02 2026-04-15 00:08:52.519959+02 \N \N indifferent indifferent Centreon 1 \N t Production Flux Libre 841 vpsupapol5 vpsupapol5.sanef.groupe sanef.groupe 10 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur poller 5 Centreon prod monthly \N \N \N t t \N \N Thierry BENNE \N Prevenir Dominique - Rachid KHELIFI - Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.068629+02 2026-04-15 00:08:52.52249+02 \N \N indifferent indifferent Centreon 1 \N t Production Flux Libre 258 vmampstg1 vmampstg1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir3 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - SSTG monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.6888+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 259 vmampstg2 vmampstg2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - SSTG monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.689385+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 260 vmampsxt1 vmampsxt1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir9 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - Sextan monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.690707+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 898 vpvsampci1 vpvsampci1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lppcievir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-PCI Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.104853+02 2026-04-15 00:08:52.239216+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 135 vadvdapp1 vadvdapp1.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.6 (Tikanga) vm lrallevir10 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Gestion commerciale monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.602672+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 136 vadvdevl1 vadvdevl1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.3 (Tikanga) vm srallevir4 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Gestion commerciale monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.603279+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1404 rmilsas1 rmilsas1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Standard physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_local 22 \N \N secops a_definir a_definir HPE DL360 G7 | Etudes statistiques monthly \N \N \N t t \N \N Ludovic LE BRETON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.960505+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1406 rrtxu2k1 rrtxu2k1.sanef.groupe sanef.groupe \N \N \N \N \N linux SUSE Linux Enterprise Server 11 (x86_64) physical \N f f f f f a_definir Production obsolete \N \N ssh_psmp 22 \N \N secops a_definir a_definir Huawei RH2288H V3 | Sevreur NMS U2000 monthly \N \N \N t t \N \N Alexandre CHAMPY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.963473+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 137 vadvpapp1 vadvpapp1.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.6 (Tikanga) vm lpmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Gestion commerciale monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.603915+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 899 vpvsampci2 vpvsampci2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lppcievir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-PCI Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.105443+02 2026-04-15 00:08:52.239841+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 895 vpvsaasia2 vpvsaasia2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-SIA Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.103054+02 2026-04-15 00:08:52.240466+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 896 vpvsaasic1 vpvsaasic1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsicevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-SIC Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.103674+02 2026-04-15 00:08:52.241102+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 897 vpvsaasic2 vpvsaasic2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsicevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-SIC Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.10426+02 2026-04-15 00:08:52.241803+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 894 vpvsaasia1 vpvsaasia1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-SIA Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.102441+02 2026-04-15 00:08:52.242707+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 884 vpvsaagez1 vpvsaagez1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.8 vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-GES-DMZ Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.0958+02 2026-04-15 00:08:52.256064+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 885 vpvsaagez2 vpvsaagez2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.8 vm spgesevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-GES-DMZ Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.096404+02 2026-04-15 00:08:52.256715+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 892 vpvsaarec2 vpvsaarec2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.10 vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-REC Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.101163+02 2026-04-15 00:08:52.261591+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 686 vpintanfs1 vpintanfs1.sanef.groupe sanef.groupe 3 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud MEILLON \N HERROUIN-ORANGE Alice \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.964571+02 2026-04-15 00:08:52.345666+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Production Gestion 840 vpsupapol4 vpsupapol4.sanef.groupe sanef.groupe 10 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Centreon/PROD/Poller For BOT 2 monthly \N \N \N t t \N \N Philippe GANDIL \N Prevenir Dominique - Rachid KHELIFI - Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.068041+02 2026-04-15 00:08:52.521863+02 \N \N indifferent indifferent Centreon 1 \N t Production Flux Libre 909 vraiibsql2 vraiibsql2.sanef.groupe sanef-rec.fr \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Réalisation de tests d'installation, création de bases, sauvegardes sur Postgres. monthly \N \N \N t t \N \N Nadine BENARD \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.112442+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 934 vrburxban10 vrburxban10.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm CLU-REC f f f f f a_definir Production active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir VM Qualification Windows 10 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.129013+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 140 vairtom1 vairtom1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.8 (Tikanga) vm lpmetevir9 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Gestion des Aires monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.605762+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 141 vampsycapp1 vampsycapp1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Standard vm lpmetevir5 f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Amelie - Sycar monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.606441+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 935 vrburxban11 vrburxban11.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm CLU-REC f f f f f a_definir Production active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir VM Qualification Windows 10 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.129619+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 936 vrburxban12 vrburxban12.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm CLU-REC f f f f f a_definir Production active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir VM Qualification Windows 10 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.13023+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 937 vrburxban2 vrburxban2.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm CLU-REC f f f f f a_definir Production active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir VM Qualification Windows 10 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.130918+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 938 vrburxban4 vrburxban4.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm CLU-REC f f f f f a_definir Production active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir VM Qualification Windows 10 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.131519+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 812 vpsecawin1 vpsecawin1.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm lpmetevir8 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Securite windows\r\nremplace vmsecuwin monthly \N \N \N t t \N \N Christian THEPAUT \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.048643+02 2026-04-15 00:08:52.268723+02 \N \N indifferent indifferent Gestion sécurité windows 1 \N t Production Infrastructure 772 vppixatsf1 vppixatsf1.sanef-int.adds sanef-int.adds 4 \N \N 492 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir5 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Infra Pixys (Mur d'images au PCT : application TSF monthly \N \N \N t t \N \N Franck RIVEY \N Informer PCT +fabien Fontaine + Patrick Vengadassalame + Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.019439+02 2026-04-15 00:08:52.279601+02 \N \N indifferent indifferent supervision pct TOPS \N t Production Infrastructure 939 vrburxban5 vrburxban5.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm CLU-REC f f f f f a_definir Production active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir VM Qualification Windows 11 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.132104+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Pré-Prod \N 1482 splogbels2 splogbels2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Implémentation obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL380 Gen11 | Serveurs puit de logs ELS 2\r\npour données froides monthly \N \N \N t t \N \N Joel CAVE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.068836+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 857 vptraazen2 vptraazen2.sanef.groupe sanef.groupe 4 \N \N \N \N windows Microsoft Windows Server 2016 Standard vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Enregistrement communications PCE/PSI\r\nServeur de backup avec le rôle de satellite, pour l'enregistrement des interphones Zenitel.\r\nAccès distant pour Recom à tous les serveurs de la solution monthly \N \N \N t t \N \N Laurent DELCOUR \N François ROBERT / Fabien LAMBERT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.078583+02 2026-04-15 00:08:52.291602+02 \N \N indifferent indifferent \N \N t Production Infrastructure 8 ls-arsy ls-arsy workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.516973+02 2026-04-15 00:08:52.310193+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 690 vpintbweb2 vpintbweb2.sanef.groupe sanef.groupe 3 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpgesevir7 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir serveur BDD Postgres de production monthly \N \N \N t t \N \N Arnaud MEILLON \N HERROUIN-ORANGE Alice \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.967061+02 2026-04-15 00:08:52.34633+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Production Gestion 724 vposapexp1 vposapexp1.sanef-int.adds sanef-int.adds 28 \N \N 111 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir4 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur OSAP de rebond pour l'équipe exploitation Production\r\nPrise en main à distance aux postes métiers péage CSP et Voie monthly \N \N \N t t \N \N Freddy LINET \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.988463+02 2026-04-15 00:08:52.362405+02 \N \N indifferent indifferent OSAP \N t Production Péage 237 vipeabbst3 vipeabbst3.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir5 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nPersistance 3 (Elasticsearch) monthly \N \N \N t t \N \N HOARAU Ludovic \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.671661+02 2026-04-15 00:08:52.472235+02 \N \N indifferent indifferent Free Flow SIT - env PREPROD \N t Pré-Prod Flux Libre 940 vrburxban6 vrburxban6.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm CLU-REC f f f f f a_definir Production active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir VM Qualification Windows 10 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.132714+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 93 ls-spare-sen ls-spare-sen workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm sssenevir1 f f f f f a_definir Production active \N SENLIS rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef : Spare de Senlis monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.57534+02 2026-04-15 01:04:35.275658+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 261 vmampsxt2 vmampsxt2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir8 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - Sextan monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.691564+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 326 vmm_stl_01 vmm_stl_01.sanef-int.adds sanef-int.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm lpmetevir3 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Systel\r\nWorkstation PC\r\nVM de configuration pour PCVue\r\nInstallée en DHCP via MECM Métier monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.73222+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1483 splogbels3 splogbels3.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL380 Gen10 | Serveurs puit de logs ELS 3\r\npour données froides monthly \N \N \N t t \N \N Joel CAVE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.070157+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 965 vrdsiaadg1 vrdsiaadg1.recette.adds sanef-int.adds 5 \N \N 184 \N windows Microsoft Windows Server 2022 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir AD Manager Plus de l'AD Recette monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.148631+02 2026-04-15 00:08:52.052544+02 \N \N indifferent indifferent AD Manager plus 1 \N t Recette Infrastructure 687 vpintaprx2 vpintaprx2.sanef.groupe sanef.groupe 3 1 \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud MEILLON \N Nadine BENARD, Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.965125+02 2026-04-15 00:08:52.070454+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Production DMZ 923 vrameastg2 vrameastg2.sanef-rec.fr sanef-rec.fr 32 \N \N 152 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N DELCOUR Laurent \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.121036+02 2026-04-15 00:08:52.13451+02 \N \N indifferent indifferent SSTG \N t Recette Trafic 952 vrcybapvwa2 vrcybapvwa2.sanef.groupe recette.adds 5 \N \N 267 \N windows Microsoft Windows Server 2019 Datacenter vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Bastion CyberArk de Recette\r\nServeur PVWA 2\r\nConsole d'administration WEB CyberArk monthly \N \N \N t t \N \N Alexandre CHAMPY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.140308+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent CyberArk Recette \N t Recette \N 836 vpsupacen1 vpsupacen1.sanef.groupe sanef.groupe 10 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir1 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Centreon Central AFL monthly \N \N \N t t \N \N Thierry BENNE \N Prevenir Dominique - Rachid KHELIFI - Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.065221+02 2026-04-15 00:08:52.518524+02 \N \N indifferent indifferent Centreon 1 \N t Production Flux Libre 148 vburadmad1 vburadmad1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 Standard vm lpgesevir5 f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion AD dhcp dns imprimante Windows monthly \N \N \N t t \N \N Johann LEFEBVRE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.611396+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 968 vrdsiaazu1 vrdsiaazu1.recette.adds sanef-int.adds 5 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Azur AD Connect de Recette monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.150462+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent \N \N t Recette \N 969 vrdsiaazu2 vrdsiaazu2.recette.adds sanef-int.adds 5 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Azur AD Connect de Recette\r\nremplace vrdsiaazu1 monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.15101+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent \N \N t Recette \N 966 vrdsiaadm1 vrdsiaadm1.recette.adds sanef-int.adds 5 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir VM d'administration de l'AD Recette monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.149244+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Recette \N 144 vamrsycapp1 vamrsycapp1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Standard vm lrallevir10 f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Amelie - Sycar - Recette monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.608919+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 147 vastapp1 vastapp1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS release 6.5 (Final) vm lpmetevir5 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Gestion commerciale monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.610766+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 641 vpemvawsus1 vpemvawsus1 WORKGROUP 15 \N \N 291 \N windows Microsoft Windows Server 2022 Standard vm lppcievir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir vpemvawsus1 est le serveur wsus du la bulle EMV PCI-DSS.\r\nIl permet de mettre les serveurs Microsoft du bunker à jour.\r\n\r\n!ATTENTION! partage Commvault utilisé pour le disaster recovery monthly \N \N \N t t \N \N Damien LAUNE \N Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.936222+02 2026-04-15 00:08:52.551914+02 \N \N indifferent indifferent EMV V17 17 \N t Production EMV 1551 srcybavlt1 srcybavlt1.sanef.groupe sanef.groupe 5 \N \N 267 \N windows Microsoft Windows Server 2022 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_local 22 \N \N secops a_definir a_definir HPE ML350 Gen10 | Bastion CyberArk de Recette\r\nServeur Vault 1\r\nCoffre fort = base de données des mots de passe monthly \N \N \N t t \N \N Alexandre CHAMPY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.155604+02 2026-04-14 22:57:32.521479+02 \N \N indifferent indifferent CyberArk Recette \N t Recette \N 948 vrcybapsp1 vrcybapsp1.sanef-rec.fr sanef-rec.fr 5 \N \N 267 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Cyberark PSP de recette monthly \N \N \N t t \N \N Sophie TENNOIR \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.137445+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent CyberArk 1 \N t Recette \N 950 vrcybapta1 vrcybapta1.sanef-rec.fr sanef-rec.fr 5 \N \N 267 \N linux \N vm lrallevir10 f f f f f a_definir Production active \N SALLE BLANCHE ssh_key 22 \N \N secops a_definir a_definir Serveur Cyberark PTA de recette monthly \N \N \N t t \N \N Sophie TONNOIR \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.138616+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent CyberArk Recette \N t Recette \N 1556 srlogbels2 srlogbels2.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N SALLE BLANCHE ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant ML350 Gen10 | Serveur puit de logs recette ELK 2 monthly \N \N \N t t \N \N Frederic GRAFFAGNINO \N Frederic GRAFFAGNINO \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.163115+02 2026-04-15 00:08:52.045376+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 1014 vriadapki1 vriadapki1.recette.adds recette.adds 5 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir PKI : Autorité Racine de Recette monthly \N \N \N t t \N \N Joel CAVE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.182197+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent Gestion Pki 1 \N t Recette \N 262 vmampsxt3 vmampsxt3.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir9 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - Sextan monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.692222+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 263 vmampsxt4 vmampsxt4.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - Sextan monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.692812+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 402 vpaiiapvd4 vpaiiapvd4.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir PC DEM\r\n\r\n\r\nAlias : videodemreno.sanef.fr monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.780284+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 801 vpsasamic1 vpsasamic1.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 8.10 (Ootpa) vm lpgesevir3 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir SAS Micro Service\r\n\r\nPermettent le fonctionnement de SAS Viya. monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.039633+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS Viya \N t Production BI 1555 srlogbels1 srlogbels1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N SALLE BLANCHE ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant ML350 Gen10 | Serveurs puit de logs ELS 1 monthly \N \N \N t t \N \N Frederic GRAFFAGNINO \N Frederic GRAFFAGNINO \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.161495+02 2026-04-15 00:08:52.046601+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 688 vpintaweb2 vpintaweb2.sanef.groupe sanef.groupe 3 1 \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud MEILLON \N Nadine BENARD, Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.96571+02 2026-04-15 00:08:52.071142+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Production DMZ 101 ls-st-gibrien ls-st-gibrien workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.580323+02 2026-04-15 00:08:52.390772+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 350 vpadvaapp1 vpadvaapp1.sanef.groupe sanef.groupe 28 \N \N 193 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir3 f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur applicatif ADV monthly \N \N \N t t \N \N Philippe GANDIL \N Point Teams avec Philippe et Alexis ou Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.747137+02 2026-04-15 00:08:52.465704+02 \N \N indifferent indifferent ADV-U facturation sanef 1.29g \N t Production Péage 988 vrdsiatse1 vrdsiatse1.recette.adds sanef-int.adds 12 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur de Recette de licence TSE 2022\r\nID Produit : 00454-10000-92284-AT359\r\nClé : M2PD2-QRX34-TQ3VK-JK42J-R9RK8-RDY4C-DRH7X\r\n\r\nEst utilisé pour les Serveurs :\r\nvdbocjump1\r\nvvboojump1\r\nvvbotjump1\r\nvvafljump1\r\nvvafljump2\r\nvragtatse2\r\nvrdsiaadm1 monthly \N \N \N t t \N \N Majid KABKOUB \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.163991+02 2026-04-15 00:08:52.505504+02 \N \N indifferent indifferent \N \N t Recette Gestion 149 vburimp2 vburimp2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Standard vm lpgesevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir Serveur d'impression monthly \N \N \N t t \N \N Alain PIGEON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.612026+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 407 vpaiiatse2 vpaiiatse2.sanef.groupe sanef.groupe 3 \N \N \N \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur de licence TSE 2016 et 2019\r\nSert notamment à \r\nvpburaadm1, \r\nvpsatatse1 et \r\nvpsatatse2,\r\nvrbipbdec1,\r\nvpbipbdec1\r\nvpcybapsm1 et \r\nvpcybapsm2\r\nvpboeacst1\r\nvpsimaexp1 (5 licences)\r\nvexploit2 (5 licences) monthly \N \N \N t t \N \N Majid KABKOUB \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.783279+02 2026-04-15 00:08:52.517256+02 \N \N indifferent indifferent \N \N t Production Gestion 800 vpsasactr1 vpsasactr1.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 8.10 (Ootpa) vm lpgesevir7 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir SAS Controller\r\n\r\nGestion de tous les serveurs in-memory de SAS Viya monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.038728+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS Viya \N t Production BI 807 vpsasawrk5 vpsasawrk5.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 8.10 (Ootpa) vm lpgesevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir sas worker 4\r\n\r\nExécution des demandes in-memory de SAS Viya monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.045525+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS Viya \N t Production BI 805 vpsasawrk3 vpsasawrk3.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 8.10 (Ootpa) vm lpgesevir5 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.044168+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS Viya \N t Production BI 986 vrdsiascr1 vrdsiascr1.sanef-rec.fr sanef-rec.fr 5 \N \N 408 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm srallevir4 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur Nextcloud Talk de recette monthly \N \N \N t t \N \N Cedric PREVOT \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.16255+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent Nextcloud 31.0.7 \N t Recette \N 358 vpagtatse1 vpagtatse1.sanef.groupe sanef.groupe 3 \N \N 197 \N windows Microsoft Windows Server 2022 Standard vm lpgesevir1 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur de Production Rebond TSE/RDP pour AgileTime monthly \N \N \N t t \N \N Majid KABKOUB \N Nadine BENARD, Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.752106+02 2026-04-15 00:08:52.351189+02 \N \N indifferent indifferent AgileTime - Sapn 1 \N t Production Gestion 962 vrdepbels1 vrdepbels1.sanef-rec.fr sanef-rec.fr 32 \N \N 316 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenir DBA - Cedric PREVOT - Nadine BENARD \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.146874+02 2026-04-15 00:08:52.104733+02 \N \N indifferent indifferent Gdepa 1 \N t Recette Trafic 377 vpaiiagml1 vpaiiagml1 workgroup 4 \N \N \N \N windows Windows 2016 Version 1607 vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Solution d'authentification forte pour les prestataires externes se connectant aux ressources sanef par l'intermédiaire d'un VPN SSL (mode web et tunnel) porté par les équipements Pulse Secure.\r\n\r\n\r\nRESPONSABLE => LEFEBVRE Pascal monthly \N \N \N t t \N \N Alexandre CHAMPY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.764148+02 2026-04-15 00:08:52.183146+02 \N \N indifferent indifferent \N \N t Production DMZ 580 vpdsiaito1 vpdsiaito1.sanef.groupe sanef.groupe 4 \N \N 359 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpgesevir3 f f f f f a_definir Implémentation obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Itop de production monthly \N \N \N t t \N \N Thierry BENNE \N Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.896602+02 2026-04-14 22:57:32.407201+02 \N \N indifferent indifferent ITOP 2.7 \N t Production \N 269 vmamrdif2 \N Host \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir3 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.696868+02 2026-04-14 22:33:10.077981+02 \N \N indifferent indifferent \N \N t Recette \N 265 vmamptd1 vmamptd1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir10 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - Exploitation autoroutière\r\n\r\n+ https://trafficdata.sanef.fr monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.694034+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 266 vmampweb1 vmampweb1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpmetevir3 f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir AMELIE - WEB\r\nCluster CIFS pour Sanef SIG monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.694754+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 267 vmampweb2 vmampweb2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir AMELIE - WEB\r\nCluster CIFS pour Sanef SIG monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.695461+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 273 vmamrhtp2 vmamrhtp2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - HTPn monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.699309+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 274 vmamrmet1 vmamrmet1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir Cluster METEO monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.699908+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 275 vmamrmet2 vmamrmet2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir Cluster METEO monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.700508+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 276 vmamrpmv1 vmamrpmv1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - PMV monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.701097+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 708 vpngwasia1 vpngwasia1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nNetwork Gateway pour CLU-SIA Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.978847+02 2026-04-15 00:08:52.243472+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 902 vragtatse1 vragtatse1.recette.adds recette.adds 12 \N \N 197 \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur de Test Applicatif Agilteime (RDP/TSE) monthly \N \N \N t t \N \N Majid KABKOUB \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.108068+02 2026-04-15 00:08:52.347668+02 \N \N indifferent indifferent AgileTime - Sapn 1 \N t Recette Gestion 359 vpagtaweb1 vpagtaweb1.sanef.groupe sanef.groupe 3 \N \N 197 \N windows Microsoft Windows Server 2022 Standard vm lpgesevir8 f f f f f a_definir Implémentation active \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir Serveur Web Self Service pour AgileTime en Production monthly \N \N \N t t \N \N Majid KABKOUB \N Nadine BENARD, Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.752687+02 2026-04-15 00:08:52.351817+02 \N \N indifferent indifferent AgileTime - Sapn 1 \N t Production Gestion 357 vpagtaftp1 vpagtaftp1.sanef.groupe sanef.groupe 3 \N \N 197 \N windows Microsoft Windows Server 2022 Standard vm lpgesevir5 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur Agiletime : Gestion des Interfaces\r\n+ Rôles FTP monthly \N \N \N t t \N \N Majid KABKOUB \N DESIMEUR Veronique \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.751467+02 2026-04-15 00:08:52.514009+02 \N \N indifferent indifferent AgileTime 2.7.9 \N t Production Gestion 90 ls-spare-etv ls-spare-etv workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm ssecoevir1 f f f f f a_definir Production active \N AMIENS rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef : Spare à Etouvie monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.572413+02 2026-04-15 01:04:35.275658+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 277 vmamrpmv2 vmamrpmv2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - PMV monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.701657+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 977 vrdsiaito1 vrdsiaito1.sanef-rec.fr sanef-rec.fr 5 \N \N 359 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Itop Recette monthly \N \N \N t t \N \N Thierry BENNE \N BOULARD Cedric \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.155966+02 2026-04-15 00:08:52.01195+02 \N \N indifferent indifferent ITOP 2.6 \N t Recette Infrastructure 1048 vrpeaaiph1 vrpeaaiph1.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir PC Interphonie de recette : logiciel AlphaPro monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.206287+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 1007 vrexpbtex1 vrexpbtex1.sanef.groupe sanef-rec.fr 32 1 \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir VM de recette pourle projet Transports Exceptionnels monthly \N \N \N t t \N \N Laurent DELCOUR \N N/A \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.177833+02 2026-04-15 00:08:52.057686+02 \N \N indifferent indifferent \N \N t Recette DMZ 1040 vrpatbcao1 vrpatbcao1.recette.adds recette.adds 32 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur Contrôle d'Accès Ouest (SAPN) de Recette monthly \N \N \N t t \N \N Dany CARON \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.200997+02 2026-04-15 00:08:52.071784+02 \N \N indifferent indifferent \N \N t Recette Trafic 154 vdameassl1 vdameassl1.sanef.groupe sanef.groupe 32 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Mise en place d'une machine en DMZ développement qui aura pour tache de rediriger vers vdameasxt2 les requêtes d'Adneom. monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.615005+02 2026-04-15 00:08:52.090621+02 \N \N indifferent indifferent Sextan 2.0 \N t Recette Trafic 1042 vrpatbl2r2 vrpatbl2r2.recette.adds recette.adds 32 \N \N 96 \N windows Microsoft Windows Server 2022 Standard vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur de Recette de gestion de la chaussée.\r\nContient une BDD postgreSQL\r\nApplication L2R monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.202191+02 2026-04-15 00:08:52.111232+02 \N \N indifferent indifferent L2R 1 \N t Recette Trafic 1041 vrpatbl2r1 vrpatbl2r1.recette.adds recette.adds 32 \N \N 96 \N windows Microsoft Windows Server 2016 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur de Recett de gestion de la chaussée.\r\nContient une BDD postgreSQL\r\nApplication L2R monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.201554+02 2026-04-15 00:08:52.112163+02 \N \N indifferent indifferent L2R 1 \N t Recette Trafic 1050 vrpeaaref1 vrpeaaref1.recette.adds recette.adds 29 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur référentiel Péage de Recette pour les SVP maîtres de recette Sanef, Sapn, Albea et A65 monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.207804+02 2026-04-15 00:08:52.32768+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 1518 sppeaanvr31 sppeaanvr31 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen11 | Serveur NVR pour les Sites Sensibles monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.10781+02 2026-04-15 01:05:50.337951+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1519 sppeaanvr32 sppeaanvr32 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen11 | Serveur NVR pour les Sites Sensibles monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.109303+02 2026-04-15 01:05:50.337951+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 991 vrdsibarc1 vrdsibarc1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.6 (Plow) vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud Thierry \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.16679+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 1070 vrsamaext1 vrsamaext1.recette.adds recette.adds 5 1 \N 382 \N windows Microsoft Windows Server 2022 Standard vm srallevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_local 22 \N \N secops a_definir a_definir Serveur de Recette - SAM Snow Extender en DMZ monthly \N \N \N t t \N \N Frederic GRAFFAGNINO- Fred POLOMACK \N Frederic GRAFFAGNINO \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.220631+02 2026-04-15 00:08:52.049969+02 \N \N indifferent indifferent SAM - Gestion des Actifs Logiciels 1 \N t Recette DMZ 983 vrdsiasaf1 vrdsiasaf1.sanef-rec.fr sanef-rec.fr 5 \N \N 447 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm srallevir4 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir agent Safenet 1 de recette pour OTP monthly \N \N \N t t \N \N Romuald GAY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.160604+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent Radius 1 \N t Recette \N 160 vdbocharg1 vdbocharg1.sanef-rec.fr sanef-rec.fr 17 \N \N 491 \N linux Red Hat Enterprise Linux release 8.7 (Ootpa) vm lraflevir2 f f f f f a_definir Production obsolete \N REIMS ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-CC-- monthly \N \N \N t t \N \N Fabrice TUNORFE \N Abdelkader MOUHLI-GHARBI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.618776+02 2026-04-15 00:08:52.436071+02 \N \N indifferent indifferent Free Flow BOC - env DEV \N t Développement Flux Libre 162 vdbocmedi1 vdbocmedi1.sanef-rec.fr sanef-rec.fr 17 \N \N 491 \N linux Red Hat Enterprise Linux release 8.7 (Ootpa) vm lraflevir2 f f f f f a_definir Production obsolete \N REIMS ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-CM--\r\nSAP Convergence Mediation monthly \N \N \N t t \N \N Fabrice TUNORFE \N Abdelkader MOUHLI-GHARBI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.619945+02 2026-04-15 00:08:52.436694+02 \N \N indifferent indifferent Free Flow BOC - env DEV \N t Développement Flux Libre 1103 vrtrabpxp1 vrtrabpxp1.recette.adds recette.adds 32 \N \N \N \N windows Microsoft Windows Server 2016 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Prévision Trafic Groupe de recette monthly \N \N \N t t \N \N Franck RIVEY \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.243802+02 2026-04-15 00:08:52.073696+02 \N \N indifferent indifferent \N \N t Recette Trafic 1083 vrsvpaalb1 vrsvpaalb1.sanef-rec.fr sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage Senlis\r\nVM SVP Maitre Recette Albéa monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.230551+02 2026-04-15 00:08:52.305156+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 1087 vrsvpaosap1 vrsvpaosap1.sanef-rec.fr sanef-rec.fr 29 \N \N 111 \N windows Microsoft Windows Server 2019 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage Senlis\r\nVM SVP Maitre Recette Sanef OSAP monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît - Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.233039+02 2026-04-15 00:08:52.307718+02 \N \N indifferent indifferent OSAP \N t Recette Péage 1091 vrsvpasan2 vrsvpasan2.sanef-rec.fr sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de Validation Péage Senlis\r\nVM SVP Maitre Validation Péage monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.235577+02 2026-04-15 00:08:52.314162+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 1092 vrsvpasan3 vrsvpasan3.sanef-rec.fr sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage Senlis\r\nVM SVP Maitre Recette Sanef sytème Ouvert monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.236177+02 2026-04-15 00:08:52.314806+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 1094 vrsvpasap2 vrsvpasap2.sanef-rec.fr sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage Senlis\r\nVM SVP Maitre Recette SAPN sytème fermé monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.237378+02 2026-04-15 00:08:52.316115+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 1098 vrtrabmas1 vrtrabmas1.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows Server 2003 Enterprise Edition vm lrallevir10 f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Gestion du Parc Matériel\r\nMasterparc monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.240391+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 512 vpburaadm1 vpburaadm1.sanef.groupe sanef.groupe 4 \N \N 20 \N windows Microsoft Windows Server 2016 Standard vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Gestion AD dhcp dns imprimante Windows\r\nremplace vburadmad1\r\nSi pb avec synchro compte cyberarl, relancer le service netlogon qui ne redémarre pas tout seul suite à un reboot. monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.852793+02 2026-04-15 00:08:52.174112+02 \N \N indifferent indifferent Serveur Administration \N t Production Infrastructure 684 vpiadawsus1 vpiadawsus1.sanef-int.adds sanef-int.adds 4 \N \N 535 \N windows Microsoft Windows Server 2022 Standard vm spiadevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir VM du Tier 0\r\nServeur WSUS pour tous les serveurs de Tier0.\r\nIl est connecté en downstream sur le WSUS en DMZ vpdsiawsus1 qui lui télécharge les MAJ directement depuis les sites Microsoft sur internet monthly \N \N \N t t \N \N Thierry BENNE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.963379+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent WSUS (Gestion Mise à jour Windows) 1 \N t Production \N 280 vmamrstg1 vmamrstg1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - SSTG monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.703403+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 281 vmamrstg2 vmamrstg2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - SSTG monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.704004+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 282 vmamrsxt1 vmamrsxt1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - Sextan monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.704623+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 283 vmamrsxt2 vmamrsxt2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - Sextan monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.705212+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 284 vmamrsxt3 vmamrsxt3.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir10 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - Sextan monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.705753+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 285 vmamrsxt4 vmamrsxt4.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir10 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - Sextan monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.706428+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 286 vmamrtd1 vmamrtd1.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lrallevir10 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.707348+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 775 vppixbams2 vppixbams2.sanef-int.adds sanef-int.adds 4 \N \N 492 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Infra Pixys (Mur d'images au PCT : base de données AMS monthly \N \N \N t t \N \N Franck RIVEY \N Informer PCT +fabien Fontaine + Patrick Vengadassalame + Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.021579+02 2026-04-15 00:08:52.280724+02 \N \N indifferent indifferent supervision pct TOPS \N t Production Infrastructure 1023 vrintbweb2 vrintbweb2.sanef.groupe sanef-rec.fr 12 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur base de données de l'infrastructure de recette du Site institutionnel Sanef monthly \N \N \N t t \N \N Arnaud MEILLON \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.187593+02 2026-04-15 00:08:52.340583+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Recette Gestion 164 vdbocsman1 vdbocsman1.sanef-rec.fr sanef-rec.fr 17 \N \N 491 \N linux Red Hat Enterprise Linux release 8.7 (Ootpa) vm lraflevir2 f f f f f a_definir Production obsolete \N REIMS ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP Solution Manager monthly \N \N \N t t \N \N Fabrice TUNORFE \N Abdelkader MOUHLI-GHARBI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.621107+02 2026-04-15 00:08:52.428717+02 \N \N indifferent indifferent Free Flow BOC - env DEV \N t Développement Flux Libre 163 vdbocs4ci1 vdbocs4ci1.sanef-rec.fr sanef-rec.fr 17 \N \N 491 \N linux Red Hat Enterprise Linux release 8.7 (Ootpa) vm lraflevir4 f f f f f a_definir Production obsolete \N REIMS ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Central Instance monthly \N \N \N t t \N \N Fabrice TUNORFE \N Abdelkader MOUHLI-GHARBI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.62056+02 2026-04-15 00:08:52.437319+02 \N \N indifferent indifferent Free Flow BOC - env DEV \N t Développement Flux Libre 427 vpameapmv2 vpameapmv2.sanef.groupe sanef.groupe 31 \N \N 102 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsicevir2 f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - PMV Environnement SIC\r\nLoi LPM monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - PCT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.79676+02 2026-04-14 22:57:32.68537+02 \N \N indifferent indifferent MIVISU PMV 1 \N t Production \N 638 vpemvasat1 vpemvasat1.sanef.groupe sanef.groupe 4 \N \N 265 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lppcievir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Satellite EMV qui télécharge les MAJ Redhat sur le satellite maitre vpdsiasat1 et les met à disposition pour les serveurs du bunker PCI-DSS monthly \N \N \N t t \N \N Joel CAVE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.934459+02 2026-04-14 22:57:32.48182+02 \N \N indifferent indifferent Red Hat Satellite Satellite \N t Production \N 426 vpameapmv1 vpameapmv1.sanef.groupe sanef.groupe 31 \N \N 102 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsicevir1 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - PMV Environnement SIC\r\nLoi LPM monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - PCT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.796141+02 2026-04-14 22:57:32.684868+02 \N \N indifferent indifferent MIVISU PMV 1 \N t Production \N 1035 vrosapkib1 vrosapkib1.sanef-rec.fr sanef-rec.fr 29 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Kibana Osap de recette monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N CUGNART Benoît - Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.197866+02 2026-04-15 00:08:52.296224+02 \N \N indifferent indifferent OSAP 1.0 \N t Recette Péage 288 vmcliint1 vmcliint1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 Standard vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir Gestion commerciale\r\nServeur d'intégration.\r\nPermet de compiler les applications.\r\nPour ce qui reste utilisé chez Sanef, il reste la compilation d'ADVU. monthly \N \N \N t t \N \N Laurence FRIER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.708897+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 287 vmbwr1 \N Host \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.3 (Tikanga) vm lrallevir4 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.708242+02 2026-04-14 22:33:10.084379+02 \N \N indifferent indifferent \N \N t Recette \N 1113 vrvpnarad1 vrvpnarad1.recette.adds recette.adds \N \N \N 192 \N windows Microsoft Windows Server 2008 R2 Entreprise vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Gestion des identitées pour VPN AOV monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.249945+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent VM de production pour l'authentification forte pour les accès distants SSL. \N t Recette \N 1114 vrvpnarad2 vrvpnarad2.recette.adds recette.adds \N \N \N 192 \N windows Microsoft Windows Server 2008 R2 Entreprise vm lrallevir4 f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Gestion des identitées pour VPN AOV monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.250562+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent VM de production pour l'authentification forte pour les accès distants SSL. \N t Recette \N 1110 vrvidavsc2 vrvidavsc2.recette.adds recette.adds 5 \N \N 367 \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Infrastructure de tests pour les IHM Vidéo (CCS/Visual) monthly \N \N \N t t \N \N Arnaud THIERY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.248059+02 2026-04-15 00:08:52.017495+02 \N \N indifferent indifferent Logiciel gestion vidéo 1 \N t Recette Infrastructure 1124 vtdsiatmp1 vtdsiatmp1.sanef.groupe sanef.groupe 5 \N \N 20 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir VM de Test pour le déploiement de nouveaux serveurs par la DSI via des Templates monthly \N \N \N t t \N \N Nicolas DESSOYE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.25734+02 2026-04-15 00:08:52.04335+02 \N \N indifferent indifferent Collecte Serveur 1 \N t Recette Infrastructure 1117 vsapbdd1 vsapbdd1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS release 6.5 (Final) vm lpgesevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir Gestion SAP monthly \N \N \N t t \N \N Kathleen DREUX \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.252368+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1125 vtdsiawdm1 vtdsiawdm1.sanef.groupe sanef.groupe \N \N \N \N \N linux SUSE Linux Enterprise Server 12 (x86_64) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir VM WDM de recette monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.258141+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1118 vsccmr3 vsccmr3.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpgesevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Aymeric TRON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.252989+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1119 vtburaimp1 vtburaimp1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lrallevir10 f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur d'impression de test monthly \N \N \N t t \N \N Alain PIGEON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.253586+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1127 vtdsibpgs2 vtdsibpgs2.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur PostgresSQL de test 1 monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.259393+02 2026-04-15 00:08:52.274632+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 1138 vvaflbsta1 vvaflbsta1.recette.adds recette.adds 18 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BI--\r\nSQLServer\r\nBI Staging Area Validation monthly \N \N \N t t \N \N Abdelkader MOUHLI-GHARBI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.266112+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow DWH BI - env TEST \N t Test Flux Libre 1163 vvboojump1 vvboojump1.recette.adds recette.adds 18 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/ORI/PE--\r\nVM de Rebond monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.284699+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 1141 vvafljump2 vvafljump2.recette.adds recette.adds 18 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nVM de Rebond Equipe FL monthly \N \N \N t t \N \N Olivier LHOMME \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.26817+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow 1 \N t Test Flux Libre 112 ls-vallee-de-l-aisne ls-vallee-de-l-aisne workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.58696+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1053 vrpeabrac1 vrpeabrac1.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux Oracle Linux Server release 8.10 vm srodabmut1 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir Dbsystem\r\nVM Oracle Péage de Recette\r\nHéberge la base ADV de recette monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.209737+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 170 vdosapsrv1 vdosapsrv1.sanef-rec.fr sanef-rec.fr 29 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Application OSAP - Serveur de DEV monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.625494+02 2026-04-15 00:08:52.300535+02 \N \N indifferent indifferent OSAP \N t Recette Péage 175 vemvrsa3 vemvrsa3.sanef.groupe sanef.groupe \N \N \N \N \N linux SUSE Linux Enterprise Server 11 (x86_64) vm CLU-PCI f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Vemvrsa3 est le serveur gérant les clés RSA sur le domaine. Il possède un serveur de secours sur le site de Tinqueux (Vemvrsa4).\r\nEMV V17 monthly \N \N \N t t \N \N Joel CAVE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.628584+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1143 vvbocaprx1 vvbocaprx1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm sraflevir4 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nReverse Proxy\r\nTest avec FDJ (Dev, Test1 et Test2) monthly \N \N \N t t \N \N Fabrice TUNORFE \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.269376+02 2026-04-15 00:08:52.427548+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 1151 vvbocrsap1 vvbocrsap1.sanef.groupe sanef.groupe 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP Router monthly \N \N \N t t \N \N fabrice TUNORFE \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.277001+02 2026-04-15 00:08:52.430198+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 1144 vvbocarep1 vvbocarep1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir BOC/VAL/LAN Image Repository monthly \N \N \N t t \N \N Philippe GANDIL \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.270049+02 2026-04-15 00:08:52.441099+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 1145 vvbocasec1 vvbocasec1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir BOC/Test & formation/SAP Secure Login monthly \N \N \N t t \N \N Philippe GANDIL \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.270781+02 2026-04-15 00:08:52.4423+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 122 nvr-spare-alb nvr-spare-alb workgroup 28 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm ssalbevir1 f f f f f a_definir Production active \N BOUVILLE rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Spare de Bouville monthly \N \N \N t t \N \N Romuald GAY \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.594218+02 2026-04-15 01:05:50.337951+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Péage 178 vexploit2 vexploit2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpmetevir5 f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Exploitation monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.630432+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 165 vdechatal1 vdechatal1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lrallevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Talend de Developpement\r\nAlias DNS talend-dev.Sanef.fr monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.621746+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 176 vemvrsa4 vemvrsa4.sanef.groupe sanef.groupe \N \N \N \N \N linux SUSE Linux Enterprise Server 11 (x86_64) vm CLU-PCI f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Vemvrsa4 est le serveur de secours gérant les clés RSA sur le domaine. Le serveur maitre est vemvrsa3. monthly \N \N \N t t \N \N Joel CAVE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.629184+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1054 vrpeabrac2 vrpeabrac2.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux Oracle Linux Server release 8.10 vm srodabmut2 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir Dbsystem\r\nVM Oracle Péage de Recette\r\nHéberge la base ADV de recette monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.210361+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 829 vpssiapki3 vpssiapki3.sanef.groupe sanef.groupe 4 1 \N 305 \N windows Windows 2016 Version 1607 vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Joel CAVE \N Desintall NotePad \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.06083+02 2026-04-15 00:08:52.114609+02 \N \N indifferent indifferent Gestion Pki 1 \N t Production DMZ 181 viaflbsta1 viaflbsta1.sanef.groupe sanef.groupe 20 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpgesevir3 f f f f f a_definir Production active \N TRAVEE 2 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BI--\r\nSQLServer\r\nBI Staging Area monthly \N \N \N t t \N \N Abdelkader MOUHLI-GHARBI \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.632388+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow DWH BI - env PREPROD \N t Pré-Prod Flux Libre 513 vpburaaov1 vpburaaov1.sanef.groupe sanef.groupe 4 1 \N \N \N windows Windows 2016 Version 1607 vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Romuald GAY \N Thierry BENNE- Lionel RAVANEL \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.8534+02 2026-04-15 00:08:52.118408+02 \N \N indifferent indifferent \N \N t Production DMZ 1032 vrosapast1 vrosapast1.sanef-rec.fr sanef-rec.fr 29 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Asterisk OSAP recette monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.19547+02 2026-04-15 00:08:52.302652+02 \N \N indifferent indifferent OSAP 1.1 \N t Recette Péage 1148 vvbocharg2 vvbocharg2.sanef.groupe sanef.groupe 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-CC--\r\nSAP Convergence Charging monthly \N \N \N t t \N \N Fabrice TUNORFE \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.273931+02 2026-04-15 00:08:52.421965+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 1200 vvpeaarcv2 vvpeaarcv2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-RCV-- monthly \N \N \N t t \N \N Pascal CADOT \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.309876+02 2026-04-15 00:08:52.424439+02 \N \N indifferent indifferent Free Flow RCV - env TEST \N t Test Flux Libre 1197 vvpeaabst2 vvpeaabst2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nVM Test2 (Validation2) pour le Site Web de Flux Libre monthly \N \N \N t t \N \N HOARAU Ludovic \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.307791+02 2026-04-15 00:08:52.425399+02 \N \N indifferent indifferent Free Flow SIT - env TEST \N t Test Flux Libre 1199 vvpeaarcv1 vvpeaarcv1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-RCV-- monthly \N \N \N t t \N \N Pascal CADOT \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.309238+02 2026-04-15 00:08:52.447279+02 \N \N indifferent indifferent Free Flow RCV - env TEST \N t Test Flux Libre 183 vibocaprx1 vibocaprx1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spaflevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nServeur Proxy de préproduction monthly \N \N \N t t \N \N Fabrice TUNORFE \N Alexis LANGLAIT -VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.633629+02 2026-04-15 00:08:52.451572+02 \N \N indifferent indifferent Free Flow BOC - env PREPROD \N t Pré-Prod Flux Libre 184 vibocharg1 vibocharg1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-CC--\r\nSAP Convergence Charging monthly \N \N \N t t \N \N Fabrice TUNORFE \N Alexis LANGLAIT -VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.634226+02 2026-04-15 00:08:52.455527+02 \N \N indifferent indifferent Free Flow BOC - env PREPROD \N t Pré-Prod Flux Libre 1131 vtexpbdech1 vtexpbdech1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lrallevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.261873+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 185 vibocmedi1 vibocmedi1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-CM--\r\nSAP Convergence Mediation monthly \N \N \N t t \N \N Fabrice TUNORFE \N Alexis LANGLAIT -VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.634841+02 2026-04-15 00:08:52.456147+02 \N \N indifferent indifferent Free Flow BOC - env PREPROD \N t Pré-Prod Flux Libre 296 vmdgest02 vmdgest02.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nMajid Kabkoub monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.713801+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1026 vrlogbels1 vrlogbels1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Puits de logs - serveur 1 Elastic monthly \N \N \N t t \N \N Frederic GRAFFAGNINO \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.189906+02 2026-04-15 00:08:52.047994+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 297 vmdgest03 vmdgest03.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nDamir Martinkovic monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.714405+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 298 vmdgest04 vmdgest04.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nCedric Boulard monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.715017+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 554 vpdaibctc1 vpdaibctc1.sanef.groupe sanef.groupe 31 \N \N 268 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir DAI Production : CT-Center Primaire monthly \N \N \N t t \N \N Franck RIVEY \N DEWILDE Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.879776+02 2026-04-15 00:08:52.082206+02 \N \N indifferent indifferent DAI (Analyseur) 1 \N t Production Trafic 289 vmcmdb vmcmdb.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Gestion CMDB\r\n\r\nln -s /applis/apache2/doc_sanef /applis/apache2/web/sandoc\r\n\r\n59min pour restaurer 60Go monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.70958+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 290 vmcmdb1 vmcmdb1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Gestion CMDB monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.710209+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 291 vmcmdb2 vmcmdb2.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lrallevir10 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Gestion CMDB\r\nEnvironnement de Pré Production monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.710796+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1037 vrosapsrv1 vrosapsrv1.sanef-rec.fr sanef-rec.fr 29 1 \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Application OSAP - Serveur de recette monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.199105+02 2026-04-15 00:08:52.155821+02 \N \N indifferent indifferent OSAP \N t Recette DMZ 779 vpppeaasvp1 vpppeaasvp1.sanef-int.adds sanef-int.adds 30 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_local 22 \N \N secops a_definir a_definir Plateforme de Pré-production Péage\r\n\r\nPECQUEUX Mickael ( responsable de ce serveur) vu le 0505/2023 monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.024874+02 2026-04-15 00:08:52.331346+02 \N \N indifferent indifferent SVP sanef 1 \N t Pré-Prod Péage 186 vibocs4as1 vibocs4as1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Application Server 1 monthly \N \N \N t t \N \N Fabrice TUNORFE \N Alexis LANGLAIT -VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.635447+02 2026-04-15 00:08:52.457173+02 \N \N indifferent indifferent Free Flow BOC - env PREPROD \N t Pré-Prod Flux Libre 187 vibocs4as2 vibocs4as2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Application Server 2 monthly \N \N \N t t \N \N Fabrice TUNORFE \N Alexis LANGLAIT -VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.636004+02 2026-04-15 00:08:52.458275+02 \N \N indifferent indifferent Free Flow BOC - env PREPROD \N t Pré-Prod Flux Libre 188 vibocs4as3 vibocs4as3.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Application Server 3 monthly \N \N \N t t \N \N Fabrice TUNORFE \N Alexis LANGLAIT -VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.636595+02 2026-04-15 00:08:52.459225+02 \N \N indifferent indifferent Free Flow BOC - env PREPROD \N t Pré-Prod Flux Libre 189 vibocs4ci1 vibocs4ci1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Central Instance monthly \N \N \N t t \N \N Fabrice TUNORFE \N Alexis LANGLAIT -VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.637159+02 2026-04-15 00:08:52.460127+02 \N \N indifferent indifferent Free Flow BOC - env PREPROD \N t Pré-Prod Flux Libre 190 vibocsman1 vibocsman1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP Solution Manager monthly \N \N \N t t \N \N Fabrice TUNORFE \N Alexis LANGLAIT -VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.637773+02 2026-04-15 00:08:52.460983+02 \N \N indifferent indifferent Free Flow BOC - env PREPROD \N t Pré-Prod Flux Libre 743 vppcmardp1 vppcmardp1.sanef-int.adds sanef-int.adds 4 \N \N 136 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir3 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SI Admin\r\nVM d'Admin ou de rebond pour exploiter et administrer les PC métiers (sanef-int.adds) dans l'AD métier par les équipes métiers dsi prod support applicatif, DSI IPOP, DESA monthly \N \N \N t t \N \N Aymeric TRON/ Olivier BILLARD \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.00094+02 2026-04-14 22:57:32.53454+02 \N \N indifferent indifferent SCCM MECM \N t Production \N 862 vptrabmut3 vptrabmut3.sanef.groupe sanef.groupe \N \N \N \N \N linux \N vm spodabmut3 f f f f f a_definir Production active \N DC MILLESIME ssh_psmp 22 \N \N secops a_definir a_definir ODA dbsysteme monthly \N \N \N t t \N \N ODA dbsysteme \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.081528+02 2026-04-14 22:52:51.134781+02 \N \N indifferent indifferent \N \N t Production \N 1027 vrlogbels2 vrlogbels2.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Puits de logs - Serveur 2 Elastic monthly \N \N \N t t \N \N Frederic GRAFFAGNINO \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.190927+02 2026-04-15 00:08:52.048666+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 299 vmdgest05 vmdgest05.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nDorian Nys-ext monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.715615+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 722 vposapels1 vposapels1.sanef.groupe sanef.groupe 28 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur ElasticSearch OSAP\r\nSur site DataCenter monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N Nadine BENARD - Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.98729+02 2026-04-15 00:08:52.360527+02 \N \N indifferent indifferent OSAP \N t Production Péage 62 ls-maurepas ls-maurepas workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.553561+02 2026-04-15 00:08:52.365898+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 113 ls-vallee-de-l-aube ls-vallee-de-l-aube workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.587517+02 2026-04-15 00:08:52.399344+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 544 vpcybapta1 vpcybapta1.sanef.groupe sanef.groupe 4 \N \N 267 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir4 f f f f f a_definir Implémentation obsolete \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir Serveur PTA 1 - Cyberark monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.872863+02 2026-04-14 22:57:32.504029+02 \N \N indifferent indifferent CyberArk Production \N t Production \N 537 vpcybacpm1 vpcybacpm1.sanef.groupe sanef.groupe 4 \N \N 267 \N windows Microsoft Windows Server 2019 Standard vm spsiaevir3 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Bastion CyberArk de Production\r\nServeur CPM\r\nGère la rotation des Mot de passe\r\nRemplace spcybacpm1 monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.8686+02 2026-04-14 22:57:32.514202+02 \N \N indifferent indifferent CyberArk Production \N t Production \N 300 vmdgest06 vmdgest06.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nGuillaume Renard-ext monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.716204+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 823 vpsimasvp1 vpsimasvp1.sanef.groupe sanef.groupe 28 \N \N 491 \N windows Microsoft Windows Server 2016 Standard vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP de recette (validation des modifications des évolutions pour le freeflow Boulay) monthly \N \N \N t t \N \N Philippe GANDIL \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.056478+02 2026-04-15 00:08:52.486279+02 \N \N indifferent indifferent Free Flow 1 \N t Production Péage 301 vmdispt01 vmdispt01.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD \r\nAymeric Tron monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.716748+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 302 vmdpeag01 vmdpeag01.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nMarc Lechevalier monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.71734+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 303 vmdpeag02 vmdpeag02.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil developpeur 200Go HD\r\nIliass Lahyani monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.717962+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 304 vmdpeag03 vmdpeag03.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nPascal Cadot monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.718543+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1173 vvbotarmq1 vvbotarmq1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nRabbitMQ monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.291867+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 320 vmdtrac15 vmdtrac15.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil developpeur 200Go HD\r\nMalalatiana Randriamasy monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.728666+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 557 vpdataapp1 vpdataapp1.sanef.groupe sanef.groupe 31 \N \N 305 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir9 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur applicatif DATI de prod monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.881622+02 2026-04-15 00:08:52.138825+02 \N \N indifferent indifferent Gestion des DATI 1 \N t Production Trafic 1046 vrpeaabst1 vrpeaabst1.sanef.groupe sanef-rec.fr 29 \N \N 233 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm srallevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Solution Recette BOOST : Application monthly \N \N \N t t \N \N Ludovic HOARAU \N Philippe GANDIL \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.204712+02 2026-04-15 00:08:52.318059+02 \N \N indifferent indifferent BOOST 1.0 1 1.0 \N t Recette Péage 322 vmkemp1 vmkemp1.sanef.groupe sanef.groupe \N \N \N \N \N linux OVA Editeur vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir VM reverse proxy KEMP monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.72981+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1147 vvbocharg1 vvbocharg1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-CC--\r\nSAP Convergence Charging monthly \N \N \N t t \N \N Fabrice TUNORFE \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.272179+02 2026-04-15 00:08:52.443203+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 1149 vvbocmedi1 vvbocmedi1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-CM--\r\nSAP Convergence Mediation monthly \N \N \N t t \N \N Fabrice TUNORFE \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.275377+02 2026-04-15 00:08:52.443929+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 1152 vvbocs4as1 vvbocs4as1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Application Server 1 monthly \N \N \N t t \N \N Fabrice TUNORFE \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.27769+02 2026-04-15 00:08:52.444705+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 1077 vrsigbmut2 vrsigbmut2.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux \N vm srodabmut2 f f f f f a_definir Production active \N SALLE BLANCHE ssh_key 22 \N \N secops a_definir a_definir Serveur dbsystem - base DWH de recette monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.226535+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 331 vmpki2 vmpki2.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2016 Standard vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur pki monthly \N \N \N t t \N \N Joel CAVE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.735154+02 2026-04-14 22:57:32.480699+02 \N \N indifferent indifferent Gestion Pki 1 \N t Production \N 323 vmkemp2 vmkemp2.sanef.groupe sanef.groupe \N \N \N \N \N linux OVA Editeur vm spmetevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir VM reverse proxy KEMP monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.730393+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 324 vmkemplb1 vmkemplb1.sanef.groupe sanef.groupe \N \N \N \N \N linux OVA Editeur vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir VM LoadBalancer KEMP monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.731004+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 325 vmkemplb2 vmkemplb2.sanef.groupe sanef.groupe \N \N \N \N \N linux OVA Editeur vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM LoadBalancer KEMP monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.731601+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1043 vrpatbl2r3 vrpatbl2r3.sanef-rec.fr sanef-rec.fr 32 \N \N 195 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Thierry UNIMON \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.20278+02 2026-04-15 00:08:52.106469+02 \N \N indifferent indifferent SI PATRIMOINE 1.0 \N t Recette Trafic 352 vpadvangx1 vpadvangx1.sanef.groupe sanef.groupe 28 \N \N 352 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Nginx de production Advu monthly \N \N \N t t \N \N Michaël BOUYER \N Point Teams avec Philippe et Alexis ou Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.748303+02 2026-04-15 00:08:52.466379+02 \N \N indifferent indifferent Interface API REST pour ERP5 1 \N t Production Péage 1038 vrpataels1 vrpataels1.sanef.groupe sanef-rec.fr 32 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Thierry UNIMON \N DBA \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.199824+02 2026-04-15 00:08:52.10884+02 \N \N indifferent indifferent \N \N t Recette Trafic 381 vpaiiammw2 vpaiiammw2.sanef.groupe sanef.groupe \N \N \N \N \N linux ArubaOS vm CLU-MET f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir Application appelée MOBILITY MASTER (MM). Fait office de contrôleur WIFI maître allant piloter les contrôleurs WIFI physiques monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.766615+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 328 vmntp1 vmntp1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS release 6.4 (Final) vm spdsievir1 f f f f f a_definir Production obsolete \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir Serveur de temps monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.733368+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 429 vpameased1 vpameased1.sanef.groupe sanef.groupe 31 1 \N 140 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir VM qui agit en tant que frontal pour accéder à l'application SED, depuis les tablettes Mobee / DEM.\r\n\r\nLes accès externes sont redirigés sur ce serveur, via KEMP monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenance PCT - DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.797965+02 2026-04-15 00:08:52.14338+02 \N \N indifferent indifferent SED 1 \N t Production DMZ 1186 vvbotcach2 vvbotcach2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nmemcached monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.299778+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 327 vmnms1 \N sanef \N \N \N \N \N windows Microsoft Windows Server 2003 Standard Edition vm lpmetevir12 f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion Alvarion monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.732773+02 2026-04-14 22:33:10.088913+02 \N \N indifferent indifferent \N \N t Production \N 329 vmpgmao7 vmpgmao7.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpmetevir7 f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Gestion Maintenance GMAO monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.733972+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 332 vmquorum1 vmquorum1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) vm spdsievir1 f f f f f a_definir Production obsolete \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.735753+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1185 vvbotcach1 vvbotcach1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nMemcached server monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.299195+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1008 vrffbagsim1 vrffbagsim1.recette.adds recette.adds 29 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur virtuel GSIM (Gantry SIMulator) dans l'infra REC/DEV Péage. monthly \N \N \N t t \N \N Philippe GANDIL \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.178431+02 2026-04-15 00:08:52.317426+02 \N \N indifferent indifferent Free Flow Boulay \N t Recette Péage 87 ls-spare-alb ls-spare-alb workgroup 28 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm ssalbevir1 f f f f f a_definir Production active \N BOUVILLE rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef : Spare de Bouville monthly \N \N \N t t \N \N Freddy LINET \N Christophe DEWILDE- CARON Dany \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.570429+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Péage 386 vpaiiapol1 vpaiiapol1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir5 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Poller Centreon monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.769609+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 787 vpradbtef1 vpradbtef1.sanef.groupe sanef.groupe 31 \N \N 305 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Cadre modernisation du réseau radio d'exploitation sanef (Evolution MPT-IP (Analogique) vers DMR (Numérique).\r\nServeur qui accueille l'outil de gestion centralisée des configurations des terminaux mobiles et portatifs\r\n\r\nNom de l'outil : Tait EnableFleet (TEF)\r\n\r\nDéveloppeur : TAIT\r\n\r\nTait EnabeFleet s'appuie sur :\r\n- un serveur WEB\r\n- une base de données SQL\r\n- un agent OTAP (distribution des modifications de config over the air) monthly \N \N \N t t \N \N Arnaud THIERY \N CHAMPY Alexandre \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.029859+02 2026-04-15 00:08:52.156449+02 \N \N indifferent indifferent Gestion Radio 3RP 1 \N t Production Trafic 1081 vrsupbmap1 vrsupbmap1.sanef.groupe sanef-rec.fr 18 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Centreon MAP monthly \N \N \N t t \N \N Rachid KHELIFI - Alexis LANGLAIT \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.229188+02 2026-04-15 00:08:52.437942+02 \N \N indifferent indifferent Centreon 1 \N t Test Flux Libre 382 vpaiiaoms1 vpaiiaoms1.sanef.groupe sanef.groupe \N \N \N \N \N linux SUSE Linux Enterprise Server 12 (x86_64) vm CLU-GES f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Déploiement d'une solution virtuelle permettant d'implémenter de façon logicielle des ressources de type DSP. L'objectif est de remplacer les châssis IPMG disposant de cartes portant les messages vocaux.\r\n\r\nInstallé via OVF fourni par Alcatel-Lucent-Enterprise. monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.767227+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 383 vpaiiaoms2 vpaiiaoms2.sanef.groupe sanef.groupe \N \N \N \N \N linux SUSE Linux Enterprise Server 12 (x86_64) vm lpgesevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Déploiement d'une solution virtuelle permettant d'implémenter de façon logicielle des ressources de type DSP. L'objectif est de remplacer les châssis IPMG disposant de cartes portant les messages vocaux.\r\n\r\nInstallé via OVF fourni par Alcatel-Lucent-Enterprise. monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.767797+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 384 vpaiiapcw1 vpaiiapcw1.sanef.groupe sanef.groupe \N \N \N \N \N linux Appliance vm CLU-GES-DMZ f f f f f a_definir Production active \N Data-Center Thillois ssh_psmp 22 \N \N secops a_definir a_definir Portail captif WIFI virtualisé\r\nUcopia\r\n64 bits\r\nhotspotwifi.sanef.fr monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.768402+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 598 vpdsiavrs1 vpdsiavrs1.sanef.groupe sanef.groupe \N \N \N \N \N linux VMware Photon OS vm rsmiora1 f f f f f a_definir Implémentation active \N Salle de rebus ssh_psmp 22 \N \N secops a_definir a_definir vsphere replication\r\nVM qui gère la réplication pour les VM quorum de Senlis. monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.908792+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 599 vpdsiawdm1 vpdsiawdm1.sanef.groupe sanef.groupe \N \N \N \N \N linux SUSE Linux Enterprise Server 12 (x86_64) vm spsiaevir2 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM WDM de production monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.909437+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1189 vvbotreco2 vvbotreco2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nANPR + Fusion server 2 monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.301727+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 577 vpdsiahap2 vpdsiahap2.sanef.groupe sanef.groupe 4 \N \N 20 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir2 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur HAProxy 2 monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.894651+02 2026-04-14 22:57:32.704398+02 \N \N indifferent indifferent Serveur HAProxy 1 \N t Production \N 528 vpburawdc3 vpburawdc3.sanef.groupe sanef.groupe 4 \N \N 259 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir3 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Contrôleur de domaine AD Bureautique\r\nMise à jour du rmilwdc1 en Windows 2022\r\nSera remplacé lors de la mise en place d'un Tier0 pour l'AD Bureautique monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.863128+02 2026-04-14 22:57:32.715171+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production \N 387 vpaiiapol10 vpaiiapol10.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir5 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Poller Centreon pour interphones / caméras monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.770154+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 388 vpaiiapol2 vpaiiapol2.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Poller Centreon monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.770738+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 389 vpaiiapol3 vpaiiapol3.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir10 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Poller Centreon monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.77143+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1100 vrtrabmut1 vrtrabmut1.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm srodabmut1 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir VM Oracle ODA Trafic monthly \N \N \N t t \N \N Cedric PREVOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.241964+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 551 vpdaibana5 vpdaibana5.sanef.groupe sanef.groupe 31 \N \N 268 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir DAI Production : CT-IM Analytics (analyseur) monthly \N \N \N t t \N \N Franck RIVEY \N DEWILDE Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.877978+02 2026-04-15 00:08:52.129424+02 \N \N indifferent indifferent DAI (Analyseur) 1 \N t Production Trafic 552 vpdaibana6 vpdaibana6.sanef.groupe sanef.groupe 31 \N \N 268 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir DAI Production : CT-IM Analytics (analyseur) de Secours monthly \N \N \N t t \N \N Franck RIVEY \N DEWILDE Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.878546+02 2026-04-15 00:08:52.130258+02 \N \N indifferent indifferent DAI (Analyseur) 1 \N t Production Trafic 553 vpdaibana7 vpdaibana7.sanef.groupe sanef.groupe 31 \N \N 268 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir DAI Production : CT-IM Analytics (analyseur) de Secours monthly \N \N \N t t \N \N Franck RIVEY \N DEWILDE Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.879155+02 2026-04-15 00:08:52.130957+02 \N \N indifferent indifferent DAI (Analyseur) 1 \N t Production Trafic 207 vibotapps3 vibotapps3.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nApplication server 3 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.649189+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 208 vibotarmq1 vibotarmq1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nRabbitMQ cluster node 1 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.649829+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 209 vibotarmq2 vibotarmq2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nRabbitMQ cluster node 2 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.650441+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 212 vibotatsp1 vibotatsp1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nTime Series processing server monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.652243+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 390 vpaiiapol4 vpaiiapol4.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Poller Centreon monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.772032+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1101 vrtrabmut2 vrtrabmut2.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm srodabmut2 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir VM Oracle ODA Trafic monthly \N \N \N t t \N \N Cedric PREVOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.242595+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 412 vpaiibsws1 vpaiibsws1.sanef.groupe sanef.groupe \N \N \N \N \N linux BackBox version 7.00.05 vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Solution centralisée de backup quotidien des configurations de l'ensemble des switchs du parc de Sanef groupe.\r\nCette VM héberge des scripts de collecte des switchs.\r\nAnciennement vtaiiasws1 mais passé en production avec renommage de la VM. monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.786647+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 903 vragtatse2 vragtatse2.recette.adds recette.adds 12 \N \N 197 \N windows Microsoft Windows Server 2022 Standard vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur de Recette Rebond TSE/RDP pour AgileTime destiné à la formation monthly \N \N \N t t \N \N Majid KABKOUB \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.10878+02 2026-04-15 00:08:52.348388+02 \N \N indifferent indifferent AgileTime - HR Performance 1 \N t Recette Gestion 391 vpaiiapol5 vpaiiapol5.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir8 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Poller Centreon monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.772607+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 655 vpgeoagps2 vpgeoagps2 workgroup 4 1 \N \N \N windows Microsoft Windows Server 2022 Standard vm spmetevir2 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur Géolocalisation en DMZ pour la communication avec les Tigres (GPS) monthly \N \N \N t t \N \N Franck RIVEY \N Antoine Dufour \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.945084+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent \N \N t Production DMZ 414 vpairatom1 vpairatom1.sanef.groupe sanef.groupe 31 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.787831+02 2026-04-15 00:08:52.142556+02 \N \N indifferent indifferent \N \N t Production Trafic 645 vpexpatex1 vpexpatex1.sanef.groupe sanef.groupe 31 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir11 f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.938689+02 2026-04-15 00:08:52.150075+02 \N \N indifferent indifferent \N \N t Production Trafic 659 vpgesaquo1 vpgesaquo1.sanef.groupe sanef.groupe 4 \N \N 178 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Implémentation active \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir VM Quorum Witness des Baies Primera Gestion monthly \N \N \N t t \N \N Nicolas DESSOYE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.947487+02 2026-04-15 00:08:52.20398+02 \N \N indifferent indifferent 3PAR StoreServ (SSMC) 1 \N t Production Infrastructure 217 vibotbsql1 vibotbsql1.sanef-int.adds sanef-int.adds 20 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpaflevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nValidation Database server monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.655228+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 218 vibotbsql2 vibotbsql2.sanef-int.adds sanef-int.adds 20 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpaflevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nValidation Database server monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.655836+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 219 vibotbtsd1 vibotbtsd1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir5 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nTime Series database server monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.657567+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 904 vragtaweb1 vragtaweb1.recette.adds recette.adds 12 \N \N 197 \N windows Microsoft Windows Server 2022 Standard vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur de Recette AgileTime pour l'application SelfService. monthly \N \N \N t t \N \N Majid KABKOUB \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.109425+02 2026-04-15 00:08:52.349712+02 \N \N indifferent indifferent AgileTime - Self service sanef 1 \N t Recette Gestion 1196 vvpeaabst1 vvpeaabst1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nVM Test1 (Validation1) pour le Site Web de Flux Libre monthly \N \N \N t t \N \N HOARAU Ludovic \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.306921+02 2026-04-15 00:08:52.44662+02 \N \N indifferent indifferent Free Flow SIT - env TEST \N t Test Flux Libre 1126 vtdsibpgs1 vtdsibpgs1.sanef-rec.fr sanef-rec.fr 5 \N \N 20 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de test pour les DBA monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.258767+02 2026-04-15 00:08:52.029701+02 \N \N indifferent indifferent Serveur de test pour les DBA \N t Recette Infrastructure 423 vpameaoct1 vpameaoct1.sanef.groupe sanef.groupe 31 \N \N 412 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir OCTAN\r\nServeur Applicatif Backend Birt et Octan\r\n\r\nFait parti d'un cluster applicatif avec vpameaoct2\r\n\r\nvpameaoct3 est le répartiteur http pour gérer ce cluster monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - Prevenir le PCT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.794171+02 2026-04-15 00:08:52.145401+02 \N \N indifferent indifferent Octan 1.0 \N t Production Trafic 424 vpameaoct2 vpameaoct2.sanef.groupe sanef.groupe 31 \N \N 412 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir OCTAN\r\nServeur Applicatif Backend Birt et Octan\r\n\r\nFait parti d'un cluster applicatif avec vpameaoct1\r\n\r\nvpameaoct3 est le répartiteur http pour gérer ce cluster monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - Prevenir le PCT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.794794+02 2026-04-15 00:08:52.146267+02 \N \N indifferent indifferent Octan 1.0 \N t Production Trafic 666 vpgraangx1 vpgraangx1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir4 f f f f f a_definir Implémentation obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Griffon - Albea de production monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.951656+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 667 vpgrnangx1 vpgrnangx1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir10 f f f f f a_definir Implémentation obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Griffon de Prod - SAPN monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.952202+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 668 vpgrsangx1 vpgrsangx1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir10 f f f f f a_definir Implémentation obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Griffon de prod - SANEF monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.952797+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 222 vibotreco2 vibotreco2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nANPR + Fusion server 2 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.65985+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 224 vibotreco4 vibotreco4.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nANPR + Fusion server 4 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.661369+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 425 vpameaoct3 vpameaoct3.sanef.groupe sanef.groupe 31 \N \N 412 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir OCTAN\r\nServeur Frontend Apache Octan et OctanA150\r\n\r\nRépartiteur http pour les vm tomcat de production : vpameaoct1 et vpameaoct2\r\n\r\nEn remplacement de vocthttp monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - Prevenir le PCT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.795416+02 2026-04-15 00:08:52.147004+02 \N \N indifferent indifferent Octan 1.0 \N t Production Trafic 647 vpexpbdech1 vpexpbdech1.sanef.groupe sanef.groupe 4 1 \N 305 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) vm lpmetevir6 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Apache, Postgresql et REST pour la gestion des déchets. monthly \N \N \N t t \N \N Laurent DELCOUR \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.939909+02 2026-04-15 00:08:52.15519+02 \N \N indifferent indifferent Gestion de déchets \N t Production DMZ 227 viosapapp1 viosapapp1.sanef.groupe sanef.groupe 30 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir Serveur OSAP Applicatif Préprod monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.663187+02 2026-04-15 00:08:52.301253+02 \N \N indifferent indifferent OSAP \N t Pré-Prod Péage 228 viosapast1 viosapast1.sanef.groupe sanef.groupe 30 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur OSAP Asterisk Préprod monthly \N \N \N t t \N \N Freddy LINET \N Benoît CUGNART \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.663848+02 2026-04-15 00:08:52.328649+02 \N \N indifferent indifferent OSAP \N t Pré-Prod Péage 1082 vrsupbmbi1 vrsupbmbi1.sanef.groupe sanef-rec.fr 18 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Centreon MBI monthly \N \N \N t t \N \N Rachid KHELIFI - Alexis LANGLAIT \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.22981+02 2026-04-15 00:08:52.438558+02 \N \N indifferent indifferent Centreon 1 \N t Test Flux Libre 232 vipeaabst1 vipeaabst1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nServeur d'application monthly \N \N \N t t \N \N HOARAU Ludovic \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.667311+02 2026-04-15 00:08:52.470293+02 \N \N indifferent indifferent Free Flow SIT - env PREPROD \N t Pré-Prod Flux Libre 434 vpameatra1 vpameatra1.sanef.groupe sanef.groupe 31 1 \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - Exploitation autoroutière\r\n\r\nrenouvellement de vmtrafic1 monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.801086+02 2026-04-15 00:08:52.144144+02 \N \N indifferent indifferent AMELIE - Exploitation autoroutière \N t Production DMZ 692 vplogakib1 vplogakib1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir1 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir serveur kibana elk monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.968451+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 438 vpaptbjup1 vpaptbjup1.sanef.groupe sanef.groupe 9 \N \N \N \N linux RHEL 8.10 (Ootpa) vm lpgesevir7 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Jupiter PROD monthly \N \N \N t t \N \N GRAFFAGNINO Frédéric \N Pierre-Louis THOUVENOT, Thierry UNIMON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.803536+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent \N \N t Production BI 693 vplogalst1 vplogalst1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir1 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir serveur elk monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.969099+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1522 sppeaanvr5 sppeaanvr5 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen9 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.112568+02 2026-04-15 00:08:52.199614+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 439 vpbckaadm1 vpbckaadm1.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Infrastructure de Backup Commvault - VM de rebond LAN/DMZ - Roles: Console WEB (admin COMMVAULT) + Client lourd COMMVAULT) monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.804338+02 2026-04-15 00:08:52.246332+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 440 vpbckacse1 vpbckacse1.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur CommServ Prod dans l'infrastructure de Backup LAN/DMZ monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.805023+02 2026-04-15 00:08:52.246967+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 428 vpameaquo1 vpameaquo1.sanef.groupe sanef.groupe 31 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir Serveur Quorum HTP Amelie Prod monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.797356+02 2026-04-14 22:57:32.652292+02 \N \N indifferent indifferent Amelie \N t Production \N 441 vpbckacse2 vpbckacse2.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm lpmetevir10 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur CommServ Standby dans l'infrastructure de Backup LAN/DMZ monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.80562+02 2026-04-15 00:08:52.247611+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 879 vpvsaaafz2 vpvsaaafz2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.8 vm spaflevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-AFL-DMZ Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.092764+02 2026-04-15 00:08:52.252806+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 1052 vrpeabbst2 vrpeabbst2.sanef-rec.fr sanef-rec.fr 29 \N \N 233 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Elasticsearch Boost monthly \N \N \N t t \N \N Ludovic HOARAU \N Philippe GANDIL \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.209118+02 2026-04-15 00:08:52.319332+02 \N \N indifferent indifferent BOOST 1.0 1 1.0 \N t Recette Péage 1068 vrrpnangx1 vrrpnangx1.sanef-rec.fr sanef-rec.fr 29 \N \N 129 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Nginx de recette Référentiel Péage SAPN monthly \N \N \N t t \N \N Pascal CADOT \N Christophe DEWILDE, Dany CARON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.219286+02 2026-04-15 00:08:52.321223+02 \N \N indifferent indifferent Référentiel Péage Sanef 1 \N t Recette Péage 1049 vrpeaakib1 vrpeaakib1.sanef-rec.fr sanef-rec.fr 29 \N \N 233 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Kibana de recette BOOST monthly \N \N \N t t \N \N Philippe GANDIL \N Frédéric GRAFFAGNINO \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.206974+02 2026-04-15 00:08:52.32373+02 \N \N indifferent indifferent BOOST 1.0 1 1.0 \N t Recette Péage 229 viosapels1 viosapels1.sanef.groupe sanef.groupe 30 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur ElasticSearch OSAP Préprod monthly \N \N \N t t \N \N Freddy LINET \N Benoît CUGNART \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.664725+02 2026-04-15 00:08:52.329392+02 \N \N indifferent indifferent OSAP \N t Pré-Prod Péage 230 viosapels2 viosapels2.sanef.groupe sanef.groupe 30 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir Serveur ElasticSearch OSAP Préprod monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N Benoît CUGNART \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.66567+02 2026-04-15 00:08:52.330047+02 \N \N indifferent indifferent OSAP \N t Pré-Prod Péage 231 viosapquo1 viosapquo1.sanef.groupe sanef.groupe 30 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_key 22 \N \N secops a_definir a_definir Quorum Elasticsearch monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N Benoît CUGNART \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.666601+02 2026-04-15 00:08:52.330711+02 \N \N indifferent indifferent OSAP \N t Pré-Prod Péage 330 vmpki1 vmpki1.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2016 Standard vm CLU-MET f f f f f a_definir Production active \N \N rdp_psmp 22 \N \N secops a_definir a_definir Serveur pki\r\nAttention cette VM est éteinte, ne pas la redémarrer. monthly \N \N \N t t \N \N Joel CAVE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.734555+02 2026-04-14 22:57:32.47793+02 \N \N indifferent indifferent Gestion Pki 1 \N t Production \N 1074 vrsigafrt1 vrsigafrt1.sanef-rec.fr sanef-rec.fr 32 \N \N 252 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lraflevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Frontal pour les solutions SIG de Recette monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.223896+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent SIG (Application) 1 \N t Recette \N 1064 vrrauafrt1 vrrauafrt1.sanef-rec.fr sanef-rec.fr 32 \N \N 220 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Front 1 monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.216341+02 2026-04-15 00:08:52.099126+02 \N \N indifferent indifferent ASUR (RAU) 1 \N t Recette Trafic 1097 vrtrabkme1 vrtrabkme1.sanef-rec.fr sanef-rec.fr 32 1 \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de DEV/REC KME - application des interfaces KME monthly \N \N \N t t \N \N Laurent DELCOUR \N N/A \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.239274+02 2026-04-15 00:08:52.100612+02 \N \N indifferent indifferent \N \N t Recette DMZ 442 vpbckangw1 vpbckangw1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.4 (Ootpa) vm CLU-MET-DMZ f f f f f a_definir Production active \N SALLE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nNetwork Gateway pour la DMZ Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.806641+02 2026-04-15 00:08:52.248245+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 443 vpbckangw2 vpbckangw2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.4 (Ootpa) vm CLU-MET-DMZ f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nNetwork Gateway pour la DMZ Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.807667+02 2026-04-15 00:08:52.248867+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 444 vpbckangw3 vpbckangw3.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.4 (Ootpa) vm spiadevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nNetwork Gateway pour le T0 monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.808428+02 2026-04-15 00:08:52.249514+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 248 vmampgis4 vmampgis4.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpmetevir6 f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SANEFSIG\r\nArcGIS Datastore\r\nCartographie.\r\nSi arrêt bascule vers vmampgis3 monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.682104+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 249 vmampgis5 vmampgis5.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpmetevir7 f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir AMELIE - Exploitation autoroutière\r\nRemplace lamapgis1 monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.682894+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 241 vmamdpmv1 vmamdpmv1.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.10 (Santiago) vm lrallevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir PF de tests monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.676804+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 445 vpbckangw4 vpbckangw4.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.4 (Ootpa) vm spiadevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nNetwork Gateway pour le T0 monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.809062+02 2026-04-15 00:08:52.250143+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 236 vipeabbst2 vipeabbst2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir10 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nPersistance 2 (Elasticsearch) monthly \N \N \N t t \N \N HOARAU Ludovic \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.670734+02 2026-04-15 00:08:52.471604+02 \N \N indifferent indifferent Free Flow SIT - env PREPROD \N t Pré-Prod Flux Libre 247 vmampgis3 vmampgis3.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpmetevir9 f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SANEFSIG\r\nArcGIS Datastore\r\nCartographie.\r\nSi arrêt bascule vers vmampgis4 monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.681332+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 238 vipeabbst4 vipeabbst4.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nPersistance 4 (Elasticsearch) monthly \N \N \N t t \N \N HOARAU Ludovic \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.674517+02 2026-04-15 00:08:52.473111+02 \N \N indifferent indifferent Free Flow SIT - env PREPROD \N t Pré-Prod Flux Libre 234 vipeaabst3 vipeaabst3.sanef.groupe sanef.groupe 20 \N \N 233 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur Boost pour OSAP monthly \N \N \N t t \N \N Ludovic HOAREAU \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.668709+02 2026-04-15 00:08:52.473802+02 \N \N indifferent indifferent BOOST 1.0 1 1.0 \N t Pré-Prod Flux Libre 235 vipeaarcv1 vipeaarcv1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-RCV-- monthly \N \N \N t t \N \N Pascal CADOT \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.669999+02 2026-04-15 00:08:52.474716+02 \N \N indifferent indifferent Free Flow RCV - env PREPROD \N t Pré-Prod Flux Libre 240 vipeahbst3 vipeahbst3.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nLoad Balancer 1 (HAProxy) monthly \N \N \N t t \N \N HOARAU Ludovic \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.676139+02 2026-04-15 00:08:52.47566+02 \N \N indifferent indifferent Free Flow SIT - env PREPROD \N t Pré-Prod Flux Libre 712 vpnitardp1 vpnitardp1.sanef-int.adds sanef-int.adds 10 \N \N 227 \N windows Microsoft Windows Server 2022 Standard vm spmetevir1 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir FREEFLOW - VM de rebond pour la Supervision Neurone IT monthly \N \N \N t t \N \N Romuald GAY \N Prevenir Dominique - Rachid KHELIFI - Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.981193+02 2026-04-15 00:08:52.517887+02 \N \N indifferent indifferent Flux libre A13-A14 - \N t Production Flux Libre 1106 vrtrabwaz1 vrtrabwaz1.sanef-rec.fr sanef-rec.fr 32 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenir DBA - Cedric PREVOT - Nadine BENARD \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.245612+02 2026-04-15 00:08:52.102578+02 \N \N indifferent indifferent Gestion interface Waze 1 \N t Recette Trafic 731 vppatbcae1 vppatbcae1.sanef.groupe sanef.groupe 31 \N \N 224 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir10 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Contrôle d'accès Sanef Est : remplace vmcare01 monthly \N \N \N t t \N \N Dany CARON \N DEWILDE Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.993817+02 2026-04-15 00:08:52.132354+02 \N \N indifferent indifferent Babylon 4.0 build 2.3.0.7 \N t Production Trafic 1075 vrsigaptl1 vrsigaptl1.sanef-rec.fr sanef-rec.fr 32 \N \N 252 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lraflevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Arcgis Portal pour les solutions SIG de Recette monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.224814+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent SIG (Application) 1 \N t Recette \N 872 vpvpnarad1 vpvpnarad1.sanef.groupe sanef.groupe 4 \N \N 192 \N linux Red Hat Enterprise Linux release 8.3 (Ootpa) vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Création d'une seconde VM pour implémentation Radius à l'instar de la première créée : vpcybarad1.\r\n\r\nCette VM sera placée dans la même DMZ et destinée aux authentification MFA pour l'appliance accès distants SSL PULSE. monthly \N \N \N t t \N \N Alexandre CHAMPY \N Thomas PELZER \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.08776+02 2026-04-15 00:08:52.336111+02 \N \N indifferent indifferent VM de production pour l'authentification forte pour les accès distants SSL. \N t Production Infrastructure 737 vppciagtw1 vppciagtw1.sanef.groupe sanef.groupe 15 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lppcievir2 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur MFT Gateway de Prod EMV monthly \N \N \N t t \N \N Jean-francois CRABS \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.997405+02 2026-04-14 22:52:50.733947+02 \N \N indifferent indifferent \N \N t Production \N 738 vppciamft1 vppciamft1.sanef.groupe sanef.groupe 15 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lppcievir2 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur MFT de Prod EMV monthly \N \N \N t t \N \N Jean-francois CRABS \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.997994+02 2026-04-14 22:52:50.734372+02 \N \N indifferent indifferent \N \N t Production \N 454 vpbocardp1 vpbocardp1.sanef.groupe sanef.groupe 10 \N \N 227 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nBOC/PROD/Serveur RDP pour se connecter via le VPN SSL à CyberArk et accéder ensuite à l'infrastructure AFL monthly \N \N \N t t \N \N Alexis LANGLAIT - Jean-Francois \N VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.814425+02 2026-04-15 00:08:52.525457+02 \N \N indifferent indifferent Flux libre A13-A14 - \N t Production Flux Libre 595 vpdsiatse1 vpdsiatse1.sanef-int.adds sanef-int.adds 4 \N \N 20 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur du Tier 1\r\nServeur de licences TSE RDP W2022\r\nNotamment pour\r\nvpdsiaadm1\r\nvposapmet1\r\nvposapexp1\r\nvppeaadm1\r\nvpecmapss1\r\nvppixatsf1\r\nvppixatsf2 monthly \N \N \N t t \N \N Sophie TONNOIR \N Sophie TONNOIR \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.906066+02 2026-04-15 00:08:52.56028+02 \N \N indifferent indifferent Serveur licence TSE \N t Production Infrastructure 447 vpbckmadm1 vpbckmadm1.sanef.groupe sanef.groupe 15 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm lppcievir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Infrastructure de Backup Commvault - VM de rebond PCI-DSS - Rôles: Console WEB (admin COMMVAULT) + Client lourd COMMVAULT) monthly \N \N \N t t \N \N Jean-francois CRABS \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.810267+02 2026-04-14 22:57:32.241423+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production \N 446 vpbckatbx1 vpbckatbx1.sanef.groupe sanef.groupe \N \N \N \N \N linux Debian GNU/Linux 10 (buster) vm spsiaevir4 f f f f f a_definir Production obsolete \N SALLE 2 ssh_psmp 22 \N \N secops a_definir a_definir Toolbox vers Stordata\r\nEnvoie des métrics de l'infra de sauvegarde vers le Cloud Stordata pour Analyse de performences monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.809642+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 448 vpbckmcse1 vpbckmcse1.sanef.groupe sanef.groupe 15 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm lppcievir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur CommServ Prod dans l'infrastructure de Backup PCI-DSS monthly \N \N \N t t \N \N Jean-francois CRABS \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.810849+02 2026-04-14 22:57:32.242037+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production \N 1071 vrsigaags1 vrsigaags1.sanef-rec.fr sanef-rec.fr 32 \N \N 252 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lraflevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Arcgis Server pour les solutions SIG de Recette monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.221328+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent SIG (Application) 1 \N t Recette \N 1120 vtdsiaels1 vtdsiaels1.sanef-rec.fr sanef-rec.fr 26 \N \N 20 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur ELK - Elastic 1 monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Frédéric GRAFFAGNINO \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.254413+02 2026-04-15 00:08:52.024635+02 \N \N indifferent indifferent Serveur de Test \N t Test Infrastructure 1559 srtrabgas1 srtrabgas1.sanef.groupe sanef.groupe 32 \N \N 312 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant DL160 Gen9 | Anciennement sreurbepl2\r\nRefonte d'eReport et de Gaspar.\r\nDans le cadre de Gaspar, l'objectif est de profiter de cette migration pour passer sur Oracle 19. monthly \N \N \N t t \N \N Laurent DELCOUR \N Decomm \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.167809+02 2026-04-15 00:08:52.09128+02 \N \N indifferent indifferent Gaspar 1 \N t Recette Trafic 725 vposapkib1 vposapkib1.sanef.groupe sanef.groupe 28 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir5 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Kibana OSAP Prod monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N Serveur Kibana OSAP Prod \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.989062+02 2026-04-15 00:08:52.359792+02 \N \N indifferent indifferent OSAP 1.0 \N t Production Péage 74 ls-poix-de-picardie ls-poix-de-picardie workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.562476+02 2026-04-15 00:08:52.37289+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 456 vpbocasec1 vpbocasec1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nBOC - Secure Logon monthly \N \N \N t t \N \N Philippe GANDIL \N VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.815625+02 2026-04-15 00:08:52.524645+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 750 vppeaarcv1 vppeaarcv1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir1 f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-RCV--\r\n\r\nDemande de nouveau serveur R-110959 en attente tant qu'il aura une version Apache Log4j vulnérable \r\n\r\nChangement du statut de "production" à "implémentation" car tâche Scan Qualys non terminée monthly \N \N \N t t \N \N Pascal CADOT \N Christian VONGSAVANH \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.005072+02 2026-04-15 00:08:52.526381+02 \N \N indifferent indifferent Free Flow RCV - env PROD \N t Production Flux Libre 455 vpbocarep1 vpbocarep1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir5 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nLAN Image Repository monthly \N \N \N t t \N \N Fabrice TUNORFE \N VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.815029+02 2026-04-15 00:08:52.527463+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 458 vpbocjump1 vpbocjump1.sanef.groupe sanef.groupe 10 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nBOC/PROD/Jump Host\r\n\r\nFREEFLOW - VM rebond SAP HANA monthly \N \N \N t t \N \N Fabrice TUNORFE \N VONGSAVANH Christian \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.816751+02 2026-04-15 00:08:52.528281+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 755 vppeaastl1 vppeaastl1.sanef.groupe sanef.groupe \N \N \N \N \N linux Debian GNU/Linux 10 (buster) vm spiadevir5 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir VM Appliance StellarOne : Whitelisting des PC Voie de Péage monthly \N \N \N t t \N \N Cedric PREVOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.00926+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 459 vpbocmedi1 vpbocmedi1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-CM--\r\nSAP Convergence Mediation monthly \N \N \N t t \N \N Fabrice TUNORFE \N Jean Francois - VONGSAVANH Christian - ALTABA-ext Belen - SORRIBAS-ext Alex - IBM (belenaltaba@es.ibm.com - alex.sorribas@es.ibm.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.817361+02 2026-04-15 00:08:52.529977+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 457 vpbocharg1 vpbocharg1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-CC--\r\nSAP Convergence Charging monthly \N \N \N t t \N \N Fabrice TUNORFE \N Jean Francois - VONGSAVANH Christian - ALTABA-ext Belen - SORRIBAS-ext Alex - IBM (belenaltaba@es.ibm.com - alex.sorribas@es.ibm.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.816209+02 2026-04-15 00:08:52.530639+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 460 vpbocrsap1 vpbocrsap1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP Router monthly \N \N \N t t \N \N Fabrice TUNORFE \N Jean Francois - VONGSAVANH Christian - ALTABA-ext Belen - SORRIBAS-ext Alex - IBM (belenaltaba@es.ibm.com - alex.sorribas@es.ibm.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.817927+02 2026-04-15 00:08:52.534481+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 1427 spaiissws4 \N \N \N \N \N \N \N \N FOS physical \N f f f f f a_definir Production active \N REIMS ssh_key 22 \N \N secops a_definir a_definir HPE | Sanswitch monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.992934+02 2026-04-14 19:06:53.998585+02 \N \N indifferent indifferent \N \N t Production \N 776 vppmrames1 vppmrames1.sanef-int.adds sanef-int.adds 4 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir7 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir VM qui héberge un outil logiciel qui permet de faire la collecte des mesures de champs radio sur les noeuds radio d'exploitation DMR et de les restituer dans un format exploitable par la DEM (fichier CSV et KML)\r\n\r\nLe logiciel\r\n\r\n - est développé par la société Desmarez SA et se nomme RSSITracker\r\n\r\n- est utilisé par la DEM exclusivement \r\n\r\n Principe d'accès et d'usage : le technicien ouvre une session RDP sur le serveur (session sans privilège) pour accéder à l'outil monthly \N \N \N t t \N \N Arnaud THIERY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.022434+02 2026-04-14 22:57:32.393424+02 \N \N indifferent indifferent Gestion Radio 3RP 1 \N t Production \N 1096 vrtraagas1 vrtraagas1.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) vm lrallevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.238562+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 1121 vtdsiaels2 vtdsiaels2.sanef-rec.fr sanef-rec.fr 26 \N \N 20 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Test ELK - Elastic 2 monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Frédéric GRAFFAGNINO \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.255091+02 2026-04-15 00:08:52.026128+02 \N \N indifferent indifferent Serveur de Test \N t Test Infrastructure 914 vrameahtp2 vrameahtp2.sanef-rec.fr sanef-rec.fr 32 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N KUBIAK-ext Steve \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.115548+02 2026-04-15 00:08:52.079512+02 \N \N indifferent indifferent Amelie \N t Recette Trafic 918 vrameaoct1 vrameaoct1.sanef.groupe sanef-rec.fr 32 \N \N 412 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Qualification et Recette Octan monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.11802+02 2026-04-15 00:08:52.101944+02 \N \N indifferent indifferent Octan 1.0 \N t Recette Trafic 781 vppwdahap1 vppwdahap1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir3 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM Frontend HAProxy Prod PWD Manager monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.026102+02 2026-04-14 22:52:50.905666+02 \N \N indifferent indifferent \N \N t Production \N 960 vrdepaapp1 vrdepaapp1.sanef-rec.fr sanef-rec.fr 32 \N \N 316 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.145606+02 2026-04-15 00:08:52.103467+02 \N \N indifferent indifferent Gdepa 1 \N t Recette Trafic 1047 vrpeaabst2 vrpeaabst2.sanef-rec.fr sanef-rec.fr 29 \N \N 233 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur applicatif Boost monthly \N \N \N t t \N \N Ludovic HOARAU \N Philippe GANDIL \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.205329+02 2026-04-15 00:08:52.318691+02 \N \N indifferent indifferent BOOST 1.0 1 1.0 \N t Recette Péage 465 vpbocsman1 vpbocsman1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP Solution Manager monthly \N \N \N t t \N \N Fabrice TUNORFE \N Jean Francois - VONGSAVANH Christian - ALTABA-ext Belen - SORRIBAS-ext Alex - IBM (belenaltaba@es.ibm.com - alex.sorribas@es.ibm.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.821131+02 2026-04-15 00:08:52.529241+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 466 vpboeacst1 vpboeacst1.sanef.groupe sanef.groupe 28 \N \N \N \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Migration et supervision des caméras LAPI et contexte pour la Fraude au péage. \r\n\r\nL'outil d'aide à l'exploitation des équipements s'installe sur 2 vm disctinctes. \r\n\r\nSur cette VM sont installés les clients suivants : \r\n\r\n- VSS\r\n- SUT\r\n- CST 3 monthly \N \N \N t t \N \N Guillaume LAMBERT \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.82172+02 2026-04-15 00:08:52.413701+02 \N \N indifferent indifferent \N \N t Production Péage 461 vpbocs4as1 vpbocs4as1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir5 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Application Server 1 monthly \N \N \N t t \N \N Fabrice TUNORFE \N Jean Francois - VONGSAVANH Christian - ALTABA-ext Belen - SORRIBAS-ext Alex - IBM (belenaltaba@es.ibm.com - alex.sorribas@es.ibm.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.81859+02 2026-04-15 00:08:52.531281+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 462 vpbocs4as2 vpbocs4as2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Application Server 2 monthly \N \N \N t t \N \N Fabrice TUNORFE \N Jean Francois - VONGSAVANH Christian - ALTABA-ext Belen - SORRIBAS-ext Alex - IBM (belenaltaba@es.ibm.com - alex.sorribas@es.ibm.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.819204+02 2026-04-15 00:08:52.531936+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 463 vpbocs4as3 vpbocs4as3.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Application Server 3 monthly \N \N \N t t \N \N Fabrice TUNORFE \N Jean Francois - VONGSAVANH Christian - ALTABA-ext Belen - SORRIBAS-ext Alex - IBM (belenaltaba@es.ibm.com - alex.sorribas@es.ibm.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.819923+02 2026-04-15 00:08:52.532578+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 464 vpbocs4ci1 vpbocs4ci1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Central Instance monthly \N \N \N t t \N \N Fabrice TUNORFE \N Jean Francois - VONGSAVANH Christian - ALTABA-ext Belen - SORRIBAS-ext Alex - IBM (belenaltaba@es.ibm.com - alex.sorribas@es.ibm.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.820544+02 2026-04-15 00:08:52.533211+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 1078 vrsimbffl1 vrsimbffl1.sanef.groupe sanef-rec.fr \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Machine pour le traitement des transactions en freeflow (marche à blanc). monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.227251+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 1123 vtdsiaquo1 vtdsiaquo1.sanef-rec.fr sanef-rec.fr 26 \N \N 20 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Frédéric GRAFFAGNINO \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.256544+02 2026-04-15 00:08:52.028486+02 \N \N indifferent indifferent Serveur de Test \N t Test Infrastructure 470 vpbooaori2 vpbooaori2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-ORI-- monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.824895+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 1128 vtdsibpgs3 vtdsibpgs3.sanef-rec.fr sanef-rec.fr 5 \N \N 20 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur PostgresSQL Test 2 monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.260008+02 2026-04-15 00:08:52.030896+02 \N \N indifferent indifferent Serveur de test pour les DBA \N t Recette Infrastructure 967 vrdsiaans1 vrdsiaans1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Ansible de recette monthly \N \N \N t t \N \N Alexis LANGLAIT \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.149853+02 2026-04-15 00:08:52.03621+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 990 vrdsibans1 vrdsibans1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de test pour Ansible - Dédié au DBA monthly \N \N \N t t \N \N Alexis LANGLAIT \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.166095+02 2026-04-15 00:08:52.036937+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 927 vrameasxt4 vrameasxt4.sanef-rec.fr sanef-rec.fr 32 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.124493+02 2026-04-15 00:08:52.089992+02 \N \N indifferent indifferent Sextan 3.0 \N t Recette Trafic 1060 vrrauaapp1 vrrauaapp1.sanef-rec.fr sanef-rec.fr 32 \N \N 220 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.213949+02 2026-04-15 00:08:52.096359+02 \N \N indifferent indifferent ASUR (RAU) 1 \N t Recette Trafic 1065 vrrauafrt2 vrrauafrt2.sanef-rec.fr sanef-rec.fr 32 \N \N 220 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.217069+02 2026-04-15 00:08:52.099929+02 \N \N indifferent indifferent ASUR (RAU) 1 \N t Recette Trafic 794 vprpaangx1 vprpaangx1.sanef.groupe sanef.groupe 28 \N \N 129 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir3 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Référentiel Péage SAPN serveur nginx monthly \N \N \N t t \N \N Pascal CADOT \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.034318+02 2026-04-15 00:08:52.357478+02 \N \N indifferent indifferent Référentiel Péage Sanef 1 \N t Production Péage 796 vprpsangx1 vprpsangx1.sanef.groupe sanef.groupe 28 \N \N 129 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir3 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Référentiel Péage SANEF - nginx monthly \N \N \N t t \N \N Pascal CADOT \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.03558+02 2026-04-15 00:08:52.358135+02 \N \N indifferent indifferent Référentiel Péage Sanef 1 \N t Production Péage 795 vprpnangx1 vprpnangx1.sanef.groupe sanef.groupe 28 \N \N 129 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir1 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Référentiel Péage SAPN monthly \N \N \N t t \N \N Pascal CADOT \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.034969+02 2026-04-15 00:08:52.358972+02 \N \N indifferent indifferent Référentiel Péage Sanef 1 \N t Production Péage 994 vrdsibetc3 vrdsibetc3.sanef-rec.fr sanef-rec.fr 5 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_key 22 \N \N secops a_definir a_definir Serveur de recette ETCD Quorum monthly \N \N \N t t \N \N Nadine BENARD \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.168788+02 2026-04-15 00:08:52.023543+02 \N \N indifferent indifferent Gestion Postgres 1 \N t Recette Infrastructure 917 vrameakfk3 vrameakfk3.sanef-rec.fr sanef-rec.fr 32 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Kafka 3 de recette monthly \N \N \N t t \N \N Laurent DELCOUR \N ZHOU Zhongzheng - Laurent \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.117418+02 2026-04-15 00:08:52.076685+02 \N \N indifferent indifferent Amelie \N t Recette Trafic 913 vrameahtp1 vrameahtp1.sanef-rec.fr sanef-rec.fr 32 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N KUBIAK-ext Steve \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.114949+02 2026-04-15 00:08:52.078704+02 \N \N indifferent indifferent Amelie \N t Recette Trafic 944 vrcosaapp1 vrcosaapp1.sanef-rec.fr sanef-rec.fr 32 \N \N 262 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.135052+02 2026-04-15 00:08:52.080231+02 \N \N indifferent indifferent COSWIN Entreprise Edition 8i \N t Recette Trafic 1061 vrrauaapp2 vrrauaapp2.sanef-rec.fr sanef-rec.fr 32 \N \N 220 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Applicatif 1 monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.214502+02 2026-04-15 00:08:52.097051+02 \N \N indifferent indifferent ASUR (RAU) 1 \N t Recette Trafic 1062 vrrauaast1 vrrauaast1.sanef-rec.fr sanef-rec.fr 32 \N \N 220 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Asterisk 1 monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.215097+02 2026-04-15 00:08:52.097695+02 \N \N indifferent indifferent ASUR (RAU) 1 \N t Recette Trafic 1063 vrrauaast2 vrrauaast2.sanef-rec.fr sanef-rec.fr 32 \N \N 220 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Asterisk 2 monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.215659+02 2026-04-15 00:08:52.098358+02 \N \N indifferent indifferent ASUR (RAU) 1 \N t Recette Trafic 900 vradvaapp1 vradvaapp1.sanef-rec.fr sanef-rec.fr 29 \N \N 193 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur applicatif ADV de Recette monthly \N \N \N t t \N \N Philippe GANDIL \N Christophe DEWILDE, Dany CARON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.106055+02 2026-04-15 00:08:52.32438+02 \N \N indifferent indifferent ADV-U facturation sanef 1.29g \N t Recette Péage 173 vdrepapbi1 vdrepapbi1.recette.adds recette.adds 14 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur BI de recette monthly \N \N \N t t \N \N Abdelkader MOUHLI-GHARBI \N Abdelkader MOUHLI-GHARBI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.62736+02 2026-04-15 00:08:52.462769+02 \N \N indifferent indifferent \N \N t Recette BI 1002 vrechatre3 vrechatre3.sanef-rec.fr sanef-rec.fr 12 \N \N 504 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Talend - Remote Engine 3 monthly \N \N \N t t \N \N Jean-francois CRABS \N DUFOUR Antoine - Jean-Francois \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.174322+02 2026-04-15 00:08:52.504681+02 \N \N indifferent indifferent TALEND IS Professional Edition - Named User 1 \N t Recette Gestion 817 vpsicardp1 vpsicardp1.sanef-int.adds sanef-int.adds 31 \N \N 102 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir4 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SI Admin\r\nVM d'Admin ou de rebond pour administrer les serveurs PMV Mivisu en zone SIC : vpameapmv1 et vpameapmv2 monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenance PCT - DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.052411+02 2026-04-14 22:57:32.652779+02 \N \N indifferent indifferent MIVISU PMV 1 \N t Production \N 830 vpstlbhis1 vpstlbhis1.sanef-int.adds sanef-int.adds \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir3 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir supervision de la GTC A14\r\nserveur d'archivage ou d'historisation de production monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.061445+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 831 vpstlbpea1 vpstlbpea1.sanef-int.adds sanef-int.adds \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir3 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir supervision de la GTC A14\r\nserveur acquisition péages de production monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.06208+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1010 vrgawamft1 vrgawamft1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur mft de recette monthly \N \N \N t t \N \N Jean-francois CRABS \N Karim RIZKI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.179792+02 2026-04-15 00:08:52.031892+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 1011 vrgawbpgs1 vrgawbpgs1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Postgres de recette monthly \N \N \N t t \N \N Jean-francois CRABS \N Karim RIZKI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.180404+02 2026-04-15 00:08:52.033298+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 1009 vrgawagtw1 vrgawagtw1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm srallevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur de Gateway de recette MFT monthly \N \N \N t t \N \N Jean-francois CRABS \N Karim RIZKI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.17918+02 2026-04-15 00:08:52.034186+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 1028 vrlogbquo1 vrlogbquo1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spdsievir1 f f f f f a_definir Production obsolete \N SENLIS ssh_key 22 \N \N secops a_definir a_definir Puit de logs - Serveur Quorum monthly \N \N \N t t \N \N Frederic GRAFFAGNINO \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.191559+02 2026-04-15 00:08:52.049338+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 961 vrdepaast1 vrdepaast1.sanef-rec.fr sanef-rec.fr 32 \N \N 316 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Asterisk de recette pour l'application GDEPA avec OS maintenu et Asterisk 20 monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.146273+02 2026-04-15 00:08:52.104113+02 \N \N indifferent indifferent Gdepa 1 \N t Recette Trafic 963 vrdepbels2 vrdepbels2.sanef-rec.fr sanef-rec.fr 32 \N \N 316 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur ELK recette Depannage monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenir DBA - Cedric PREVOT - Nadine BENARD \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.147477+02 2026-04-15 00:08:52.105619+02 \N \N indifferent indifferent Gdepa 1 \N t Recette Trafic 1031 vrosapapp1 vrosapapp1.sanef-rec.fr sanef-rec.fr 29 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Applicatif OSAP recette monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.194475+02 2026-04-15 00:08:52.301988+02 \N \N indifferent indifferent OSAP 1.0 \N t Recette Péage 1051 vrpeabbst1 vrpeabbst1.sanef.groupe sanef-rec.fr 29 \N \N 233 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm srallevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Solution Recette BOOST : Elastic Search monthly \N \N \N t t \N \N Philippe GANDIL \N Christophe DEWILDE, Dany CARON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.208464+02 2026-04-15 00:08:52.325064+02 \N \N indifferent indifferent BOOST 1.0 1 1.0 \N t Recette Péage 1001 vrechatre2 vrechatre2.sanef-rec.fr sanef-rec.fr 12 \N \N 504 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Talend - Remote Engine 2 monthly \N \N \N t t \N \N Jean-francois CRABS \N DUFOUR Antoine - Jean-Francois \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.173267+02 2026-04-15 00:08:52.503864+02 \N \N indifferent indifferent TALEND IS Professional Edition - Named User 1 \N t Recette Gestion 998 vrechaetl1 vrechaetl1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir4 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir serveurs de recette 1 pour l'exécution des jobs Talaxie monthly \N \N \N t t \N \N Jean-francois CRABS \N Prevenir Antoine Dufour - MOUHLI-GHARBI Abdelkader \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.171156+02 2026-04-15 00:08:52.050622+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 999 vrechaetl2 vrechaetl2.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir10 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir serveurs de recette 2 pour l'exécution des jobs Talaxie monthly \N \N \N t t \N \N Jean-francois CRABS \N Prevenir Antoine Dufour - MOUHLI-GHARBI Abdelkader \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.17176+02 2026-04-15 00:08:52.05129+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 1003 vrechbetl1 vrechbetl1.sanef-rec.fr sanef-rec.fr 5 \N \N 297 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir L'ordonnanceur EtlTool monthly \N \N \N t t \N \N Jean-francois CRABS \N Prevenir Antoine Dufour - MOUHLI-GHARBI Abdelkader \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.175075+02 2026-04-15 00:08:52.051912+02 \N \N indifferent indifferent EtlTool - ordonnanceur 1 \N t Recette Infrastructure 921 vrameased1 vrameased1.sanef.groupe sanef-rec.fr 32 1 \N 140 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir VM qui agit en tant que frontal pour accéder à l'application SED, depuis les tablettes Mobee / DEM.\r\n\r\nLes accès externes sont redirigés sur ce serveur, via KEMP monthly \N \N \N t t \N \N Laurent DELCOUR \N N/A \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.119835+02 2026-04-15 00:08:52.094231+02 \N \N indifferent indifferent SED 1 \N t Recette DMZ 1069 vrrpsangx1 vrrpsangx1.sanef-rec.fr sanef-rec.fr 29 \N \N 129 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir4 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Ngnix de recette Référentiel Péage SANEF monthly \N \N \N t t \N \N Pascal CADOT \N Christophe DEWILDE, Dany CARON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.219883+02 2026-04-15 00:08:52.321839+02 \N \N indifferent indifferent Référentiel Péage sapn 1 \N t Recette Péage 502 vpbotjump1 vpbotjump1.sanef.groupe sanef.groupe 10 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nJump Host\r\n\r\nFREEFLOW - VM rebond BOT KAPSCH monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.846718+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 503 vpbotreco1 vpbotreco1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir5 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nANPR + Fusion server 1 monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.847318+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 495 vpbotatsp1 vpbotatsp1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MIR-- monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.842278+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 863 vptrabmut4 vptrabmut4.sanef.groupe sanef.groupe \N \N \N \N \N linux \N vm spodabmut4 f f f f f a_definir Implémentation active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir "vipName": "vptrabmut4-vip",\r\n"vipAddress": "10.41.40.223" monthly \N \N \N t t \N \N Oracle 19 (12.2.0.3) \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.082243+02 2026-04-14 22:52:51.135187+02 \N \N indifferent indifferent \N \N t Production \N 860 vptrabmut1 vptrabmut1.sanef.groupe sanef.groupe \N \N \N \N \N linux \N vm spodabmut1 f f f f f a_definir Implémentation active \N DC MILLESIME ssh_psmp 22 \N \N secops a_definir a_definir Instance Db systeme monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.080388+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 496 vpbotatvv1 vpbotatvv1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT-- monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.842896+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 499 vpbotbsql2 vpbotbsql2.sanef.groupe sanef.groupe 10 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nDatabase server monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.844745+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 954 vrdatafrt1 vrdatafrt1.sanef-rec.fr sanef-rec.fr 32 \N \N 305 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm srallevir2 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur Front Proxy de recette DATI monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.141751+02 2026-04-15 00:08:52.083533+02 \N \N indifferent indifferent Gestion des DATI 1 \N t Recette Trafic 171 vdpataels1 vdpataels1.sanef-rec.fr sanef-rec.fr 32 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Elasticsearch DEV FENIX monthly \N \N \N t t \N \N Thierry UNIMON \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.626097+02 2026-04-15 00:08:52.107122+02 \N \N indifferent indifferent \N \N t Recette Trafic 518 vpburaexc1 vpburaexc1.sanef.groupe sanef.groupe 4 1 \N 300 \N windows Microsoft Windows Server 2022 Standard vm lpgesevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur Exchange OnPrem pour redirection de mails monthly \N \N \N t t \N \N Aymeric TRON \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.856605+02 2026-04-15 00:08:52.117789+02 \N \N indifferent indifferent EXCHANGE SERVER Enterprise Edition 2013 \N t Production DMZ 1130 vtdsibquo1 vtdsibquo1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_key 22 \N \N secops a_definir a_definir VM Quroum PostgreSQL 1 monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.261234+02 2026-04-15 00:08:52.137459+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 1129 vtdsibpmm1 vtdsibpmm1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir PostgreSQL PMM Server monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.260625+02 2026-04-15 00:08:52.138167+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 497 vpbotbquo1 vpbotbquo1.sanef.groupe sanef.groupe 10 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm spdsievir1 f f f f f a_definir Production active \N SENLIS rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nFile share witness monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.843528+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 146 vamrsychtp1 vamrsychtp1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.5 (Santiago) vm lrallevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir AMELIE - HTPn - Recette monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.610171+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 504 vpbotreco2 vpbotreco2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nANPR + Fusion server 2 monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.847916+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 474 vpboobquo1 vpboobquo1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\nServeur Quorum Postgres monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.828226+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 449 vpbckmcse2 vpbckmcse2.sanef.groupe sanef.groupe 15 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm lppcievir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur CommServ Standby dans l'infrastructure de Backup PCI-DSS monthly \N \N \N t t \N \N Jean-francois CRABS \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.811434+02 2026-04-14 22:57:32.24261+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production \N 155 vdameasxt1 node1.amelie amelie \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Migration technique Sextan\r\nLa swap est désactivée car c'est un pré-requis applicatif. (vu avec Laurent D.) monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.615651+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 272 vmamrhtp1 vmamrhtp1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - HTPn\r\n\r\n### Changement des certificats\r\n\r\n# Visuel sur le cluster avec vmamrhtp2\r\ncmviewcl \r\n\r\n# Activation du package HTP dans le cluster (pour donner l'IP 10.30.16.59 à un des noeuds)\r\ncmmodpkg -e HTP_pkg\r\n\r\n# Redémarrage d'apache\r\n/applis/apache2/bin/apachectl restart monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.698713+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 535 vpcrmacle1 vpcrmacle1.sanef.groupe sanef.groupe \N \N \N 253 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpgesevir3 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Les pj (à destination de cléo) des formulaires de contact du site web sont stockées sur ce serveur web. monthly \N \N \N t t \N \N Laurence FRIER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.867315+02 2026-04-14 22:57:32.718616+02 \N \N indifferent indifferent Cleo - CRM V2 8.01.100 SP3 \N t Production \N 1072 vrsigaapp1 vrsigaapp1.sanef-rec.fr sanef-rec.fr 32 \N \N 252 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lraflevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveurs d'application 1 pour les solutions SIG de Recette monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.221945+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent SIG (Application) 1 \N t Recette \N 711 vpngwasic2 vpngwasic2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsicevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nNetwork Gateway pour CLU-SIC Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.980618+02 2026-04-15 00:08:52.245658+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 172 vdpatbsip1 vdpatbsip1.sanef-rec.fr sanef-rec.fr 32 1 \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Thierry UNIMON \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.626735+02 2026-04-15 00:08:52.107762+02 \N \N indifferent indifferent \N \N t Recette Trafic 602 vpdsiawsus2 vpdsiawsus2.sanef-int.adds sanef-int.adds 4 \N \N 535 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur WSUS pour tous les serveurs de Tier1 et du réseau interne Sanef.\r\nIl est connecté en downstream sur le WSUS en DMZ vpdsiawsus1 qui lui télécharge les MAJ directement depuis les sites Microsoft sur internet monthly \N \N \N t t \N \N Thierry BENNE \N SecOps \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.911255+02 2026-04-15 00:08:52.1912+02 \N \N indifferent indifferent WSUS (Gestion Mise à jour Windows) 1 \N t Production Infrastructure 507 vpbotrssm1 vpbotrssm1.sanef.groupe sanef.groupe 10 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nRSS configuration mgmt. monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.849743+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 639 vpemvatse1 vpemvatse1.sanef.groupe sanef.groupe 15 \N \N 291 \N windows Microsoft Windows Server 2022 Standard vm lppcievir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir vpemvatse1 est un serveur de rebond de la bulle EMV PCI-DSS.\r\nPour accéder au bunker, il faut se connecter en TSE à ce serveur ou à vpemvatse2. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.935057+02 2026-04-14 22:57:32.24324+02 \N \N indifferent indifferent EMV Rebond \N t Production \N 549 vpdaibana3 vpdaibana3.sanef.groupe sanef.groupe 31 \N \N 268 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir5 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir DAI Production : CT-IM Analytics (analyseur) monthly \N \N \N t t \N \N Franck RIVEY \N DEWILDE Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.87672+02 2026-04-15 00:08:52.127347+02 \N \N indifferent indifferent DAI (Analyseur) 1 \N t Production Trafic 564 vpdepaapp1 vpdepaapp1.sanef.groupe sanef.groupe 31 \N \N 316 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Applicatif Gdepa monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine -Prevenir le PCT - Impact Amélie/PCE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.885839+02 2026-04-15 00:08:52.152678+02 \N \N indifferent indifferent Gdepa 1 \N t Production Trafic 510 vpburaadfs1 vpburaadfs1.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir7 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.851643+02 2026-04-15 00:08:52.172837+02 \N \N indifferent indifferent Gestion ADFS 1 \N t Production Infrastructure 511 vpburaadfs2 vpburaadfs2.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir8 f f f f f a_definir Production active \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.852192+02 2026-04-15 00:08:52.173462+02 \N \N indifferent indifferent Gestion ADFS 1 \N t Production Infrastructure 592 vpdsiasat2 vpdsiasat2.sanef.groupe sanef.groupe 4 \N \N \N \N linux Oracle Linux Server release 8.9 vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Satellite interne qui télécharge les MAJ Redhat sur le satellite maitre vpdsiasat1 et les met à disposition pour les serveurs Internes Sanef monthly \N \N \N t t \N \N Nicolas DESSOYE \N KEITA Nare \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.904217+02 2026-04-15 00:08:52.189149+02 \N \N indifferent indifferent \N \N t Production Infrastructure 707 vpnapamed1 vpnapamed1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir VM Médiator (Quorum Witness) des Baies NetApp du cluster NFS FreeFlow :\r\nbpbckaaff1 et bpbckaaff2 monthly \N \N \N t t \N \N Thierry BENNE \N David CRESSON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.978281+02 2026-04-15 00:08:52.207232+02 \N \N indifferent indifferent \N \N t Production Infrastructure 1033 vrosapels1 vrosapels1.sanef-rec.fr sanef-rec.fr 29 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur 1 ELK OSAP recette monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.196454+02 2026-04-15 00:08:52.303286+02 \N \N indifferent indifferent OSAP 1.0 \N t Recette Péage 720 vposapapp1 vposapapp1.sanef.fr recette.adds 28 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur OSAP Applicatif Prod\r\nResponsable Olivier Lhomme monthly \N \N \N t t \N \N Jean-François CRABS / Olivier LHOMME \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.986082+02 2026-04-15 00:08:52.392345+02 \N \N indifferent indifferent OSAP \N t Production Péage 623 vpechatre4 vpechatre4.sanef.groupe sanef.groupe 3 \N \N 504 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Talend - Remote Engine 4 monthly \N \N \N t t \N \N Jean-francois CRABS \N DUFOUR Antoine - Jean-Francois \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.925342+02 2026-04-15 00:08:52.516625+02 \N \N indifferent indifferent TALEND IS Professional Edition - Named User 1 \N t Production Gestion 745 vppeaabst1 vppeaabst1.sanef.groupe sanef.groupe 10 1 \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nServeur d'application 1 monthly \N \N \N t t \N \N HOARAU Ludovic \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.002132+02 2026-04-15 00:08:52.062653+02 \N \N indifferent indifferent Free Flow SIT - env PROD \N t Production DMZ 780 vpptrabalx1 vpptrabalx1.sanef.groupe sanef.groupe 33 \N \N \N \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_local 22 \N \N secops a_definir a_definir Serveur de pré-production monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.025513+02 2026-04-15 00:08:52.074324+02 \N \N indifferent indifferent \N \N t Pré-Prod Trafic 930 vraptcpsh1 vraptcpsh1.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir VM de développement PowerApps\r\nWindows 11, master PC bureautique\r\n- Microsoft .NET Framework version 4.6.2.\r\n- Windows PowerShell 7.2\r\n- Power BI Desktop\r\n- Node.js version 16.x\r\n- Visual Studio Code avec les extensions Teams ToolKit et PowerShell installés\r\n- Navigateurs Edge et Chrome\r\n- ShareGate\r\n- Outils bureautique existants monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.126503+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Production \N 942 vrburxban8 vrburxban8.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm CLU-REC f f f f f a_definir Stock active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir VM Qualification Windows 10 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.133905+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t \N \N 1019 vriadawdc3 vriadawdc3.recette.adds recette.adds 5 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Contrôleur AD de recette temporaire pour tester une migration de contrôleur monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.185175+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Recette \N 786 vpracaquo1 vpracaquo1.sanef.groupe sanef.groupe 31 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir ATTENTION : utilisé comme quorum des bases de données Oracle RAC \r\n\r\nEn cas d'arrêt programmé, désactiver les mesures Centrèon afférentes "ASM-Diskgroup-Usage-VOTING" pour éviter des impacts sur les bases de données monthly \N \N \N t t \N \N Thierry BENNE \N Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.029214+02 2026-04-15 00:08:52.157109+02 \N \N indifferent indifferent \N \N t Production Trafic 887 vpvsaaiad2 vpvsaaiad2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.4 (Ootpa) vm spiadevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA T0 Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.097711+02 2026-04-15 00:08:52.258036+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 893 vpvsaarez2 vpvsaarez2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.8 vm srallevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-REC-DMZ Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.101817+02 2026-04-15 00:08:52.262339+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 819 vpsimaapi1 vpsimaapi1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.4.1708 (Core) vm lpmetevir3 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Gestion portique \r\npaiement par reconnaissance de plaque\r\nphoto par caméra, Stockage des images 8go par jour.\r\n\r\ndemande initiale\r\n"BVC - Plateforme de données.\r\nPremier partenariat en cours avec Renault en marge du projet BVC."\r\n/archives --> si 100% pas bloquant pour l'appli monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.053784+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 774 vppixbams1 vppixbams1.sanef-int.adds sanef-int.adds 4 \N \N 492 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Infra Pixys (Mur d'images au PCT : base de données AMS monthly \N \N \N t t \N \N Franck RIVEY \N Informer PCT +fabien Fontaine + Patrick Vengadassalame + Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.020617+02 2026-04-15 00:08:52.278863+02 \N \N indifferent indifferent supervision pct TOPS \N t Production Infrastructure 1034 vrosapels2 vrosapels2.sanef-rec.fr sanef-rec.fr 29 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur 2 ELK OSAP recette monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.197173+02 2026-04-15 00:08:52.30392+02 \N \N indifferent indifferent OSAP 1.0 \N t Recette Péage 1036 vrosapquo1 vrosapquo1.sanef-rec.fr sanef-rec.fr 29 \N \N 111 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_key 22 \N \N secops a_definir a_definir Serveur Quorum ELK Osap recette monthly \N \N \N t t \N \N Freddy LINET / Olivier LHOMME / MAHDAVI Alexis \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.198485+02 2026-04-15 00:08:52.304538+02 \N \N indifferent indifferent OSAP 1.0 \N t Recette Péage 123 nvr-spare-beu nvr-spare-beu workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm sssroevir1 f f f f f a_definir Production active \N Beuzeville BPV rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Spare de Beuzeville monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.594851+02 2026-04-15 01:04:35.275658+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1073 vrsigaapp2 vrsigaapp2.sanef-rec.fr sanef-rec.fr 32 \N \N 252 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lraflevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveurs d'application 2 pour les solutions SIG de Recette monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.222574+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent SIG (Application) 2 \N t Recette \N 1066 vrresardp1 vrresardp1.recette.adds recette.adds 5 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir VM d'administration des équipements réseau de recette. monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.217881+02 2026-04-15 00:08:52.044338+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 125 nvr-spare-etv nvr-spare-etv workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm ssetvevir1 f f f f f a_definir Production active \N AMIENS rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Spare de Etouvie monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.596065+02 2026-04-15 01:04:35.275658+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 270 vmamrgtc1 vmamrgtc1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir Mivisu GTC monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.697509+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 271 vmamrgtc2 vmamrgtc2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir Mivisu GTC monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.698126+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 292 vmddops01 vmddops01.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nNadine Benard monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.711435+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 293 vmddops02 vmddops02.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nCedric Prevot monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.71207+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 294 vmddops03 vmddops03.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nFrederic Graffagnino monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.712645+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 295 vmdgest01 vmdgest01.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nArnaud Meillon monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.71324+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 305 vmdpeag04 vmdpeag04.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nJulien Amato monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.719138+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 253 vmamphtp2 vmamphtp2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - HTPn\r\n\r\nLe package RTMP sert à envoyer des ordres de rafraichissement notamment pour les FEV par exemple, sert aussi au rafraichissement des calculs des plans de prévention.\r\nCela se traduit côté utilisateur = grosse lenteur mais c'est le rafraichissement qui ne se fait pas.\r\n\r\nA chaque relance ou bascule du package RTMP, il faut impérativement relancer les packages Websocket sur les 4 VM sxt (vmampsxt1/2/3/4). Sinon cela impact l'utilisation de Sextan pour les studios 107.7. monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.685833+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1086 vrsvpaffb1 vrsvpaffb1.sanef-rec.fr sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage Senlis\r\nVM SVP Maitre Recette Sanef FreeFlow Boulay monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.232432+02 2026-04-15 00:08:52.307091+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 306 vmdpeag05 vmdpeag05.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nAntoine Poure monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.71972+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1146 vvbocbsap1 vvbocbsap1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.8 (Ootpa) vm lraflevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nServeur de base SAP Hana\r\nMutualisée Test1 et Test2 monthly \N \N \N t t \N \N Fabrice TUNORFE \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.271537+02 2026-04-15 00:08:52.429512+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 124 nvr-spare-eco nvr-spare-eco workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm ssecoevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Spare de l'Ecopole monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.59547+02 2026-04-15 01:04:52.156632+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 514 vpburaaov2 vpburaaov2.sanef.groupe sanef 4 1 \N \N \N windows Windows 2016 Version 1607 vm spgesevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Romuald GAY \N Thierry BENNE- Lionel RAVANEL \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.854011+02 2026-04-15 01:06:03.884879+02 \N \N indifferent indifferent \N \N t Production DMZ 996 vrdsismtp1 vrdsismtp1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm srallevir4 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur smtp relay de recette 1 monthly \N \N \N t t \N \N Joel CAVE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.169965+02 2026-04-15 00:08:52.035551+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 980 vrdsialab2 vrdsialab2.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir VM Linux de lab IPOP monthly \N \N \N t t \N \N Joel CAVE \N Julien EGRET \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.158709+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 984 vrdsiasaf2 vrdsiasaf2.sanef-rec.fr sanef-rec.fr 5 \N \N 447 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm srallevir2 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir agent Safenet 2 monthly \N \N \N t t \N \N Romuald GAY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.161243+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent Radius 1 \N t Recette \N 949 vrcybapsp2 vrcybapsp2.sanef-rec.fr sanef-rec.fr 5 \N \N 267 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur cyberak PSP de recette monthly \N \N \N t t \N \N Sophie TENNOIR \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.137998+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent CyberArk 1 \N t Recette \N 912 vrairahtp2 vrairahtp2.sanef-rec.fr sanef-rec.fr 32 \N \N 273 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lraflevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Frontal pour les utilisateurs externes DECLAWEB de recette monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.11436+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent Declaweb v2 1.0.12 \N t Recette \N 517 vpburadps1 vpburadps1.sanef.groupe sanef.groupe 4 \N \N 136 \N windows Microsoft Windows Server 2019 Standard vm spdsievir1 f f f f f a_definir Production active \N SENLIS rdp_psmp 22 \N \N secops a_definir a_definir Serveur SCCM Deploiement Point de Senlis monthly \N \N \N t t \N \N Aymeric TRON \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.855857+02 2026-04-15 00:08:52.182509+02 \N \N indifferent indifferent SCCM 1 \N t Production Infrastructure 522 vpburaimp1 vpburaimp1.sanef.groupe sanef.groupe 4 \N \N 422 \N windows Microsoft Windows Server 2022 Standard vm lpgesevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur d'impression monthly \N \N \N t t \N \N Alain PIGEON \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.859486+02 2026-04-15 00:08:52.184445+02 \N \N indifferent indifferent PaperCut 19.1.3 (Build 52103) \N t Production Infrastructure 520 vpburafax1 vpburafax1.sanef.groupe sanef.groupe 4 \N \N 536 \N windows Microsoft Windows Server 2019 Datacenter vm lpgesevir7 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Remplace vmfax1\r\nInstallation de Microsoft Office 2016 standard monthly \N \N \N t t \N \N Romuald GAY \N Pascal LEFEVBRE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.85828+02 2026-04-15 00:08:52.186411+02 \N \N indifferent indifferent XMedius FAX 1 \N t Production Infrastructure 521 vpburafax2 vpburafax2.sanef.groupe sanef.groupe 4 \N \N 536 \N windows Microsoft Windows Server 2019 Datacenter vm lpgesevir8 f f f f f a_definir Production active \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir remplace vmfax2\r\nInstallation de Microsoft Office 2016 standard monthly \N \N \N t t \N \N Romuald GAY \N Pascal LEFEVBRE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.858891+02 2026-04-15 00:08:52.187055+02 \N \N indifferent indifferent XMedius FAX 1 \N t Production Infrastructure 515 vpburadhcp1 vpburadhcp1.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2016 Standard vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Thomas PELZER \N Thomas PELZER \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.854641+02 2026-04-15 00:08:52.269485+02 \N \N indifferent indifferent Gestion DHCP 1 \N t Production Infrastructure 516 vpburadhcp2 vpburadhcp2.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2016 Standard vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Thomas PELZER \N Thomas PELZER \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.855252+02 2026-04-15 00:08:52.270187+02 \N \N indifferent indifferent Gestion DHCP 1 \N t Production Infrastructure 979 vrdsialab1 vrdsialab1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir VM Linux de LAB pour l'équipe IPOP monthly \N \N \N t t \N \N Julien EGRET \N Julien EGRET \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.157949+02 2026-04-15 00:08:52.338083+02 \N \N indifferent indifferent \N \N t Recette DMZ 523 vpburaquo1 vpburaquo1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm spdsievir1 f f f f f a_definir Production obsolete \N SENLIS rdp_psmp 22 \N \N secops a_definir a_definir DAGEXC : cluster Exchange : vpburaexc1 et 2\r\nvmampweb1 : cluster Amelie gérant le partage CIFSGIS : vmampweb1 et vmampweb2\r\nCommvault, partage DR Export Backup monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.860133+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 308 vmdtrac02 vmdtrac02.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil developpeur 200Go HD\r\nYvan Vanwynsberghe monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.720928+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 309 vmdtrac04 vmdtrac04.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nMichel Boudailliez monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.721515+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 310 vmdtrac05 vmdtrac05.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nVeronique Gonzalez monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.722211+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 311 vmdtrac06 vmdtrac06.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nJoshua Dahlke monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.722777+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 312 vmdtrac07 vmdtrac07.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nLaurent Mlanhoro monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.723471+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 540 vpcybapsm3 vpcybapsm3.sanef.groupe sanef.groupe 4 \N \N 267 \N windows Microsoft Windows Server 2019 Standard vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Bastion CyberArk\r\nServeur PSM 3\r\nServeur de rebond monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.870423+02 2026-04-14 22:57:32.515629+02 \N \N indifferent indifferent CyberArk Production \N t Production \N 973 vrdsiadev1 vrdsiadev1.sanef-rec.fr sanef-rec.fr 27 \N \N 20 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Développement de multiples outil systèmes,\r\n\r\nIl sert principalement à des tests de scripts et a de la compilation, \r\nApplicatif installé : langages et outils de programmations.\r\n\r\nUn chroot est utilisé pour gérer les environnements de dev, un passage par Docker est envisagé. monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.153521+02 2026-04-15 00:08:52.042242+02 \N \N indifferent indifferent Collecte Serveur 1 \N t Développement Infrastructure 911 vrairahtp1 vrairahtp1.sanef.groupe sanef-rec.fr 32 \N \N 469 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Gestion des Aires\r\nRemplace vairrec1 monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.113754+02 2026-04-15 00:08:52.092877+02 \N \N indifferent indifferent Satisf'aire Web 1.2.0.1 \N t Recette Trafic 533 vpcosaapp1 vpcosaapp1.sanef.groupe sanef.groupe 31 \N \N 262 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur COSWIN applicatif Production monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.866118+02 2026-04-15 00:08:52.148778+02 \N \N indifferent indifferent COSWIN Entreprise Edition 8i \N t Production Trafic 530 vpburbimp1 vpburbimp1.sanef.groupe sanef.groupe 4 \N \N 422 \N windows Microsoft Windows Server 2022 Standard vm lpgesevir5 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur d'impression avec base SQL Server monthly \N \N \N t t \N \N Alain PIGEON \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.864373+02 2026-04-15 00:08:52.185087+02 \N \N indifferent indifferent PaperCut 19.1.3 (Build 52103) \N t Production Infrastructure 531 vpccyanvr1 vpccyanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spccyevir1 f f f f f a_definir Production active \N COURCY rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Courcy monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.864967+02 2026-04-15 00:08:52.213348+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 536 vpctvanvr1 vpctvanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spctvevir1 f f f f f a_definir Production active \N COUTEVROULT rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Coutevroult monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.86802+02 2026-04-15 00:08:52.217216+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 541 vpcybapsm4 vpcybapsm4.sanef.groupe sanef.groupe 4 \N \N 267 \N windows Microsoft Windows Server 2019 Standard vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Bastion CyberArk\r\nServeur PSM 4\r\nServeur de rebond monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.870972+02 2026-04-14 22:57:32.516129+02 \N \N indifferent indifferent CyberArk Production \N t Production \N 1067 vrrpaangx1 vrrpaangx1.sanef-rec.fr sanef-rec.fr 29 \N \N 129 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Référentiel Péage ALBEA nginx monthly \N \N \N t t \N \N Pascal CADOT \N Christophe DEWILDE, Dany CARON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.218597+02 2026-04-15 00:08:52.320595+02 \N \N indifferent indifferent Référentiel Péage A150 Albéa 1 \N t Recette Péage 1024 vrlogaagt1 vrlogaagt1.sanef-rec.fr sanef-rec.fr 5 \N \N 305 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de gestion de log monthly \N \N \N t t \N \N Joel CAVE \N SOBOLEWSKI Robert \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.188228+02 2026-04-15 00:08:52.563102+02 \N \N indifferent indifferent Gestion des logs 1 \N t Recette Infrastructure 972 vrdsiadep1 vrdsiadep1.sanef-rec.fr sanef-rec.fr 5 \N \N 408 \N linux Red Hat Enterprise Linux release 9.6 (Plow) vm lrallevir10 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir VM de dépôt de recette pour échange de fichiers via Nextcloud monthly \N \N \N t t \N \N Cedric PREVOT \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.152797+02 2026-04-15 00:08:52.563823+02 \N \N indifferent indifferent Nextcloud 31.0.7 \N t Recette Infrastructure 538 vpcybapsm1 vpcybapsm1.sanef.groupe sanef.groupe 4 \N \N 267 \N windows Microsoft Windows Server 2019 Datacenter vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Bastion CyberArk\r\nServeur PSM 1\r\nServeur de rebond monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.869205+02 2026-04-14 22:57:32.514663+02 \N \N indifferent indifferent CyberArk Production \N t Production \N 539 vpcybapsm2 vpcybapsm2.sanef.groupe sanef.groupe 4 \N \N 267 \N windows Microsoft Windows Server 2019 Datacenter vm spsiaevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Bastion CyberArk\r\nServeur PSM 2\r\nServeur de rebond monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.869811+02 2026-04-14 22:57:32.515156+02 \N \N indifferent indifferent CyberArk Production \N t Production \N 313 vmdtrac08 vmdtrac08.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nJean Bachelet monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.724293+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 314 vmdtrac09 vmdtrac09.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nZhongzheng Zhou monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.725044+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 315 vmdtrac10 vmdtrac10.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nGhaith Hasnaoui monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.725665+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 316 vmdtrac11 vmdtrac11.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nThierry Unimon monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.726295+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 975 vrdsiahax1 vrdsiahax1 sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm srallevir2 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur HAproxy de recette 1\r\nip : 192.168.19.196\r\nvip interne : 10.43.192.115 monthly \N \N \N t t \N \N EGRET Julien \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.154774+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 997 vrdsismtp2 vrdsismtp2.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm srallevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur SMTP Relay de recette 2 monthly \N \N \N t t \N \N Joel CAVE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.170545+02 2026-04-15 00:08:52.034872+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 976 vrdsiahax2 vrdsiahax2 sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm srallevir2 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur HAProxy de recette\r\nip : 192.168.19.197\r\nvip interne : 10.43.192.116 monthly \N \N \N t t \N \N EGRET Julien \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.155384+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 547 vpdaibana1 vpdaibana1.sanef.groupe sanef.groupe 31 \N \N 268 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir DAI Production : CT-IM Analytics (analyseur) monthly \N \N \N t t \N \N Franck RIVEY \N DEWILDE Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.87547+02 2026-04-15 00:08:52.081551+02 \N \N indifferent indifferent DAI (Analyseur) 1 \N t Production Trafic 545 vpcybapvwa1 vpcybapvwa1.sanef.groupe sanef.groupe 4 \N \N 267 \N windows Microsoft Windows Server 2019 Datacenter vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Bastion CyberArk\r\nServeur PVWA 1\r\nConsole d'administration WEB CyberArk monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.873988+02 2026-04-14 22:57:32.516574+02 \N \N indifferent indifferent CyberArk Production \N t Production \N 546 vpcybapvwa2 vpcybapvwa2.sanef.groupe sanef.groupe 4 \N \N 267 \N windows Microsoft Windows Server 2019 Datacenter vm spsiaevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Bastion CyberArk\r\nServeur PVWA 2\r\nConsole d'administration WEB CyberArk monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.874822+02 2026-04-14 22:57:32.517095+02 \N \N indifferent indifferent CyberArk Production \N t Production \N 317 vmdtrac12 vmdtrac12.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nRenaud Giraud Sauveur monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.726861+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 318 vmdtrac13 vmdtrac13.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nDany Caron monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.727502+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 319 vmdtrac14 vmdtrac14.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil testeur/recetteur 100Go HD\r\nFabien Fontaine monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.728093+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 341 vmxfb1 vmxfb1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.7 (Santiago) vm lpmetevir7 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Gestion Transferts de fichiers\r\n\r\nSi restart de la VM, vérifier que la gateway est up :\r\nSe logguer dessus avec le user synchro.\r\nFaire gatestop\r\nFaire pelmon check_base (si gateway status stopped, relancer la gateway)\r\nFaire gatestart\r\n\r\nSi besoin refaire pelmon check_base pour vérifer que la gateway est up. monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.741509+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 340 vmxatr vmxatr.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpgesevir5 f f f f f a_definir Production active \N TRAVEE 2 rdp_local 22 \N \N secops a_definir a_definir windows 10 sous VmWare\r\nTest GPO\r\nBureautique / PC Administration\r\nAymeric Tron monthly \N \N \N t t \N \N Aymeric TRON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.74079+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 342 vmzeus vmzeus.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS release 6.3 (Final) vm spmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - Exploitation autoroutière\r\nEnvoie les données trafics vers Autoroutes Trafic (contrat de fourniture de données avec pénalités) monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.74227+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 334 vmradius4 vmradius4.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Entreprise vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion des identitées monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.736939+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 366 vpaiiacbi1 vpaiiacbi1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir11 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur reporting Centreon BI monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.757089+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 542 vpcybapsp1 vpcybapsp1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur PSMP 1 de prod monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.87158+02 2026-04-14 22:52:50.847523+02 \N \N indifferent indifferent \N \N t Production \N 543 vpcybapsp2 vpcybapsp2.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur PSMP 2 de prod monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.872197+02 2026-04-14 22:52:50.84791+02 \N \N indifferent indifferent \N \N t Production \N 1044 vrpatbsip1 vrpatbsip1.sanef.groupe sanef-rec.fr 32 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir SI Patrimoine monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.203394+02 2026-04-15 00:08:52.109687+02 \N \N indifferent indifferent \N \N t Recette Trafic 1058 vrpxpapps1 vrpxpapps1.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux \N vm lraflevir2 f f f f f a_definir Implémentation active \N SALLE BLANCHE ssh_key 22 \N \N secops a_definir a_definir Serveur PX Prévia de recete - Standalon Postgres + app monthly \N \N \N t t \N \N Franck RIVEY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.21272+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 548 vpdaibana2 vpdaibana2.sanef.groupe sanef.groupe 31 \N \N 268 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir8 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir DAI Production : CT-IM Analytics (analyseur) monthly \N \N \N t t \N \N Franck RIVEY \N DEWILDE Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.87611+02 2026-04-15 00:08:52.126204+02 \N \N indifferent indifferent DAI (Analyseur) 1 \N t Production Trafic 356 vpaflgsys1 vpaflgsys1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpgesevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BI--\r\nMachine permettant de récupérer les données de téléphonie (GENESYS) pour le décisionnel monthly \N \N \N t t \N \N Abdelkader MOUHLI-GHARBI \N Reda.KIMAOUI-ext@sanef.com - Mohamed-Slim.KOUBAA-ext@sanef.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.75086+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow DWH BI - env PROD \N t Production Flux Libre 1057 vrpwdapod1 vrpwdapod1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Implémentation active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur applicatif podman + BBD Mariadb de recette pour la solution LockPass (Password Manager) monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.212126+02 2026-04-15 00:08:52.019929+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 916 vrameakfk2 vrameakfk2.sanef-rec.fr sanef-rec.fr 32 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Kafka 2 de recette monthly \N \N \N t t \N \N Laurent DELCOUR \N ZHOU Zhongzheng - Laurent \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.116771+02 2026-04-15 00:08:52.075817+02 \N \N indifferent indifferent Amelie \N t Recette Trafic 919 vrameapmv1 vrameapmv1.sanef-rec.fr sanef-rec.fr 32 \N \N 102 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Amelie recette PMV Mivisu monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.118646+02 2026-04-15 00:08:52.093579+02 \N \N indifferent indifferent MIVISU PMV 1? \N t Recette Trafic 558 vpdatafrt1 vpdatafrt1.sanef.groupe sanef.groupe 31 \N \N 305 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Front DATI de prod monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.882227+02 2026-04-15 00:08:52.139472+02 \N \N indifferent indifferent Gestion des DATI 1 \N t Production Trafic 556 vpdaoalic1 vpdaoalic1.sanef.groupe sanef.groupe 4 \N \N 363 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir traçage plan (electrique )\r\nDAO\r\nRemplace rlic1 monthly \N \N \N t t \N \N Patrick CREMMER \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.88105+02 2026-04-15 00:08:52.559582+02 \N \N indifferent indifferent ELEC CALC 2017 \N t Production Infrastructure 559 vpdecasas4 vpdecasas4.sanef.groupe sanef.groupe 9 1 \N 132 \N linux RHEL 7.9 (Maipo) vm lpgesevir4 f f f f f a_definir Production els \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Ludovic LE BRETON \N décommisionné fin d'année \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.882825+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS 1 \N t Production BI 560 vpdecasas5 vpdecasas5.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 7.9 (Maipo) vm lpgesevir5 f f f f f a_definir Production els \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.883449+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS 1 \N t Production BI 561 vpdecasas6 vpdecasas6.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 7.9 (Maipo) vm lpgesevir6 f f f f f a_definir Production els \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.884106+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS 1 \N t Production BI 555 vpdaibctc2 vpdaibctc2.sanef.groupe workgroup 31 \N \N 268 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir DAI Production : CT-Center Secondaire monthly \N \N \N t t \N \N Franck RIVEY \N DEWILDE Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.880425+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent DAI (Analyseur) 1 \N t Production Trafic 1056 vrpwdahap1 vrpwdahap1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Implémentation active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur d'échange Password Manager de recette monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.211528+02 2026-04-15 01:15:32.401233+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 943 vrburxban9 vrburxban9.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm CLU-REC f f f f f a_definir Production active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir VM Qualification Windows 10 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.134501+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 945 vrcybacpm1 vrcybacpm1.sanef-rec.fr recette.adds 5 \N \N 267 \N windows Microsoft Windows Server 2019 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Bastion CyberArk de REcette\r\nServeur CPM\r\nGère la rotation des Mot de passe monthly \N \N \N t t \N \N Alexandre CHAMPY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.135647+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent CyberArk Recette \N t Recette \N 369 vpaiiadba1 vpaiiadba1.sanef.groupe sanef.groupe 4 \N \N 305 \N windows Microsoft Windows Server 2016 Standard vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion monitoring DBA\r\n- Managment Studio (SQLServer)\r\n- TOAD\r\n- SpotLight monthly \N \N \N t t \N \N Cedric PREVOT \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.759294+02 2026-04-15 00:08:52.189766+02 \N \N indifferent indifferent Gestion oracle 1 \N t Production Infrastructure 361 vpaiiaada1 vpaiiaada1.sanef.groupe sanef.groupe 4 \N \N 184 \N windows Microsoft Windows Server 2016 Standard vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.75384+02 2026-04-14 22:57:32.699157+02 \N \N indifferent indifferent AD Audit plus 1 \N t Production \N 1107 vrvidanvr1 vrvidanvr1.recette.adds recette.adds 5 \N \N 367 \N windows Microsoft Windows Server 2022 Standard vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Infrastructure de tests pour les IHM Vidéo (CCS/Visual) monthly \N \N \N t t \N \N Arnaud THIERY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.246215+02 2026-04-15 00:08:52.01588+02 \N \N indifferent indifferent Logiciel gestion vidéo 1 \N t Recette Infrastructure 569 vpdsiaans1 vpdsiaans1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Ansible DSI de Production monthly \N \N \N t t \N \N Alexis LANGLAIT \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.8888+02 2026-04-15 00:08:52.187893+02 \N \N indifferent indifferent \N \N t Production Infrastructure 210 vibotarmq3 vibotarmq3.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nRabbitMQ cluster node 3 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.651001+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 566 vpdepbels1 vpdepbels1.sanef.groupe sanef.groupe 31 \N \N 316 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Elastic GDEPA production monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine -Prevenir le PCT - Impact Amélie/PCE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.887059+02 2026-04-15 00:08:52.153947+02 \N \N indifferent indifferent Gdepa 1 \N t Production Trafic 362 vpaiiaadm1 vpaiiaadm1.sanef.groupe sanef.groupe 4 \N \N 184 \N windows Microsoft Windows Server 2016 Standard vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir ADMANAGER monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.754446+02 2026-04-15 00:08:52.17728+02 \N \N indifferent indifferent AD Manager plus 1 \N t Production Infrastructure 360 vpaiia8770 vpaiia8770.sanef.groupe sanef.groupe 4 \N \N \N \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir vmomni8770 monthly \N \N \N t t \N \N Arnaud THIERY \N Francois ROBERT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.753297+02 2026-04-15 00:08:52.185723+02 \N \N indifferent indifferent \N \N t Production Infrastructure 367 vpaiiacen1 vpaiiacen1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur central Centreon monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.757845+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 368 vpaiiacol1 vpaiiacol1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 8.2.2004 (Core) vm lpmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Collecte des serveurs pour synchonisation avec ITOP monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.758627+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 375 vpaiiafsso1 vpaiiafsso1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpgesevir7 f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir FSSO c'est l'agent Single Sign on de Fortinet qui permet à la fonction proxy des FW d'authentifier les collaborateurs sanef. monthly \N \N \N t t \N \N Thomas PELZER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.762952+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 363 vpaiiaast1 vpaiiaast1.sanef.groupe sanef.groupe 4 \N \N 20 \N windows Microsoft Windows Server 2019 Standard vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur TSE pour astreinte système monthly \N \N \N t t \N \N Nicolas DESSOYE \N Eric - Thierry - Laurent \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.755058+02 2026-04-15 00:08:52.2779+02 \N \N indifferent indifferent Collecte Serveur 1 \N t Production Infrastructure 376 vpaiiafsso2 vpaiiafsso2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard vm lpgesevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir FSSO c'est l'agent Single Sign on de Fortinet qui permet à la fonction proxy des FW d'authentifier les collaborateurs sanef. monthly \N \N \N t t \N \N Thomas PELZER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.763553+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 379 vpaiiamap1 vpaiiamap1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir12 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur MAP Centreon monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.765406+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 392 vpaiiapol6 vpaiiapol6.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir10 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Poller Centreon monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.773324+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 905 vraiiavid1 vraiiavid1.sanef.groupe recette.adds 29 \N \N 367 \N windows Microsoft Windows Server 2016 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de préproduction pour l'infrastructure de gestion des flux Vidéo (VSC) monthly \N \N \N t t \N \N Arnaud THIERY \N Christophe DEWILDE- CARON Dany \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.110013+02 2026-04-15 00:08:52.29424+02 \N \N indifferent indifferent Logiciel gestion vidéo 1 \N t Recette Péage 978 vrdsiakms1 vrdsiakms1.recette.adds sanef-int.adds 5 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_local 22 \N \N secops a_definir a_definir Serveur KMS de Recette : attribue les licences Microsoft aux serveurs et PC membres de l'AD Recette monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.157133+02 2026-04-15 00:08:52.05328+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Recette Infrastructure 1015 vriadapki2 vriadapki2.recette.adds recette.adds 5 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir PKI : Autorité de distribution de Recette monthly \N \N \N t t \N \N Joel CAVE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.182809+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent Gestion Pki 1 \N t Recette \N 380 vpaiiammw1 vpaiiammw1.sanef.groupe sanef.groupe \N \N \N \N \N linux ArubaOS vm CLU-MET f f f f f a_definir Production active \N Data-Center Thillois ssh_psmp 22 \N \N secops a_definir a_definir Application appelée MOBILITY MASTER (MM). Fait office de contrôleur WIFI maître allant piloter les contrôleurs WIFI physiques monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.766021+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 393 vpaiiapol7 vpaiiapol7.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm spmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Poller Centreon monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.774446+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 394 vpaiiapol9 vpaiiapol9.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir3 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Poller Centreon monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.775267+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 404 vpaiiarda1 vpaiiarda1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Gestion Accès distant\r\nPermet d'établir un VPN pour autoriser des agents de HPE à intervenir sur des équipements Sanef monthly \N \N \N t t \N \N Joel CAVE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.781497+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 395 vpaiiapvc1 vpaiiapvc1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir PC CADEX\r\n\r\n\r\nAlias : videocadexouest.sanef.fr monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.77598+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 396 vpaiiapvc2 vpaiiapvc2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir PC CADEX\r\n\r\n\r\nAlias : videocadexest.sanef.fr monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.776633+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 397 vpaiiapvc3 vpaiiapvc3.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir PC CADEX\r\n\r\n\r\nAlias : videocadexnord.sanef.fr monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.777213+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 398 vpaiiapvc4 vpaiiapvc4.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Enterprise vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir PC CADEX\r\n\r\n\r\nAlias : videopdex.sanef.fr monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.77782+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 399 vpaiiapvd1 vpaiiapvd1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Enterprise vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir PC DEM\r\n\r\n\r\nAlias : videodemreal.sanef.fr monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.778417+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 400 vpaiiapvd2 vpaiiapvd2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir PC DEM\r\n\r\n\r\nAlias : videodemreca.sanef.fr monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.779058+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 401 vpaiiapvd3 vpaiiapvd3.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir PC DEM\r\n\r\n\r\nAlias : videodemreco.sanef.fr monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.779706+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 403 vpaiiapvd5 vpaiiapvd5.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir PC DEM\r\n\r\n\r\nAlias : videodemrene.sanef.fr monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.780896+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 405 vpaiiasbc1 vpaiiasbc1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux 6 (64-bit) vm CLU-GES-DMZ f f f f f a_definir Production obsolete \N Data-Center Thillois ssh_psmp 22 \N \N secops a_definir a_definir DMZ\r\n- Interface 1 : VLAN 2411 : 192.168.241.28/28 GW : 192.168.241.30\r\n- Interface 2 : VLAN 2410 : 192.168.241.12/28 GW : 192.168.241.14 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.78211+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 406 vpaiiasbc2 vpaiiasbc2.sanef.groupe sanef.groupe \N \N \N \N \N linux \N vm spgesevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir DMZ\r\n- Interface 1 : VLAN 2411 : 192.168.241.17\r\n- Interface 2 : VLAN 2410 : 192.168.241.11\r\n\r\nOS propriétaire monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.782721+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 408 vpaiiavcl1 vpaiiavcl1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Accès en RDP : Philippe Zabajewski, ASTIA, IRSC\r\n\r\nclient-video.sanef.fr -> vpaiiavcl1.sanef.groupe monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.783873+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 417 vpallaovp1 vpallaovp1.sanef.groupe sanef.groupe \N \N \N \N \N linux HPE Linux Based on Debian vm spiadevir5 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir OneView Dashboard Proliant \r\nhttps://vpallaovp1.sanef.groupe/#/dashboard monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.789993+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 421 vpameakfk2 vpameakfk2.sanef.groupe sanef.groupe 31 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Kafka 2 Amelie de Prod monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.792947+02 2026-04-14 22:57:32.651282+02 \N \N indifferent indifferent Amelie \N t Production \N 321 vmipm1 vmipm1.sanef.groupe sanef.groupe \N \N \N \N \N linux FreeBSD vm lpmetevir5 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Gestion des adresses IP monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.729266+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1109 vrvidavsc1 vrvidavsc1.recette.adds recette.adds 5 \N \N 367 \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Infrastructure de tests pour les IHM Vidéo (CCS/Visual) monthly \N \N \N t t \N \N Arnaud THIERY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.247428+02 2026-04-15 00:08:52.016763+02 \N \N indifferent indifferent Logiciel gestion vidéo 1 \N t Recette Infrastructure 422 vpameakfq1 vpameakfq1.sanef.groupe sanef.groupe 31 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir Serveur Quorum Kafka Amelie Prod monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.793581+02 2026-04-14 22:57:32.651802+02 \N \N indifferent indifferent Amelie \N t Production \N 573 vpdsiafaz1 vpdsiafaz1.sanef.groupe sanef.groupe \N \N \N \N \N linux Appliance vm spsiaevir8 f f f f f a_definir Production active \N Data-Center Thillois ssh_psmp 22 \N \N secops a_definir a_definir VM fortianalyzer monthly \N \N \N t t \N \N Julien EGRET \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.892052+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 418 vpameahtp1 vpameahtp1.sanef.groupe sanef.groupe 31 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur HTP 1 de Prod monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.79085+02 2026-04-14 22:57:32.683887+02 \N \N indifferent indifferent Amelie \N t Production \N 419 vpameahtp2 vpameahtp2.sanef.groupe sanef.groupe 31 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur HTP 2 Amelie de Prod monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.791698+02 2026-04-14 22:57:32.684364+02 \N \N indifferent indifferent Amelie \N t Production \N 572 vpdsiadep1 vpdsiadep1.sanef.groupe sanef.groupe 4 \N \N 408 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir1 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM de dépôt de Production pour échange de fichiers via Nextcloud monthly \N \N \N t t \N \N Cedric PREVOT \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.891321+02 2026-04-15 00:08:52.276397+02 \N \N indifferent indifferent Nextcloud 31.0.7 \N t Production Infrastructure 951 vrcybapvwa1 vrcybapvwa1.sanef.groupe recette.adds 5 \N \N 267 \N windows Microsoft Windows Server 2019 Datacenter vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Bastion CyberArk de Recette\r\nServeur PVWA 1\r\nConsole d'administration WEB CyberArk monthly \N \N \N t t \N \N Alexandre CHAMPY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.139246+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent CyberArk Recette \N t Recette \N 1112 vrvpnaaov2 vrvpnaaov2.recette.adds recette.adds 5 \N \N \N \N windows Windows 2016 Version 1607 vm srallevir4 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_local 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Romuald GAY \N RAVANEL Lionel \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.249278+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 995 vrdsibsql1 vrdsibsql1.recette.adds recette.adds 5 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Le but de cette VM est de qualifier le standard SQL Server en cours de construction, notamment les playbooks Ansible de déploiements. monthly \N \N \N t t \N \N Nadine BENARD \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.169363+02 2026-04-15 00:08:52.041333+02 \N \N indifferent indifferent Gestion Postgres 1 \N t Recette Infrastructure 1004 vrecmadpr1 vrecmadpr1.recette.adds recette.adds 5 \N \N 136 \N windows Microsoft Windows Server 2022 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir VM du Tier 1\r\nServeur de Dépot MECM (SCCM) de Recette monthly \N \N \N t t \N \N Aymeric TRON \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.175734+02 2026-04-15 00:08:52.05444+02 \N \N indifferent indifferent SCCM 1 \N t Recette Infrastructure 1039 vrpatalag1 vrpatalag1.sanef.groupe recette.adds 32 \N \N 365 \N windows Microsoft Windows Server 2019 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Lago\r\nRemplace vmlag1 monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.200409+02 2026-04-15 00:08:52.110445+02 \N \N indifferent indifferent Lago 17 \N t Recette Trafic 574 vpdsiagit1 vpdsiagit1.sanef.groupe sanef.groupe 4 \N \N 23 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpgesevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N Arnaud - BOULARD Cedric \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.892692+02 2026-04-15 00:08:52.201366+02 \N \N indifferent indifferent CVS 1 \N t Production Infrastructure 581 vpdsiakib1 vpdsiakib1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Kibana Monitoring de prod monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.897269+02 2026-04-15 00:08:52.270839+02 \N \N indifferent indifferent \N \N t Production Infrastructure 571 vpdsiacol1 vpdsiacol1.sanef.groupe sanef.groupe 4 \N \N 20 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir2 f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir Nouveau Serveur de collecte monthly \N \N \N t t \N \N Nicolas DESSOYE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.890322+02 2026-04-15 00:08:52.277125+02 \N \N indifferent indifferent Collecte Serveur 1 \N t Production Infrastructure 575 vpdsiagrd1 vpdsiagrd1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur linux en DMZ avec une IP publique pour répondre à toutes les demandes HTTP(S) "spécifiques" notamment les racines des DNS (RR A uniquement). monthly \N \N \N t t \N \N Romuald GAY \N EGRET Julien (Voir avec Julien MAJ Python) \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.893324+02 2026-04-15 00:08:52.337441+02 \N \N indifferent indifferent Gestion DNS 1 \N t Production DMZ 453 vpbocaprx1 vpbocaprx1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spaflevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nServeur Proxy BOC Prod monthly \N \N \N t t \N \N Fabrice TUNORFE \N Jean Francois - VONGSAVANH Christian - ALTABA-ext Belen - SORRIBAS-ext Alex - IBM (belenaltaba@es.ibm.com - alex.sorribas@es.ibm.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.813803+02 2026-04-15 00:08:52.535114+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 600 vpdsiawik1 vpdsiawik1.sanef.groupe sanef.groupe 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur Docu wiki securité opérationnelle. monthly \N \N \N t t \N \N Joel CAVE \N SecOps \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.910066+02 2026-04-15 00:08:52.007361+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 587 vpdsiarad1 vpdsiarad1.sanef.groupe sanef.groupe 4 \N \N 447 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Radius de Production monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.901273+02 2026-04-14 22:57:32.391428+02 \N \N indifferent indifferent Radius 1 \N t Production \N 588 vpdsiarad2 vpdsiarad2.sanef.groupe sanef.groupe 4 \N \N 447 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Radius Production 2 monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.901872+02 2026-04-14 22:57:32.391941+02 \N \N indifferent indifferent Radius 1 \N t Production \N 589 vpdsiasaf1 vpdsiasaf1.sanef.groupe sanef.groupe 4 \N \N 447 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Safenet de production 1 monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.902481+02 2026-04-14 22:57:32.392457+02 \N \N indifferent indifferent Radius 1 \N t Production \N 590 vpdsiasaf2 vpdsiasaf2.sanef.groupe sanef.groupe 4 \N \N 447 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveurs Safenet de production 2 monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.903071+02 2026-04-14 22:57:32.392968+02 \N \N indifferent indifferent Radius 1 \N t Production \N 1108 vrvidanvr2 vrvidanvr2.recette.adds recette.adds 5 \N \N 367 \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Infrastructure de tests pour les IHM Vidéo (CCS/Visual) monthly \N \N \N t t \N \N Arnaud THIERY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.246824+02 2026-04-15 00:08:52.014352+02 \N \N indifferent indifferent Logiciel gestion vidéo 1 \N t Recette Infrastructure 1005 vrecmapss1 vrecmapss1.recette.adds recette.adds 5 \N \N 136 \N windows Microsoft Windows Server 2022 Standard vm lrallevir8 f f f f f a_definir Implémentation active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir VM du Tier 1\r\nServeur Primary Site MECM (SCCM) de Recette monthly \N \N \N t t \N \N Sophie TONNOIR \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.176428+02 2026-04-15 00:08:52.05512+02 \N \N indifferent indifferent SCCM MECM \N t Recette Infrastructure 1111 vrvpnaaov1 vrvpnaaov1.recette.adds recette.adds 5 \N \N \N \N windows Windows 2016 Version 1607 vm srallevir4 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_local 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Romuald GAY \N RAVANEL Lionel \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.248662+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 1006 vrecmbsql1 vrecmbsql1.recette.adds recette.adds 5 \N \N 136 \N windows Microsoft Windows Server 2022 Standard vm lrallevir8 f f f f f a_definir Implémentation active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir VM du Tier 1\r\nServeur SQL MECM (SCCM) de Recette monthly \N \N \N t t \N \N Sophie TONNOIR \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.177151+02 2026-04-15 00:08:52.055755+02 \N \N indifferent indifferent SCCM MECM \N t Recette Infrastructure 223 vibotreco3 vibotreco3.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nANPR + Fusion server 3 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.660529+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 591 vpdsiasat1 vpdsiasat1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Maitre Satellite qui télécharge les MAJ Redhat sur internet et les met à disposition pour les Satellites Internes Sanef monthly \N \N \N t t \N \N Nicolas DESSOYE \N KEITA Nare \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.903676+02 2026-04-15 00:08:52.188518+02 \N \N indifferent indifferent \N \N t Production Infrastructure 652 vpgawamft1 vpgawamft1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur MFT de Prod monthly \N \N \N t t \N \N Jean-francois CRABS \N Karim RIZKI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.943276+02 2026-04-15 00:08:52.283334+02 \N \N indifferent indifferent \N \N t Production Infrastructure 618 vpechaetl4 vpechaetl4.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir12 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir serveurs de production pour l'exécution des jobs Talaxie monthly \N \N \N t t \N \N Jean-francois CRABS \N Prevenir Antoine Dufour - MOUHLI-GHARBI Abdelkader \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.921196+02 2026-04-15 00:08:52.287817+02 \N \N indifferent indifferent \N \N t Production Infrastructure 1090 vrsvpasan1 vrsvpasan1.sanef-rec.fr sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage Senlis\r\nVM SVP Maitre Recette Sanef\r\n\r\nCe SVP est connecté :\r\n\r\n- aux voies du labo de Senlis (10.100.11.x) monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.234912+02 2026-04-15 00:08:52.309309+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 932 vrboeacst1 vrboeacst1.recette.adds recette.adds 29 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Dans le cadre du projet Moyen d'essais sous circulation Voies avec implantation Caméras LAPI\r\nVM de recette Windows serveur pour déployer les outils CST\r\nApplication CST3 : Outil d'exploitation\r\nApplication VSS (Avec certificat Windows): outil d'accès à la config. des caméras\r\nApplication SUT : outil de MAJ firmware des caméras monthly \N \N \N t t \N \N Guillaume LAMBERT \N Christophe DEWILDE- CARON Dany \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.12778+02 2026-04-15 00:08:52.319958+02 \N \N indifferent indifferent \N \N t Recette Péage 674 vpiadapki1 vpiadapki1.sanef-int.adds sanef-int.adds 4 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm spiadevir1 f f f f f a_definir Production active \N Data-Center Thillois rdp_psmp 22 \N \N secops a_definir a_definir VM du Tier 0 \r\nServeur PKI Racine Sanef\r\nNe doit pas être démarrée sauf en cas de compromission de la PKI Sanef monthly \N \N \N t t \N \N Joel CAVE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.956689+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent Gestion Pki 1 \N t Production \N 675 vpiadapki2 vpiadapki2.sanef-int.adds sanef-int.adds 4 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm spiadevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir VM du Tier 0\r\nServeur PKI Web Sanef\r\nAutorité de certification de la PKI Sanef monthly \N \N \N t t \N \N Joel CAVE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.957656+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent Gestion Pki 1 \N t Production \N 676 vpiadapki3 vpiadapki3.sanef-int.adds sanef-int.adds 4 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm spiadevir1 f f f f f a_definir Production active \N Data-Center Thillois rdp_psmp 22 \N \N secops a_definir a_definir VM du Tier 0\r\nServeur PKI Web Sanef\r\nFait partie du cluster WEB icp.sanef.com 10.42.19.108\r\nAdresse de la CRL monthly \N \N \N t t \N \N Joel CAVE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.958354+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent Gestion Pki 1 \N t Production \N 677 vpiadapki4 vpiadapki4.sanef-int.adds sanef-int.adds 4 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm spiadevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir VM du Tier 0\r\nServeur PKI Web Sanef\r\nFait partie du cluster WEB icp.sanef.com 10.42.19.108\r\nAdresse de la CRL monthly \N \N \N t t \N \N Joel CAVE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.95901+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent Gestion Pki 1 \N t Production \N 672 vpiadaada1 vpiadaada1.sanef-int.adds sanef-int.adds 4 \N \N 184 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir VM AD Audit Plus\r\nAudit l'AD Bureautique et le nouvel AD Metier monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.955133+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent AD Audit plus 1 \N t Production \N 605 vpdsibels2 vpdsibels2.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur ELK Monitoring de Prod monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.913245+02 2026-04-15 00:08:52.272116+02 \N \N indifferent indifferent \N \N t Production Infrastructure 609 vpdsibpmm1 vpdsibpmm1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Patroni PMM de Prod monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.915829+02 2026-04-15 00:08:52.27274+02 \N \N indifferent indifferent \N \N t Production Infrastructure 610 vpdsibquo1 vpdsibquo1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir Serveur Quorum Monitoring ELK de prod monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.916443+02 2026-04-15 00:08:52.273372+02 \N \N indifferent indifferent \N \N t Production Infrastructure 611 vpdsigrid1 vpdsigrid1.sanef.groupe sanef.groupe 4 \N \N 332 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Grid Control ODA de Production monthly \N \N \N t t \N \N Cedric PREVOT \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.917063+02 2026-04-15 00:08:52.273991+02 \N \N indifferent indifferent Grid control 12 \N t Production Infrastructure 680 vpiadawdc1 vpiadawdc1.sanef-int.adds sanef-int.adds 4 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm spiadevir1 f f f f f a_definir Production active \N Data-Center Thillois rdp_psmp 22 \N \N secops a_definir a_definir Contrôleur de domaine sanef-int.adds\r\nServeur en mode CORE monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.960967+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production \N 612 vpdsismtp1 vpdsismtp1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur SMTP relay Prod 1 monthly \N \N \N t t \N \N Joel CAVE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.917657+02 2026-04-15 00:08:52.164496+02 \N \N indifferent indifferent \N \N t Production DMZ 681 vpiadawdc2 vpiadawdc2.sanef-int.adds sanef-int.adds 4 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm spiadevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Contrôleur de domaine sanef-int.adds\r\nServeur en mode CORE monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.961608+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production \N 683 vpiadawdc4 vpiadawdc4.sanef-int.adds sanef-int.adds 4 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm spiadevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Contrôleur de domaine sanef-int.adds\r\nServeur en mode CORE monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.962787+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production \N 567 vpdsiaadm1 vpdsiaadm1.sanef-int.adds sanef-int.adds 4 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm spiadevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir VM d'administration de l'AD et T0\r\nAncien nom vpmetatse1 monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.887608+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production \N 613 vpdsismtp2 vpdsismtp2.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spgesevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur SMTP Relay Prod 2 monthly \N \N \N t t \N \N Joel CAVE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.918265+02 2026-04-15 00:08:52.163636+02 \N \N indifferent indifferent \N \N t Production DMZ 604 vpdsibels1 vpdsibels1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur ELK Monitoring de prod monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.91249+02 2026-04-15 00:08:52.271495+02 \N \N indifferent indifferent \N \N t Production Infrastructure 126 nvr-spare-mon nvr-spare-mon workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm ssmonevir1 f f f f f a_definir Production active \N Montesson BPV rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Spare de Montesson monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.59668+02 2026-04-15 01:04:35.275658+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 941 vrburxban7 vrburxban7.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm CLU-REC f f f f f a_definir Production active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir VM Qualification Windows 10 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.133307+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 619 vpechatal1 vpechatal1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir5 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Talend de Production monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.921787+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 620 vpechatre1 vpechatre1.sanef.groupe sanef.groupe 3 \N \N 504 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Talend - Remote Engine 1 monthly \N \N \N t t \N \N Jean-francois CRABS \N DUFOUR Antoine - Jean-Francois \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.922402+02 2026-04-15 00:08:52.514669+02 \N \N indifferent indifferent TALEND IS Professional Edition - Named User 1 \N t Production Gestion 411 vpaiibcen1 vpaiibcen1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir6 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur base de données Centreon monthly \N \N \N t t \N \N Thierry BENNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.786043+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 746 vppeaabst2 vppeaabst2.sanef.groupe sanef.groupe 10 1 \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir10 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nServeur d'application 2 monthly \N \N \N t t \N \N HOARAU Ludovic \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.002681+02 2026-04-15 00:08:52.06361+02 \N \N indifferent indifferent Free Flow SIT - env PROD \N t Production DMZ 1140 vvafljump1 vvafljump1.recette.adds recette.adds 18 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nVM de Rebond Equipe FL monthly \N \N \N t t \N \N Olivier LHOMME \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.267439+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow 1 \N t Test Flux Libre 858 vptrabalx1 vptrabalx1.sanef.groupe sanef.groupe 31 \N \N \N \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir10 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.079197+02 2026-04-15 00:08:52.136697+02 \N \N indifferent indifferent \N \N t Production Trafic 859 vptrabkme1 vptrabkme1.sanef.groupe sanef.groupe 31 1 \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.079788+02 2026-04-15 00:08:52.140792+02 \N \N indifferent indifferent \N \N t Production DMZ 565 vpdepaast1 vpdepaast1.sanef.groupe sanef.groupe 31 \N \N 316 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir10 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Asterisk Gdepa production monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine -Prevenir le PCT - Impact Amélie/PCE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.886442+02 2026-04-15 00:08:52.153308+02 \N \N indifferent indifferent Gdepa 1 \N t Production Trafic 519 vpburaexc2 vpburaexc2.sanef.groupe sanef.groupe 4 1 \N 300 \N windows Microsoft Windows Server 2022 Standard vm lpgesevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir Serveur Exchange OnPrem pour redirection de mails monthly \N \N \N t t \N \N Aymeric TRON \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.857517+02 2026-04-15 00:08:52.160862+02 \N \N indifferent indifferent EXCHANGE SERVER Enterprise Edition 2013 \N t Production DMZ 568 vpdsiaads1 vpdsiaads1.sanef.groupe sanef-int.adds 4 \N \N 184 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir VM AD SelfService\r\nCréé pour que le CRC externe Flux Libre puisse réinitialiser les mots de passes des utilisateurs via une page Web monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.888205+02 2026-04-15 00:08:52.170918+02 \N \N indifferent indifferent AD SelfService plus 1 \N t Production Infrastructure 888 vpvsaamet1 vpvsaamet1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.6 vm lpmetevir7 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-MET Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.098347+02 2026-04-15 00:08:52.258804+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 783 vppwdapod1 vppwdapod1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM Application Podman Prod PWD Manager monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.02736+02 2026-04-14 22:52:50.906511+02 \N \N indifferent indifferent \N \N t Production \N 784 vppwdapod2 vppwdapod2.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM Application Podman 2 Prod PWD Manager monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.02797+02 2026-04-14 22:52:50.906904+02 \N \N indifferent indifferent \N \N t Production \N 685 vpintaels1 vpintaels1.sanef.groupe sanef.groupe 3 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpgesevir3 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud MEILLON \N HERROUIN-ORANGE Alice \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.963956+02 2026-04-15 00:08:52.34476+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Production Gestion 617 vpechaetl3 vpechaetl3.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir serveurs de production 3 pour l'exécution des jobs Talaxie monthly \N \N \N t t \N \N Jean-francois CRABS \N Prevenir Antoine Dufour - MOUHLI-GHARBI Abdelkader \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.920658+02 2026-04-15 00:08:52.287198+02 \N \N indifferent indifferent \N \N t Production Infrastructure 735 vppbiadgw1 vppbiadgw1.sanef.groupe sanef.groupe 9 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpgesevir5 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur PowerBI de production monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO / Khalil NAFFETI \N Khalil NAFFETI - Frederic- Abdelkader \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.996234+02 2026-04-15 00:08:52.483151+02 \N \N indifferent indifferent \N \N t Production BI 747 vppeaabst3 vppeaabst3.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N HOARAU Ludovic \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.003293+02 2026-04-15 00:08:52.535789+02 \N \N indifferent indifferent Free Flow SIT - env PROD \N t Production Flux Libre 1102 vrtrabmut2 vrtrabmut2.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux \N vm srodabmut2 f f f f f a_definir Production active \N SALLE BLANCHE ssh_key 22 \N \N secops a_definir a_definir VM dbsystem ODA trafic recette monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.243206+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t \N \N 989 vrdsiawsus1 vrdsiawsus1.recette.adds sanef-int.adds 5 \N \N 535 \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir WSUS de Recette monthly \N \N \N t t \N \N Thierry BENNE \N KEITA Nare \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.165423+02 2026-04-15 00:08:52.010822+02 \N \N indifferent indifferent WSUS (Gestion Mise à jour Windows) 1 \N t Recette Infrastructure 596 vpdsiatse2 vpdsiatse2.sanef.groupe sanef-int.adds 4 \N \N 326 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur du Tier 1\r\nServeur de licences TSE RDP AD Bureautique 2022\r\nSert notamment à\r\nvpagtatse1\r\nvpnitardp1\r\nvpecmapss3 monthly \N \N \N t t \N \N Sophie TONNOIR \N Sophie TONNOIR \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.907256+02 2026-04-15 00:08:52.560958+02 \N \N indifferent indifferent Rebond nouvel AD \N t Production Infrastructure 1122 vtdsiakib1 vtdsiakib1.sanef-rec.fr sanef-rec.fr 26 \N \N 20 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Test ELK - Kibana monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Frédéric GRAFFAGNINO \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.255715+02 2026-04-15 00:08:52.027509+02 \N \N indifferent indifferent Serveur de Test \N t Test Infrastructure 915 vrameakfk1 vrameakfk1.sanef-rec.fr sanef-rec.fr 32 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Kafka 1 de recette monthly \N \N \N t t \N \N Laurent DELCOUR \N ZHOU Zhongzheng - Laurent \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.116177+02 2026-04-15 00:08:52.075012+02 \N \N indifferent indifferent Amelie \N t Recette Trafic 437 vpaptapsh1 vpaptapsh1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpgesevir7 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Outils d'automation pour le Domaine SI\r\nPour gérer le lancement de scripts PowerShell sur sharepoint, powerapps, powerautomate, powerbi... monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.802815+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 582 vpdsiakms1 vpdsiakms1.sanef-int.adds sanef-int.adds 4 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir4 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur du Tier 1\r\nServeur KMS attribue les licences Microsoft aux serveurs et PC membres de l'AD monthly \N \N \N t t \N \N Johann LEFEBVRE \N Sophie TONNOIR \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.898146+02 2026-04-15 00:08:52.562249+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production Infrastructure 432 vpameasxt3 vpameasxt3.sanef.groupe sanef.groupe 31 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir3 f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Amelie Sextan 3 monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.799916+02 2026-04-14 22:57:32.647493+02 \N \N indifferent indifferent Sextan 3.0 \N t Production \N 433 vpameasxt4 vpameasxt4.sanef.groupe sanef.groupe 31 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir6 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Amelie Sextan 4 monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.800489+02 2026-04-14 22:57:32.648005+02 \N \N indifferent indifferent Sextan 3.0 \N t Production \N 578 vpdsiahap3 vpdsiahap3.sanef.groupe sanef.groupe 4 \N \N 20 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir1 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur HAProxy 3 monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.895278+02 2026-04-14 22:57:32.705126+02 \N \N indifferent indifferent Serveur HAProxy 1 \N t Production \N 579 vpdsiahap4 vpdsiahap4.sanef.groupe sanef.groupe 4 \N \N 20 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir2 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur HAProxy 4 monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.89593+02 2026-04-14 22:57:32.705653+02 \N \N indifferent indifferent Serveur HAProxy 1 \N t Production \N 583 vpdsiangx1 vpdsiangx1.sanef.groupe sanef.groupe 4 \N \N 20 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir1 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Nginx 1 monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.898842+02 2026-04-14 22:57:32.706158+02 \N \N indifferent indifferent Serveur Nginx 1 \N t Production \N 584 vpdsiangx2 vpdsiangx2.sanef.groupe sanef.groupe 4 \N \N 20 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir2 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.899492+02 2026-04-14 22:57:32.706668+02 \N \N indifferent indifferent Serveur Nginx 1 \N t Production \N 586 vpdsiangx4 vpdsiangx4.sanef.groupe sanef.groupe 4 \N \N 20 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir2 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Nginx 4 monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.900721+02 2026-04-14 22:57:32.707689+02 \N \N indifferent indifferent Serveur Nginx 1 \N t Production \N 526 vpburawdc1 vpburawdc1.sanef.groupe sanef.groupe 4 \N \N 259 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir3 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Contrôleur de domaine AD Bureautique\r\nMise à jour du vburwdc1 en Windows 2022\r\nSera remplacé lors de la mise en place d'un Tier0 pour l'AD Bureautique monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.861956+02 2026-04-14 22:57:32.714142+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production \N 527 vpburawdc2 vpburawdc2.sanef.groupe sanef.groupe 4 \N \N 259 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir8 f f f f f a_definir Implémentation active \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir Contrôleur de domaine AD Bureautique\r\nMise à jour du vburwdc2 en Windows 2022\r\nSera remplacé lors de la mise en place d'un Tier0 pour l'AD Bureautique monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.862523+02 2026-04-14 22:57:32.714647+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production \N 529 vpburawdc4 vpburawdc4.sanef.groupe sanef.groupe 4 \N \N 259 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir1 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Contrôleur de domaine AD Bureautique\r\nMise à jour du rsmiwdc1 en Windows 2022\r\nSera remplacé lors de la mise en place d'un Tier0 pour l'AD Bureautique monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.863718+02 2026-04-14 22:57:32.715707+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production \N 594 vpdsiasta2 vpdsiasta2.sanef-int.adds sanef-int.adds \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm spmetevir2 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Agent SafeNet de Synchronisation des comptes AD vers STA Safenet de Production monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.905402+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent \N \N t Production \N 279 vmamrrdt2 vmamrrdt2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - RDT monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.702813+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 626 vpecmapss3 vpecmapss3.sanef.groupe sanef.groupe 4 \N \N 136 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir3 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur Primary Site MECM (SCCM) Bureautique monthly \N \N \N t t \N \N Aymeric TRON/ Olivier BILLARD \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.927197+02 2026-04-15 00:08:52.17882+02 \N \N indifferent indifferent SCCM MECM \N t Production Infrastructure 696 vplogbquo1 vplogbquo1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spdsievir1 f f f f f a_definir Implémentation obsolete \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir vm de quorum elk production monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.970909+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 629 vpecmbsql3 vpecmbsql3.sanef.groupe sanef.groupe 4 \N \N 136 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir1 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur SQL MECM (SCCM) Bureautique monthly \N \N \N t t \N \N Aymeric TRON/ Olivier BILLARD \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.928981+02 2026-04-15 00:08:52.17972+02 \N \N indifferent indifferent SCCM MECM \N t Production Infrastructure 627 vpecmardp1 vpecmardp1.sanef-int.adds sanef-int.adds 4 \N \N 136 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir3 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SI Admin\r\nVM d'Admin ou de rebond pour administrer la solution MECM Métier monthly \N \N \N t t \N \N Aymeric TRON/ Olivier BILLARD \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.927802+02 2026-04-15 00:08:52.180494+02 \N \N indifferent indifferent SCCM MECM \N t Production Infrastructure 726 vposapmet1 vposapmet1.sanef-int.adds sanef-int.adds 28 \N \N 111 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir3 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur OSAP de rebond pour l'équipe Métier Péage monthly \N \N \N t t \N \N Freddy LINET \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.990056+02 2026-04-15 00:08:52.363235+02 \N \N indifferent indifferent OSAP \N t Production Péage 621 vpechatre2 vpechatre2.sanef.groupe sanef.groupe 3 \N \N 504 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Talend - Remote Engine 2 monthly \N \N \N t t \N \N Jean-francois CRABS \N DUFOUR Antoine - Jean-Francois \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.923796+02 2026-04-15 00:08:52.51531+02 \N \N indifferent indifferent TALEND IS Professional Edition - Named User 1 \N t Production Gestion 713 vpnitbbot1 vpnitbbot1.sanef-int.adds sanef-int.adds \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm spmetevir1 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir FREEFLOW - Héberge l'application NBOT de Neurones IT pour la Supervision FL monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.981746+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 760 vppeabrac1 vppeabrac1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spodabmut1 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM Oracle Péage de Production monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.012357+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 761 vppeabrac2 vppeabrac2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spodabmut2 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM Oracle Péage de Production monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.012934+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 762 vppeabrac3 vppeabrac3.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spodabmut3 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM Oracle Péage de Production monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.013539+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 763 vppeabrac4 vppeabrac4.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spodabmut4 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM Oracle Péage de Production monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.014103+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 699 vpmetaads1 vpmetaads1.sanef-int.adds sanef-int.adds 4 \N \N 184 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir2 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir VM AD SelfService pour l'AD Metier monthly \N \N \N t t \N \N Nicolas DESSOYE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.972795+02 2026-04-14 22:57:32.535061+02 \N \N indifferent indifferent AD SelfService plus 1 \N t Production \N 576 vpdsiahap1 vpdsiahap1.sanef.groupe sanef.groupe 4 \N \N 20 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spmetevir1 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur HAProxy 1 monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.894054+02 2026-04-14 22:57:32.703844+02 \N \N indifferent indifferent Serveur HAProxy 1 \N t Production \N 606 vpdsibetc1 vpdsibetc1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir3 f f f f f a_definir Implémentation obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir clusters Postgres/Patroni - Serveur 1 monthly \N \N \N t t \N \N Nicolas DESSOYE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.913936+02 2026-04-14 22:52:51.136766+02 \N \N indifferent indifferent \N \N t Production \N 607 vpdsibetc2 vpdsibetc2.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir2 f f f f f a_definir Implémentation obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Clusters Postgres/Patroni - Serveur 2 monthly \N \N \N t t \N \N Nicolas DESSOYE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.91456+02 2026-04-14 22:52:51.137156+02 \N \N indifferent indifferent \N \N t Production \N 608 vpdsibetc3 vpdsibetc3.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spdsievir1 f f f f f a_definir Implémentation obsolete \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir Clusters Postgres/Patroni - Serveur Quorum monthly \N \N \N t t \N \N Nicolas DESSOYE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.915228+02 2026-04-14 22:52:51.137543+02 \N \N indifferent indifferent \N \N t Production \N 242 vmamdpmv2 vmamdpmv2.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) vm lrallevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir PF de tests monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.677441+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 815 vpsicamic1 vpsicamic1.sanef-int.adds sanef-int.adds 31 \N \N \N \N windows Microsoft Windows Server 2022 Standard vm spsicevir1 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SI Critique\r\nContrôle d'Accès Microsésame monthly \N \N \N t t \N \N Dany CARON \N Prevenir PCT- Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.050497+02 2026-04-15 00:08:52.123421+02 \N \N indifferent indifferent \N \N t Production Trafic 867 vptrabwaz1 vptrabwaz1.sanef.groupe sanef.groupe 31 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir12 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.084831+02 2026-04-15 00:08:52.15139+02 \N \N indifferent indifferent \N \N t Production Trafic 839 vpsupapol3 vpsupapol3.sanef.groupe sanef.groupe 10 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir4 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Centreon Poller AFL monthly \N \N \N t t \N \N Thierry BENNE \N Prevenir Dominique - Rachid KHELIFI - Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.067396+02 2026-04-15 00:08:52.521208+02 \N \N indifferent indifferent Centreon 1 \N t Production Flux Libre 832 vpstlbpea2 vpstlbpea2.sanef-int.adds sanef-int.adds \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir12 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir supervision de la GTC A14\r\nserveur acquisition péages de production monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.062673+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 833 vpstlbtel1 vpstlbtel1.sanef-int.adds sanef-int.adds \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir1 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir supervision de la GTC A14\r\nserveur acquisition télécom de production monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.063284+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 834 vpstlbtel2 vpstlbtel2.sanef-int.adds sanef-int.adds \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir6 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir supervision de la GTC A14\r\nserveur acquisition télécom de production monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.063906+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 843 vpsupbmap1 vpsupbmap1.sanef.groupe sanef.groupe 10 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir1 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Centreon MAP AFL monthly \N \N \N t t \N \N Thierry BENNE \N Prevenir Dominique - Rachid KHELIFI - Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.069826+02 2026-04-15 00:08:52.523137+02 \N \N indifferent indifferent Centreon 1 \N t Production Flux Libre 844 vpsupbmbi1 vpsupbmbi1.sanef.groupe sanef.groupe 10 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir3 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Centreon Monitoring Business Intelligence" (MBI) AFL monthly \N \N \N t t \N \N Thierry BENNE \N Prevenir Dominique - Rachid KHELIFI - Thierry BENNE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.070435+02 2026-04-15 00:08:52.523782+02 \N \N indifferent indifferent Centreon 1 \N t Production Flux Libre 848 vptchcgtc1 vptchcgtc1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpmetevir6 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir GTC\r\nVM poste client GTC Hardelot\r\nAnciennement gtc-client monthly \N \N \N t t \N \N Dany CARON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.072854+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1287 lampcrm1 lampcrm1.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c G6 | Gestion relation Clients monthly \N \N \N t t \N \N Laurence FRIER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.787682+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1289 lampdec1 lampdec1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | Base DWH monthly \N \N \N t t \N \N Ludovic LE BRETON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.789995+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1290 lampoct1 lampoct1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c G7 | héberge la base de données de production des applications "Aire" (Visionaire, declaweb, ...) monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.79136+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1291 lamppea1 lamppea1.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c G6 | Gestion Péage monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.792755+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1484 splogbels4 splogbels4.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Implémentation obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL380 Gen11 | Serveurs puit de logs ELS 4\r\npour données froides monthly \N \N \N t t \N \N Joel CAVE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.071577+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 798 vpsamaext1 vpsamaext1.sanef-int.adds sanef-int.adds 4 \N \N 382 \N windows Microsoft Windows Server 2022 Standard vm spmetevir2 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur de Production - SAM Snow Extender en DMZ\r\nSolution Flexera monthly \N \N \N t t \N \N Frederic GRAFFAGNINO \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.03686+02 2026-04-14 22:57:32.496202+02 \N \N indifferent indifferent SAM - Gestion des Actifs Logiciels 1 \N t Production \N 790 vpresardp1 vpresardp1.sanef-int.adds sanef-int.adds 4 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir1 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir VM d'administration des équipements réseau de Production. monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.031843+02 2026-04-14 22:57:32.500626+02 \N \N indifferent indifferent Gestion switch 1 \N t Production \N 791 vpresardp2 vpresardp2.sanef-int.adds sanef-int.adds 4 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir1 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir VM d'administration des équipements réseau de Production. monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.032473+02 2026-04-14 22:57:32.501153+02 \N \N indifferent indifferent Gestion switch 1 \N t Production \N 1353 lptrabgas1 lptrabgas1.sanef.groupe sanef.groupe 31 \N \N 312 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de base de données Gaspar monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.884661+02 2026-04-15 00:08:52.140122+02 \N \N indifferent indifferent Gaspar 1 \N t Production Trafic 264 vmampsxt5 vmampsxt5.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir7 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - Sextan\r\nClone de vmampsxt3 pour décharger la VM et transférer une partie des packages sur cette nouvelle VM (Package PAR_*). monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.693429+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1319 lpemvaste6 lpemvaste6.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Lpemvaste6 est le second serveur WEBLOGIC de la production V17. Il héberge, tout comme lpemvaste3, l'application IHM STECARD. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.833265+02 2026-04-14 22:57:32.237374+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 1310 lpamebrac2 lpamebrac2.sanef.groupe sanef.groupe 31 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de Production Amelie Oracle RAC monthly \N \N \N t t \N \N Laurent DELCOUR \N Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.819683+02 2026-04-14 22:57:32.70152+02 \N \N indifferent indifferent Sextan 3.0 \N t Production \N 1314 lpemvaste1 lpemvaste1.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Lpemvaste1 est le SITE1 de production du cluster TUXEDO (mode MP) pour STECARD V17. Il est configuré en « master » sur le cluster de sorte à être le serveur primaire des actions TUXEDO. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.824758+02 2026-04-14 22:57:32.233924+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 869 vpvidavsc1 vpvidavsc1.sanef.groupe sanef.groupe 4 \N \N 367 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir5 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Infrastructure de Production pour les IHM Vidéo (CCS/Visual) monthly \N \N \N t t \N \N Arnaud THIERY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.085974+02 2026-04-15 00:08:52.231574+02 \N \N indifferent indifferent Logiciel gestion vidéo 1 \N t Production Infrastructure 1157 vvbooaboo2 vvbooaboo2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE-- monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.280997+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 870 vpvidavsc2 vpvidavsc2.sanef.groupe sanef.groupe 4 \N \N 367 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir4 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Infrastructure de Production pour les IHM Vidéo (CCS/Visual) monthly \N \N \N t t \N \N Arnaud THIERY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.086552+02 2026-04-15 00:08:52.232835+02 \N \N indifferent indifferent Logiciel gestion vidéo 1 \N t Production Infrastructure 873 vpvpnarad2 vpvpnarad2.sanef.groupe sanef.groupe 4 \N \N 192 \N linux Red Hat Enterprise Linux release 8.3 (Ootpa) vm spmetevir2 f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Création d'une seconde VM clone de : vpvpnarad1\r\n\r\nCette VM sera placée dans la même DMZ et destinée aux authentification MFA pour l'appliance accès distants SSL PULSE. monthly \N \N \N t t \N \N Alexandre CHAMPY \N Thomas PELZER \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.088353+02 2026-04-15 00:08:52.336791+02 \N \N indifferent indifferent VM de production pour l'authentification forte pour les accès distants SSL. \N t Production Infrastructure 1272 lamaprac3 lamaprac3.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.763092+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1296 lampwaz1 lampwaz1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.7.1908 (Core) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen9 | Serveur de WAZE\r\nAmélie : affichage des évènements Waze\r\nElasticSearch monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.79899+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1320 lpemvbaemv1 lpemvbaemv1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.8 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Lpemvbaemv1 est le serveur d'archivage pour STECARD V17. Ce serveur a pour vocation de contenir certaines tables des schémas SANEF, SAPN et ALBEA avec une rétention de 30 jours. monthly \N \N \N t t \N \N Damien LAUNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.834844+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 430 vpameasxt1 vpameasxt1.sanef.groupe sanef.groupe 31 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir9 f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Amelie Sextan 1 monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.79869+02 2026-04-14 22:57:32.646486+02 \N \N indifferent indifferent Sextan 3.0 \N t Production \N 871 vpvpnaems1 vpvpnaems1.sanef.groupe sanef.groupe 4 \N \N 307 \N linux \N vm sppruevir2 f f f f f a_definir Implémentation active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir Serveur Fortinet EMS de Prod\r\nvip interne : 10.43.192.125\r\nvip externe : 83.68.99.98 monthly \N \N \N t t \N \N Julien EGRET \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.087141+02 2026-04-14 22:57:32.716218+02 \N \N indifferent indifferent FortiAnalyzer 1 \N t Production \N 1309 lpamebrac1 lpamebrac1.sanef.groupe sanef.groupe 31 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de Production Amelie Oracle RAC monthly \N \N \N t t \N \N Laurent DELCOUR \N Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.818292+02 2026-04-14 22:57:32.70081+02 \N \N indifferent indifferent Sextan 3.0 \N t Production \N 1367 lrdsibrac1 lrdsibrac1.sanef-rec.fr sanef-rec.fr 5 \N \N 20 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de test et recette Oracle RAC monthly \N \N \N t t \N \N Cedric PREVOT \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.906007+02 2026-04-15 00:08:52.037608+02 \N \N indifferent indifferent Serveur de test et recette Oracle RAC \N t Recette Infrastructure 1321 lpemvbpemv1 lpemvbpemv1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.8 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Lpemvbpemv1 est le serveur contenant la base de données Oracle en mode RAC avec le serveur Lpemvbpemv2. Le couple possède un lien Dataguard avec les serveurs Lpemvbpemv3 et Lpemvbpemv4 présents sur Tinqueux. monthly \N \N \N t t \N \N Damien LAUNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.836464+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1323 lpemvbpemv3 lpemvbpemv3.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.8 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Lpemvbpemv3 est le serveur contenant la base de données Oracle Dataguard en mode RAC avec le serveur Lpemvbpemv4. monthly \N \N \N t t \N \N Damien LAUNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.839456+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1324 lpemvbpemv4 lpemvbpemv4.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.8 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Lpemvbpemv4 est le serveur contenant la base de données Oracle Dataguard en mode RAC avec le serveur Lpemvbpemv3. monthly \N \N \N t t \N \N Damien LAUNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.840937+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1297 lamrsip1 lamrsip1.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant BL460c G6 | Gestion Péage monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.800443+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1298 lamrsip2 lamrsip2.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant BL460c G6 | Gestion Péage monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.801845+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1299 lamtinf1 lamtinf1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | Sgbd monthly \N \N \N t t \N \N Cedric PREVOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.803231+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1300 lamtpfe1 lamtpfe1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | Gestion des transfert monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.804721+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1368 lrdsibrac2 lrdsibrac2.sanef-rec.fr sanef-rec.fr 5 \N \N 20 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de test et recette Oracle RAC monthly \N \N \N t t \N \N Cedric PREVOT \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.90761+02 2026-04-15 00:08:52.038562+02 \N \N indifferent indifferent Serveur de test et recette Oracle RAC \N t Recette Infrastructure 1374 lrinfbcos1 lrinfbcos1.sanef.groupe sanef.groupe 32 \N \N 262 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de Recette Coswin Base de données monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenir DBA - Cedric PREVOT - Nadine BENARD \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.916364+02 2026-04-15 00:08:52.080899+02 \N \N indifferent indifferent COSWIN Entreprise Edition 8i \N t Recette Trafic 622 vpechatre3 vpechatre3.sanef.groupe sanef.groupe 3 \N \N 504 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Talend - Remote Engine 3 monthly \N \N \N t t \N \N Jean-francois CRABS \N DUFOUR Antoine - Jean-Francois \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.92469+02 2026-04-15 00:08:52.51598+02 \N \N indifferent indifferent TALEND IS Professional Edition - Named User 1 \N t Production Gestion 1383 mpcecmi1 mpcecmi1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise 2016 LTSB physical \N f f f f f a_definir Production active \N METZ rdp_psmp 22 \N \N secops a_definir a_definir Default | PC mur d'image de Metz monthly \N \N \N t t \N \N Franck RIVEY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.929389+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1399 rmila150 rmila150.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.10 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL360p Gen8 | Gestion Péage A150 monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.952734+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1403 rmilrau1 rmilrau1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.3 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL360 G7 | Gestion des Appels d'urgence monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.959022+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1407 rsmiasu1 rsmiasu1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) physical \N f f f f f a_definir Production obsolete \N REIMS ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL380p Gen8 monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.965006+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1373 lremvbremv2 lremvbremv2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.8 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | lremvbremv2 est le serveur contenant la base de données Oracle en mode RAC de recette avec le serveur lremvbremv1. monthly \N \N \N t t \N \N Damien LAUNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.914947+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1370 lremvaste2 lremvaste2.sanef.groupe sanef.groupe 16 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | lremvaste2 est le SITE2 de recette du cluster TUXEDO (mode MP) pour STECARD V17. monthly \N \N \N t t \N \N Damien LAUNE \N Jean-Fancois \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.91064+02 2026-04-15 00:08:52.550631+02 \N \N indifferent indifferent EMV V17 17 \N t Recette EMV 695 vplogbels2 vplogbels2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir1 f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir serveur de log 2 elk monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.970289+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1438 spbckamag4 spbckamag4.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir Cisco UCSC-C220-M5SX | Serveur Media Agent dans l'infrastructure de Backup LAN-DMZ monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.00936+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1439 spbckamag5 spbckamag5.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N DC MILLESIME ssh_psmp 22 \N \N secops a_definir a_definir Cisco UCSC-C220-M6S | Serveur Commvault Flux Libre MAG 1 Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.010712+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1440 spbckamag6 spbckamag6.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir Cisco UCSC-C220-M6S | Serveur Commvault Flux Libre MAG 1 Reims monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.01205+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1441 spbckamag7 spbckamag7.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N DC MILLESIME ssh_psmp 22 \N \N secops a_definir a_definir Cisco UCSC-C220-M6S | Serveur Commvault Flux Libre MAG 2 Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.013588+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1442 spbckamag8 spbckamag8.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir Cisco UCSC-C220-M6S | Serveur Commvault Flux Libre MAG 2 Reims monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.01511+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1465 specmadpr1 specmadpr1.sanef-int.adds sanef-int.adds 4 \N \N 136 \N windows Microsoft Windows Server 2022 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE ML350 Gen10 | Serveur de déploiement des PC de voies pour la solution MECM monthly \N \N \N t t \N \N Aymeric TRON/ Olivier BILLARD \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.045822+02 2026-04-15 00:08:52.165193+02 \N \N indifferent indifferent SCCM MECM \N t Production Infrastructure 1466 specmadpr2 specmadpr2.sanef-int.adds sanef-int.adds 4 \N \N 136 \N windows Microsoft Windows Server 2022 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE ML350 Gen10 | Serveur de déploiement des PC de voies pour la solution MECM monthly \N \N \N t t \N \N Aymeric TRON/ Olivier BILLARD \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.046756+02 2026-04-15 00:08:52.165935+02 \N \N indifferent indifferent SCCM MECM \N t Production Infrastructure 1467 specmadpr3 specmadpr3.sanef-int.adds sanef-int.adds 4 \N \N 136 \N windows Microsoft Windows Server 2022 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE ML350 Gen10 | Serveur de déploiement des PC de voies pour la solution MECM monthly \N \N \N t t \N \N Aymeric TRON/ Olivier BILLARD \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.047598+02 2026-04-15 00:08:52.166597+02 \N \N indifferent indifferent SCCM MECM \N t Production Infrastructure 1447 spbocbsap1 spbocbsap1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N DC MILLESIME ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL560 Gen10 | --FLA13-A14-BOC--\r\nSAP HANA Server Prod monthly \N \N \N t t \N \N Fabrice TUNORFE \N Benoit ANCEY ? \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.02225+02 2026-04-15 00:08:52.533851+02 \N \N indifferent indifferent Free Flow BOC - env PROD \N t Production Flux Libre 1436 spbckamag2 spbckamag2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir Cisco UCSC-C220-M5SX | Serveur Media Agent dans l'infrastructure de Backup LAN-DMZ monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.00662+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1468 spemvalog1 spemvalog1.sanef.groupe sanef.groupe 4 \N \N 488 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | spemvalog1 est le serveur de Gestion des logs (splunk)\r\nIl remplace rmillog1 monthly \N \N \N t t \N \N Christian THEPAUT \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.048535+02 2026-04-14 22:57:32.477417+02 \N \N indifferent indifferent splunk 1 \N t Production \N 1458 spcybabkp1 spcybabkp1.sanef.groupe sanef.groupe 4 \N \N 267 \N windows Microsoft Windows Server 2016 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Bastion CyberArk\r\nServeur Vault Backup\r\nTravaille une fois par jour pour sauvegarder le contenu du Vault Cyberark. monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.037636+02 2026-04-14 22:57:32.511516+02 \N \N indifferent indifferent CyberArk Production \N t Production \N 1444 spbckmmag2 spbckmmag2.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Cisco UCSC-C240-M5L | Serveur Media Agent dans l'infrastructure de Backup PCI-DSS monthly \N \N \N t t \N \N Jean-francois CRABS \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.017889+02 2026-04-14 22:57:32.240895+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 130 rmilacs1 rmilacs1.sanef.groupe sanef.groupe \N \N \N \N \N linux OVA Editeur vm lpgesevir5 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir OXE (OmniPCX Entreprise) Alcatel\r\n\r\nSSH non utilisé -> telnet\r\nRemplace le serveur physique rmilacs1_old CZ31089AWL\r\n\r\nVPAIIAOXE1\r\n\r\nRMILACS3 -> Load Balancing monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.599064+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 631 vpemvaftp1 vpemvaftp1.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) vm lppcievir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir vpemvaftp1 permet d'échanger des clés avec les contrôleurs EMV. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.930212+02 2026-04-14 22:57:32.239159+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 628 vpecmbsql1 vpecmbsql1.sanef-int.adds sanef-int.adds 4 \N \N 136 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir VM du Tier 1\r\nServeur SQL MECM (SCCM) monthly \N \N \N t t \N \N Aymeric TRON/ Olivier BILLARD \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.928379+02 2026-04-15 00:08:52.167899+02 \N \N indifferent indifferent SCCM MECM \N t Production Infrastructure 127 nvr-spare-mtz nvr-spare-mtz workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm ssmtzevir1 f f f f f a_definir Production active \N METZ rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Spare de Metz monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.597254+02 2026-04-15 00:08:52.197724+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 128 nvr-spare-sen nvr-spare-sen workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm sssenevir1 f f f f f a_definir Production active \N SENLIS rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Spare de Senlis monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.597853+02 2026-04-15 00:08:52.198983+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 120 ls-yerville ls-yerville workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.59294+02 2026-04-15 00:08:52.313516+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 105 ls-st-witz ls-st-witz workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.5827+02 2026-04-15 00:08:52.395459+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 108 ls-taissy ls-taissy workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm sptsyevir1 f f f f f a_definir Production active \N TAISSY rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.584494+02 2026-04-15 00:08:52.396475+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 109 ls-thelus ls-thelus workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.585099+02 2026-04-15 00:08:52.397236+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 115 ls-vallee-somme ls-vallee-somme workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.588763+02 2026-04-15 00:08:52.400653+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 254 vmampmet1 vmampmet1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) vm lpmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.686458+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1217 bly-bly1-gc1 \N \N \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard physical \N f f f f f a_definir Production obsolete \N Boulay rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.67213+02 2026-04-14 22:33:10.121072+02 \N \N indifferent indifferent \N \N t Production \N 1219 bly-bly1-ves1 \N \N \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard physical \N f f f f f a_definir Production obsolete \N Boulay rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.675896+02 2026-04-14 22:33:10.122304+02 \N \N indifferent indifferent \N \N t Production \N 106 ls-ste-marie ls-ste-marie workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.583335+02 2026-04-15 00:08:52.388749+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 643 vpemvgrid1 vpemvgrid1.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) vm lppcievir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Vpemvgrid1 est le serveur Cloud Control Oracle du la bulle EMV PCI-DSS.\r\nIl permet d'administrer les bases EMV par les DBA. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.93741+02 2026-04-15 00:08:52.552641+02 \N \N indifferent indifferent EMV V17 17 \N t Production EMV 1218 bly-bly1-gc2 BLY-BLY2-GC2 \N \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard physical \N f f f f f a_definir Production obsolete \N Boulay rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.673912+02 2026-04-15 12:47:17.612115+02 \N \N indifferent indifferent \N \N t Production \N 1220 bly-bly1-ves2 BLY-BLY2-VES2 \N \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard physical \N f f f f f a_definir Production obsolete \N Boulay rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.678145+02 2026-04-15 12:47:17.612115+02 \N \N indifferent indifferent \N \N t Production \N 1237 ceupplu1 \N Host \N \N \N \N \N linux CentOS Linux release 7.1.1503 (Core) physical \N f f f f f a_definir Production obsolete \N \N ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL160 Gen9 | Serveur SAPD Eurotunnel\r\nNe ossède pas de carte ILO\r\nContient un lien dblink entre sa base XE et BADP Sanef\r\nLe serveur n'est pas dans le contrat de maintenance HPE monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.706489+02 2026-04-14 22:33:10.126076+02 \N \N indifferent indifferent \N \N t Production \N 661 vpgesasmc1 vpgesasmc1.sanef.groupe sanef.groupe \N \N \N \N \N linux HPE Linux Based on Debian vm spiadevir5 f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir Console Baie Primera Gestion\r\nhttps://vpgesasmc1.sanef.groupe:8443/ monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.948674+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 662 vpgesasmc2 vpgesasmc2.sanef.groupe sanef.groupe \N \N \N \N \N linux HPE Linux Based on Debian vm spiadevir5 f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir Console Baie Primera Gestion\r\nhttps://vpgesasmc2.sanef.groupe:8443/ monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.949255+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 468 vpbooangx1 vpbooangx1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/ORI--\r\nNginx 2 monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.822895+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 129 nvr-spare-tqx nvr-spare-tqx workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm sstqxevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Spare de Tinqueux monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.59846+02 2026-04-15 00:08:52.20026+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 697 vplpeanvr1 vplpeanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm splpeevir1 f f f f f a_definir Production active \N LOUPERSHOUSE rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Loupershouse monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.971557+02 2026-04-15 00:08:52.22099+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1268 lamapgis1 lamapgis1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Entreprise physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen8 | AMELIE - Exploitation autoroutière\r\nCartographie monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.757776+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1269 lamapgis2 lamapgis2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Sanef SIG\r\nAMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.758721+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1271 lamaprac2 lamaprac2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.761372+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 694 vplogbels1 vplogbels1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm spsiaevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir serveur de log 1 elk monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.969684+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 705 vpnacaadm1 vpnacaadm1.sanef.groupe sanef.groupe \N \N \N \N \N linux redhat-release-server-7 vm spsiaevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Solution NAC : Forescout\r\nVm d'administration : Enterprise Manager (EM) monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.977067+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 475 vpboobquo2 vpboobquo2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\nServeur Quorum Postgres monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.82884+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 498 vpbotbsql1 vpbotbsql1.sanef.groupe sanef.groupe 10 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpaflevir5 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nDatabase server monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.844127+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 203 vibotakpi1 vibotakpi1.sanef.groupe sanef.groupe 20 \N \N 227 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir1 f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur KPI du BOT en preprod monthly \N \N \N t t \N \N BLOMMAERS-ext Charles \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.64655+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Flux libre A13-A14 - \N t Pré-Prod Flux Libre 132 rsbcacs2 rsbcacs2.sanef.groupe sanef.groupe \N \N \N \N \N linux OVA Editeur vm lpgesevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir Utiliser le telnet\r\nRemplace le serveur physique rsbcacs2_old CZ31089AWM\r\n\r\nVPAIIAOXE2\r\n\r\nRMILACS3 -> Load Balancing monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.600265+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 739 vppciaquo1 vppciaquo1.sanef.groupe sanef.groupe 4 \N \N 178 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_psmp 22 \N \N secops a_definir a_definir VM Quorum Witness des Baies Primera PCI-DSS monthly \N \N \N t t \N \N Nicolas DESSOYE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.998589+02 2026-04-15 00:08:52.206521+02 \N \N indifferent indifferent 3PAR StoreServ (SSMC) 1 \N t Production Infrastructure 180 viaflbdwh1 viaflbdwh1.sanef.groupe sanef.groupe 20 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpgesevir3 f f f f f a_definir Production active \N TRAVEE 2 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BI--\r\nSQLServer\r\nBI Datawarehouse monthly \N \N \N t t \N \N Abdelkader MOUHLI-GHARBI \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.631609+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow DWH BI - env PREPROD \N t Pré-Prod Flux Libre 508 vpbotrssm2 vpbotrssm2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT-\r\nRSS configuration mgmt (ansible)\r\néquivalent en prod à vpbotrssm2(changement de nom) monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.850395+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 1137 vvaflblog1 vvaflblog1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nFL/Validation/FL Log Central monthly \N \N \N t t \N \N Philippe GANDIL \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.265513+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow 1 \N t Test Flux Libre 1192 vvbotrssm1 vvbotrssm1.recette.adds recette.adds 18 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm sraflevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nRSS configuration mgmt. monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.303643+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1160 vvbooarep2 vvbooarep2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOO--\r\nBOO/Validation 2/LAN Image Repository monthly \N \N \N t t \N \N Philippe GANDIL \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.2828+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 1162 vvboobsql2 vvboobsql2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\nPostgres SQL monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.28406+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 754 vppeaasip1 vppeaasip1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir3 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.008602+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1168 vvbotaapm1 vvbotaapm1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nELK and Jaeger server monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.287759+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1169 vvbotaapm2 vvbotaapm2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nELK and Jaeger server monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.288358+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1179 vvbotatvv1 vvbotatvv1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm sraflevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT-- monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.295564+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1181 vvbotbsql1 vvbotbsql1.recette.adds recette.adds 18 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nValidation Database server monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.296779+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1182 vvbotbsql2 vvbotbsql2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir4 f f f f f a_definir Production active \N \N rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nDatabase server monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.297404+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 467 vpbooaboo1 vpbooaboo1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-PE-- monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.822322+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 766 vppintaels1 vppintaels1.sanef.groupe sanef.groupe 24 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpgesevir3 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Arnaud MEILLON \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.0159+02 2026-04-15 00:08:52.342705+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Pré-Prod Gestion 752 vppeaaref2 vppeaaref2 workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur de référence pour les SVP Sapn monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.006916+02 2026-04-15 00:08:52.355597+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 740 vppciasmc1 vppciasmc1.sanef.groupe sanef.groupe \N \N \N \N \N linux HPE Linux Based on Debian vm CLU-PCI f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir Console Baie Primera PCI-DSS\r\nhttps://vppciasmc1.sanef.groupe:8443/ monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.999184+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 741 vppciasmc2 vppciasmc2.sanef.groupe sanef.groupe \N \N \N \N \N linux HPE Linux Based on Debian vm CLU-PCI f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir Console Baie Primera PCI-DSS\r\nhttps://vppciasmc2.sanef.groupe:8443/ monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.999768+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1142 vvaflsmtp1 vvaflsmtp1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur smtp monthly \N \N \N t t \N \N Olivier LHOMME \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.268771+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow 1 \N t Test Flux Libre 1317 lpemvaste4 lpemvaste4.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Lpemvaste4 est le SITE2 de production du cluster TUXEDO (mode MP) pour STECARD V17. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.829756+02 2026-04-14 22:57:32.236177+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 1193 vvbotrssm2 vvbotrssm2.recette.adds recette.adds 18 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nRSS configuration mgmt. monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.304248+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1165 vvboomocr2 vvboomocr2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE-- monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.285961+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 1161 vvboobsql1 vvboobsql1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\nPostgres SQL monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.283391+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 182 viaflperf1 viaflperf1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Test de performance monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.633008+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 1164 vvboomocr1 vvboomocr1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE-- monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.285341+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 1171 vvbotapps3 vvbotapps3.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nApplication server 1 monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.290252+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1166 vvbooosea1 vvbooosea1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/PE--\r\nOpenSearch monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.286561+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 191 vibooaboo1 vibooaboo1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE-- monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.638374+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 192 vibooangx1 vibooangx1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/ORI--\r\nLOAD BALANCER NGINX\r\n\r\nIP DMZ : 192.168.21.37 monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.638929+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 789 vprauareb1 vprauareb1 workgroup \N \N \N \N \N windows Windows 7 vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir PC de rebond ASUR pour MIOS monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.031101+02 2026-04-14 20:46:16.665424+02 \N \N indifferent indifferent \N \N t Production \N 193 vibooaori1 vibooaori1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/ORI-- monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.639702+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 194 vibooaori2 vibooaori2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/ORI-- monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.640562+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 1172 vvbotarep1 vvbotarep1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nImage repository monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.291135+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1177 vvbotatst3 vvbotatst3.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nTest Server 1 monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.294371+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 773 vppixatsf2 vppixatsf2.sanef-int.adds sanef-int.adds 4 \N \N 492 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir10 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Infra Pixys (Mur d'images au PCT : application TSF monthly \N \N \N t t \N \N Franck RIVEY \N Informer PCT +fabien Fontaine + Patrick Vengadassalame + Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.02+02 2026-04-15 00:08:52.281412+02 \N \N indifferent indifferent supervision pct TOPS \N t Production Infrastructure 1180 vvbotatvv2 vvbotatvv2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nDVAS Traffic Video Viewer monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.296177+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1176 vvbotatsp2 vvbotatsp2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nTime Series processing server monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.293752+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1183 vvbotbtsd1 vvbotbtsd1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nTime Series database server monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.298003+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1184 vvbotbtsd2 vvbotbtsd2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nTime Series database server monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.2986+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 195 viboobquo1 viboobquo1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\nServeur Quorum Postgres monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.641368+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 196 viboobquo2 viboobquo2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spdsievir1 f f f f f a_definir Production active \N SENLIS ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\nServeur Quorum monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.642126+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 198 viboobsql2 viboobsql2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\nPostgres SQL Slave monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.643449+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 197 viboobsql1 viboobsql1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir5 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\nPostgres SQL Master monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.64281+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 200 vibooosea1 vibooosea1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/PE--\r\nOpenSearch 1 monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.644758+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 201 vibooosea2 vibooosea2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/PE--\r\nOpenSearch 1 monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.645379+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 199 viboomocr1 viboomocr1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\n2nd moteur OCR monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.644055+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 1191 vvbotrssc2 vvbotrssc2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT-\r\nRSS configuration mgmt (ansible)\r\néquivalent en prod à vpbotrssm2(changement de nom) monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.303047+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1195 vvbotrtms2 vvbotrtms2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nSupervision BOT (Centreon remote) monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.305556+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1188 vvbotreco1 vvbotreco1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nANPR + Fusion server 1 monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.30098+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 802 vpsasapil1 vpsasapil1.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 8.10 (Ootpa) vm lpgesevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir SAS Déploiement\r\nDéploiement de SAS depuis cette VM monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.04103+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS Viya \N t Production BI 204 vibotangx1 vibotangx1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nNGINX monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.647107+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 205 vibotapps1 vibotapps1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nApplication server 1 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.647746+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 213 vibotatst1 vibotatst1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nTest Server 1 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.652837+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 214 vibotatst2 vibotatst2.sanef-int.adds sanef-int.adds 20 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nTest Server 2 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.653449+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 333 vmradius3 vmradius3.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Entreprise vm lpmetevir7 f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Gestion des identitées monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.736338+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 215 vibotatvv1 vibotatvv1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nDVAS Traffic Video Viewer monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.654058+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 206 vibotapps2 vibotapps2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nApplication server 2 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.648515+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 225 vibotrssm1 vibotrssm1.sanef-int.adds sanef-int.adds 20 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpaflevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nValidation RSS configuration mgmt monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.661954+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 226 vibotrssm2 vibotrssm2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nRSS configuration mgmt (ansible)\r\néquivalent en test à vvbotrssc2 (changement de nom) monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.662585+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 851 vptraagas1 vptraagas1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) vm lpmetevir11 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.07499+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 471 vpbooardp1 vpbooardp1.sanef.groupe sanef.groupe 10 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nBOO/PROD/Serveur RDP pour se connecter via le VPN SSL à CyberArk et accéder ensuite à l'infrastructure AFL monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.826137+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 472 vpbooarep1 vpbooarep1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spaflevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/ORI/PE--\r\nServeur Repository Nexus DMZ monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.826879+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 473 vpbooarep2 vpbooarep2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir5 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/ORI/PE--\r\nServeur Reposiory monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.827583+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 476 vpboobsql1 vpboobsql1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir5 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\nPostgres SQL Master monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz + PREVOT Cedric \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.829437+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 134 rsmiwdc1 rsmiwdc1.sanef.groupe sanef.groupe 4 \N \N 259 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir8 f f f f f a_definir Production active \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir Gestion controleur de domaine monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.602081+02 2026-04-15 00:08:52.172221+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production Infrastructure 1357 lragtbpla1 lragtbpla1.sanef.groupe sanef.groupe 12 \N \N 197 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Implémentation active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Gestion des temps et activités monthly \N \N \N t t \N \N Majid KABKOUB \N Nadine BENARD / Cédric PREVOT - Exlure MAJ KMOD ASM \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.89066+02 2026-04-15 00:08:52.349068+02 \N \N indifferent indifferent AgileTime 2.7.9 \N t Recette Gestion 1376 ls-boulay-psb ls-boulay-psb workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2016 Standard physical \N f f f f f a_definir Production active \N Boulay rdp_psmp 22 \N \N secops a_definir a_definir HPE ML350 Gen10 monthly \N \N \N t t \N \N Freddy LINET \N Il faut quelqu'un de l'equipe de JF (Serveur Physique ) \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.919431+02 2026-04-15 01:05:19.156041+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1378 ls-test-dnt ls-test-dnt.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Standard physical \N f f f f f a_definir Production obsolete \N SENLIS rdp_local 22 \N \N secops a_definir a_definir HPE ML350 G6 | Plateforme DNT monthly \N \N \N t t \N \N Freddy LINET \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.922008+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1392 RC7KMIL5 \N \N \N \N \N \N \N \N OA physical \N f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir HPE monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.942223+02 2026-04-14 19:06:53.977928+02 \N \N indifferent indifferent \N \N t Production \N 346 vpa14bgtc1 vpa14bgtc1 workgroup \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir GTC A14\r\nVM d'archivage monthly \N \N \N t t \N \N Franck RIVEY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.744748+02 2026-04-15 01:05:19.156041+02 \N \N indifferent indifferent \N \N t Production \N 469 vpbooaori1 vpbooaori1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/ORI-- monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.823525+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 477 vpboobsql2 vpboobsql2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\nPostgres SQL Slave monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz + PREVOT Cedric \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.830031+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 861 vptrabmut2 vptrabmut2.sanef.groupe sanef.groupe \N \N \N \N \N linux \N vm spodabmut2 f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir vptrabmut2-vip - vipAddress": "10.41.40.222" monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.080947+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 855 vptraatpf2 vptraatpf2.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm spmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Gestion des Temps de parcours\r\nProduction frontal monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.07741+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 901 vradvangx1 vradvangx1.sanef-rec.fr sanef-rec.fr 29 \N \N 352 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm srallevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur Nginx Advu de recette en DMZ monthly \N \N \N t t \N \N Michaël BOUYER \N Christophe DEWILDE, Dany CARON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.107221+02 2026-04-15 00:08:52.323086+02 \N \N indifferent indifferent Interface API REST pour ERP5 1 \N t Recette Péage 478 vpboojump1 vpboojump1.sanef.groupe sanef.groupe 10 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nBOO/PROD/Jump Host monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.83066+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 480 vpbooosea1 vpbooosea1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/PE--\r\nOpenSearch 1 monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.832463+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 481 vpbooosea2 vpbooosea2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/PE--\r\nOpenSearch 2 monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.833083+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 482 vpbotaapm1 vpbotaapm1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nBase Elastic Search monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.833637+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 479 vpboomocr1 vpboomocr1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-PE--\r\nMoteur OCR (carmen)\r\n\r\nsudo systemctl status awusbmanager\r\nsudo systemctl status arh_ocr_server.service monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz + PREVOT Cedric \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.831561+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 865 vptrabtpc1 vptrabtpc1.sanef.groupe sanef.groupe 31 \N \N 240 \N windows Microsoft Windows Server 2019 Standard vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Gestion des Temps de parcours\r\nProduction Calcul TP monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - Prevenir ANna HENNION et PCT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.0836+02 2026-04-15 00:08:52.13518+02 \N \N indifferent indifferent Temps de parcours v2 1 \N t Production Trafic 493 vpbotarmq3 vpbotarmq3.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MIR-- monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.840844+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 874 vpvpnassl1 vpvpnassl1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.3.1611 (Core) vm spmetevir1 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir VM passerelles SSL IVANTI de Production monthly \N \N \N t t \N \N Thomas PELZER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.088913+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 864 vptrabpxp1 vptrabpxp1.sanef.groupe sanef.groupe 31 1 \N \N \N windows Microsoft Windows Server 2016 Standard vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Prévision Trafic Groupe\r\nremplace rmilptr1 monthly \N \N \N t t \N \N Franck RIVEY \N Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.082973+02 2026-04-15 00:08:52.121535+02 \N \N indifferent indifferent \N \N t Production DMZ 856 vptraazen1 vptraazen1.sanef.groupe sanef.groupe 4 \N \N \N \N windows Microsoft Windows Server 2016 Standard vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Enregistrement communications PCE/PSI\r\nServeur avec le rôle de satellite, pour l'enregistrement des interphones Zenitel.\r\nAccès distant pour Recom à tous les serveurs de la solution monthly \N \N \N t t \N \N Laurent DELCOUR \N François ROBERT / Fabien LAMBERT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.07798+02 2026-04-15 00:08:52.29095+02 \N \N indifferent indifferent \N \N t Production Infrastructure 1405 rmilu2k1 rmilu2k1.sanef.groupe sanef.groupe \N \N \N \N \N linux SUSE Linux Enterprise Server 11 (x86_64) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Huawei RH2288H V3 | Sevreur NMS U2000\r\n\r\nHéberge a priori une base Sybase ASE-15_0 (en cas de problème Thomas PELZER fait appel à un support) monthly \N \N \N t t \N \N Alexandre CHAMPY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.962002+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 484 vpbotangx1 vpbotangx1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nServeur Nginx monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.835002+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 485 vpbotapps1 vpbotapps1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nApplication server 1 monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.835679+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 138 vadvpapp3 vadvpapp3.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.6 (Tikanga) vm lpmetevir10 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Gestion commerciale monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.60455+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 486 vpbotapps2 vpbotapps2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nApplication server 2 monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.836299+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 487 vpbotapps3 vpbotapps3.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nApplication server 3 monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.836906+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 139 vairrec1 \N Host \N \N \N \N \N linux Red Hat Enterprise Linux Server release 4.8 (Nahant Update 8) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Gestion des Aires monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.605191+02 2026-04-14 19:06:53.540834+02 \N \N indifferent indifferent \N \N t Recette \N 488 vpbotardp1 vpbotardp1.sanef.groupe sanef.groupe 10 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nBOT/PROD/Serveur RDP pour se connecter via le VPN SSL à CyberArk et accéder ensuite à l'infrastructure AFL monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.837488+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 489 vpbotarep1 vpbotarep1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR-- monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.838074+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 490 vpbotarep2 vpbotarep2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spaflevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nServeur Repository Nexus DMZ monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.838639+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 491 vpbotarmq1 vpbotarmq1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MIR-- monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.839219+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 492 vpbotarmq2 vpbotarmq2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MIR-- monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.839949+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 500 vpbotbtsd1 vpbotbtsd1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT-- monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.845475+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 501 vpbotcach1 vpbotcach1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir6 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nmemcached monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.8461+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 505 vpbotreco3 vpbotreco3.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nANPR + Fusion server 3 monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.848546+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 506 vpbotreco4 vpbotreco4.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nANPR + Fusion server 4 monthly \N \N \N t t \N \N Olivier LHOMME \N BENTALEB Ilyas \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.849148+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PROD \N t Production Flux Libre 354 vpaflbdwh1 vpaflbdwh1.sanef.groupe sanef.groupe 10 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpgesevir3 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BI--\r\nSQLServer\r\nBI Datawarehouse monthly \N \N \N t t \N \N Abdelkader MOUHLI-GHARBI \N Reda.KIMAOUI-ext@sanef.com - Mohamed-Slim.KOUBAA-ext@sanef.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.74965+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow DWH BI - env PROD \N t Production Flux Libre 880 vpvsaaahp2 vpvsaaahp2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.6 vm lraflevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-AFL-REC monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.093416+02 2026-04-15 00:08:52.253436+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 355 vpaflbsta1 vpaflbsta1.sanef.groupe sanef.groupe 10 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lpgesevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir --FLA13-A14-BI--\r\nSQLServer\r\nBI Staging Area PROD monthly \N \N \N t t \N \N Abdelkader MOUHLI-GHARBI \N Reda.KIMAOUI-ext@sanef.com - Mohamed-Slim.KOUBAA-ext@sanef.com \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.750295+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow DWH BI - env PROD \N t Production Flux Libre 353 vpaflarat1 vpaflarat1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpgesevir3 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM PROD pour le DECISIONNEL FL monthly \N \N \N t t \N \N Philippe GANDIL \N Christian VONGSAVANH - JF \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.749026+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow 1 \N t Production Flux Libre 886 vpvsaaiad1 vpvsaaiad1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Red Hat Enterprise Linux release 8.4 (Ootpa) vm spiadevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA T0 Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.097051+02 2026-04-15 00:08:52.257376+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 889 vpvsaamet2 vpvsaamet2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.8 vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-MET Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.098907+02 2026-04-15 00:08:52.259568+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 890 vpvsaamez1 vpvsaamez1.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.8 vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-MET-DMZ Millésime monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.099498+02 2026-04-15 00:08:52.260211+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 891 vpvsaamez2 vpvsaamez2.sanef.groupe sanef.groupe 4 \N \N 305 \N linux Oracle Linux Server release 8.8 vm spmetevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Infrastructure de Sauvegardes\r\nProxy VSA CLU-MET-DMZ Tinqueux monthly \N \N \N t t \N \N Jean-francois CRABS \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.100445+02 2026-04-15 00:08:52.260832+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Production Infrastructure 907 vraiibpgs4 vraiibpgs4.sanef.groupe sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Dans le cadre de la migration et de la consolidation des bases Postgres, VM afin d'installer Postgres 14 et de réaliser des tests de migration / réplication. monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.111263+02 2026-04-15 00:08:52.039366+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 908 vraiibpgs5 vraiibpgs5.sanef.groupe sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Dans le cadre de la migration et de la consolidation des bases Postgres, VM afin d'installer Postgres 14 et de réaliser des tests de migration / réplication. monthly \N \N \N t t \N \N Frédéric GRAFFAGNINO \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.111851+02 2026-04-15 00:08:52.040046+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 1452 spburadpe1 spburadpe1.sanef.groupe sanef.groupe 4 \N \N 136 \N windows Microsoft Windows Server 2016 Standard physical \N f f f f f a_definir Production active \N LES ESSARTS rdp_psmp 22 \N \N secops a_definir a_definir HPE DL360 Gen10 | Serveur SCCM Deploiement Point des Essarts monthly \N \N \N t t \N \N Aymeric TRON \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.029394+02 2026-04-15 00:08:52.181163+02 \N \N indifferent indifferent SCCM 1 \N t Production Infrastructure 1453 spburadpi1 spburadpi1.sanef.groupe sanef.groupe 4 \N \N 136 \N windows Microsoft Windows Server 2022 Standard physical \N f f f f f a_definir Production active \N ISSY LES MOULINEAUX rdp_psmp 22 \N \N secops a_definir a_definir HPE DL360 Gen10 | Serveur MECM Deploiement Point d'Issy les Moulineaux monthly \N \N \N t t \N \N Aymeric TRON/ Olivier BILLARD \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.030436+02 2026-04-15 00:08:52.181824+02 \N \N indifferent indifferent SCCM 1 \N t Production Infrastructure 906 vraiiavid2 vraiiavid2.sanef.groupe recette.adds 29 \N \N 367 \N windows Microsoft Windows Server 2016 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de préproduction pour l'infrastructure de gestion des flux Vidéo (VSC) monthly \N \N \N t t \N \N Arnaud THIERY \N Christophe DEWILDE- CARON Dany \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.110641+02 2026-04-15 00:08:52.295419+02 \N \N indifferent indifferent Logiciel gestion vidéo 1 \N t Recette Péage 1469 speurasvp1 speurasvp1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N \N rdp_psmp 22 \N \N secops a_definir a_definir HPE ML350 Gen10 | Ancien serveur spcybacpm2.\r\nServeur SVP installé par Sanef est fourni à Eurotunnel monthly \N \N \N t t \N \N Freddy LINET \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.049926+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 928 vraptapsh1 vraptapsh1.recette.adds recette.adds 12 \N \N 434 \N windows Microsoft Windows Server 2022 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir VM destinée à l'équipe collaborative :\r\nMachine de développement, isolée du réseau de production Sanef avec un accès internet large.\r\n\r\nAvec droits d'administration et la possibilité d'accéder au GIT pour permettre le déploiement vers les autres environnements. monthly \N \N \N t t \N \N Arnaud THIERY \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.125201+02 2026-04-15 00:08:52.3412+02 \N \N indifferent indifferent Portail Sharepoint 1 \N t Recette Gestion 931 vrbipbdec1 vrbipbdec1.sanef.groupe recette.adds 14 \N \N \N \N windows Microsoft Windows Server 2016 Standard vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir inside.exe dans \r\nD:\\applis\r\nContact : BOUYER Michael\r\nServeur de test monthly \N \N \N t t \N \N Michaël BOUYER \N Romain JOUATTE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.127148+02 2026-04-15 00:08:52.352439+02 \N \N indifferent indifferent \N \N t Recette BI 142 vampsycapp2 vampsycapp2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Standard vm lpmetevir10 f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Amelie - Sycar monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.60751+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 143 vampsychtp1 vampsychtp1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.5 (Santiago) vm lpmetevir7 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir AMELIE - HTPn monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.608266+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 933 vrburxban1 vrburxban1.sanef.groupe recette.adds \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm CLU-REC f f f f f a_definir Production active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir VM Qualification Windows 10 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.1284+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent \N \N t Recette \N 1481 splogbels1 splogbels1 Host \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Implémentation obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL380 Gen11 | Serveurs puit de logs ELS 1\r\npour données froides monthly \N \N \N t t \N \N Joel CAVE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.067517+02 2026-04-14 22:33:10.14912+02 \N \N indifferent indifferent \N \N t Production \N 1495 sppeaanvr10 sppeaanvr10 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.086654+02 2026-04-15 00:08:52.215254+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 946 vrcybapsm1 vrcybapsm1.recette.adds recette.adds 5 \N \N 267 \N windows Microsoft Windows Server 2019 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Bastion CyberArk de Recette\r\nServeur PSM 1\r\nServeur de rebond monthly \N \N \N t t \N \N Alexandre CHAMPY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.136245+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent CyberArk Recette \N t Recette \N 947 vrcybapsm2 vrcybapsm2.recette.adds recette.adds 5 \N \N 267 \N windows Microsoft Windows Server 2019 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Bastion CyberArk de Recette\r\nServeur PSM 2\r\nServeur de rebond monthly \N \N \N t t \N \N Alexandre CHAMPY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.136856+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent CyberArk Recette \N t Recette \N 964 vrdsiaada1 vrdsiaada1.recette.adds sanef-int.adds 5 \N \N 184 \N windows Microsoft Windows Server 2022 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir AD Audit Plus de l'AD Recette monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.148035+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent AD Audit plus 1 \N t Recette \N 955 vrdecasas1 vrdecasas1.sanef.groupe sanef-rec.fr 14 \N \N 132 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de recette SAS Viya\r\nMicro Service monthly \N \N \N t t \N \N Ludovic LE BRETON \N Ludovic LE BRETON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.142397+02 2026-04-15 00:08:52.479047+02 \N \N indifferent indifferent SAS 1 \N t Recette BI 957 vrdecasas3 vrdecasas3.sanef.groupe sanef-rec.fr 14 \N \N 132 \N linux ERROR: Timeout opening channel. vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de recette SAS Viya \r\nWorker 1 monthly \N \N \N t t \N \N Ludovic LE BRETON \N Ludovic LE BRETON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.143604+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS 1 \N t Recette BI 956 vrdecasas2 vrdecasas2.sanef.groupe sanef-rec.fr 14 \N \N 132 \N linux ERROR: Timeout opening channel. vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de recette SAS Viya\r\nController monthly \N \N \N t t \N \N Ludovic LE BRETON \N Ludovic LE BRETON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.142984+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS 1 \N t Recette BI 958 vrdecasas4 vrdecasas4.sanef.groupe sanef-rec.fr 14 \N \N 132 \N linux RHEL 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de recette SAS Viya \r\nWorker 2 monthly \N \N \N t t \N \N Ludovic LE BRETON \N Ludovic LE BRETON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.144226+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS 1 \N t Recette BI 959 vrdecasas5 vrdecasas5.sanef.groupe sanef-rec.fr 14 \N \N 132 \N linux RHEL 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de recette SAS Viya \r\nCompute monthly \N \N \N t t \N \N Ludovic LE BRETON \N Ludovic LE BRETON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.144878+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS 1 \N t Recette BI 981 vrdsiarad1 vrdsiarad1.sanef-rec.fr sanef-rec.fr 5 \N \N 447 \N linux \N vm lrallevir10 f f f f f a_definir Production active \N SALLE BLANCHE ssh_key 22 \N \N secops a_definir a_definir Serveur Radius Recette 1 monthly \N \N \N t t \N \N Romuald GAY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.159367+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent Radius 1 \N t Recette \N 970 vrdsiacen1 \N sanef-rec.fr \N \N \N \N \N linux SUSE Linux Enterprise Server 12 (x86_64) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir VM NMS NCE-IP de recette\r\nCarrier Ethernet monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.151592+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 971 vrdsiacen2 \N sanef-rec.fr \N \N \N \N \N linux SUSE Linux Enterprise Server 12 (x86_64) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir VM NMS NCE-IP de recette\r\nCarrier Ethernet monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.152194+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 985 vrdsiasat1 vrdsiasat1.sanef-rec.fr sanef-rec.fr 5 \N \N 265 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Satellite de Recette monthly \N \N \N t t \N \N Nicolas DESSOYE \N KEITA Nare \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.161893+02 2026-04-15 00:08:52.009338+02 \N \N indifferent indifferent Red Hat Satellite Satellite \N t Recette Infrastructure 145 vamrsycapp2 vamrsycapp2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Standard vm lrallevir4 f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Amelie - Sycar - Recette monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.609551+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1513 sppeaanvr27 sppeaanvr27 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR de Backup pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.102868+02 2026-04-15 00:08:52.263641+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1514 sppeaanvr28 sppeaanvr28 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR de Backup pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.103697+02 2026-04-15 00:08:52.26428+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1515 sppeaanvr29 sppeaanvr29 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR de Backup pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.104484+02 2026-04-15 00:08:52.264909+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 987 vrdsiasta1 vrdsiasta1.recette.adds sanef-int.adds \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm srallevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_local 22 \N \N secops a_definir a_definir Agent SafeNet de Synchronisation des comptes AD vers STA Safenet de Recette monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.163249+02 2026-04-15 01:06:08.71337+02 \N \N indifferent indifferent \N \N t Recette \N 992 vrdsibetc1 vrdsibetc1.sanef-rec.fr sanef-rec.fr 5 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de recette ETCD monthly \N \N \N t t \N \N Nadine BENARD \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.167471+02 2026-04-15 00:08:52.021398+02 \N \N indifferent indifferent Gestion Postgres 1 \N t Recette Infrastructure 993 vrdsibetc2 vrdsibetc2.sanef-rec.fr sanef-rec.fr 5 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de recette ETCD 2 monthly \N \N \N t t \N \N Nadine BENARD \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.168134+02 2026-04-15 00:08:52.022248+02 \N \N indifferent indifferent Gestion Postgres 1 \N t Recette Infrastructure 1544 sptrabenr2 sptrabenr2.sanef.groupe sanef.groupe 4 \N \N \N \N windows Microsoft Windows Server 2016 Standard physical \N f f f f f a_definir Production active \N REIMS rdp_psmp 22 \N \N secops a_definir a_definir HPE DL360 Gen10 | Enregistrement communications PCE/PSI\r\nIl s'agit du serveur principal de la solution assurant l'enregistrement des postes VoIP Alcatel et hébergeant la base de données Microsoft SQL express et le serveur de pages web. monthly \N \N \N t t \N \N Laurent DELCOUR \N François ROBERT / Fabien LAMBERT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.145394+02 2026-04-15 00:08:52.292715+02 \N \N indifferent indifferent \N \N t Production Infrastructure 1543 sptrabenr1 sptrabenr1.sanef.groupe sanef.groupe 4 \N \N \N \N windows Microsoft Windows Server 2016 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL360 Gen10 | Enregistrement communications PCE/PSI\r\nIl s'agit du serveur principal de la solution assurant l'enregistrement des postes VoIP Alcatel et hébergeant la base de données Microsoft SQL express et le serveur de pages web. monthly \N \N \N t t \N \N Laurent DELCOUR \N Francois ROBERT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.144573+02 2026-04-15 00:08:52.293511+02 \N \N indifferent indifferent \N \N t Production Infrastructure 1550 srcybabkp1 SRCYBABKP1.sanef-rec.fr workgroup 5 \N \N 267 \N windows Microsoft Windows Server 2022 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_local 22 \N \N secops a_definir a_definir HPE ML350 Gen10 | Bastion CyberArk de Recette\r\nServeur Vault Backup\r\nTravaille une fois par jour pour sauvegarder le contenu du Vault Cyberark. monthly \N \N \N t t \N \N Alexandre CHAMPY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.154641+02 2026-04-15 01:06:08.71337+02 \N \N indifferent indifferent CyberArk Recette \N t Recette \N 1552 srcybavlt2 \N workgroup 5 \N \N 267 \N windows Microsoft Windows Server 2022 Datacenter physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_local 22 \N \N secops a_definir a_definir HPE ML350 Gen10 | Bastion CyberArk de Recette\r\nServeur Vault 2\r\nCoffre fort = base de données des mots de passe\r\nDesaster recovery en cas de panne du spcybavlt1 monthly \N \N \N t t \N \N Alexandre CHAMPY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.157281+02 2026-04-14 22:57:32.522136+02 \N \N indifferent indifferent CyberArk Recette \N t Recette \N 1537 spsicaquo1 spsicaquo1.sanef.groupe sanef.groupe 31 \N \N 102 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Implémentation active \N PCE ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant ML350 Gen10 | SI Critique\r\nServeur Quorum MIVISU\r\nDans le Local Technique PCE monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenance PCT - DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.134546+02 2026-04-14 22:57:32.653343+02 \N \N indifferent indifferent MIVISU PMV 1 \N t Production \N 1554 srdsiabkp1 srdsiabkp1.sanef-rec.fr sanef-rec.fr 5 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Implémentation active \N \N ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant ML350 Gen10 | Serveur physique test de restauration monthly \N \N \N t t \N \N Jean-francois CRABS \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.1599+02 2026-04-15 00:08:52.018578+02 \N \N indifferent indifferent Gestion sauvegarde 1 \N t Recette Infrastructure 152 vdaflbdwh1 vdaflbdwh1.recette.adds recette.adds 17 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BI--\r\nSQLServer\r\nBI Datawarehouse monthly \N \N \N t t \N \N Abdelkader MOUHLI-GHARBI \N Abdelkader MOUHLI-GHARBI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.613865+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow DWH BI - env DEV \N t Développement Flux Libre 150 vburwdc1 vburwdc1.sanef.groupe sanef.groupe 4 \N \N 259 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir1 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion des identitées monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.612657+02 2026-04-15 00:08:52.17477+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production Infrastructure 151 vburwdc2 vburwdc2.sanef.groupe sanef.groupe 4 \N \N 259 \N windows Microsoft Windows Server 2016 Standard vm lpgesevir8 f f f f f a_definir Production active \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir Gestion des identitées monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.613265+02 2026-04-15 00:08:52.176196+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production Infrastructure 1568 svboomcla2 svboomcla2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N SALLE BLANCHE ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant DL380 Gen10 | --FLA13-A14-PE--\r\nMoteur de classification / Serveur GPU monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.182266+02 2026-04-15 00:08:52.430864+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 1553 srcybavlt3 srcybavlt3.sanef-rec.fr sanef-rec.fr \N \N \N \N \N windows Microsoft Windows Server 2022 Standard physical \N f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir HPE ProLiant ML350 Gen10 | Bastion CyberArk de Recette\r\nServeur Vault 3\r\nCoffre fort = base de données des mots de passe\r\npour la migration monthly \N \N \N t t \N \N Alexandre CHAMPY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.158956+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1500 sppeaanvr15 sppeaanvr15 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR de Backup pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.091456+02 2026-04-15 00:08:52.222844+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1016 vriadapki3 vriadapki3.recette.adds recette.adds 5 \N \N 305 \N windows Microsoft Windows Server 2022 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir PKI Web de Recette monthly \N \N \N t t \N \N Joel CAVE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.183401+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent Gestion Pki 1 \N t Recette \N 1017 vriadawdc1 vriadawdc1.recette.adds recette.adds 5 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Contrôleur AD de recette monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.183999+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Recette \N 1018 vriadawdc2 vriadawdc2.recette.adds recette.adds 5 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Contrôleur AD de recette monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.184554+02 2026-04-14 23:14:59.413878+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Recette \N 1025 vrlogakib1 vrlogakib1.sanef-rec.fr sanef-rec.fr 5 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Puits de logs - Serveur Kibana monthly \N \N \N t t \N \N Frederic GRAFFAGNINO \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.188844+02 2026-04-15 00:08:52.047299+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 1365 lramebrac3 lramebrac3 Host 32 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de recette Amelie Oracle RAC monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenir DBA - Cedric PREVOT - Nadine BENARD \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.902683+02 2026-04-15 00:08:52.086485+02 \N \N indifferent indifferent Sextan 3.0 \N t Recette Trafic 1366 lramebrac4 lramebrac4 Host 32 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de recette Amelie Oracle RAC monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenir DBA - Cedric PREVOT - Nadine BENARD \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.90438+02 2026-04-15 00:08:52.087144+02 \N \N indifferent indifferent Sextan 3.0 \N t Recette Trafic 1494 sppeaanvr1 sppeaanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen9 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.085728+02 2026-04-15 00:08:52.192352+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1499 sppeaanvr14 sppeaanvr14 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.090536+02 2026-04-15 00:08:52.221601+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1013 vrgrsangx1 vrgrsangx1.sanef-rec.fr sanef-rec.fr 29 \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir10 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Griffon de recette monthly \N \N \N t t \N \N Alexis MHADAVI \N Alexis MHADAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.181574+02 2026-04-15 00:08:52.326321+02 \N \N indifferent indifferent \N \N t Recette Péage 1020 vrintaels1 vrintaels1.sanef.groupe sanef-rec.fr 12 \N \N 305 \N linux Red Hat Enterprise Linux release 8.6 (Ootpa) vm CLU-REC f f f f f a_definir Production obsolete \N ESPACE SANEF ssh_key 22 \N \N secops a_definir a_definir Serveur Elastic Search de l'infrastructure de recette du Site institutionnel Sanef monthly \N \N \N t t \N \N Arnaud MEILLON \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.185781+02 2026-04-15 00:08:52.338711+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Recette Gestion 1021 vrintaprx2 vrintaprx2.sanef.groupe sanef-rec.fr 12 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm srallevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Serveur proxy de l'infrastructure de recette du Site institutionnel Sanef monthly \N \N \N t t \N \N Arnaud MEILLON \N Arnaud Meillon ou Bertrand letendard \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.186399+02 2026-04-15 00:08:52.339332+02 \N \N indifferent indifferent Gestion site institutionnel 1 \N t Recette Gestion 1012 vrgesbref1 vrgesbref1.sanef-rec.fr sanef-rec.fr 12 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Projet Mira - Serveur BDD Postgres de recette monthly \N \N \N t t \N \N Arnaud MEILLON \N Rachid KHELIFI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.18101+02 2026-04-15 00:08:52.341981+02 \N \N indifferent indifferent \N \N t Recette Gestion 1029 vrmonaftp1 vrmonaftp1.sanef-rec.fr sanef-rec.fr 16 \N \N 291 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur FTP Recette Monétique monthly \N \N \N t t \N \N Damien LAUNE \N Rachid KHELIFI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.192169+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent EMV V17 17 \N t Recette \N 156 vdameasxt2 node2.amelie Host \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lrallevir10 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Migration technique Sextan\r\nLa swap est désactivée car c'est un pré-requis applicatif. (vu avec Laurent D.) monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.616353+02 2026-04-15 12:58:25.64408+02 \N \N indifferent indifferent \N \N t Recette \N 153 vdaflbsta1 vdaflbsta1.recette.adds recette.adds 17 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BI--\r\nSQLServer\r\nBI Staging Area monthly \N \N \N t t \N \N Abdelkader MOUHLI-GHARBI \N Abdelkader MOUHLI-GHARBI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.614454+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow DWH BI - env DEV \N t Développement Flux Libre 159 vdbocbsap1 vdbocbsap1.sanef-rec.fr sanef-rec.fr 17 \N \N 491 \N linux Red Hat Enterprise Linux release 8.7 (Ootpa) vm lraflevir4 f f f f f a_definir Production obsolete \N REIMS ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP HANA Server monthly \N \N \N t t \N \N Fabrice TUNORFE \N Abdelkader MOUHLI-GHARBI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.618148+02 2026-04-15 00:08:52.435413+02 \N \N indifferent indifferent Free Flow BOC - env DEV \N t Développement Flux Libre 1079 vrsupacen1 vrsupacen1.sanef.groupe sanef-rec.fr 21 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-TRANS/FL--\r\nServeur Centreon Central monthly \N \N \N t t \N \N Rachid KHELIFI - Alexis LANGLAIT \N HOARAU Ludovic \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.227908+02 2026-04-15 00:08:52.439178+02 \N \N indifferent indifferent Centreon 1 \N t Recette Flux Libre 1084 vrsvpacli1 vrsvpacli1 sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage Senlis\r\nClient SVP recette et d'assistance client OSAP de recette pour le projet CAP23 monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.231183+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 158 vdameasxt4 node4.amelie Host \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lrallevir6 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Migration technique Sextan\r\nLa swap est désactivée car c'est un pré-requis applicatif. (vu avec Laurent D.) monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.617571+02 2026-04-15 12:58:25.64408+02 \N \N indifferent indifferent \N \N t Recette \N 157 vdameasxt3 node3.amelie Host \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lrallevir8 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Migration technique Sextan\r\nLa swap est désactivée car c'est un pré-requis applicatif. (vu avec Laurent D.) monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.61695+02 2026-04-15 12:58:25.64408+02 \N \N indifferent indifferent \N \N t Recette \N 1088 vrsvpapar1 vrsvpapar1 sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage Senlis\r\nVM SVP Maitre Recette Parking\r\n\r\nCe SVP est connecté :\r\n\r\n- aux voies du labo de Senlis (10.100.11.x) monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.233635+02 2026-04-15 00:08:52.308446+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 1089 vrsvpapar2 vrsvpapar2.sanef-rec.fr sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage \r\nVM SVP Maitre Recette Parking Eurotunnel monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.234267+02 2026-04-15 00:08:52.327026+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 1104 vrtrabtpc1 vrtrabtpc1 recette.adds 32 \N \N 240 \N windows Microsoft Windows Server 2019 Standard vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Gestion des Temps de parcours\r\nRecette Calcul TP monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.244403+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent Temps de parcours v2 1 \N t Recette Trafic 1115 vrvpnassl1 \N sanef-rec.fr \N \N \N \N \N linux CentOS Linux release 7.3.1611 (Core) vm srallevir4 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir VM passerelles SSL IVANTI de recette monthly \N \N \N t t \N \N Thomas PELZER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.251183+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 1116 vrvpnassl2 \N sanef-rec.fr \N \N \N \N \N linux CentOS Linux release 7.3.1611 (Core) vm srallevir2 f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir VM passerelles SSL IVANTI de recette monthly \N \N \N t t \N \N Thomas PELZER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.251777+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 1099 vrtrabmas2 vrtrabmas2 recette.adds 32 \N \N 372 \N windows Microsoft Windows Server 2022 Standard vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Gestion du Parc Matériel\r\nMasterparc\r\nLa VM contient à la fois le serveur web ainsi que le serveur de base de données. monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.241229+02 2026-04-15 00:08:52.101295+02 \N \N indifferent indifferent Masterparc 1 \N t Recette Trafic 167 vdlabaadm1 \N Host 5 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir VM Windows server de LAB pour l'équipe IPOP\r\nVM d'admin de l'AD de test monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.622972+02 2026-04-14 22:57:32.712629+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Recette \N 1095 vrsvpatst1 vrsvpatst1 sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage Senlis\r\nVM SVP Maitre Recette Pour Tests\r\n\r\nCe SVP est connecté :\r\n\r\n- aux voies du labo de Senlis (10.100.11.x) monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.23798+02 2026-04-15 00:08:52.316738+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 166 vdechatal3 vdechatal3.recette.adds recette.adds 12 \N \N 504 \N windows Microsoft Windows Server 2022 Standard vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Serveur pour le studio de développement Talend monthly \N \N \N t t \N \N Jean-francois CRABS \N DUFOUR Antoine - Jean-Francois \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.622347+02 2026-04-15 00:08:52.502624+02 \N \N indifferent indifferent TALEND IS Professional Edition - Named User 1 - Gestion ETL et des échanges \N t Recette Gestion 168 vdlabawdc1 vdlabawdc1.tiering.dev Host 5 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir VM Windows server de LAB pour l'équipe IPOP\r\nDC de test monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.623979+02 2026-04-15 01:06:08.71337+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Recette \N 169 vdlabawdc2 vdlabawdc2 Host 5 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir VM Windows server de LAB pour l'équipe IPOP\r\nDC de test monthly \N \N \N t t \N \N Johann LEFEBVRE \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.624782+02 2026-04-15 01:06:08.71337+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Recette \N 1135 vtpatbsip1 vtpatbsip1.sanef-rec.fr sanef-rec.fr 31 \N \N 195 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Fenix SIPAT de test monthly \N \N \N t t \N \N Thierry UNIMON \N Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.264304+02 2026-04-15 00:08:52.557755+02 \N \N indifferent indifferent SI PATRIMOINE 1.0 \N t Production Trafic 1136 vvaflbdwh1 vvaflbdwh1.recette.adds recette.adds 18 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BI--\r\nSQLServer \r\nBI Datawarehouse monthly \N \N \N t t \N \N Abdelkader MOUHLI-GHARBI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.26491+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow DWH BI - env TEST \N t Test Flux Libre 1132 vtmd vtmd.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Standard vm lpmetevir10 f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur détection plaque matière dangereuse PL monthly \N \N \N t t \N \N Guillaume LAMBERT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.262493+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1133 vtmd_test \N workgroup \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Standard vm CLU-REC f f f f f a_definir Production obsolete \N \N rdp_local 22 \N \N secops a_definir a_definir VM de test pour Freddy Linet monthly \N \N \N t t \N \N Guillaume LAMBERT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.263112+02 2026-04-14 22:33:10.173974+02 \N \N indifferent indifferent \N \N t Test \N 365 vpaiiacam2 vpaiiacam2 workgroup 31 1 \N 221 \N windows Windows 2016 Version 1607 vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Diffusion de webcam sanef et sapn vers Autoroutes Trafic\r\nVIP 10.40.24.18\r\nIP 192.168.200.18\r\nContact : Dany Caron monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.756289+02 2026-04-15 00:08:52.122758+02 \N \N indifferent indifferent Autoroute Trafic 1 \N t Production DMZ 364 vpaiiaazu1 vpaiiaazu1 workgroup 4 1 \N \N \N windows Microsoft Windows Server 2016 Standard 10.0.14393 64 bits N/A Build 14393 UBR 8957 vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Azur AD Connect monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N 128129742 \N 0 \N \N \N \N 2026-04-14 13:47:49.755645+02 2026-04-15 00:08:52.115715+02 \N \N indifferent indifferent \N \N t Production DMZ 1178 vvbotatst4 vvbotatst4.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm lraflevir4 f f f f f a_definir Production active \N SALLE BLANCHE rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nTest Server 2 monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.294972+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 524 vpburawap1 vpburawap1 workgroup 4 1 \N 305 \N windows Windows 2016 Version 1607 vm spgesevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Johann LEFEBVRE \N Ecare d'une journée avec le WAP2 \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.860755+02 2026-04-15 00:08:52.11643+02 \N \N indifferent indifferent Gestion ADFS 1 \N t Production DMZ 371 vpaiiadns1 vpaiiadns1 workgroup 4 1 \N 305 \N windows Windows 2016 Version 1607 vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur DNS Publique Sanef\r\n10.40.213.20\r\n\r\nRègle d'affinité voir sur sharepoint monthly \N \N \N t t \N \N Romuald GAY \N Thomas PELZER \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.760542+02 2026-04-15 00:08:52.119044+02 \N \N indifferent indifferent Gestion DNS 1 \N t Production DMZ 372 vpaiiadns2 vpaiiadns2 workgroup 4 1 \N 305 \N windows Windows 2016 Version 1607 vm spmetevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur DNS Publique Sanef.\r\n10.40.213.21\r\n\r\nRègle d'affinité voir sur sharepoint monthly \N \N \N t t \N \N Romuald GAY \N Thomas PELZER \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.761151+02 2026-04-15 00:08:52.119667+02 \N \N indifferent indifferent Gestion DNS 1 \N t Production DMZ 373 vpaiiadns3 vpaiiadns3 workgroup 4 1 \N 305 \N windows Windows 2016 Version 1607 vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur DNS Publique Sanef\r\n10.40.213.27\r\n\r\nRègle d'affinité voir sur sharepoint monthly \N \N \N t t \N \N Romuald GAY \N Thomas PELZER \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.761743+02 2026-04-15 00:08:52.120301+02 \N \N indifferent indifferent Gestion DNS 1 \N t Production DMZ 374 vpaiiadns4 VPAIIADNS4 workgroup 4 1 \N 305 \N windows Windows 2016 Version 1607 vm spmetevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur DNS Publique Sanef\r\n10.40.213.28\r\n\r\nRègle d'affinité voir sur sharepoint monthly \N \N \N t t \N \N Romuald GAY \N Thomas PELZER \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.762338+02 2026-04-15 00:08:52.12092+02 \N \N indifferent indifferent Gestion DNS 1 \N t Production DMZ 450 vpbipamod1 vpbipamod1 workgroup 28 1 \N 397 \N windows Windows 2016 Version 1607 vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir C'est un serveur pour réaliser des enquêtes en ligne auprès de clients, pour saisir des données, pour afficher des rapports statistiques en temps réel. monthly \N \N \N t t \N \N Michaël BOUYER \N Lundi 9H00 \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.81204+02 2026-04-15 00:08:52.133138+02 \N \N indifferent indifferent Modalisa 1 \N t Production DMZ 509 vpbovanvr1 vpbovanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spbovevir1 f f f f f a_definir Production active \N JULES VERNE rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Jules Verne monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.851021+02 2026-04-15 00:08:52.2088+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 642 vpemvaxsr1 vpemvaxsr1 WORKGROUP 15 \N \N 291 \N windows Microsoft Windows Server 2012 R2 Standard vm lppcievir1 f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir vpemvaxsr1 est le serveur relais sécurisé couplé à vpemvagtw1 pour les transferts de fichiers avec les banques. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.936822+02 2026-04-14 22:57:32.233273+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 640 vpemvatse2 vpemvatse2.sanef.groupe sanef.groupe 15 \N \N 291 \N windows Microsoft Windows Server 2022 Standard vm lppcievir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir vpemvatse2 est un serveur de rebond de la bulle EMV PCI-DSS.\r\nPour accéder au bunker, il faut se connecter en TSE à ce serveur ou à vpemvatse1. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.93567+02 2026-04-14 22:57:32.24383+02 \N \N indifferent indifferent EMV Rebond \N t Production \N 66 ls-montreuil-bretelle ls-montreuil-bretelle workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.556779+02 2026-04-15 00:08:52.368455+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 69 ls-noeux-les-mines ls-noeux-les-mines workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.559474+02 2026-04-15 00:08:52.37038+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1194 vvbotrtms1 \N Host 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm sraflevir2 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT--\r\nRTMS server monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.304935+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1190 vvbotrssc1 vvbotrssc1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm sraflevir4 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nConnectivity services monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.302426+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 70 ls-nordausques ls-nordausques workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.560077+02 2026-04-15 00:08:52.370999+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 53 ls-la-veuve-mourmelon ls-la-veuve-mourmelon workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.548085+02 2026-04-15 00:08:52.404559+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 58 ls-lillers ls-lillers workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.551096+02 2026-04-15 00:08:52.407082+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 48 ls-hordain ls-hordain workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm sphdnevir1 f f f f f a_definir Production active \N HORDAIN rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.545095+02 2026-04-15 00:08:52.418821+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1198 vvpeaabst3 vvpeaabst3.sanef-rec.fr sanef-rec.fr 21 \N \N 233 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur de Test BOOST monthly \N \N \N t t \N \N HOARAU Ludovic \N HOARAU Ludovic \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.308575+02 2026-04-15 00:08:52.431501+02 \N \N indifferent indifferent BOOST 1.0 1 1.0 \N t Recette Flux Libre 23 ls-bretonneux ls-bretonneux workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.527392+02 2026-04-15 00:08:52.491963+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 28 ls-chateau-thierry ls-chateau-thierry workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.531246+02 2026-04-15 00:08:52.493588+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 43 ls-hardivilliers ls-hardivilliers workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.541836+02 2026-04-15 00:08:52.498229+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 33 ls-courbes ls-courbes workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.534444+02 2026-04-15 00:08:52.544767+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 177 vemvsym1 vemvsym1 SANEF 15 \N \N 291 \N windows Microsoft Windows Server 2022 Standard vm lppcievir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir vemvsym1 est le serveur Symantec de la bulle EMV.\r\nIl permet de mettre à jour les agents antivirus installés sur les serveurs du bunker. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.629826+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 436 vpamsanvr1 vpamsanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spamsevir1 f f f f f a_definir Production active \N Amiens-Sud rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Amiens-Sud (Dury) monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.802225+02 2026-04-15 00:08:52.210508+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 179 viaflarat1 viaflarat1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpgesevir1 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir VM Preprod pour le DECISIONNEL FL monthly \N \N \N t t \N \N Philippe GANDIL \N Christian VONGSAVANH - JF \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.630999+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow 1 \N t Pré-Prod Flux Libre 435 vpamlanvr1 vpamlanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spamlevir1 f f f f f a_definir Production active \N HAUDRICOURT rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Haudricourt monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.801649+02 2026-04-15 00:08:52.211228+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 452 vpbmtanvr1 vpbmtanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spbmtevir1 f f f f f a_definir Production active \N BEAUMONT rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Beaumont monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.813211+02 2026-04-15 00:08:52.212699+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 532 vpchtanvr1 vpchtanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spchtevir1 f f f f f a_definir Production active \N CHAMANT rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Chamant monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.865538+02 2026-04-15 00:08:52.21461+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 534 vpcotanvr1 vpcotanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spcotevir1 f f f f f a_definir Production active \N Cottevrard BPV rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Cottevrard monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.86673+02 2026-04-15 00:08:52.215896+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 385 vpaiiapkg1 vpaiiapkg1 workgroup \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpgesevir7 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir IP en DHCP.\r\nPas dans l'AD. monthly \N \N \N t t \N \N Aymeric TRON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.769019+02 2026-04-14 20:46:16.502744+02 \N \N indifferent indifferent \N \N t Production \N 670 vphdnanvr1 vphdnanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm sphdnevir1 f f f f f a_definir Production active \N HORDAIN rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Hordain monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.953986+02 2026-04-15 00:08:52.219111+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 671 vphrqanvr1 vphrqanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm sphrqevir1 f f f f f a_definir Production active \N HERQUELINGUE rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Herquelingue monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.954593+02 2026-04-15 00:08:52.220374+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 698 vpmalanvr1 vpmalanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spmalevir1 f f f f f a_definir Production active \N Montreuil barrière rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Montreuil barrière monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.97218+02 2026-04-15 00:08:52.222228+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 111 ls-thillois ls-thillois workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spthlevir1 f f f f f a_definir Production active \N THILLOIS rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.586351+02 2026-04-15 00:08:52.312801+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 72 ls-phalsbourg ls-phalsbourg workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.561296+02 2026-04-15 00:08:52.371647+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 73 ls-plateau ls-plateau workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.561869+02 2026-04-15 00:08:52.372265+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 80 ls-santerre ls-santerre workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.566175+02 2026-04-15 00:08:52.377273+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 85 ls-setques ls-setques workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spstqevir1 f f f f f a_definir Production active \N SETQUES rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.569126+02 2026-04-15 00:08:52.380657+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 104 ls-st-omer2 ls-st-omer2 workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.582095+02 2026-04-15 00:08:52.394358+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 110 ls-therouanne ls-therouanne workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.585751+02 2026-04-15 00:08:52.397957+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 116 ls-vatry ls-vatry workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.589347+02 2026-04-15 00:08:52.401308+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 118 ls-verdun ls-verdun workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir8 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.591519+02 2026-04-15 00:08:52.402636+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 121 ls-yvetot ls-yvetot workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.593577+02 2026-04-15 00:08:52.403905+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 825 vpsroanvr1 vpsroanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spsroevir1 f f f f f a_definir Production active \N Epretot BPV rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Epretot monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.058089+02 2026-04-15 00:08:52.228053+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 268 vmamrdif1 vmamrdif1.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.696115+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 278 vmamrrdt1 vmamrrdt1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.8 (Santiago) vm lpmetevir4 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir AMELIE - RDT monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.702257+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 792 vproiagtc1 VPROIAGTC1 workgroup \N \N \N \N \N windows Windows 2019 Version 2004 vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir GTC\r\nVM PC de secours GTC Roissy monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.0331+02 2026-04-14 20:46:16.666527+02 \N \N indifferent indifferent \N \N t Production \N 835 vpstqanvr1 vpstqanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spstqevir1 f f f f f a_definir Production active \N SETQUES rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Setques monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.064581+02 2026-04-15 00:08:52.229664+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 910 vraiibsql3 vraiibsql3 recette.adds 5 \N \N \N \N windows Microsoft Windows Server 2019 Standard vm lrallevir2 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir VM créer temporairement pour tester la mise en place du monitoring des bases SQL Express sous Centreon, monthly \N \N \N t t \N \N Nadine BENARD \N Nadine BENARD / Cédric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.113102+02 2026-04-15 00:08:52.040674+02 \N \N indifferent indifferent \N \N t Recette Infrastructure 1105 vrtrabtpv1 vrtrabtpv1 recette.adds 32 \N \N 240 \N windows Microsoft Windows Server 2019 Standard vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Gestion des Temps de parcours\r\nRecette VisuTP monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.245019+02 2026-04-15 00:08:52.073073+02 \N \N indifferent indifferent Temps de parcours v2 1 \N t Recette Trafic 719 vpormanvr1 vpormanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spormevir1 f f f f f a_definir Production active \N ORMES rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Ormes monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.985493+02 2026-04-15 00:08:52.223813+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 797 vpsaaanvr1 vpsaaanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spsaaevir1 f f f f f a_definir Production active \N St-Avold A rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de St-Avold A monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.036202+02 2026-04-15 00:08:52.225719+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 850 vpthlanvr1 vpthlanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spthlevir1 f f f f f a_definir Production active \N THILLOIS rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo Thillois monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.074386+02 2026-04-15 00:08:52.230296+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 809 vpsdtanvr1 vpsdtanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spsdtevir1 f f f f f a_definir Production active \N SCHWINDRATZHEIM rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Schwindratzheim monthly \N \N \N t t \N \N Romuald GAY \N Christophe DEWILDE- CARON Dany \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.04678+02 2026-04-15 00:08:52.234928+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 753 vppeaaref4 vppeaaref4 workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Serveur de référence pour les SVP ALBEA monthly \N \N \N t t \N \N Freddy LINET \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.007756+02 2026-04-15 00:08:52.353712+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 736 vppboeacst1 vppboeacst1 workgroup 28 \N \N \N \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Guillaume LAMBERT \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.996789+02 2026-04-15 00:08:52.354335+02 \N \N indifferent indifferent \N \N t Production Péage 751 vppeaaref1 vppeaaref1 workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur de référence pour les SVP Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.00581+02 2026-04-15 00:08:52.354958+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 748 vppeaaexp1 vppeaaexp1 workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.003877+02 2026-04-15 00:08:52.365258+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1030 vrnmsatse1 vrnmsatse1 recette.adds 5 \N \N 167 \N windows Microsoft Windows Server 2019 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Pour projet Mise à jour NMS U2000\r\n\r\nVM de Rebond pour entreprise Huawei - sera à supprimer une fois la mise à jour U2000 terminée monthly \N \N \N t t \N \N Alexandre CHAMPY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.193159+02 2026-04-15 00:08:52.003195+02 \N \N indifferent indifferent U2000 1 \N t Recette Infrastructure 1150 vvbocmedi2 vvbocmedi2 Host 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-CM--\r\nSAP Convergence Mediation monthly \N \N \N t t \N \N Fabrice TUNORFE \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.276226+02 2026-04-15 00:08:52.42258+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 1156 vvbooaboo1 vvbooaboo1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-PE-- monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.280279+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 1158 vvbooaori1 vvbooaori1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/ORI-- monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.281608+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 1155 vvbocs4ci2 vvbocs4ci2 Host 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir2 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOC--\r\nSAP S4 Central Instance monthly \N \N \N t t \N \N Fabrice TUNORFE \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.27964+02 2026-04-15 00:08:52.423822+02 \N \N indifferent indifferent Free Flow BOC - env TEST \N t Test Flux Libre 1159 vvbooaori2 vvbooaori2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MCS/ORI-- monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.282213+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOO - env TEST \N t Test Flux Libre 50 ls-jules-verne ls-jules-verne workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spbovevir1 f f f f f a_definir Production active \N JULES VERNE rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.546307+02 2026-04-15 00:08:52.382966+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 52 ls-la-vallee ls-la-vallee workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.547535+02 2026-04-15 00:08:52.38494+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1174 vvbotarmq2 vvbotarmq2.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nRabbitMQ monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.292528+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1175 vvbotatsp1 vvbotatsp1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nTime Series processing server monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.293132+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 1076 vrsigbmut1 vrsigbmut1.sanef-rec.fr sanef-rec.fr \N \N \N \N \N linux \N vm srodabmut1 f f f f f a_definir Production active \N DC MILLESIME ssh_key 22 \N \N secops a_definir a_definir Serveur Dbsystem - base DWH de recette monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.225799+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent \N \N t Recette \N 1085 vrsvpadev1 vrsvpadev1 sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm lrallevir6 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage Senlis\r\nVM où sont installés les outils de développement VB6 et Delphi7 pour développer les évolutions CSP/SVP/MCA monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.231826+02 2026-04-15 00:08:52.306433+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 211 vibotasim1 vibotasim1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir3 f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nSimulator Server monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.651635+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 793 vproibgtc1 vproibgtc1 workgroup \N \N \N \N \N windows Microsoft Windows Server 2019 Standard vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir GTC\r\nServeur GTC Roissy monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.0337+02 2026-04-14 20:46:16.666898+02 \N \N indifferent indifferent \N \N t Production \N 216 vibotbquo1 vibotbquo1.sanef-int.adds sanef-int.adds 20 \N \N 491 \N windows Microsoft Windows Server 2022 Standard vm spdsievir1 f f f f f a_definir Production active \N SENLIS rdp_local 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nBOT-MIR/PréProduction(Intégration)/File share witness monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.65463+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 82 ls-sarreguemines ls-sarreguemines workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.567384+02 2026-04-15 00:08:52.312005+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 81 ls-sarre-union ls-sarre-union workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.566783+02 2026-04-15 00:08:52.335457+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 86 ls-sommesous ls-sommesous workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir8 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.569731+02 2026-04-15 00:08:52.381537+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 56 ls-le-touquet ls-le-touquet workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.54994+02 2026-04-15 00:08:52.405821+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 20 ls-bonsecours ls-bonsecours workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.525434+02 2026-04-15 00:08:52.411229+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 46 ls-hochfelden ls-hochfelden workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.543829+02 2026-04-15 00:08:52.418185+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 10 ls-aumale-est ls-aumale-est workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.518293+02 2026-04-15 00:08:52.48695+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 11 ls-aumale-ouest ls-aumale-ouest workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.518913+02 2026-04-15 00:08:52.487574+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 27 ls-charmont ls-charmont workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir8 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.529953+02 2026-04-15 00:08:52.492803+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 30 ls-clermont-en-arg ls-clermont-en-arg workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.532498+02 2026-04-15 00:08:52.494331+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 37 ls-essertaux ls-essertaux workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.536875+02 2026-04-15 00:08:52.496943+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 26 ls-chamant2 ls-chamant2 workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.529315+02 2026-04-15 00:08:52.543959+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 38 ls-farebersviller ls-farebersviller workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.537472+02 2026-04-15 00:08:52.545733+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 41 ls-fresnes-en-woevre ls-fresnes-en-woevre workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.539742+02 2026-04-15 00:08:52.547268+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 49 ls-jarny ls-jarny workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.545704+02 2026-04-15 00:08:52.549283+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 824 vpsimaxsr1 vpsimaxsr1 workgroup 4 1 \N 174 \N windows Windows 2016 Version 1607 vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir DMZ monthly \N \N \N t t \N \N Jean-francois CRABS \N Vul NotePad++ \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.057222+02 2026-04-15 01:05:50.337951+02 \N \N indifferent indifferent XFB Gateway 1 \N t Production DMZ 99 ls-st-avold-b ls-st-avold-b workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.579109+02 2026-04-15 00:08:52.38811+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 107 ls-ste-menehould ls-ste-menehould workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir10 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.583929+02 2026-04-15 00:08:52.389521+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 220 vibotcach1 vibotcach1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir5 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nMemchaed server monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.658442+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 221 vibotreco1 vibotreco1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpaflevir5 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-MIR--\r\nANPR + Fusion server 1 monthly \N \N \N t t \N \N Bruno FALCONI \N BENTALEB Ilyas - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.659158+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env PREPROD \N t Pré-Prod Flux Libre 100 ls-st-etienne ls-st-etienne workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.579699+02 2026-04-15 00:08:52.390149+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 114 ls-vallee-nievre ls-vallee-nievre workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.588119+02 2026-04-15 00:08:52.399995+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 117 ls-vemars-ouest ls-vemars-ouest workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.590675+02 2026-04-15 00:08:52.401987+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 119 ls-voie-sacree ls-voie-sacree workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.592208+02 2026-04-15 00:08:52.403256+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 233 vipeaabst2 vipeaabst2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-WEB--\r\nServeur d'application monthly \N \N \N t t \N \N HOARAU Ludovic \N Christian VONGSAVANH , Jean-François CRABS \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.668063+02 2026-04-15 00:08:52.470954+02 \N \N indifferent indifferent Free Flow SIT - env PREPROD \N t Pré-Prod Flux Libre 982 vrdsiarad2 vrdsiarad2.sanef-rec.fr sanef-rec.fr 5 \N \N 447 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir10 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Radius de recette 2 monthly \N \N \N t t \N \N Romuald GAY \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.159968+02 2026-04-14 23:14:59.279762+02 \N \N indifferent indifferent Radius 1 \N t Recette \N 1134 vtpataels1 vtpataels1.sanef-rec.fr sanef-rec.fr 31 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir10 f f f f f a_definir Production active \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Elastic SIPAT de test monthly \N \N \N t t \N \N Thierry UNIMON \N Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.263708+02 2026-04-15 00:08:52.558763+02 \N \N indifferent indifferent \N \N t Production Trafic 525 vpburawap2 vpburawap2 workgroup 4 1 \N 305 \N windows Windows 2016 Version 1607 vm spgesevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Johann LEFEBVRE \N Pas en meme temps que WAP1 \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.861361+02 2026-04-15 00:08:52.117117+02 \N \N indifferent indifferent Gestion ADFS 1 \N t Production DMZ 348 vpabnanvr1 vpabnanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spabnevir1 f f f f f a_definir Production active \N Abbeville Nord rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Abbeville Nord monthly \N \N \N t t \N \N Romuald GAY \N Christophe DEWILDE- CARON Dany \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.745943+02 2026-04-15 00:08:52.235552+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 64 ls-mont-choisy ls-mont-choisy workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.554718+02 2026-04-15 00:08:52.36719+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 420 vpameakfk1 vpameakfk1.sanef.groupe sanef.groupe 31 \N \N 206 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Kafka 1 Amelie de Prod monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.792296+02 2026-04-14 22:57:32.650772+02 \N \N indifferent indifferent Amelie \N t Production \N 75 ls-portes-vignoble ls-portes-vignoble workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.563072+02 2026-04-15 00:08:52.373524+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 103 ls-st-omer ls-st-omer workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.581498+02 2026-04-15 00:08:52.393707+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 4 ls-amiens-nord ls-amiens-nord workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.51346+02 2026-04-15 00:08:52.485044+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 5 ls-amiens-ouest ls-amiens-ouest workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.514361+02 2026-04-15 00:08:52.485671+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 17 ls-berck ls-berck workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.522526+02 2026-04-15 00:08:52.489923+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 18 ls-bethune ls-bethune workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.523168+02 2026-04-15 00:08:52.490552+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 974 vrdsiagit1 vrdsiagit1.sanef-rec.fr sanef-rec.fr 5 \N \N 330 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Gitlab de recette monthly \N \N \N t t \N \N Jean-francois CRABS \N Joel CAVE \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.154164+02 2026-04-15 00:08:52.056388+02 \N \N indifferent indifferent GitLab 17.5 \N t Recette Infrastructure 601 vpdsiawsus1 vpdsiawsus1 sanef-int.adds 4 \N \N 535 \N windows Microsoft Windows Server 2022 Standard vm spmetevir1 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur WSUS Maitre de Sanef en DMZ\r\nles serveurs vpdsiawsus2 pour le tier 1, vpiadawsus1 pour le tier0 et vpgtcawsus1 pour les serveurs GTC téléchargent les MAJ depuis ce serveur maitre. monthly \N \N \N t t \N \N Thierry BENNE \N SecOps \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.91069+02 2026-04-15 00:08:52.190429+02 \N \N indifferent indifferent WSUS (Gestion Mise à jour Windows) 1 \N t Production DMZ 669 vpgtcawsus1 vpgtcawsus1 workgroup 4 \N \N 535 \N windows Microsoft Windows Server 2022 Standard vm spmetevir2 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Serveur WSUS pour mettre à jour l'environnement GTC infogéré par Actenium monthly \N \N \N t t \N \N Thierry BENNE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.953387+02 2026-04-15 00:08:52.20523+02 \N \N indifferent indifferent WSUS (Gestion Mise à jour Windows) 1 \N t Production Infrastructure 563 vpdecasas8 vpdecasas8.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 7.9 (Maipo) vm lpgesevir2 f f f f f a_definir Production els \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.885246+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS 1 \N t Production BI 816 vpsicapol1 vpsicapol1.sanef.groupe sanef.groupe 4 \N \N 245 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Poller Centreon SIC monthly \N \N \N t t \N \N Thierry BENNE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.051134+02 2026-04-15 00:08:52.201996+02 \N \N indifferent indifferent Centreon 1 \N t Production Infrastructure 868 vptsyanvr1 vptsyanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm sptsyevir1 f f f f f a_definir Production active \N TAISSY rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Taissy monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.085423+02 2026-04-15 00:08:52.22727+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 929 vraptbjup1 vraptbjup1.sanef-rec.fr sanef-rec.fr 14 \N \N 305 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lrallevir8 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Jupyter HUB pour l'équipe Innovation/Data Science. monthly \N \N \N t t \N \N Nadine BENARD \N Pierre-Louis THOUVENOT, Thierry UNIMON \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.12588+02 2026-04-15 00:08:52.477212+02 \N \N indifferent indifferent Gestion Postgres 1 \N t Recette BI 1093 vrsvpasap1 vrsvpasap1 sanef-rec.fr 29 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm lrallevir4 f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir Plateforme de test Péage Senlis\r\nVM SVP Maitre Recette Sapn\r\n\r\nCe SVP est connecté :\r\n\r\n- aux voies du labo de Senlis (10.100.11.x) monthly \N \N \N t t \N \N Freddy LINET \N CUGNART Benoît \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.236779+02 2026-04-15 00:08:52.315455+02 \N \N indifferent indifferent SVP sanef 1 \N t Recette Péage 1139 vvaflgsys1 vvaflgsys1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BI--\r\nFL BI GeneSys Val monthly \N \N \N t t \N \N Abdelkader MOUHLI-GHARBI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.266826+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow DWH BI - env TEST \N t Test Flux Libre 1170 vvbotapps1 vvbotapps1.sanef-rec.fr sanef-rec.fr 18 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lraflevir6 f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir --FLA13-A14-BOT/MIR--\r\nApplication server 1 monthly \N \N \N t t \N \N Bruno FALCONI \N AITALLA Youness - NOMMAY-ext Nadege \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.288955+02 2026-04-14 23:29:40.858568+02 \N \N indifferent indifferent Free Flow BOT - env TEST \N t Test Flux Libre 251 vmampgtc2 vmampgtc2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) vm lpmetevir2 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.684535+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 343 vodsiaito1 vodsiaito1.sanef.groupe sanef.groupe 25 \N \N 359 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpgesevir3 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir Serveur Itop préprod monthly \N \N \N t t \N \N Thierry BENNE \N BOULARD Cedric \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.742925+02 2026-04-15 00:08:52.013342+02 \N \N indifferent indifferent ITOP 2.6 \N t Pré-Prod Infrastructure 344 vpa14agtc1 vpa14agtc1 workgroup \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir GTC A14\r\nVM d'acquisition\r\n\r\nAdresse MAC passée en manuelle pour éviter un problème de licence : \r\n00:50:56:90:6a:e9 monthly \N \N \N t t \N \N Franck RIVEY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.743565+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent \N \N t Production \N 307 vmdtrac01 vmdtrac01.recette.adds recette.adds \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm CLU-MET f f f f f a_definir Production active \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir profil developpeur 200Go HD\r\nLaurent Delcour monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.720325+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 339 vmtelotms \N \N \N \N \N \N \N \N \N vm CLU-GES f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir vpaiiaotm1 monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.740002+02 2026-04-14 19:06:53.540834+02 \N \N indifferent indifferent \N \N t Production \N 351 vpadvaapp4 vpadvaapp4.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) vm lpmetevir8 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur proxy et applicatif ADV monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.7477+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 345 vpa14agtc2 vpa14agtc2 workgroup \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir GTC A14\r\nVM d'acquisition\r\nAdresse MAC passée en manuelle pour éviter un problème de licence :\r\n00:50:56:90:8a:a3 monthly \N \N \N t t \N \N Franck RIVEY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.744183+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent \N \N t Production \N 338 vmsym2 vmsym2 sanef 4 \N \N 497 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion des Antivirus monthly \N \N \N t t \N \N Joel CAVE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.73934+02 2026-04-14 22:57:32.48121+02 \N \N indifferent indifferent Symantec (Antivirus Serveur) 1 \N t Production \N 347 vpa14cgtc1 vpa14cgtc1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 11 Entreprise vm lpmetevir11 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir GTC\r\nVM poste client GTC Hardelot\r\nAnciennement gtc-client\r\nAdresse MAC passée en manuelle pour éviter un problème de licence :\r\n00:50:56:90:94:a2 monthly \N \N \N t t \N \N Franck RIVEY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.745353+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 336 vmsapnrt1 vmsapnrt1 sanef \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Entreprise vm lpgesevir1 f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion SAP monthly \N \N \N t t \N \N Kathleen DREUX \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.738161+02 2026-04-14 22:33:10.199452+02 \N \N indifferent indifferent \N \N t Production \N 378 vpaiiairs1 vpaiiairs1.sanef.groupe sanef.groupe 4 \N \N 355 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Gestion monitoring HPE\r\nRemplace le serveur physique lampirs1 monthly \N \N \N t t \N \N Nicolas DESSOYE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.764735+02 2026-04-15 00:08:52.202628+02 \N \N indifferent indifferent IRS (Insight Repport Support) 1 \N t Production Infrastructure 562 vpdecasas7 vpdecasas7.sanef.groupe sanef.groupe 9 \N \N 132 \N linux RHEL 7.9 (Maipo) vm lpgesevir3 f f f f f a_definir Production els \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Ludovic LE BRETON \N Valider avec Ludovic avant \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.884655+02 2026-04-15 00:44:25.968597+02 \N \N indifferent indifferent SAS 1 \N t Production BI 413 vpairahtp1 vpairahtp1.sanef.groupe sanef.groupe 31 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir \N monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine - \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.787214+02 2026-04-15 00:08:52.141424+02 \N \N indifferent indifferent \N \N t Production Trafic 624 vpechbetl1 vpechbetl1.sanef.groupe sanef.groupe 4 \N \N 297 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lpmetevir8 f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir L'ordonnanceur EtlTool pour les echanges monthly \N \N \N t t \N \N Jean-francois CRABS \N Prevenir Antoine Dufour - Nadine - Cedric - Abdelkader \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.925982+02 2026-04-15 00:08:52.288427+02 \N \N indifferent indifferent EtlTool - ordonnanceur 1 \N t Production Infrastructure 409 vpaiiavcl2 vpaiiavcl2.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows 10 Entreprise vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir Accès en RDP : Philippe Zabajewski, ASTIA, IRSC\r\n\r\nadmin-video.sanef.fr -> vpaiiavcl2.sanef.groupe monthly \N \N \N t t \N \N Arnaud THIERY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.7848+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 415 vpalbanvr1 vpalbanvr1 workgroup 28 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spalbevir1 f f f f f a_definir Production active \N BOUVILLE rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de ALBEA Bouville monthly \N \N \N t t \N \N Romuald GAY \N Freddy LINET,Olivier LHOMME,Alexis MAHDAVI \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.788429+02 2026-04-15 01:05:35.142442+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Péage 416 vpallaovg1 vpallaovg1.sanef.groupe sanef.groupe \N \N \N \N \N linux HPE Linux Based on Debian vm spiadevir5 f f f f f a_definir Production active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir OneView Global Dashboard\r\nhttps://vpallaovg1.sanef.groupe/login monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.788993+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 682 vpiadawdc3 vpiadawdc3.sanef-int.adds sanef-int.adds 4 \N \N 259 \N windows Microsoft Windows Server 2022 Standard vm spiadevir1 f f f f f a_definir Production active \N Data-Center Thillois rdp_psmp 22 \N \N secops a_definir a_definir Contrôleur de domaine sanef-int.adds\r\nServeur en mode CORE monthly \N \N \N t t \N \N Johann LEFEBVRE \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.962166+02 2026-04-14 23:14:59.549376+02 \N \N indifferent indifferent Controleur de Domaine 1 \N t Production \N 625 vpecmapss1 vpecmapss1.sanef-int.adds sanef-int.adds 4 \N \N 136 \N windows Microsoft Windows Server 2022 Standard vm spsiaevir3 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir VM du Tier 1\r\nServeur Primary Site MECM (SCCM) monthly \N \N \N t t \N \N Aymeric TRON/ Olivier BILLARD \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.926609+02 2026-04-15 00:08:52.167246+02 \N \N indifferent indifferent SCCM MECM \N t Production Infrastructure 649 vpflmanvr1 vpflmanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spflmevir1 f f f f f a_definir Production active \N FRESNES rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Fresnes monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.941441+02 2026-04-15 00:08:52.218489+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 349 vpabvanvr1 vpabvanvr1 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard vm spabvevir1 f f f f f a_definir Production active \N AMBLAINVILLE rdp_psmp 22 \N \N secops a_definir a_definir Gestion Vidéo de Amblainville monthly \N \N \N t t \N \N Romuald GAY \N Christophe DEWILDE- CARON Dany \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.746529+02 2026-04-15 00:08:52.237176+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 431 vpameasxt2 vpameasxt2.sanef.groupe sanef.groupe 31 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm lpmetevir2 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur Amelie Sextan monthly \N \N \N t t \N \N Laurent DELCOUR \N DUFOUR Antoine \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.799315+02 2026-04-14 22:57:32.647+02 \N \N indifferent indifferent Sextan 3.0 \N t Production \N 16 ls-beauvais-nord ls-beauvais-nord workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir4 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.521919+02 2026-04-15 00:08:52.48923+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 21 ls-boulogne ls-boulogne workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir2 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.526122+02 2026-04-15 00:08:52.491184+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 603 vpdsibarc1 vpdsibarc1.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 9.6 (Plow) vm lpgesevir7 f f f f f a_definir Implémentation obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Serveur d'outillage d'architecture Ioda de production monthly \N \N \N t t \N \N Arnaud Thierry \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.911854+02 2026-04-14 22:52:50.980808+02 \N \N indifferent indifferent \N \N t Production \N 593 vpdsiasta1 vpdsiasta1.sanef-int.adds sanef-int.adds \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm spmetevir1 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir Agent SafeNet de Synchronisation des comptes AD vers STA Safenet de Production monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.904802+02 2026-04-15 01:06:03.884879+02 \N \N indifferent indifferent \N \N t Production \N 782 vppwdahap2 vppwdahap2.sanef.groupe sanef.groupe 4 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) vm spsiaevir2 f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir VM Frontend HAProxy Prod PWD Manager monthly \N \N \N t t \N \N EGRET Julien \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.02674+02 2026-04-14 22:52:50.906074+02 \N \N indifferent indifferent \N \N t Production \N 550 vpdaibana4 vpdaibana4.sanef.groupe sanef.groupe 31 \N \N 268 \N windows Microsoft Windows Server 2022 Standard vm lpmetevir6 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir DAI Production : CT-IM Analytics (analyseur) monthly \N \N \N t t \N \N Franck RIVEY \N DEWILDE Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.87737+02 2026-04-15 00:08:52.128261+02 \N \N indifferent indifferent DAI (Analyseur) 1 \N t Production Trafic 845 vptchagtc1 vptchagtc1 workgroup \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir7 f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir GTC\r\nVM d'acquisition monthly \N \N \N t t \N \N Dany CARON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.07099+02 2026-04-14 20:46:16.686097+02 \N \N indifferent indifferent \N \N t Production \N 846 vptchagtc2 vptchagtc2 workgroup \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir12 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir GTC\r\nVM d'acquisition monthly \N \N \N t t \N \N Dany CARON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.071609+02 2026-04-14 20:46:16.686952+02 \N \N indifferent indifferent \N \N t Production \N 1501 sppeaanvr16 sppeaanvr16 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR de Backup pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.092349+02 2026-04-15 00:08:52.224868+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1508 sppeaanvr22 sppeaanvr22 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen9 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn\r\n\r\nServeur qui était prévu pour Boulay, mais utilisé pour remplacer rmilnvr1 qui posait des problèmes. monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.098701+02 2026-04-15 00:08:52.234299+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1510 sppeaanvr24 sppeaanvr24 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE [wmi/wmic.c:196:main()] ERROR: Login to remote object. | Serveur NVR de Backup pour les petites et moyennes gares du réseau Sanef et Sapn\r\n\r\nAnciennement SSENNVR3 monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.100368+02 2026-04-15 00:08:52.237822+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1288 lampcrm1-pra \N \N \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c G6 | Gestion relation Clients\r\nS/N : GB89394F8Y dans le contrat HPE monthly \N \N \N t t \N \N Laurence FRIER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.789056+02 2026-04-14 22:33:10.219798+02 \N \N indifferent indifferent \N \N t Production \N 40 ls-fresnes ls-fresnes workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Standard vm spflmevir1 f f f f f a_definir Production active \N FRESNES rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare Sanef monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.538626+02 2026-04-15 00:08:52.497589+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 24 ls-cambrai ls-cambrai workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir3 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.528056+02 2026-04-15 00:08:52.543295+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1274 lamargis1 lamargis1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2008 R2 Entreprise physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_local 22 \N \N secops a_definir a_definir HPE BL460c Gen8 | AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.767335+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 847 vptchbgtc1 vptchbgtc1 workgroup \N \N \N \N \N windows Microsoft Windows Server 2022 Standard vm lpmetevir2 f f f f f a_definir Implémentation active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir GTC\r\nVM d'archivage monthly \N \N \N t t \N \N Dany CARON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.072193+02 2026-04-14 20:46:16.687385+02 \N \N indifferent indifferent \N \N t Production \N 9 ls-athies ls-athies workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir12 f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.517663+02 2026-04-15 00:08:52.539944+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1293 lamppea2 lamppea2.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c G6 | Gestion Péage monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.79507+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1294 lamppea2-pra \N \N \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c G6 | Gestion Péage\r\nServeur de spare PRA monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.796712+02 2026-04-14 22:33:10.223181+02 \N \N indifferent indifferent \N \N t Production \N 1292 lamppea1-pra \N \N \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c G6 | Gestion Péage\r\nServeur de spare PRA monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.794115+02 2026-04-14 22:33:10.222268+02 \N \N indifferent indifferent \N \N t Production \N 1364 lramebrac2 lramebrac2 Host 32 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de recette Amelie Oracle RAC monthly \N \N \N t t \N \N Laurent DELCOUR \N Prevenir DBA - Cedric PREVOT - Nadine BENARD \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.901084+02 2026-04-15 00:08:52.085458+02 \N \N indifferent indifferent Sextan 3.0 \N t Recette Trafic 1326 lpgesanas2 lpgesanas2.sanef.groupe sanef.groupe 4 \N \N \N \N windows Microsoft Windows Server 2022 Standard physical \N f f f f f a_definir Production active \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur NAS, partage de fichier Microsoft monthly \N \N \N t t \N \N Cedric PREVOT \N Thierry BENNE/ com bureautique (J. Lefebvre) \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.843745+02 2026-04-15 00:08:52.170274+02 \N \N indifferent indifferent \N \N t Production Infrastructure 1375 lrpeabsip1 lrpeabsip1.sanef-rec.fr sanef-rec.fr 29 \N \N \N \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de Recette HSIP Base de données monthly \N \N \N t t \N \N Pascal CADOT \N Christophe DEWILDE, Dany CARON \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.917872+02 2026-04-15 00:08:52.32246+02 \N \N indifferent indifferent \N \N t Recette Péage 51 ls-la-neuvillette ls-la-neuvillette workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter vm lpmetevir9 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:49.546921+02 2026-04-15 00:08:52.383644+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1377 ls-boulay-spare LS-BOULAY-PSB-SPARE.sanef.fr workgroup \N \N \N \N \N windows Microsoft Windows Server 2016 Standard physical \N f f f f f a_definir Production active \N METZ rdp_psmp 22 \N \N secops a_definir a_definir HPE ML350 Gen10 | SVP de spare dédié à Boulay. monthly \N \N \N t t \N \N Freddy LINET \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.920779+02 2026-04-15 12:52:06.127149+02 \N \N indifferent indifferent \N \N t Production \N 1402 rmilmi2 \N sanef \N \N \N \N \N windows Windows 2003 physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL360 G3 | S/N : 7J36KYD16007\r\n 10.43.192.14 monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.957505+02 2026-04-14 22:33:10.231606+02 \N \N indifferent indifferent \N \N t Production \N 1384 NALBNVR1 \N sapnvideo \N \N \N \N \N windows Microsoft Windows Server 2012 Foundation physical \N f f f f f a_definir Production obsolete \N \N rdp_psmp 22 \N \N secops a_definir a_definir ASUSTek | Gestion Vidéo monthly \N \N \N t t \N \N Romuald GAY \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.93046+02 2026-04-14 22:33:10.230603+02 \N \N indifferent indifferent \N \N t Production \N 1393 RC7KMIL6 \N \N \N \N \N \N \N \N OA physical \N f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir HPE monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.943682+02 2026-04-14 19:06:53.978675+02 \N \N indifferent indifferent \N \N t Production \N 1397 RC7KRTX5 \N \N \N \N \N \N \N \N OA physical \N f f f f f a_definir Production active \N REIMS ssh_key 22 \N \N secops a_definir a_definir HPE monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.949146+02 2026-04-14 19:06:53.980018+02 \N \N indifferent indifferent \N \N t Production \N 1398 RC7KRTX6 \N \N \N \N \N \N \N \N OA physical \N f f f f f a_definir Production active \N REIMS ssh_key 22 \N \N secops a_definir a_definir HPE monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.951127+02 2026-04-14 19:06:53.980716+02 \N \N indifferent indifferent \N \N t Production \N 1277 lamarrac3 lamarrac3.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.10 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.772559+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1278 lamarrac4 lamarrac4.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.10 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.774401+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1275 lamarrac1 lamarrac1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.10 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.769141+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1279 lampadp1 lampadp1.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c G6 | Référentiel péage envoi les tables vers SSIP monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.776064+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1281 lampadp2 lampadp2.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c G6 | Référentiel péage envoi les tables vers SSIP monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.778724+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1280 lampadp1-pra \N \N \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c G6 | Gestion Péage\r\nServeur de spare PRA monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.777797+02 2026-04-14 22:33:10.234381+02 \N \N indifferent indifferent \N \N t Production \N 1283 lampadv1 lampadv1.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c G6 | Gestion commerciale monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.781334+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1282 lampadp2-pra \N \N \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c G6 | Gestion Péage\r\nServeur de spare PRA monthly \N \N \N t t \N \N Pascal CADOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.780187+02 2026-04-14 22:33:10.235691+02 \N \N indifferent indifferent \N \N t Production \N 1408 rsmiged1 \N sanef \N \N \N \N \N windows Microsoft Windows Server 2003 Standard Edition physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 G5 | GED BIPANDGO\r\nContact : Michael Bouyer monthly \N \N \N t t \N \N Laurence FRIER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.966611+02 2026-04-14 22:33:10.236592+02 \N \N indifferent indifferent \N \N t Production \N 1276 lamarrac2 lamarrac2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.10 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | AMELIE - Exploitation autoroutière monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.771122+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 953 vrdataapp1 vrdataapp1.sanef-rec.fr sanef-rec.fr 32 \N \N 305 \N linux Red Hat Enterprise Linux release 9.7 (Plow) vm lrallevir2 f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_key 22 \N \N secops a_definir a_definir Serveur Applicatif de recette DATI monthly \N \N \N t t \N \N Laurent DELCOUR \N Laurent DELCOUR,Zhongzheng ZHOU \N \N \N \N 0 \N \N \N \N 2026-04-14 13:47:50.141091+02 2026-04-15 00:08:52.08285+02 \N \N indifferent indifferent Gestion des DATI 1 \N t Recette Trafic 1285 lampasu1 lampasu1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | Gestion des Appels d'urgence monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.784264+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1286 lampasu2 lampasu2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | Gestion des Appels d'urgence monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.785967+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1318 lpemvaste5 lpemvaste5.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Lpemvaste5 est le SITE4 de production du cluster TUXEDO (mode MP) pour STECARD V17. monthly \N \N \N t t \N \N Damien LAUNE \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.831324+02 2026-04-14 22:57:32.236766+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 1313 lpdecabi42 lpdecabi42.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 rdp_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen8 | BO\r\nAncien lamtgpn1 monthly \N \N \N t t \N \N Ludovic LE BRETON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.823793+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1312 lpamebrac4 lpamebrac4.sanef.groupe sanef.groupe 31 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Implémentation active \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de Production Amelie Oracle RAC monthly \N \N \N t t \N \N Laurent DELCOUR \N Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.822458+02 2026-04-14 22:57:32.702798+02 \N \N indifferent indifferent Sextan 3.0 \N t Production \N 1372 lremvbremv1 lremvbremv1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.8 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | lremvbremv1 est le serveur contenant la base de données Oracle en mode RAC de recette avec le serveur lremvbremv2. monthly \N \N \N t t \N \N Damien LAUNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.913597+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Recette \N 1409 rsmigmo1 \N workgroup \N \N \N \N \N windows Microsoft Windows Server 2003 Enterprise Edition physical \N f f f f f a_definir Production obsolete \N REIMS rdp_local 22 \N \N secops a_definir a_definir HPE DL360 G6 | Gestion Maintenance GMAO\r\nEncore utilisé : projet gestion obsolescence en juin 2026 monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.968159+02 2026-04-14 22:33:10.241653+02 \N \N indifferent indifferent \N \N t Recette \N 1410 rsmimas1 \N workgroup \N \N \N \N \N windows Microsoft Windows Server 2003 Enterprise Edition physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL360 G5 | Gestion du Parc Matériel\r\nMasterparc monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.969648+02 2026-04-14 22:33:10.242145+02 \N \N indifferent indifferent \N \N t Production \N 1411 rsminas1 rsminas1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.10 (Santiago) physical \N f f f f f a_definir Production obsolete \N REIMS ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL180 G6 monthly \N \N \N t t \N \N Aymeric TRON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.97105+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1412 rsmirau1 rsmirau1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.3 (Santiago) physical \N f f f f f a_definir Production obsolete \N REIMS ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL360 G7 monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.972436+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1415 siboomcla1 siboomcla1.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N DC MILLESIME ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant DL380 Gen10 | --FLA13-A14-PE--\r\nMoteur de classification / Serveur GPU monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.976896+02 2026-04-15 00:08:52.453636+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 1416 siboomcla2 siboomcla2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N SALLE BLANCHE ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant DL380 Gen10 | --FLA13-A14-PE--\r\nMoteur de classification / Serveur GPU monthly \N \N \N t t \N \N Bruno FALCONI \N Faly CISSE - Alexis LANGLAIT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.978314+02 2026-04-15 00:08:52.45426+02 \N \N indifferent indifferent Free Flow BOO - env PREPROD \N t Pré-Prod Flux Libre 1 ls-abbeville-est ls-abbeville-est workgroup 28 \N \N 493 \N windows Microsoft Windows Server 2019 Datacenter 10.0.17763 64 bits N/A Build 17763 UBR 8511 vm lpmetevir7 f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir SVP Gare SANEF monthly \N \N \N t t \N \N Freddy LINET \N KEROAS Franck - MEDACI Mathieu \N \N 238271861 \N 0 \N \N \N \N 2026-04-14 13:47:49.504059+02 2026-04-15 00:08:52.483783+02 \N \N indifferent indifferent SVP sanef 1 \N t Production Péage 1413 saroumane saroumane.unix.sanef.fr unix.sanef.fr \N \N \N \N \N linux Red Hat Linux release 7.3 (Valhalla) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE DL360 G3 monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.973806+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1431 spasuagsm1 spasuagsm1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.2.1511 (Core) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL360 Gen10 monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.999507+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1432 spasuagsm2 spasuagsm2.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.2.1511 (Core) physical \N f f f f f a_definir Production obsolete \N REIMS ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL360 Gen10 monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.000872+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1433 spasuagsm3 spasuagsm3.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.2.1511 (Core) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL360 Gen10 monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.002166+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1434 spasuagsm4 spasuagsm4.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.2.1511 (Core) physical \N f f f f f a_definir Production obsolete \N REIMS ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL360 Gen10 monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.003509+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1517 sppeaanvr30 sppeaanvr30 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen11 | Serveur NVR pour les Sites Sensibles monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.106651+02 2026-04-15 01:05:50.337951+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1424 spaiissws1 \N \N \N \N \N \N \N \N FOS physical \N f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir HPE | Sanswitch monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.98877+02 2026-04-14 19:06:53.996566+02 \N \N indifferent indifferent \N \N t Production \N 1425 spaiissws2 \N \N \N \N \N \N \N \N FOS physical \N f f f f f a_definir Production active \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE | Sanswitch monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.990147+02 2026-04-14 19:06:53.997246+02 \N \N indifferent indifferent \N \N t Production \N 1426 spaiissws3 \N \N \N \N \N \N \N \N FOS physical \N f f f f f a_definir Production active \N REIMS ssh_key 22 \N \N secops a_definir a_definir HPE | Sanswitch monthly \N \N \N t t \N \N Nicolas DESSOYE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.991562+02 2026-04-14 19:06:53.99791+02 \N \N indifferent indifferent \N \N t Production \N 1437 spbckamag3 spbckamag3.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Cisco UCSC-C220-M5SX | Serveur Media Agent dans l'infrastructure de Backup LAN-DMZ monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.008017+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1496 sppeaanvr11 sppeaanvr11 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.087585+02 2026-04-15 00:08:52.216582+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1497 sppeaanvr12 sppeaanvr12 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.088508+02 2026-04-15 00:08:52.217835+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1459 spcybavlt1 \N \N 4 \N \N 267 \N \N \N physical \N f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Bastion CyberArk\r\nServeur Vault 1\r\nCoffre fort = base de données des mots de passe monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.038514+02 2026-04-14 22:57:32.512025+02 \N \N indifferent indifferent CyberArk Production \N t Production \N 1460 spcybavlt2 \N \N 4 \N \N 267 \N \N \N physical \N f f f f f a_definir Production active \N TRAVEE 1 ssh_key 22 \N \N secops a_definir a_definir Bastion CyberArk\r\nServeur Vault 2\r\nCoffre fort = base de données des mots de passe\r\nDesaster recovery en cas de panne du spcybavlt1 monthly \N \N \N t t \N \N Alexandre CHAMPY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.039466+02 2026-04-14 22:57:32.512602+02 \N \N indifferent indifferent CyberArk Production \N t Production \N 1461 spcybavlt3 \N \N \N \N \N \N \N windows Microsoft Windows Server 2022 Standard physical \N f f f f f a_definir Implémentation active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE ML350 Gen10 | serveur temporaire pour maj os cyberark monthly \N \N \N t t \N \N \N \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.040392+02 2026-04-14 20:46:16.417182+02 \N \N indifferent indifferent \N \N t Production \N 1505 sppeaanvr2 sppeaanvr2 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen9 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.09574+02 2026-04-15 00:08:52.194008+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1523 sppeaanvr6 sppeaanvr6 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen9 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.113746+02 2026-04-15 00:08:52.2079+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1525 sppeaanvr8 sppeaanvr8 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen9 | Serveur NVR de Backup pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.115787+02 2026-04-15 00:08:52.211996+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1526 sppeaanvr9 sppeaanvr9 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen9 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.116681+02 2026-04-15 00:08:52.213972+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1498 sppeaanvr13 sppeaanvr13 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.089431+02 2026-04-15 00:08:52.219733+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1502 sppeaanvr17 sppeaanvr17 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR de Spare pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.093225+02 2026-04-15 00:08:52.226513+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1503 sppeaanvr18 sppeaanvr18 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.094084+02 2026-04-15 00:08:52.228988+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1504 sppeaanvr19 sppeaanvr19 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.094938+02 2026-04-15 00:08:52.230933+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1506 sppeaanvr20 sppeaanvr20 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.096529+02 2026-04-15 00:08:52.232213+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1507 sppeaanvr21 sppeaanvr21 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.097575+02 2026-04-15 00:08:52.233456+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1511 sppeaanvr25 sppeaanvr25 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen9 | Serveur NVR de Backup pour les petites et moyennes gares du réseau Sanef et Sapn\r\n\r\nAnciennement NESSNVR4 monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.101195+02 2026-04-15 00:08:52.238575+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1512 sppeaanvr26 sppeaanvr26 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR de Backup pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.102013+02 2026-04-15 00:08:52.263009+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1520 sppeaanvr33 sppeaanvr33 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen11 | Serveur NVR pour les Sites Sensibles monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.110511+02 2026-04-15 01:05:50.337951+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1528 sproibgtc1 sproibgtc1 workgroup \N \N \N \N \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N Roissy rdp_psmp 22 \N \N secops a_definir a_definir HPE DL360 Gen10 | GTC\r\nServeur GTC Roissy\r\nSN :CZJ01005TT\r\nIP ILO : 10.78.19.10 monthly \N \N \N t t \N \N Laurent DELCOUR \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.118993+02 2026-04-14 20:46:16.434801+02 \N \N indifferent indifferent \N \N t Production \N 1531 spsecalog1 spsecalog1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N REIMS ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL380 Gen10 | Serveur Splunk du LAN Sanef monthly \N \N \N t t \N \N Christian THEPAUT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.124262+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1325 lpgesanas1 lpgesanas1.sanef.groupe sanef.groupe 4 \N \N \N \N windows Microsoft Windows Server 2022 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur NAS, partage de fichier Microsoft monthly \N \N \N t t \N \N Cedric PREVOT \N Thierry BENNE/ com bureautique (J. Lefebvre) \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.842646+02 2026-04-15 00:08:52.169603+02 \N \N indifferent indifferent \N \N t Production Infrastructure 1448 spboomcla1 spboomcla1.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N DC MILLESIME ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL380 Gen10 | --FLA13-A14-PE--\r\nMoteur de classification / Serveur GPU\r\n\r\n\r\nsudo systemctl status VBAVC-service.service\r\nsudo systemctl status blurringFacesInterface.service monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.023669+02 2026-04-15 00:08:52.553744+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre 1311 lpamebrac3 lpamebrac3.sanef.groupe sanef.groupe 31 \N \N 479 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Implémentation active \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE Synergy 480 Gen10 Plus | Serveur de Production Amelie Oracle RAC monthly \N \N \N t t \N \N Laurent DELCOUR \N Christophe \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.821068+02 2026-04-14 22:57:32.702224+02 \N \N indifferent indifferent Sextan 3.0 \N t Production \N 1295 lampsas1 lampsas1.sanef.groupe sanef.groupe \N \N \N \N \N windows Microsoft Windows Server 2012 R2 Standard physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen8 | Etudes statistiques\r\n\r\nHéberge du postgres 9.4\r\nF:\\SAS_Bin\\SASWebInfrastructurePlatformDataServer\\9.4\\bin monthly \N \N \N t t \N \N Ludovic LE BRETON \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.797961+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1308 lpaiigrid1 lpaiigrid1.sanef.groupe sanef.groupe \N \N \N \N \N linux CentOS Linux release 7.9.2009 (Core) physical \N f f f f f a_definir Production obsolete \N TRAVEE 3 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant BL460c Gen8 | Monitoring des bases Oracle - Cloud Control Oracle 13C\r\n\r\nRéférentiel des scripts bases de données monthly \N \N \N t t \N \N Cedric PREVOT \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.816889+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1401 rmilbwp1 rmilbwp1.serveur.est.sanef.fr serveur.est.sanef.fr \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.3 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL380 G5 | - Anciennement rsbcctibis\r\n- Declaweb utilisé sur le site sanef.com en 8080.\r\n- Base de données espace abonné de prod\r\n\r\nContact : Laurent Delcour\r\nProjet de remplacement en juin 2026 monthly \N \N \N t t \N \N Laurence FRIER \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.955943+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1435 spbckamag1 spbckamag1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir Cisco UCSC-C220-M5SX | Serveur Media Agent dans l'infrastructure de Backup LAN-DMZ monthly \N \N \N t t \N \N Jean-francois CRABS \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.004845+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1284 lampadv1-pra \N \N \N \N \N \N \N linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c G6 | Gestion commerciale\r\nServeur de spare monthly \N \N \N t t \N \N Philippe GANDIL \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.783249+02 2026-04-14 22:33:10.252668+02 \N \N indifferent indifferent \N \N t Production \N 1443 spbckmmag1 spbckmmag1.sanef.groupe sanef.groupe 15 \N \N 291 \N linux Red Hat Enterprise Linux release 9.7 (Plow) physical \N f f f f f a_definir Production obsolete \N SALLE 2 ssh_psmp 22 \N \N secops a_definir a_definir Cisco UCSC-C240-M5L | Serveur Media Agent dans l'infrastructure de Backup PCI-DSS monthly \N \N \N t t \N \N Jean-francois CRABS \N DBA Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.016506+02 2026-04-14 22:57:32.240326+02 \N \N indifferent indifferent EMV V17 17 \N t Production \N 1516 sppeaanvr3 sppeaanvr3 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen9 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.105489+02 2026-04-15 00:08:52.1964+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1521 sppeaanvr4 sppeaanvr4 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 2 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen10 | Serveur NVR pour les petites et moyennes gares du réseau Sanef et Sapn monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.111525+02 2026-04-15 00:08:52.198354+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1509 sppeaanvr23 sppeaanvr23 workgroup 4 \N \N 305 \N windows Microsoft Windows Server 2019 Standard physical \N f f f f f a_definir Production active \N TRAVEE 1 rdp_psmp 22 \N \N secops a_definir a_definir HPE DL380 Gen9 | Serveur NVR de Backup pour les petites et moyennes gares du réseau Sanef et Sapn\r\n\r\nAnciennement mtelnvr1 monthly \N \N \N t t \N \N Romuald GAY \N Cedric PREVOT \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.09953+02 2026-04-15 00:08:52.236164+02 \N \N indifferent indifferent Gestion Vidéo NVR 1 \N t Production Infrastructure 1414 sibocbsap2 sibocbsap2.sanef.groupe sanef.groupe 20 \N \N 491 \N linux Red Hat Enterprise Linux 8.10 physical \N f f f f f a_definir Production active \N SALLE BLANCHE ssh_key 22 \N \N secops a_definir a_definir HPE ProLiant DL560 Gen10 | --FLA13-A14-BOC--\r\nSAP HANA Server monthly \N \N \N t t \N \N Fabrice TUNORFE \N Alexis LANGLAIT -VONGSAVANH Christian - DBA \N \N 191660245 \N 0 \N \N \N \N 2026-04-14 17:36:46.975181+02 2026-04-15 00:08:52.454898+02 \N \N indifferent indifferent Free Flow BOC - env PREPROD \N t Pré-Prod Flux Libre 1322 lpemvbpemv2 lpemvbpemv2.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 7.8 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 1 ssh_psmp 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | Lpemvbpemv2 est le serveur contenant la base de données Oracle en mode RAC avec le serveur Lpemvbpemv1. Le couple possède un lien Dataguard avec les serveurs Lpemvbpemv3 et Lpemvbpemv4 présents sur Tinqueux.\r\n\r\nNuméro de série pour ouvrir case : CZ255300JC\r\nCase qui a provoqué le pb de numéro de série : 5392030575 monthly \N \N \N t t \N \N Damien LAUNE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.837982+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1400 rmilasu1 rmilasu1.sanef.groupe sanef.groupe \N \N \N \N \N linux Red Hat Enterprise Linux Server release 6.6 (Santiago) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL380p Gen8 | Ouvrir un case avec le numéro de série suivant : CZ24422JVY monthly \N \N \N t t \N \N Mériadec DE LA MESSELIERE \N \N \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.954411+02 2026-04-14 22:43:33.523135+02 \N \N indifferent indifferent \N \N t Production \N 1371 lremvaste3 lremvaste3.sanef.groupe sanef.groupe 16 \N \N 291 \N linux Red Hat Enterprise Linux Server release 7.9 (Maipo) physical \N f f f f f a_definir Production obsolete \N TRAVEE 2 ssh_key 22 \N \N secops a_definir a_definir HPE BL460c Gen9 | lremvaste3 est le serveur WEBLOGIC pour STECARD V17 de recette. Il possède l'application IHM STECARD. monthly \N \N \N t t \N \N Damien LAUNE \N Jean-Fancois \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:46.91217+02 2026-04-15 00:08:52.551279+02 \N \N indifferent indifferent EMV V17 17 \N t Recette EMV 1449 spboomcla2 spboomcla2.sanef.groupe sanef.groupe 10 \N \N 491 \N linux Red Hat Enterprise Linux release 8.10 (Ootpa) physical \N f f f f f a_definir Production active \N SALLE BLANCHE ssh_psmp 22 \N \N secops a_definir a_definir HPE ProLiant DL380 Gen10 | --FLA13-A14-PE--\r\nMoteur de classification / Serveur GPU monthly \N \N \N t t \N \N Olivier LHOMME \N FELOUAT Abdelaziz \N \N \N \N 0 \N \N \N \N 2026-04-14 17:36:47.025083+02 2026-04-15 00:08:52.554379+02 \N \N indifferent indifferent Free Flow BOO - env PROD \N t Production Flux Libre \. -- -- Data for Name: settings; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.settings (key, value, description, updated_at, updated_by) FROM stdin; satellite_endpoint vpdsiasat2.sanef.groupe Red Hat Satellite 2026-04-03 13:53:45.544427+02 \N qualys_api_url https://qualysapi.qualys.eu Qualys VMDR 2026-04-03 13:53:45.544427+02 \N psmp_host psmp.sanef.fr CyberArk PSMP 2026-04-03 13:53:45.544427+02 \N psm_host psm.sanef.fr CyberArk PSM 2026-04-03 13:53:45.544427+02 \N pvwa_url https://pvwa.sanef.fr CyberArk PVWA API 2026-04-03 13:53:45.544427+02 \N proxy_url http://proxy.sanef.fr:8080 Proxy SANEF 2026-04-03 13:53:45.544427+02 \N itop_url iTop CMDB API (pour sync future) 2026-04-03 13:53:45.544427+02 \N teams_sharepoint_base Chemin SharePoint notifications 2026-04-03 13:53:45.544427+02 \N snapshot_prefix SLPM Préfixe snapshots 2026-04-03 13:53:45.544427+02 \N default_ssh_timeout 20 Timeout SSH secondes 2026-04-03 13:53:45.544427+02 \N default_patch_timeout 180 Timeout yum secondes 2026-04-03 13:53:45.544427+02 \N disk_min_root_mb 1200 Espace min / en Mo 2026-04-03 13:53:45.544427+02 \N disk_min_log_mb 500 Espace min /var/log en Mo 2026-04-03 13:53:45.544427+02 \N last_sync_to {"date": "2026-04-12 10:16:35", "stats": {"ref_created": 0, "servers_updated": 38, "servers_created": 0}} \N 2026-04-11 13:30:57.177714+02 \N last_sync_from {"date": "2026-04-12 11:25:53", "stats": {"contacts": 0, "environments": 0, "domains": 0, "zones": 0, "servers_created": 0, "servers_updated": 41, "ips": 18}} \N 2026-04-11 13:29:49.323953+02 \N \. -- -- Data for Name: tier_policies; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.tier_policies (id, tier, max_parallel, approval_level, maintenance_window, pre_notification_hours, snapshot_mandatory, post_check_level, notes) FROM stdin; 1 tier0 1 dsi weekend 48 t full DC, PKI, CyberArk — validation DSI obligatoire 2 tier1 2 secops night 24 t standard Satellite, DNS, monitoring — coordination requise 3 tier2 5 operator night 0 t basic Applicatif métier standard 4 tier3 10 operator anytime 0 t ping_only Recette, dev, test \. -- -- Data for Name: user_permissions; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.user_permissions (id, user_id, module, level) FROM stdin; 48 1 servers admin 49 1 campaigns admin 50 1 qualys admin 51 1 audit admin 52 1 settings admin 53 1 users admin 54 1 planning admin 55 1 specifics admin \. -- -- Data for Name: users; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.users (id, username, display_name, email, password_hash, role, auth_type, is_active, last_login, created_at, updated_at, itop_person_id, last_itop_sync, force_password_change) FROM stdin; 1 admin Administrateur \N $2b$12$bpuZVtcAgEAcSrmomA55c.jU1cpnhuwx1nax/nX1a54B8EC8kWaV2 admin local t \N 2026-04-03 15:07:54.894541+02 2026-04-10 23:14:54.410384+02 \N \N f 22 kmoad-ext MOUTAOUAKIL-ext Khalid (admin) kmoad-ext@sanef.com admin ldap t \N 2026-04-15 11:53:12.880597+02 2026-04-15 11:54:49.193854+02 \N \N f \. -- -- Data for Name: vcenters; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.vcenters (id, name, endpoint, datacenter, is_active, created_at, description, responsable) FROM stdin; \. -- -- Data for Name: zones; Type: TABLE DATA; Schema: public; Owner: - -- COPY public.zones (id, name, description, is_dmz, created_at) FROM stdin; 1 DMZ \N t 2026-04-11 03:05:56.75142+02 2 LAN \N f 2026-04-11 03:05:56.752798+02 3 EMV emv f 2026-04-11 03:55:39.501908+02 \. -- -- Name: allowed_networks_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.allowed_networks_id_seq', 1, false); -- -- Name: app_map_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.app_map_id_seq', 1, false); -- -- Name: applications_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.applications_id_seq', 853, true); -- -- Name: audit_log_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.audit_log_id_seq', 138, true); -- -- Name: campaign_accord_details_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.campaign_accord_details_id_seq', 1, false); -- -- Name: campaign_accords_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.campaign_accords_id_seq', 1, false); -- -- Name: campaign_operator_limits_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.campaign_operator_limits_id_seq', 1, false); -- -- Name: campaigns_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.campaigns_id_seq', 1, false); -- -- Name: chassis_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.chassis_id_seq', 8, true); -- -- Name: cluster_members_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.cluster_members_id_seq', 1, false); -- -- Name: clusters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.clusters_id_seq', 1, false); -- -- Name: contact_scopes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.contact_scopes_id_seq', 2, true); -- -- Name: contacts_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.contacts_id_seq', 1292, true); -- -- Name: default_assignments_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.default_assignments_id_seq', 1, false); -- -- Name: domain_environments_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.domain_environments_id_seq', 34, true); -- -- Name: domain_ltd_list_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.domain_ltd_list_id_seq', 10, true); -- -- Name: domain_responsables_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.domain_responsables_id_seq', 1, false); -- -- Name: domains_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.domains_id_seq', 11, true); -- -- Name: environments_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.environments_id_seq', 11, true); -- -- Name: eol_references_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.eol_references_id_seq', 1, false); -- -- Name: hypervisors_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.hypervisors_id_seq', 198, true); -- -- Name: import_history_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.import_history_id_seq', 1, false); -- -- Name: network_flow_map_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.network_flow_map_id_seq', 1, false); -- -- Name: patch_history_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.patch_history_id_seq', 1091, true); -- -- Name: patch_planning_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.patch_planning_id_seq', 11, true); -- -- Name: patch_sessions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.patch_sessions_id_seq', 1, false); -- -- Name: patch_validation_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.patch_validation_id_seq', 1, false); -- -- Name: qualys_asset_tags_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.qualys_asset_tags_id_seq', 1470, true); -- -- Name: qualys_assets_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.qualys_assets_id_seq', 1429, true); -- -- Name: qualys_missing_servers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.qualys_missing_servers_id_seq', 420, true); -- -- Name: qualys_tags_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.qualys_tags_id_seq', 715, true); -- -- Name: quickwin_entries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.quickwin_entries_id_seq', 1, false); -- -- Name: quickwin_logs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.quickwin_logs_id_seq', 1, false); -- -- Name: quickwin_runs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.quickwin_runs_id_seq', 2, true); -- -- Name: quickwin_server_config_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.quickwin_server_config_id_seq', 1, false); -- -- Name: server_audit_full_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.server_audit_full_id_seq', 1, false); -- -- Name: server_audit_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.server_audit_id_seq', 22, true); -- -- Name: server_correspondance_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.server_correspondance_id_seq', 155, true); -- -- Name: server_databases_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.server_databases_id_seq', 313, true); -- -- Name: server_ips_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.server_ips_id_seq', 1366, true); -- -- Name: server_pairs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.server_pairs_id_seq', 1, false); -- -- Name: server_specifics_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.server_specifics_id_seq', 1, false); -- -- Name: servers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.servers_id_seq', 1584, true); -- -- Name: tier_policies_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.tier_policies_id_seq', 4, true); -- -- Name: user_permissions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.user_permissions_id_seq', 124, true); -- -- Name: users_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.users_id_seq', 22, true); -- -- Name: vcenters_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.vcenters_id_seq', 1, false); -- -- Name: zones_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- SELECT pg_catalog.setval('public.zones_id_seq', 4, true); -- -- Name: allowed_networks allowed_networks_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.allowed_networks ADD CONSTRAINT allowed_networks_pkey PRIMARY KEY (id); -- -- Name: app_map app_map_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.app_map ADD CONSTRAINT app_map_pkey PRIMARY KEY (id); -- -- Name: app_secrets app_secrets_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.app_secrets ADD CONSTRAINT app_secrets_pkey PRIMARY KEY (key); -- -- Name: applications applications_itop_id_uniq; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.applications ADD CONSTRAINT applications_itop_id_uniq UNIQUE (itop_id); -- -- Name: applications applications_nom_court_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.applications ADD CONSTRAINT applications_nom_court_key UNIQUE (nom_court); -- -- Name: applications applications_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.applications ADD CONSTRAINT applications_pkey PRIMARY KEY (id); -- -- Name: audit_log audit_log_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.audit_log ADD CONSTRAINT audit_log_pkey PRIMARY KEY (id); -- -- Name: campaign_accord_details campaign_accord_details_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_accord_details ADD CONSTRAINT campaign_accord_details_pkey PRIMARY KEY (id); -- -- Name: campaign_accords campaign_accords_campaign_id_contact_id_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_accords ADD CONSTRAINT campaign_accords_campaign_id_contact_id_key UNIQUE (campaign_id, contact_id); -- -- Name: campaign_accords campaign_accords_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_accords ADD CONSTRAINT campaign_accords_pkey PRIMARY KEY (id); -- -- Name: campaign_operator_limits campaign_operator_limits_campaign_id_user_id_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_operator_limits ADD CONSTRAINT campaign_operator_limits_campaign_id_user_id_key UNIQUE (campaign_id, user_id); -- -- Name: campaign_operator_limits campaign_operator_limits_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_operator_limits ADD CONSTRAINT campaign_operator_limits_pkey PRIMARY KEY (id); -- -- Name: campaigns campaigns_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaigns ADD CONSTRAINT campaigns_pkey PRIMARY KEY (id); -- -- Name: campaigns campaigns_week_code_year_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaigns ADD CONSTRAINT campaigns_week_code_year_key UNIQUE (week_code, year); -- -- Name: chassis chassis_hostname_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.chassis ADD CONSTRAINT chassis_hostname_key UNIQUE (hostname); -- -- Name: chassis chassis_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.chassis ADD CONSTRAINT chassis_pkey PRIMARY KEY (id); -- -- Name: cluster_members cluster_members_cluster_id_patch_order_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.cluster_members ADD CONSTRAINT cluster_members_cluster_id_patch_order_key UNIQUE (cluster_id, patch_order); -- -- Name: cluster_members cluster_members_cluster_id_server_id_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.cluster_members ADD CONSTRAINT cluster_members_cluster_id_server_id_key UNIQUE (cluster_id, server_id); -- -- Name: cluster_members cluster_members_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.cluster_members ADD CONSTRAINT cluster_members_pkey PRIMARY KEY (id); -- -- Name: clusters clusters_name_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.clusters ADD CONSTRAINT clusters_name_key UNIQUE (name); -- -- Name: clusters clusters_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.clusters ADD CONSTRAINT clusters_pkey PRIMARY KEY (id); -- -- Name: contact_scopes contact_scopes_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.contact_scopes ADD CONSTRAINT contact_scopes_pkey PRIMARY KEY (id); -- -- Name: contact_scopes contact_scopes_unique; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.contact_scopes ADD CONSTRAINT contact_scopes_unique UNIQUE (contact_id, scope_type, scope_value, env_scope); -- -- Name: contacts contacts_email_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.contacts ADD CONSTRAINT contacts_email_key UNIQUE (email); -- -- Name: contacts contacts_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.contacts ADD CONSTRAINT contacts_pkey PRIMARY KEY (id); -- -- Name: contacts contacts_portal_token_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.contacts ADD CONSTRAINT contacts_portal_token_key UNIQUE (portal_token); -- -- Name: default_assignments default_assignments_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.default_assignments ADD CONSTRAINT default_assignments_pkey PRIMARY KEY (id); -- -- Name: default_assignments default_assignments_rule_type_rule_value_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.default_assignments ADD CONSTRAINT default_assignments_rule_type_rule_value_key UNIQUE (rule_type, rule_value); -- -- Name: domain_environments domain_environments_domain_id_environment_id_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_environments ADD CONSTRAINT domain_environments_domain_id_environment_id_key UNIQUE (domain_id, environment_id); -- -- Name: domain_environments domain_environments_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_environments ADD CONSTRAINT domain_environments_pkey PRIMARY KEY (id); -- -- Name: domain_ltd_list domain_ltd_list_name_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_ltd_list ADD CONSTRAINT domain_ltd_list_name_key UNIQUE (name); -- -- Name: domain_ltd_list domain_ltd_list_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_ltd_list ADD CONSTRAINT domain_ltd_list_pkey PRIMARY KEY (id); -- -- Name: domain_responsables domain_responsables_domain_id_nom_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_responsables ADD CONSTRAINT domain_responsables_domain_id_nom_key UNIQUE (domain_id, nom); -- -- Name: domain_responsables domain_responsables_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_responsables ADD CONSTRAINT domain_responsables_pkey PRIMARY KEY (id); -- -- Name: domains domains_code_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domains ADD CONSTRAINT domains_code_key UNIQUE (code); -- -- Name: domains domains_name_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domains ADD CONSTRAINT domains_name_key UNIQUE (name); -- -- Name: domains domains_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domains ADD CONSTRAINT domains_pkey PRIMARY KEY (id); -- -- Name: environments environments_code_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.environments ADD CONSTRAINT environments_code_key UNIQUE (code); -- -- Name: environments environments_name_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.environments ADD CONSTRAINT environments_name_key UNIQUE (name); -- -- Name: environments environments_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.environments ADD CONSTRAINT environments_pkey PRIMARY KEY (id); -- -- Name: eol_references eol_references_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.eol_references ADD CONSTRAINT eol_references_pkey PRIMARY KEY (id); -- -- Name: hypervisors hypervisors_hostname_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.hypervisors ADD CONSTRAINT hypervisors_hostname_key UNIQUE (hostname); -- -- Name: hypervisors hypervisors_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.hypervisors ADD CONSTRAINT hypervisors_pkey PRIMARY KEY (id); -- -- Name: import_history import_history_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.import_history ADD CONSTRAINT import_history_pkey PRIMARY KEY (id); -- -- Name: network_flow_map network_flow_map_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.network_flow_map ADD CONSTRAINT network_flow_map_pkey PRIMARY KEY (id); -- -- Name: patch_history patch_history_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_history ADD CONSTRAINT patch_history_pkey PRIMARY KEY (id); -- -- Name: patch_planning patch_planning_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_planning ADD CONSTRAINT patch_planning_pkey PRIMARY KEY (id); -- -- Name: patch_sessions patch_sessions_campaign_id_server_id_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_sessions ADD CONSTRAINT patch_sessions_campaign_id_server_id_key UNIQUE (campaign_id, server_id); -- -- Name: patch_sessions patch_sessions_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_sessions ADD CONSTRAINT patch_sessions_pkey PRIMARY KEY (id); -- -- Name: patch_validation patch_validation_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_validation ADD CONSTRAINT patch_validation_pkey PRIMARY KEY (id); -- -- Name: qualys_asset_tags qualys_asset_tags_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_asset_tags ADD CONSTRAINT qualys_asset_tags_pkey PRIMARY KEY (id); -- -- Name: qualys_asset_tags qualys_asset_tags_qualys_asset_id_qualys_tag_id_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_asset_tags ADD CONSTRAINT qualys_asset_tags_qualys_asset_id_qualys_tag_id_key UNIQUE (qualys_asset_id, qualys_tag_id); -- -- Name: qualys_assets qualys_assets_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_assets ADD CONSTRAINT qualys_assets_pkey PRIMARY KEY (id); -- -- Name: qualys_assets qualys_assets_qualys_asset_id_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_assets ADD CONSTRAINT qualys_assets_qualys_asset_id_key UNIQUE (qualys_asset_id); -- -- Name: qualys_missing_servers qualys_missing_servers_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_missing_servers ADD CONSTRAINT qualys_missing_servers_pkey PRIMARY KEY (id); -- -- Name: qualys_tags qualys_tags_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_tags ADD CONSTRAINT qualys_tags_pkey PRIMARY KEY (id); -- -- Name: qualys_tags qualys_tags_qualys_tag_id_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_tags ADD CONSTRAINT qualys_tags_qualys_tag_id_key UNIQUE (qualys_tag_id); -- -- Name: quickwin_entries quickwin_entries_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_entries ADD CONSTRAINT quickwin_entries_pkey PRIMARY KEY (id); -- -- Name: quickwin_logs quickwin_logs_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_logs ADD CONSTRAINT quickwin_logs_pkey PRIMARY KEY (id); -- -- Name: quickwin_runs quickwin_runs_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_runs ADD CONSTRAINT quickwin_runs_pkey PRIMARY KEY (id); -- -- Name: quickwin_server_config quickwin_server_config_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_server_config ADD CONSTRAINT quickwin_server_config_pkey PRIMARY KEY (id); -- -- Name: quickwin_server_config quickwin_server_config_server_id_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_server_config ADD CONSTRAINT quickwin_server_config_server_id_key UNIQUE (server_id); -- -- Name: server_audit_full server_audit_full_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_audit_full ADD CONSTRAINT server_audit_full_pkey PRIMARY KEY (id); -- -- Name: server_audit server_audit_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_audit ADD CONSTRAINT server_audit_pkey PRIMARY KEY (id); -- -- Name: server_audit server_audit_server_id_audit_date_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_audit ADD CONSTRAINT server_audit_server_id_audit_date_key UNIQUE (server_id, audit_date); -- -- Name: server_correspondance server_correspondance_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_correspondance ADD CONSTRAINT server_correspondance_pkey PRIMARY KEY (id); -- -- Name: server_correspondance server_correspondance_uniq; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_correspondance ADD CONSTRAINT server_correspondance_uniq UNIQUE (prod_server_id, nonprod_server_id); -- -- Name: server_databases server_databases_hostname_instance_name_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_databases ADD CONSTRAINT server_databases_hostname_instance_name_key UNIQUE (hostname, instance_name); -- -- Name: server_databases server_databases_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_databases ADD CONSTRAINT server_databases_pkey PRIMARY KEY (id); -- -- Name: server_ips server_ips_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_ips ADD CONSTRAINT server_ips_pkey PRIMARY KEY (id); -- -- Name: server_ips server_ips_server_id_ip_address_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_ips ADD CONSTRAINT server_ips_server_id_ip_address_key UNIQUE (server_id, ip_address); -- -- Name: server_pairs server_pairs_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_pairs ADD CONSTRAINT server_pairs_pkey PRIMARY KEY (id); -- -- Name: server_pairs server_pairs_prod_server_id_hprod_server_id_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_pairs ADD CONSTRAINT server_pairs_prod_server_id_hprod_server_id_key UNIQUE (prod_server_id, hprod_server_id); -- -- Name: server_specifics server_specifics_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_specifics ADD CONSTRAINT server_specifics_pkey PRIMARY KEY (id); -- -- Name: server_specifics server_specifics_server_id_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_specifics ADD CONSTRAINT server_specifics_server_id_key UNIQUE (server_id); -- -- Name: servers servers_hostname_env_unique; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.servers ADD CONSTRAINT servers_hostname_env_unique UNIQUE (hostname, domain_env_id); -- -- Name: servers servers_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.servers ADD CONSTRAINT servers_pkey PRIMARY KEY (id); -- -- Name: settings settings_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.settings ADD CONSTRAINT settings_pkey PRIMARY KEY (key); -- -- Name: tier_policies tier_policies_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.tier_policies ADD CONSTRAINT tier_policies_pkey PRIMARY KEY (id); -- -- Name: tier_policies tier_policies_tier_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.tier_policies ADD CONSTRAINT tier_policies_tier_key UNIQUE (tier); -- -- Name: user_permissions user_permissions_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.user_permissions ADD CONSTRAINT user_permissions_pkey PRIMARY KEY (id); -- -- Name: user_permissions user_permissions_user_id_module_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.user_permissions ADD CONSTRAINT user_permissions_user_id_module_key UNIQUE (user_id, module); -- -- Name: users users_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.users ADD CONSTRAINT users_pkey PRIMARY KEY (id); -- -- Name: users users_username_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.users ADD CONSTRAINT users_username_key UNIQUE (username); -- -- Name: vcenters vcenters_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.vcenters ADD CONSTRAINT vcenters_pkey PRIMARY KEY (id); -- -- Name: zones zones_name_key; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.zones ADD CONSTRAINT zones_name_key UNIQUE (name); -- -- Name: zones zones_pkey; Type: CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.zones ADD CONSTRAINT zones_pkey PRIMARY KEY (id); -- -- Name: applications_ioda_libelle_uniq; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX applications_ioda_libelle_uniq ON public.applications USING btree (ioda_libelle) WHERE (ioda_libelle IS NOT NULL); -- -- Name: idx_accord_campaign; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_accord_campaign ON public.campaign_accords USING btree (campaign_id); -- -- Name: idx_accord_contact; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_accord_contact ON public.campaign_accords USING btree (contact_id); -- -- Name: idx_app_map_name; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX idx_app_map_name ON public.app_map USING btree (app_name); -- -- Name: idx_app_nom; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_app_nom ON public.applications USING btree (nom_court); -- -- Name: idx_audit_action; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_audit_action ON public.audit_log USING btree (action); -- -- Name: idx_audit_date; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_audit_date ON public.server_audit USING btree (audit_date DESC); -- -- Name: idx_audit_details; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_audit_details ON public.audit_log USING gin (details); -- -- Name: idx_audit_entity; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_audit_entity ON public.audit_log USING btree (entity_type, entity_id); -- -- Name: idx_audit_server; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_audit_server ON public.server_audit USING btree (server_id); -- -- Name: idx_audit_status; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_audit_status ON public.server_audit USING btree (status); -- -- Name: idx_audit_ts; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_audit_ts ON public.audit_log USING btree ("timestamp" DESC); -- -- Name: idx_audit_user; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_audit_user ON public.audit_log USING btree (user_id); -- -- Name: idx_campaign_status; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_campaign_status ON public.campaigns USING btree (status); -- -- Name: idx_campaign_week; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_campaign_week ON public.campaigns USING btree (week_code, year); -- -- Name: idx_clm_cluster; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_clm_cluster ON public.cluster_members USING btree (cluster_id); -- -- Name: idx_clm_server; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_clm_server ON public.cluster_members USING btree (server_id); -- -- Name: idx_contacts_email; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_contacts_email ON public.contacts USING btree (email); -- -- Name: idx_contacts_token; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_contacts_token ON public.contacts USING btree (portal_token); -- -- Name: idx_corr_nonprod; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_corr_nonprod ON public.server_correspondance USING btree (nonprod_server_id); -- -- Name: idx_corr_prod; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_corr_prod ON public.server_correspondance USING btree (prod_server_id); -- -- Name: idx_cscope_contact; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_cscope_contact ON public.contact_scopes USING btree (contact_id); -- -- Name: idx_cscope_type; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_cscope_type ON public.contact_scopes USING btree (scope_type, scope_value); -- -- Name: idx_da_user; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_da_user ON public.default_assignments USING btree (user_id); -- -- Name: idx_domain_resp_domain; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_domain_resp_domain ON public.domain_responsables USING btree (domain_id); -- -- Name: idx_domenv_domain; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_domenv_domain ON public.domain_environments USING btree (domain_id); -- -- Name: idx_domenv_env; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_domenv_env ON public.domain_environments USING btree (environment_id); -- -- Name: idx_nfm_audit; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_nfm_audit ON public.network_flow_map USING btree (audit_id); -- -- Name: idx_nfm_dest; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_nfm_dest ON public.network_flow_map USING btree (dest_hostname); -- -- Name: idx_nfm_source; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_nfm_source ON public.network_flow_map USING btree (source_hostname); -- -- Name: idx_ph_campaign; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_ph_campaign ON public.patch_history USING btree (campaign_id); -- -- Name: idx_ph_date; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_ph_date ON public.patch_history USING btree (date_patch DESC); -- -- Name: idx_ph_server; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_ph_server ON public.patch_history USING btree (server_id); -- -- Name: idx_pp_year_week; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_pp_year_week ON public.patch_planning USING btree (year, week_number); -- -- Name: idx_ps_campaign; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_ps_campaign ON public.patch_sessions USING btree (campaign_id); -- -- Name: idx_ps_date_prevue; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_ps_date_prevue ON public.patch_sessions USING btree (date_prevue); -- -- Name: idx_ps_date_realise; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_ps_date_realise ON public.patch_sessions USING btree (date_realise); -- -- Name: idx_ps_intervenant; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_ps_intervenant ON public.patch_sessions USING btree (intervenant_id); -- -- Name: idx_ps_server; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_ps_server ON public.patch_sessions USING btree (server_id); -- -- Name: idx_ps_status; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_ps_status ON public.patch_sessions USING btree (status); -- -- Name: idx_pv_campaign; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_pv_campaign ON public.patch_validation USING btree (campaign_id, campaign_type); -- -- Name: idx_pv_patch_date; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_pv_patch_date ON public.patch_validation USING btree (patch_date DESC); -- -- Name: idx_pv_server; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_pv_server ON public.patch_validation USING btree (server_id); -- -- Name: idx_pv_status; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_pv_status ON public.patch_validation USING btree (status); -- -- Name: idx_qasset_hostname; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qasset_hostname ON public.qualys_assets USING btree (hostname); -- -- Name: idx_qasset_qualys_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qasset_qualys_id ON public.qualys_assets USING btree (qualys_asset_id); -- -- Name: idx_qasset_server; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qasset_server ON public.qualys_assets USING btree (server_id); -- -- Name: idx_qat_asset; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qat_asset ON public.qualys_asset_tags USING btree (qualys_asset_id); -- -- Name: idx_qat_tag; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qat_tag ON public.qualys_asset_tags USING btree (qualys_tag_id); -- -- Name: idx_qe_prod_pair; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qe_prod_pair ON public.quickwin_entries USING btree (prod_pair_entry_id) WHERE (prod_pair_entry_id IS NOT NULL); -- -- Name: idx_qtag_name; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qtag_name ON public.qualys_tags USING btree (name); -- -- Name: idx_qtag_qualys_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qtag_qualys_id ON public.qualys_tags USING btree (qualys_tag_id); -- -- Name: idx_qw_logs_level; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qw_logs_level ON public.quickwin_logs USING btree (run_id, level); -- -- Name: idx_qw_logs_run; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qw_logs_run ON public.quickwin_logs USING btree (run_id, created_at DESC); -- -- Name: idx_qwe_branch; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qwe_branch ON public.quickwin_entries USING btree (branch); -- -- Name: idx_qwe_run; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qwe_run ON public.quickwin_entries USING btree (run_id); -- -- Name: idx_qwe_server; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qwe_server ON public.quickwin_entries USING btree (server_id); -- -- Name: idx_qwsc_server; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_qwsc_server ON public.quickwin_server_config USING btree (server_id); -- -- Name: idx_saf_date; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_saf_date ON public.server_audit_full USING btree (audit_date DESC); -- -- Name: idx_saf_hostname; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_saf_hostname ON public.server_audit_full USING btree (hostname); -- -- Name: idx_saf_server_id; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_saf_server_id ON public.server_audit_full USING btree (server_id); -- -- Name: idx_sp_hprod; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_sp_hprod ON public.server_pairs USING btree (hprod_server_id); -- -- Name: idx_sp_prod; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_sp_prod ON public.server_pairs USING btree (prod_server_id); -- -- Name: idx_srv_app; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_app ON public.servers USING btree (application_id); -- -- Name: idx_srv_cluster; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_cluster ON public.servers USING btree (cluster_id); -- -- Name: idx_srv_db_server; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_db_server ON public.server_databases USING btree (server_id); -- -- Name: idx_srv_db_type; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_db_type ON public.server_databases USING btree (db_type); -- -- Name: idx_srv_domenv; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_domenv ON public.servers USING btree (domain_env_id); -- -- Name: idx_srv_etat; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_etat ON public.servers USING btree (etat); -- -- Name: idx_srv_hostname; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_hostname ON public.servers USING gin (hostname public.gin_trgm_ops); -- -- Name: idx_srv_intervenant; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_intervenant ON public.servers USING btree (default_intervenant_id); -- -- Name: idx_srv_licence; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_licence ON public.servers USING btree (licence_support); -- -- Name: idx_srv_machine; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_machine ON public.servers USING btree (machine_type); -- -- Name: idx_srv_os; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_os ON public.servers USING btree (os_family); -- -- Name: idx_srv_patch_owner; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_patch_owner ON public.servers USING btree (patch_os_owner); -- -- Name: idx_srv_qualys; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_qualys ON public.servers USING btree (qualys_asset_id) WHERE (qualys_asset_id IS NOT NULL); -- -- Name: idx_srv_tier; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_tier ON public.servers USING btree (tier); -- -- Name: idx_srv_zone; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srv_zone ON public.servers USING btree (zone_id); -- -- Name: idx_srvip_ip; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srvip_ip ON public.server_ips USING gist (ip_address inet_ops); -- -- Name: idx_srvip_server; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_srvip_server ON public.server_ips USING btree (server_id); -- -- Name: idx_sspec_server; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_sspec_server ON public.server_specifics USING btree (server_id); -- -- Name: idx_userperm_user; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_userperm_user ON public.user_permissions USING btree (user_id); -- -- Name: idx_users_role; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_users_role ON public.users USING btree (role); -- -- Name: idx_users_username; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX idx_users_username ON public.users USING btree (username); -- -- Name: qms_hostname_norm_uniq; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX qms_hostname_norm_uniq ON public.qualys_missing_servers USING btree (hostname_norm); -- -- Name: qms_reason_idx; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX qms_reason_idx ON public.qualys_missing_servers USING btree (reason_category); -- -- Name: qms_server_id_idx; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX qms_server_id_idx ON public.qualys_missing_servers USING btree (server_id); -- -- Name: qms_status_idx; Type: INDEX; Schema: public; Owner: - -- CREATE INDEX qms_status_idx ON public.qualys_missing_servers USING btree (status); -- -- Name: users_email_unique_active; Type: INDEX; Schema: public; Owner: - -- CREATE UNIQUE INDEX users_email_unique_active ON public.users USING btree (lower((email)::text)) WHERE ((email IS NOT NULL) AND ((email)::text <> ''::text)); -- -- Name: qualys_missing_servers qms_updated_at_trg; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER qms_updated_at_trg BEFORE UPDATE ON public.qualys_missing_servers FOR EACH ROW EXECUTE FUNCTION public.qms_set_updated_at(); -- -- Name: applications trg_applications_ts; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER trg_applications_ts BEFORE UPDATE ON public.applications FOR EACH ROW EXECUTE FUNCTION public.update_timestamp(); -- -- Name: campaigns trg_campaigns_ts; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER trg_campaigns_ts BEFORE UPDATE ON public.campaigns FOR EACH ROW EXECUTE FUNCTION public.update_timestamp(); -- -- Name: domains trg_domains_ts; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER trg_domains_ts BEFORE UPDATE ON public.domains FOR EACH ROW EXECUTE FUNCTION public.update_timestamp(); -- -- Name: patch_sessions trg_patch_sessions_ts; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER trg_patch_sessions_ts BEFORE UPDATE ON public.patch_sessions FOR EACH ROW EXECUTE FUNCTION public.update_timestamp(); -- -- Name: servers trg_servers_ts; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER trg_servers_ts BEFORE UPDATE ON public.servers FOR EACH ROW EXECUTE FUNCTION public.update_timestamp(); -- -- Name: servers trg_srv_domenv_count; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER trg_srv_domenv_count AFTER INSERT OR DELETE OR UPDATE OF domain_env_id ON public.servers FOR EACH ROW EXECUTE FUNCTION public.update_domenv_count(); -- -- Name: server_specifics trg_sspec_ts; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER trg_sspec_ts BEFORE UPDATE ON public.server_specifics FOR EACH ROW EXECUTE FUNCTION public.update_timestamp(); -- -- Name: users trg_users_ts; Type: TRIGGER; Schema: public; Owner: - -- CREATE TRIGGER trg_users_ts BEFORE UPDATE ON public.users FOR EACH ROW EXECUTE FUNCTION public.update_timestamp(); -- -- Name: audit_log audit_log_user_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.audit_log ADD CONSTRAINT audit_log_user_id_fkey FOREIGN KEY (user_id) REFERENCES public.users(id); -- -- Name: campaign_accord_details campaign_accord_details_accord_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_accord_details ADD CONSTRAINT campaign_accord_details_accord_id_fkey FOREIGN KEY (accord_id) REFERENCES public.campaign_accords(id) ON DELETE CASCADE; -- -- Name: campaign_accord_details campaign_accord_details_session_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_accord_details ADD CONSTRAINT campaign_accord_details_session_id_fkey FOREIGN KEY (session_id) REFERENCES public.patch_sessions(id); -- -- Name: campaign_accords campaign_accords_campaign_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_accords ADD CONSTRAINT campaign_accords_campaign_id_fkey FOREIGN KEY (campaign_id) REFERENCES public.campaigns(id) ON DELETE CASCADE; -- -- Name: campaign_accords campaign_accords_contact_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_accords ADD CONSTRAINT campaign_accords_contact_id_fkey FOREIGN KEY (contact_id) REFERENCES public.contacts(id); -- -- Name: campaign_operator_limits campaign_operator_limits_campaign_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_operator_limits ADD CONSTRAINT campaign_operator_limits_campaign_id_fkey FOREIGN KEY (campaign_id) REFERENCES public.campaigns(id) ON DELETE CASCADE; -- -- Name: campaign_operator_limits campaign_operator_limits_user_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaign_operator_limits ADD CONSTRAINT campaign_operator_limits_user_id_fkey FOREIGN KEY (user_id) REFERENCES public.users(id); -- -- Name: campaigns campaigns_created_by_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.campaigns ADD CONSTRAINT campaigns_created_by_fkey FOREIGN KEY (created_by) REFERENCES public.users(id); -- -- Name: cluster_members cluster_members_cluster_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.cluster_members ADD CONSTRAINT cluster_members_cluster_id_fkey FOREIGN KEY (cluster_id) REFERENCES public.clusters(id) ON DELETE CASCADE; -- -- Name: cluster_members cluster_members_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.cluster_members ADD CONSTRAINT cluster_members_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id) ON DELETE CASCADE; -- -- Name: contact_scopes contact_scopes_contact_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.contact_scopes ADD CONSTRAINT contact_scopes_contact_id_fkey FOREIGN KEY (contact_id) REFERENCES public.contacts(id) ON DELETE CASCADE; -- -- Name: default_assignments default_assignments_user_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.default_assignments ADD CONSTRAINT default_assignments_user_id_fkey FOREIGN KEY (user_id) REFERENCES public.users(id); -- -- Name: domain_environments domain_environments_domain_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_environments ADD CONSTRAINT domain_environments_domain_id_fkey FOREIGN KEY (domain_id) REFERENCES public.domains(id) ON DELETE CASCADE; -- -- Name: domain_environments domain_environments_environment_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_environments ADD CONSTRAINT domain_environments_environment_id_fkey FOREIGN KEY (environment_id) REFERENCES public.environments(id) ON DELETE CASCADE; -- -- Name: domain_responsables domain_responsables_domain_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.domain_responsables ADD CONSTRAINT domain_responsables_domain_id_fkey FOREIGN KEY (domain_id) REFERENCES public.domains(id) ON DELETE CASCADE; -- -- Name: import_history import_history_imported_by_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.import_history ADD CONSTRAINT import_history_imported_by_fkey FOREIGN KEY (imported_by) REFERENCES public.users(id); -- -- Name: network_flow_map network_flow_map_audit_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.network_flow_map ADD CONSTRAINT network_flow_map_audit_id_fkey FOREIGN KEY (audit_id) REFERENCES public.server_audit_full(id) ON DELETE CASCADE; -- -- Name: patch_history patch_history_campaign_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_history ADD CONSTRAINT patch_history_campaign_id_fkey FOREIGN KEY (campaign_id) REFERENCES public.campaigns(id); -- -- Name: patch_history patch_history_intervenant_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_history ADD CONSTRAINT patch_history_intervenant_id_fkey FOREIGN KEY (intervenant_id) REFERENCES public.users(id); -- -- Name: patch_history patch_history_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_history ADD CONSTRAINT patch_history_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id); -- -- Name: patch_planning patch_planning_domain_code_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_planning ADD CONSTRAINT patch_planning_domain_code_fkey FOREIGN KEY (domain_code) REFERENCES public.domains(code); -- -- Name: patch_sessions patch_sessions_campaign_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_sessions ADD CONSTRAINT patch_sessions_campaign_id_fkey FOREIGN KEY (campaign_id) REFERENCES public.campaigns(id) ON DELETE CASCADE; -- -- Name: patch_sessions patch_sessions_intervenant_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_sessions ADD CONSTRAINT patch_sessions_intervenant_id_fkey FOREIGN KEY (intervenant_id) REFERENCES public.users(id); -- -- Name: patch_sessions patch_sessions_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_sessions ADD CONSTRAINT patch_sessions_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id); -- -- Name: patch_validation patch_validation_marked_by_user_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_validation ADD CONSTRAINT patch_validation_marked_by_user_id_fkey FOREIGN KEY (marked_by_user_id) REFERENCES public.users(id); -- -- Name: patch_validation patch_validation_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_validation ADD CONSTRAINT patch_validation_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id) ON DELETE CASCADE; -- -- Name: patch_validation patch_validation_validated_by_contact_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.patch_validation ADD CONSTRAINT patch_validation_validated_by_contact_id_fkey FOREIGN KEY (validated_by_contact_id) REFERENCES public.contacts(id); -- -- Name: qualys_assets qualys_assets_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_assets ADD CONSTRAINT qualys_assets_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id); -- -- Name: qualys_missing_servers qualys_missing_servers_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.qualys_missing_servers ADD CONSTRAINT qualys_missing_servers_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id) ON DELETE SET NULL; -- -- Name: quickwin_entries quickwin_entries_prod_pair_entry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_entries ADD CONSTRAINT quickwin_entries_prod_pair_entry_id_fkey FOREIGN KEY (prod_pair_entry_id) REFERENCES public.quickwin_entries(id) ON DELETE SET NULL; -- -- Name: quickwin_entries quickwin_entries_run_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_entries ADD CONSTRAINT quickwin_entries_run_id_fkey FOREIGN KEY (run_id) REFERENCES public.quickwin_runs(id) ON DELETE CASCADE; -- -- Name: quickwin_entries quickwin_entries_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_entries ADD CONSTRAINT quickwin_entries_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id); -- -- Name: quickwin_logs quickwin_logs_entry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_logs ADD CONSTRAINT quickwin_logs_entry_id_fkey FOREIGN KEY (entry_id) REFERENCES public.quickwin_entries(id) ON DELETE SET NULL; -- -- Name: quickwin_logs quickwin_logs_run_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_logs ADD CONSTRAINT quickwin_logs_run_id_fkey FOREIGN KEY (run_id) REFERENCES public.quickwin_runs(id) ON DELETE CASCADE; -- -- Name: quickwin_runs quickwin_runs_created_by_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_runs ADD CONSTRAINT quickwin_runs_created_by_fkey FOREIGN KEY (created_by) REFERENCES public.users(id); -- -- Name: quickwin_server_config quickwin_server_config_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.quickwin_server_config ADD CONSTRAINT quickwin_server_config_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id) ON DELETE CASCADE; -- -- Name: server_audit_full server_audit_full_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_audit_full ADD CONSTRAINT server_audit_full_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id); -- -- Name: server_audit server_audit_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_audit ADD CONSTRAINT server_audit_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id) ON DELETE CASCADE; -- -- Name: server_correspondance server_correspondance_created_by_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_correspondance ADD CONSTRAINT server_correspondance_created_by_fkey FOREIGN KEY (created_by) REFERENCES public.users(id); -- -- Name: server_correspondance server_correspondance_nonprod_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_correspondance ADD CONSTRAINT server_correspondance_nonprod_server_id_fkey FOREIGN KEY (nonprod_server_id) REFERENCES public.servers(id) ON DELETE CASCADE; -- -- Name: server_correspondance server_correspondance_prod_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_correspondance ADD CONSTRAINT server_correspondance_prod_server_id_fkey FOREIGN KEY (prod_server_id) REFERENCES public.servers(id) ON DELETE CASCADE; -- -- Name: server_databases server_databases_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_databases ADD CONSTRAINT server_databases_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id) ON DELETE CASCADE; -- -- Name: server_ips server_ips_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_ips ADD CONSTRAINT server_ips_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id) ON DELETE CASCADE; -- -- Name: server_pairs server_pairs_hprod_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_pairs ADD CONSTRAINT server_pairs_hprod_server_id_fkey FOREIGN KEY (hprod_server_id) REFERENCES public.servers(id) ON DELETE CASCADE; -- -- Name: server_pairs server_pairs_prod_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_pairs ADD CONSTRAINT server_pairs_prod_server_id_fkey FOREIGN KEY (prod_server_id) REFERENCES public.servers(id) ON DELETE CASCADE; -- -- Name: server_specifics server_specifics_dependency_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_specifics ADD CONSTRAINT server_specifics_dependency_server_id_fkey FOREIGN KEY (dependency_server_id) REFERENCES public.servers(id); -- -- Name: server_specifics server_specifics_server_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.server_specifics ADD CONSTRAINT server_specifics_server_id_fkey FOREIGN KEY (server_id) REFERENCES public.servers(id) ON DELETE CASCADE; -- -- Name: servers servers_application_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.servers ADD CONSTRAINT servers_application_id_fkey FOREIGN KEY (application_id) REFERENCES public.applications(id); -- -- Name: servers servers_cluster_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.servers ADD CONSTRAINT servers_cluster_id_fkey FOREIGN KEY (cluster_id) REFERENCES public.clusters(id); -- -- Name: servers servers_created_by_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.servers ADD CONSTRAINT servers_created_by_fkey FOREIGN KEY (created_by) REFERENCES public.users(id); -- -- Name: servers servers_default_intervenant_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.servers ADD CONSTRAINT servers_default_intervenant_id_fkey FOREIGN KEY (default_intervenant_id) REFERENCES public.users(id); -- -- Name: servers servers_domain_env_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.servers ADD CONSTRAINT servers_domain_env_id_fkey FOREIGN KEY (domain_env_id) REFERENCES public.domain_environments(id); -- -- Name: servers servers_vcenter_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.servers ADD CONSTRAINT servers_vcenter_id_fkey FOREIGN KEY (vcenter_id) REFERENCES public.vcenters(id); -- -- Name: servers servers_zone_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.servers ADD CONSTRAINT servers_zone_id_fkey FOREIGN KEY (zone_id) REFERENCES public.zones(id); -- -- Name: settings settings_updated_by_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.settings ADD CONSTRAINT settings_updated_by_fkey FOREIGN KEY (updated_by) REFERENCES public.users(id); -- -- Name: user_permissions user_permissions_user_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- ALTER TABLE ONLY public.user_permissions ADD CONSTRAINT user_permissions_user_id_fkey FOREIGN KEY (user_id) REFERENCES public.users(id) ON DELETE CASCADE; -- -- PostgreSQL database dump complete --