2007-09-17 Raul Mateos <raulofpandora@gmail.com>
* pandora_agent.conf: Corrected some texts. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@655 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1f7acd09bd
commit
3c881119f7
|
@ -1,12 +1,16 @@
|
|||
2007-09-17 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* pandora_agent.conf: Corrected some texts.
|
||||
|
||||
2007-09-14 Sancho Lerena <slerena@gmail.com>
|
||||
|
||||
* pandora_agent.conf: Updated
|
||||
* pandora_agent.conf: Updated
|
||||
|
||||
* pandora_1.3.mpi: Updated and fixed some minor strings.
|
||||
* pandora_1.3.mpi: Updated and fixed some minor strings.
|
||||
|
||||
* Packaged lastest version of Pandora FMS Agent for windows.
|
||||
* Packaged lastest version of Pandora FMS Agent for windows.
|
||||
|
||||
This would be beta3 for Windows Agent.
|
||||
This would be beta3 for Windows Agent.
|
||||
|
||||
2007-09-11 Esteban Sanchez <estebans@artica.es>
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ module_exec netstat -s | grep "Packets Received" | tr -d " " | cut -f 2 -d "=" |
|
|||
module_description Received packets
|
||||
module_end
|
||||
|
||||
# Accepter server sessions (Server in Spanish)
|
||||
# Accepted server sessions (Server in Spanish)
|
||||
module_begin
|
||||
module_name ServerSessions
|
||||
module_type generic_data
|
||||
|
@ -95,7 +95,6 @@ module_exec net statistics server | grep "Error" | gawk "{ print $4 }"
|
|||
module_description Server errors
|
||||
module_end
|
||||
|
||||
|
||||
# Received packets using external program exec
|
||||
module_begin
|
||||
module_name Listen_Conn
|
||||
|
@ -144,18 +143,18 @@ module_proc dsNcService.exe
|
|||
module_description Network Connect Service VPN Client from Juniper
|
||||
module_end
|
||||
|
||||
# More examples, unccoment (#) to use it
|
||||
# ======================================
|
||||
# More examples, uncomment (removing #) to use them
|
||||
# =================================================
|
||||
|
||||
# Free space on disk D:
|
||||
# module_begin
|
||||
# module_name FreeDiskD
|
||||
# module_type generic_data
|
||||
# module_freedisk D:
|
||||
# module_description Free space on drive D:
|
||||
# module_end
|
||||
#Free space on disk D:
|
||||
#module_begin
|
||||
#module_name FreeDiskD
|
||||
#module_type generic_data
|
||||
#module_freedisk D:
|
||||
#module_description Free space on drive D:
|
||||
#module_end
|
||||
|
||||
# CPU usage percentage for second CPU
|
||||
#CPU usage percentage for second CPU
|
||||
#module_begin
|
||||
#module_name CPUUse1
|
||||
#module_type generic_data
|
||||
|
|
Loading…
Reference in New Issue