IML AppMonitor
  • ๐Ÿ’ก How does it work
  •  ๐Ÿ“ฆ Server
    • Installation
    • Configuration
    • Notification
    • Service
    • Cli
    • API
    • Security
  •  ๐Ÿงพ Client
    • Introduction
    • Description of response
  •  ๐Ÿ“ƒ PHP-client
    • Introduction
    • Install PHP-client
    • Monitor an application
    • Check items
    • Groups of checks
    •  Plugins
      •  Apps
        •  Checks
          • apacheprocesses
          • cert
          • diskfree
          • exec
          • file
          • httpcontent
          • loadmeter
          • mysqlconnect
          • pdoconnect
          • phpmodules
          • ping
          • porttcp
          • simple
          • sqliteconnect
      • Write checks

    GitHub Repo
    IML Opensource


    ๐Ÿ“ƒ PHP-client Plugins Checks

    Edit on GitHub

    Table of Contents

    • Plugins/checks folder
      • Included checks

    #Plugins/checks folder

    In the folder plugins/checks/ are the files that contain the logic of a single check.

    #Included checks

    • ApacheProcesses
    • Cert
    • Diskfree
    • Exec
    • File
    • HttpContent
    • Loadmeter
    • MysqlConnect
    • PDOConnect
    • Phpmodules
    • Ping
    • PortTcp
    • Simple
    • SqliteConnect

    To see all available checks:

    print_r($oMonitor->listChecks());
    
    • Previous
    • Next