Skip to content

kevinz/tsar-mod_nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

tsar-mod_nginx

#nginx module for tsar

##Can be used with nginx and tengine both.

Quick start

  1. Install tsar.

  2. Generate a new module by using tsardevel.

    tsardevel ngx_mod

  3. Replace ngx_mod.c.

    make

    make install

  4. tsar --nginx

###You should be happy with it.

Configuration

  1. We can change nginx server port to be monitored,default is 80.

    ####example:

    export NGX_TSAR_PORT=8080

  2. Stub Status module must be included,and add configuration as below:

    location = /status {

        stub_status on;
    

    }

About

nginx module for tsar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages