Files
agent_logwatch/config/config.json
T
sylvain c039b92d6d feat: collecte automatique des logs locaux au début de chaque créneau
- _collect_local_logs() appelle journalctl en local au démarrage du slot
- collect_local_logs(since=) accessible comme méthode publique
- Skill logwatch collect [since] pour collecte manuelle à la demande
- Config: local_log_since, local_log_units, local_hostname

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 09:07:27 +00:00

33 lines
822 B
JSON

{
"agent_id": "logwatch",
"xmpp": {
"jid": "logwatch@xmpp.ovh",
"password": "Matador3721",
"admin_jid": "sylvain@xmpp.ovh",
"muc_room": "agents@muc.xmpp.ovh",
"use_omemo": true
},
"mqtt": {
"host": "localhost",
"port": 1883,
"username": null,
"password": null,
"tls": false
},
"llm": {
"base_url": "http://192.168.7.119:11434",
"model": "gpt-oss:120b-cloud",
"temperature": 0.2
},
"work_hours": "00:00-23:59",
"queue_db": "/opt/agent_logwatch/data/queue.db",
"db_path": "/opt/agent_logwatch/data/logwatch.db",
"system_prompt": "/opt/agent_logwatch/config/system_prompt.txt",
"use_llm_coordinator": true,
"local_log_since": "yesterday",
"local_log_units": [],
"local_hostname": "",
"llm_profiles": {
"cloud": "gpt-oss:120b-cloud"
}
}