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 il y a 10 ans mis à jour par Pedro Ponte il y a 8 ans 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
À l'étude

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

Тарас Гаврилюк il y a 10 ans mis à jour par Вероника Гаврилова il y a 7 ans 15
Хочу настроить сайт, ввожу все настройки, когда перехожу в браузере - выдает 403 ошибку. Как это исправить? Делал все по примеру
+1
Résolu

Ubuntu shows No module named simplejson while starting ajenti

Ahmed Muzammil Jamal il y a 11 ans mis à jour par Eugene Pankov (Project coordinator) il y a 11 ans 0

server status is started but unable to access ajenti

Solution

Fixed in the latest build

+1
Corrigé

SSL Failure 0.99.31 on debian

Florian Reinhard il y a 11 ans mis à jour par Eugene Pankov (Project coordinator) il y a 11 ans 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 ;)

Solution

Fix committed, many thanks!

+1
Corrigé

'module' object has no attribute 'net_io_counters'

Amine Marzouk il y a 9 ans mis à jour par VOID il y a 9 ans 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 il y a 10 ans 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
Résolu

XML-RPC/SOAP/REST API?

Max Sinelnikov il y a 12 ans mis à jour par Sib il y a 5 ans 5

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

+1
Corrigé

Bug when modifying command for two tasks

alex3138 il y a 11 ans mis à jour par Eugene Pankov (Project coordinator) il y a 11 ans 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


Solution

Fix committed

+1

Restricted user access, ACLs for Ajenti

AirOnSkin il y a 10 ans 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
Terminé

Create plugin for managing ruby on rails application with phusion passenger

Software Plant il y a 12 ans mis à jour par Eugene Pankov (Project coordinator) il y a 10 ans 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

Solution
Superseded by Puma and Unicorn plugins