Windows process list snapshot

This local plugin create a string module containing a list of running processes in the server, useful to get a “snapshot” of commands running in the server. Use like another normal local plugin, for example: module_plugin cmd.exe /C...

Unix process snapshot

This local plugin module for Unix agents will give you a string data module with a snapshot of running processes, including CPU, MEMORY and system stats, as resulting from TOP command, very useful to catch the whole system status in a single snapshot. Use for 4.0.3...

Process Memory size

An easy way to get process memory usage information, using native Windows shell command (I think this works only on XP or higher). Module data This is for the own PandoraAgent process. Replace with your desired process. Just executing tasklist show a full list of...

Unix RPC client and server

Show if RPC client or server is running. Module data module_begin  module_name RPC client/server  module_type generic_proc  module_exec ps aux | grep -v grep | grep rpciod (Client)  module_exec ps aux | grep -v grep | grep rpc.i (Server)  module_description RPC...

Unix NFS client and server

Show if NFS client or server is running. Module data module_begin  module_name NFS client/server  module_type generic_proc  module_exec ps aux | grep -v grep | grep nfsiod | wc -l(Client)  module_exec ps aux | grep -v grep | grep nfsd | wc -l(Server) ...

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X