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 років тому оновлено Pedro Ponte 8 років тому 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 років тому оновлено Вероника Гаврилова 7 років тому 15
Хочу настроить сайт, ввожу все настройки, когда перехожу в браузере - выдает 403 ошибку. Как это исправить? Делал все по примеру
+1
Є відповідь

Ubuntu shows No module named simplejson while starting ajenti

Ahmed Muzammil Jamal 11 років тому оновлено Eugene Pankov (Project coordinator) 11 років тому 0

server status is started but unable to access ajenti

Відповідь
Eugene Pankov (Project coordinator) 11 років тому

Fixed in the latest build

+1
Fixed

SSL Failure 0.99.31 on debian

Florian Reinhard 11 років тому оновлено Eugene Pankov (Project coordinator) 11 років тому 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 ;)

Відповідь
Eugene Pankov (Project coordinator) 11 років тому

Fix committed, many thanks!

+1
Fixed

'module' object has no attribute 'net_io_counters'

Amine Marzouk 9 років тому оновлено VOID 9 років тому 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 років тому 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
Є відповідь

XML-RPC/SOAP/REST API?

Max Sinelnikov 12 років тому оновлено Sib 5 років тому 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 років тому оновлено Eugene Pankov (Project coordinator) 11 років тому 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


Відповідь
Eugene Pankov (Project coordinator) 11 років тому

Fix committed

+1

Restricted user access, ACLs for Ajenti

AirOnSkin 10 років тому 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
Виконано

Create plugin for managing ruby on rails application with phusion passenger

Software Plant 12 років тому оновлено Eugene Pankov (Project coordinator) 10 років тому 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

Відповідь
Eugene Pankov (Project coordinator) 10 років тому
Superseded by Puma and Unicorn plugins