{"id":11738,"date":"2018-10-03T06:00:46","date_gmt":"2018-10-03T04:00:46","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/"},"modified":"2018-10-03T06:00:46","modified_gmt":"2018-10-03T04:00:46","slug":"foglight-monitoring-solution-for-databases-part-01","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/","title":{"rendered":"Foglight: Monitoring solution for databases [Part 01]"},"content":{"rendered":"<h3>What is Foglight?<\/h3>\n<p>Foglight is a solution from Quest which promises to provide visibility into issues affecting the application and end user experience.<\/p>\n<p>The solution also helps you to find quickly the root cause in application, database, infrastructure, or network to resolve issues by providing &#8220;Intuitive workflows&#8221;<\/p>\n<p>Let&#8217;s give it a try!<\/p>\n<h3>Preparing the installation<\/h3>\n<p>Requirements for installing Foglight are:<\/p>\n<ul>\n<li>A machine to host the Management Server. Ideally dedicated<\/li>\n<li>Administrator or root access to all machines requiring a Foglight agent<\/li>\n<li>An administrator password for Foglight<\/li>\n<li>A user account on the machine where you are installing Foglight<\/li>\n<li>The IATEMPDIR environment variable is set to a location with sufficient space for installer self-extraction<\/li>\n<\/ul>\n<h3>Architecture<\/h3>\n<p>Foglight requires 2 components:<\/p>\n<ul>\n<li>a Management Server: the data collection and processing server<\/li>\n<li>a database repository: can be a PostgreSQL embedded in the installation process (Standard installation) or a supported external database: MySQL, Oracle, PostgreSQL or Microsoft SQL server (Custom Installation)\n<ul>\n<li>If you chose the embedded database, it is automatically stopped or started with the Management Server<\/li>\n<li>You can start with the embedded database and then migrate to an external one. The procedure is available <a href=\"https:\/\/support.quest.com\/fr-fr\/technical-documents\/foglight\/5.9.3\/installing-foglight-on-a-unix-system-with-an-embedded-postgresql-database\/19#TOPIC-979182\">here<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3>Important considerations<\/h3>\n<ul>\n<li>For this test I chose to download and install Foglight with the embedded PostgreSQL database<\/li>\n<li>I will use the 45 days trial license which is by default activated at the installation. It is possible to install the license during the installation if you perform the custom install<\/li>\n<li>I will make a silent installation given the fact that the Foglight installer can be started in command-line mode by using the console mode or silent mode<\/li>\n<\/ul>\n<h3>Installation<\/h3>\n<p>After unzipping the downloaded file, we can arrange the installation parameters according to our needs. This is done by editing the installation parameter file (as description of each parameter can be found <a href=\"https:\/\/support.quest.com\/fr-fr\/technical-documents\/foglight\/5.9.3\/installing-foglight-on-a-unix-system-with-an-embedded-postgresql-database\/3#TOPIC-665081\">here<\/a>):<\/p>\n<p><code><br \/>\n[foglight@mgt-server Installers]$ egrep -v \"^#|^$\" fms_silent_install.properties<br \/>\nINSTALLER_UI=SILENT<br \/>\nUSER_INSTALL_DIR=\/foglight\/app<br \/>\nFMS_LICENSE_AGREEMENT=yes<br \/>\nFMS_SERVICE=false<br \/>\nFMS_UPGRADE=1<br \/>\nFMS_ADMIN_PASSWORD=foglight<br \/>\nFMS_HTTPS_ONLY=0<br \/>\nFMS_HA_MODE=0<br \/>\nFMS_DB_USER=foglight<br \/>\nFMS_DB_USER_PASSWORD=foglight<br \/>\nFMS_DB=embedded<br \/>\nFMS_DB_HOST=127.0.0.1<br \/>\nFMS_DB_PORT=15432<br \/>\nFMS_DB_SETUPNOW=1<br \/>\nFMS_RUN_NOW=false<br \/>\nFMS_CLUSTER_MCAST_PORT=45566<br \/>\nFMS_HTTP_PORT=8080<br \/>\nFMS_HTTPS_PORT=8443<br \/>\nFMS_FEDERATION_PORT=1099<br \/>\nFMS_QP5APP_PORT=8448<br \/>\nFMS_SERVICE_LINUX_ENABLED=0<br \/>\nFMS_SERVICE_LINUX_VALID_PLATFORM=false<br \/>\n<\/code><\/p>\n<p>The we can run the installation in silent as below:<\/p>\n<p><code><br \/>\n[foglight@mgt-server Installers]$ .\/foglight-5.9.2-foglightfordatabaseslinux-x86_64.bin -i silent -f fms_silent_install.properties<br \/>\nPreparing to install...<br \/>\nExtracting the JRE from the installer archive...<br \/>\nUnpacking the JRE...<br \/>\nExtracting the installation resources from the installer archive...<br \/>\nConfiguring the installer for this system's environment... <\/p>\n<p>Launching installer... <\/p>\n<p>Preparing SILENT Mode Installation... <\/p>\n<p>===============================================================================<br \/>\nFoglight 5.9.2                    (created with InstallAnywhere by Macrovision)<br \/>\n-------------------------------------------------------------------------------<\/p>\n<p>===============================================================================<br \/>\nInstalling...<br \/>\n-------------<\/p>\n<p> [==================|==================|==================|==================]<br \/>\n [------------------|------------------|------------------|------------------]<\/p>\n<p>Installation Complete.<br \/>\n<\/code><\/p>\n<p>At this stage the installation should have succeed. If it is not the case, have a look on the below log files located in the user home:<\/p>\n<p><code>[foglight@mgt-server ~]$ ll ~<br \/>\ntotal 8<br \/>\n-rw-rw-r-- 1 foglight foglight 573 Oct 1 14:47 Foglight_5.9.3_Install_2018-10-01_144723_001.log<br \/>\n-rw-rw-r-- 1 foglight foglight 4026 Oct 1 14:47 Foglight_5.9.3_InstallLog.log<\/code><\/p>\n<h3>Start, Stop and login<\/h3>\n<h4>Start<\/h4>\n<p>Now we can start our installation:<\/p>\n<p><code>[foglight@mgt-server app]$ fms -d<br \/>\n2018-10-01 15:00:08.000 INFO [native] Attempting to start Foglight as a daemon.<br \/>\nThe startup may take some time to complete. Please check the log file for more<br \/>\ninformation. Use the '--stop' command line option to shut down a running<br \/>\ndaemon.<br \/>\n2018-10-01 15:00:08.000 INFO [native] Daemon process for 'Foglight' started.<\/code><\/p>\n<p>And the check out what are the running processes. The is 1 process for the management server and various for the postgres database as we are in a embedded installation:<br \/>\n<code><br \/>\n[foglight@mgt-server app]$ ps -ef | grep foglight<br \/>\nfoglight 23601     1 74 23:01 pts\/0    00:02:22 Foglight 5.9.2: Foglight Daemon<br \/>\nfoglight 23669     1  0 23:01 pts\/0    00:00:00 \/foglight\/app\/postgresql\/bin\/postgres -D \/foglight\/app\/state\/postgresql-data --port=15432<br \/>\nfoglight 23670 23669  0 23:01 ?        00:00:00 postgres: logger process<br \/>\nfoglight 23672 23669  0 23:01 ?        00:00:00 postgres: checkpointer process<br \/>\nfoglight 23673 23669  0 23:01 ?        00:00:00 postgres: writer process<br \/>\nfoglight 23674 23669  0 23:01 ?        00:00:00 postgres: wal writer process<br \/>\nfoglight 23675 23669  0 23:01 ?        00:00:00 postgres: autovacuum launcher process<br \/>\nfoglight 23676 23669  0 23:01 ?        00:00:00 postgres: stats collector process<br \/>\nfoglight 23687 23669  0 23:02 ?        00:00:00 postgres: foglight foglight 127.0.0.1(48463) idle<br \/>\nfoglight 23688 23669  0 23:02 ?        00:00:00 postgres: foglight foglight 127.0.0.1(48464) idle<br \/>\nfoglight 23689 23669  0 23:02 ?        00:00:00 postgres: foglight foglight 127.0.0.1(48465) idle<br \/>\nfoglight 23690 23669  0 23:02 ?        00:00:00 postgres: foglight foglight 127.0.0.1(48466) idle<br \/>\nfoglight 23691 23669  0 23:02 ?        00:00:00 postgres: foglight foglight 127.0.0.1(48467) idle<br \/>\nfoglight 23692 23669  0 23:02 ?        00:00:00 postgres: foglight foglight 127.0.0.1(48468) idle<br \/>\nfoglight 23693 23669  0 23:02 ?        00:00:00 postgres: foglight foglight 127.0.0.1(48469) idle<br \/>\nfoglight 23694 23669  0 23:02 ?        00:00:00 postgres: foglight foglight 127.0.0.1(48470) idle<br \/>\nfoglight 23695 23669  1 23:02 ?        00:00:03 postgres: foglight foglight 127.0.0.1(48471) idle<br \/>\nfoglight 23853 23669  1 23:04 ?        00:00:00 postgres: foglight foglight 127.0.0.1(48474) idle<br \/>\nfoglight 23868 23601 47 23:04 pts\/0    00:00:11 FoglightAgentManager 5.9.2: FglAM \/foglight\/app\/fglam\/state\/default on server<br \/>\nfoglight 23876 23868  0 23:04 ?        00:00:00 Quest Application Watchdog 5.9.5: Monitoring PID 23868<br \/>\nfoglight 23943     1  0 23:04 pts\/0    00:00:00 Quest Application Relauncher 5.9.5: \/foglight\/app\/fglam\/bin\/fglam<br \/>\n<\/code><\/p>\n<p>Another option is to start the Management Server using initialization scripts. This option is particularly useful when you want to automatically start the Management Server after it has been rebooted:<\/p>\n<p><code>[root@mgt-server ~]# cp \/foglight\/app\/scripts\/init.d\/Linux\/foglight \/etc\/init.d\/<br \/>\n[root@mgt-server ~]# ll \/etc\/init.d\/foglight<br \/>\n-rwxr-xr-x 1 root root 2084 Oct  1 15:13 \/etc\/init.d\/foglight<\/code><\/p>\n<h4>Login<\/h4>\n<p>Given the parameters provided in the installation files, I can reach the web console here: https:\/\/192.168.56.100:8443<br \/>\nMy user\/password is the default foglight\/foglight and here I am:<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-28150\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png\" alt=\"Capture\" width=\"300\" height=\"113\" \/><\/a><\/p>\n<h4>Stop<\/h4>\n<p><code>[foglight@mgt-server ~]$ export PATH=$PATH:\/foglight\/app\/bin<\/p>\n<p>[foglight@mgt-server ~]$ fms --stop<br \/>\n2018-10-01 15:15:17.000 INFO  [native] Sending stop request to 'Foglight'<br \/>\n  process running in \/foglight\/app\/state (pid 12570).<br \/>\n2018-10-01 15:15:17.000 INFO  [native] Shutdown request transmitted.<\/code><\/p>\n<p>After few seconds you can observe that the PostgreSQL and Management server are down:<br \/>\n<code><br \/>\n[foglight@servemgt-server r ~]$ ps -ef |grep foglight<br \/>\nroot     13182  2656  0 15:15 pts\/0    00:00:00 su - foglight<br \/>\nfoglight 13183 13182  0 15:15 pts\/0    00:00:00 -bash<br \/>\nfoglight 13251 13183  0 15:15 pts\/0    00:00:00 ps -ef<br \/>\nfoglight 13252 13183  0 15:15 pts\/0    00:00:00 grep --color=auto foglight<\/code><\/p>\n<p>I hope this helps and please do not hesitate to contact us for more details.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Foglight? Foglight is a solution from Quest which promises to provide visibility into issues affecting the application and end user experience. The solution also helps you to find quickly the root cause in application, database, infrastructure, or network to resolve issues by providing &#8220;Intuitive workflows&#8221; Let&#8217;s give it a try! Preparing the installation [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":11739,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229],"tags":[],"type_dbi":[],"class_list":["post-11738","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-database-administration-monitoring"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Foglight: Monitoring solution for databases [Part 01] - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Foglight: Monitoring solution for databases [Part 01]\" \/>\n<meta property=\"og:description\" content=\"What is Foglight? Foglight is a solution from Quest which promises to provide visibility into issues affecting the application and end user experience. The solution also helps you to find quickly the root cause in application, database, infrastructure, or network to resolve issues by providing &#8220;Intuitive workflows&#8221; Let&#8217;s give it a try! Preparing the installation [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-10-03T04:00:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1344\" \/>\n\t<meta property=\"og:image:height\" content=\"507\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Foglight: Monitoring solution for databases [Part 01]\",\"datePublished\":\"2018-10-03T04:00:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/\"},\"wordCount\":469,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png\",\"articleSection\":[\"Database Administration &amp; Monitoring\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/\",\"name\":\"Foglight: Monitoring solution for databases [Part 01] - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png\",\"datePublished\":\"2018-10-03T04:00:46+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png\",\"width\":1344,\"height\":507},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Foglight: Monitoring solution for databases [Part 01]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Foglight: Monitoring solution for databases [Part 01] - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/","og_locale":"en_US","og_type":"article","og_title":"Foglight: Monitoring solution for databases [Part 01]","og_description":"What is Foglight? Foglight is a solution from Quest which promises to provide visibility into issues affecting the application and end user experience. The solution also helps you to find quickly the root cause in application, database, infrastructure, or network to resolve issues by providing &#8220;Intuitive workflows&#8221; Let&#8217;s give it a try! Preparing the installation [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/","og_site_name":"dbi Blog","article_published_time":"2018-10-03T04:00:46+00:00","og_image":[{"width":1344,"height":507,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png","type":"image\/png"}],"author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Foglight: Monitoring solution for databases [Part 01]","datePublished":"2018-10-03T04:00:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/"},"wordCount":469,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png","articleSection":["Database Administration &amp; Monitoring"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/","url":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/","name":"Foglight: Monitoring solution for databases [Part 01] - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png","datePublished":"2018-10-03T04:00:46+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Capture-1.png","width":1344,"height":507},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/foglight-monitoring-solution-for-databases-part-01\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Foglight: Monitoring solution for databases [Part 01]"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/11738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=11738"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/11738\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media\/11739"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=11738"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=11738"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=11738"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=11738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}