munin/ivaldi.json

40 lines
522 B
JSON
Raw Permalink Normal View History

2025-04-25 10:54:41 +02:00
{
"name": "munin",
"libs": [
{
"kind": "plankton",
"data": {
"modules": [
"pit",
"http",
"ical",
"string",
2025-05-06 21:07:38 +02:00
"email",
2025-04-25 10:54:41 +02:00
"telegram",
"url",
"json",
"file",
2025-04-25 10:54:41 +02:00
"conf",
2025-04-25 12:50:13 +02:00
"log",
2025-07-01 12:06:08 +02:00
"translate",
2025-04-25 10:54:41 +02:00
"args"
]
}
}
],
"sources": [
"helpers/test.ts",
2025-04-25 10:54:41 +02:00
"types.ts",
"sources/ical_feed.ts",
2025-04-25 10:54:41 +02:00
"sources/_functions.ts",
2025-04-25 12:50:13 +02:00
"targets/telegram_bot.ts",
2025-05-06 21:07:38 +02:00
"targets/email.ts",
2025-04-25 12:50:13 +02:00
"targets/_functions.ts",
2025-04-25 10:54:41 +02:00
"conf.ts",
"logic.ts",
"test.ts",
2025-04-25 10:54:41 +02:00
"main.ts"
]
}