Skip to Main Content
Cloud Management and AIOps


This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).

Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.

Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Is a defect
Created by Guest
Created on Sep 3, 2024

Supporting the Monitoring Agent for HTTP Server on Ubuntu 24.04 LTS

I checked the KHU module for HTTP Server monitoring and found that when executing

./http_server-agent.sh start, a file named `khu.opt.IBMIHS.conf.httpd.conf` is automatically created, but it should be `khu.opt.HTTPServer.conf.httpd.conf`.


Idea priority High
  • Admin
    Ravikumar Ramachandra
    Reply
    |
    Oct 3, 2024

    Amit Tripathy Sep 19, 2024

    In Ubuntu #!/bin/sh used to link to bash, typical behavior on Linux distributions, but now has changed to linking to another shell called dash.

    This is the root cause of the issues faced.

    Workaround Steps to follow on existing agent setup:

    1. Stop the HTTP Server Agent.

    2. Stop the HTTP server and check httpd.conf file in $HTTP_SERVER_DIR/conf directory for the “Include” statement. If it has include statement then comment it. If not, then continue from step 4.

    3. Start HTTP Server so that server instance will be identified by the agent.

    4. Go to agent $CANDLE_HOME_DIR/lx8266/hu/bin and modify file httpserver-disc.sh and khu-debug.sh file from sh mode to bash mode, i.e., make first line in the script from #!/bin/sh to #!/bin/bash. Make same changes as above for http_server-agent.sh file present in $CANDLE_HOME_DIR/bin directory.

    5. Start HTTP Server agent and check if correct conf file has been created/updated in $CANDLE_HOME_DIR/tmp directory.

    6. As per configuration step, modify httpd.conf file in $HTTP_SERVER_DIR/conf directory with correct Include statement and restart the HTTP server. Agent should work as expected and agent instance should be visible on UI.


    Alternative steps for fresh agent installation:

    1. Go to agent installer $..APMADV_Agent_Install_8.1.4.0.21/.apm/inst/http_server-agent/ira/agent/all_unix/scripts directory and modify file httpserver-disc.sh and khu-debug.sh file from sh mode to bash mode, i.e., make first line in the script from #!/bin/sh to #!/bin/bash. Make same changes as above for http_server-agent.sh file present in $..APMADV_Agent_Install_8.1.4.0.21/.apm direcory.

    2. Start HTTP server agent installation with above changes and it should have expected conf file created in $CANDLE_HOME_DIR/tmp directory along with the working agent.

  • Admin
    Ravikumar Ramachandra
    Reply
    |
    Sep 5, 2024

    BOARD COMMENTS:

    You have opened a record in idea portal database. Your request seems to be related to a defect. Please open a support ticket in SalesForce and it will be routed to the right team in support.

    1 reply
  • Guest
    Reply
    |
    Sep 3, 2024

    Please help correct and restore it to normal working condition.