Welcome to Pandora FMS Community › Forums › Community support › Newbie questions
-
Newbie questions
Posted by oliverm on June 29, 2007 at 22:06Hi,
Is it possible to monitor exchange setups with Pandora? I see MS SQL is listed on the homepage but not exchange.
Is it possible to monitor remote systems through firewalls by way of a remote agent which reports back to the server ? Nagios does something similar and its very handy.
How hard is it to hack my own custom agents? Say if i wanted to monitor windows event logs for a certain event log entry and to fire off a script accordingly or to watch for a service stopping and then fire off a script to restart it? Can i do this ?
Olly
oliverm replied 17 years, 7 months ago 4 Members · 5 Replies -
5 Replies
-
::
Hi Olly,
with Pandora you can monitor anything. If there are not a agent to do it you or other person can develop it.Do you want a remote agent which reports back to the server through Firewalls? You can open the scp port in Firewall and the agent can report directly to the server in real time. what you want exactly?
You need C knowledge and time to do a agent.
Regards.
Villa.
-
::
Hi Olly,
If you know who to “read” exchange setups from a script or progam, you can monitor it.
Agent modules can be made in any programming language you know, at the end you only need to create an xml with some struture that contains the data, and send it to the server.
Raul
Hi,
Is it possible to monitor exchange setups with Pandora? I see MS SQL is listed on the homepage but not exchange.
How hard is it to hack my own custom agents? Say if i wanted to monitor windows event logs for a certain event log entry and to fire off a script accordingly or to watch for a service stopping and then fire off a script to restart it? Can i do this ?
Olly
-
::
Thanks for all the info.
Ideally I’m after an agent that doesnt require any open ports. I think this is done with Nagios by having the agent download the parameters to monitor from the monitoring server itself. This means, as long as there is internet access to the client server it will be able to collect its monitoring parameters, and then upload any results.
Olly
-
::
Well, If I understand correctly you want to monitorice a remote server without installing a remote agent, right?
Nagios in the end does something like ssh user@host commandI guess you could hack or write your own script to do what I wrote above and creating the XML needed by Pandora.
Please could you be more clear about your requeriments
Cheers
-