Ahenk/usr/share/ahenk/plugins/rsyslog/main.py

17 lines
424 B
Python
Raw Normal View History

#!/usr/bin/python3
# -*- coding: utf-8 -*-
def info():
inf = dict()
inf['name'] = 'rsyslog'
inf['version'] = '1.0.0'
inf['support'] = 'debian'
inf['description'] = 'System Log file configuration and rotation info are defined with this plugin.'
inf['task'] = False
inf['user_oriented'] = False
inf['machine_oriented'] = True
inf['developer'] = 'cemre.alpsoy@agem.com.tr'
return inf