Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
:Version: 1.0.3
You can install celerymon
either via the Python Package Index (PyPI)
or from source.
To install using pip
,::
$ pip install celerymon
To install using easy_install
,::
$ easy_install celerymon
Download the latest version of celerymon
from
http://pypi.python.org/pypi/celerymon/
You can install it by doing the following,::
$ tar xvfz celerymon-0.0.0.tar.gz
$ cd celerymon-0.0.0
$ python setup.py build
# python setup.py install # as root
You can clone the repository by doing the following::
$ git clone git://github.com/celery/celerymon.git
Start celery with the --events
option on, so celery sends events for
celerymon to capture::
$ python manage.py celeryd -E
Run the monitor server::
$ python manage.py celerymon
However, in production you probably want to run the monitor in the background, as a daemon::
$ python manage.py celerymon --detach
For a complete listing of the command line arguments available, with a short description, you can use the help command::
$ python manage.py help celerymon
Now you can visit the webserver celerymon starts by going to: http://localhost:8989
For discussions about the usage, development, and future of celery,
please join the celery-users
_ mailing list.
.. _celery-users
: http://groups.google.com/group/celery-users/
Come chat with us on IRC. The #celery channel is located at the Freenode
_
network.
.. _Freenode
: http://freenode.net
If you have any suggestions, bug reports or annoyances please report them to our issue tracker at http://github.com/celery/celerymon/issues/
Development of celerymon
happens at Github:
http://github.com/celery/celerymon
You are highly encouraged to participate in the development
of celerymon
. If you don't like Github (for some reason) you're welcome
to send regular patches.
This software is licensed under the New BSD License
. See the LICENSE
file in the top distribution directory for the full license text.
.. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround
FAQs
Real-time monitoring of Celery workers.
We found that celerymon demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.