Connect Airtime Server
  • Hi guys, that's my airtime check system:

    [code]
    lephio@lephio:~$ airtime-check-system 
    CPU                            = Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz
    Total RAM                      = 1048576 kB
    Free RAM                       = 439876 kB
    OS                             = Ubuntu 10.04.3 LTS x86-64
    AIRTIME_CONFIG_FILES           = OK
    POSTGRESQL_DATABASE            = OK
    PYTHON_KOMBU_VERSION           = 1.2.0
    PYTHON_POSTER_VERSION          = 0.8.1
    PYTHON_MUTAGEN_VERSION         = 1.20
    PYTHON_PYINOTIFY_VERSION       = 0.9.2
    RABBITMQ_SERVER                = OK
    AIRTIME_VERSION_URL            = http://localhost:80/api/version/api_key/%%api_key%%
    APACHE_CONFIGURED              = NO
    AIRTIME_VERSION                = Could not contact server
    PLAYOUT_ENGINE_PROCESS_ID      = 32314
    PLAYOUT_ENGINE_RUNNING_SECONDS = 328
    LIQUIDSOAP_PROCESS_ID          = 32322
    LIQUIDSOAP_RUNNING_SECONDS     = 328
    MEDIA_MONITOR_PROCESS_ID       = 32403
    MEDIA_MONITOR_RUNNING_SECONDS  = 327
    SHOW_RECORDER_PROCESS_ID       = 32362
    SHOW_RECORDER_RUNNING_SECONDS  = 328
    ICECAST_PROCESS_ID             = 17845
    [/code]

    Errors seem:
    APACHE_CONFIGURED              = NO (but i successifully run the airtime gui on apache2)
    AIRTIME_VERSION                = Could not contact server (really i don't know how to find this error)

    Any help?
    Ciao!
    Post edited by lephio at 2012-01-18 20:20:16
  • 2 Comments sorted by
  • Is the apache server on the same machine as where you are running the command from?

    Try accessing http://localhost:80/api/version/api_key/%%api_key%% (replace %%api_key%% with the key from /etc/airtime/airtime.conf)
    Airtime Pro Hosting: http://airtime.pro
  • good! i'm just tweaking, actually i'm running airtime on port 81, so i just changed the port on api_client.cfg and now check system is ok!

    now let's see if it works!
    thanks for the help.