Skip to main content
Participant
May 19, 2010
Question

Coldfusion 9 and Cacti

  • May 19, 2010
  • 1 reply
  • 725 views

are there some parameters that coldfusion 9 can send to Cacti (snmp based monitoring tool)?

My plan is to monitor coldfusion through cacti,including the database and memory usage without opening the coldfusion administrator page.

Or somebody could tell me what benefits and features are available when we combine Coldfusion and Cacti (snmp) ??

please help me.

regards.

    This topic has been closed for replies.

    1 reply

    Inspiring
    May 19, 2010

    ColdFusion does not provide any SNMP integration. However, ColdFusion runs on top of Java. If you install a full Java SDK you can enable SNMP in the VM and read some basic info (such as memory and thread usage) through the generic monitoring. See http://java.sun.com/javase/6/docs/technotes/guides/management/snmp.html