Unfortunately the munin plugin doesn't give a good error message, would be
nice if it said which URL it tried to connect and what was the actual
error.
perldoc aprsc_munin (may need a full path) gives the manual:
NAME
aprsc_munin - Munin plugin which monitors an aprsc server instance
This plugin needs to be able to request
http://localhost:14501/status.json. The URL can be changed in the
configuration to point to another server URL.
This configuration example shows the default settings for the plugin:
[aprsc_munin]
env.url
http://127.0.0.1:14501/status.json
LICENSE
BSD
So... Check if you can 'curl -v
http://localhost:14501/status.json' - if
not, maybe aprsc status http server is configured to not listen on
localhost (it is bound to another address)?
In that case the munin agent config file needs the above block to point to
a better status.json URL with the correct IP.
- Hessu