Skip to main content
Participant
April 28, 2008
Answered

Server Monitoring Problem

  • April 28, 2008
  • 1 reply
  • 256 views
I have had a situation where we installed CF 8 and ran the trial version for some time before we bought the Standard LIcense and applied it. We were checking out the server monitoring during our trial period, and had it enabled. Now--because we are running the Standard edition the server monitor is unavailable. However--I am still receiving emails generated by the server monitor. Is there a way to disable the server monitor--without accessing the interface?

Thanks,
    This topic has been closed for replies.
    Correct answer Harmonious_kid1549
    Go to "neo-monitoring.xml" in "\ColdFusion8\lib"

    change

    <var name="monitoringenabled">
    <boolean value="false" />
    </var>

    save the file and restart the server.

    1 reply

    Harmonious_kid1549Correct answer
    Participating Frequently
    April 29, 2008
    Go to "neo-monitoring.xml" in "\ColdFusion8\lib"

    change

    <var name="monitoringenabled">
    <boolean value="false" />
    </var>

    save the file and restart the server.