Welcome to the Ajenti Idea Exchange. It's your chance to collaborate with our team and other users to influence the future of Ajenti! Ideas appreciated.

+1

nginx give 502 error

thuban 10 years ago updated by Pedro Ponte 8 years ago 1
I followed theses instructions , but when I try to access to ajenti via https://localhost/ajenti, a 502 erros appears with this error : 

==> /var/log/nginx/error.log <==
2015/03/05 15:55:03 [error] 30740#0: *5 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET /ajenti/ HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "localhost"
What am I doing wrong?
+1
Under review

Не могу настроить сайт

Тарас Гаврилюк 10 years ago updated by Вероника Гаврилова 7 years ago 15
Хочу настроить сайт, ввожу все настройки, когда перехожу в браузере - выдает 403 ошибку. Как это исправить? Делал все по примеру
+1
Answered

Ubuntu shows No module named simplejson while starting ajenti

Ahmed Muzammil Jamal 11 years ago updated by Eugene Pankov (Project coordinator) 11 years ago 0

server status is started but unable to access ajenti

Answer

Fixed in the latest build

+1
Fixed

SSL Failure 0.99.31 on debian

Florian Reinhard 11 years ago updated by Eugene Pankov (Project coordinator) 11 years ago 0

core.py, SSLTunnel.start, i had to increase the time.sleep right before os.unlink(cfg.name) to get ssl working.

Maybe you could create the file in __init__ and delete it in __del__ otherwise you just depend on the speed of someones hardware. In case it's swapping at the time when ajenti starts that time can't be big enough ;)

Answer

Fix committed, many thanks!

+1
Fixed

'module' object has no attribute 'net_io_counters'

Amine Marzouk 9 years ago updated by VOID 9 years ago 4
'module' object has no attribute 'net_io_counters'
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 158, in handle_message
    self.ui.dispatch_event(update['uid'], update['event'], update['params'])
  File "/usr/lib/pymodules/python2.7/ajenti/ui/__init__.py", line 72, in dispatch_event
    self.root.dispatch_event(uid, event, params)
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 378, in dispatch_event
    self.event(event, params)
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 402, in event
    getattr(self, 'on_%s' % self_event)(**(params or {}))
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 381, in on_switch
    child.broadcast('on_page_load')
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 356, in broadcast
    getattr(self, method)(*args, **kwargs)
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/network/main.py", line 45, in on_page_load
    self.refresh()
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/network/main.py", line 52, in refresh
    i.tx, i.rx = sensor.value(i.name)
  File "/usr/lib/pymodules/python2.7/ajenti/api/sensors.py", line 44, in value
    self.cache[variant] = self.measure(variant)
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/network/widget.py", line 22, in measure
    v = psutil.net_io_counters(pernic=True)[device]
AttributeError: 'module' object has no attribute 'net_io_counters'

+1

Enable SSL

Misam Saki 10 years ago 0
I installed Ajenti on new ubuntu VPS but it doesn't work when SSL is enable and I must disabled it by edit /etc/ajenti/config.json.
Any one can help me?!
+1
Answered

XML-RPC/SOAP/REST API?

Max Sinelnikov 12 years ago updated by Sib 5 years ago 5

Does ajanti have any remote interface like XML-RPC(Webmin has)/SOAP or REST to integrate it with custom desktop monitoring tool?

+1
Fixed

Bug when modifying command for two tasks

alex3138 11 years ago updated by Eugene Pankov (Project coordinator) 11 years ago 2
Hello.

I created two tasks in the Tasks tool. When I change the command of one tasks and save it, it changes the command on both tasks. Hence, I cannot create two tasks with two different commands...

I'm running Ajenti 1.2.8.

Thanks,

Alex


Answer

Fix committed

+1

Restricted user access, ACLs for Ajenti

AirOnSkin 10 years ago 0
As far as I can tell, there is currently no way for fine grained access control for users in Ajenti. Is that correct?
+1
Completed

Create plugin for managing ruby on rails application with phusion passenger

Software Plant 12 years ago updated by Eugene Pankov (Project coordinator) 10 years ago 1

No control panel has Built-in ruby on rails support yet, so if you write code for ruby on rails support in Ajenti, you will be look back by ruby on rails community and also by server hosting companies who looking for Ruby on Rails app management  feature. While developing please write plugin for managing phusion passenger with nginx. And also keep support for older ruby 1.8.7 MRI and Ruby Enterprise Edition - REE 1.8.7

Answer
Superseded by Puma and Unicorn plugins