emond(8) BSD System Manager's Manual emond(8)NAME
emond -- Event Monitor Daemon
SYNOPSIS
emond [-r path] [-c path]
DESCRIPTION
emond accepts events from various services, runs them through a simple rules engine, and takes action. The actions can run commands; send
email, or SMS messages.
Options:
-r path_to_rules
Tells emond to look for rules files in the specified path. The path may refer to either a file or a directory. If the path refers to
a directory, then all files with a .plist extension in that directory will be loaded.
-c path_to_config
Tells emond to look in specified path for its config file.
FILES
/etc/emond.d/rules/ Default directory where emond looks for rules.
/etc/emond.d/emond.plist the plist formatted config file
/System/Library/LaunchDaemons/com.apple.emond.plist
the launchd config file
SEE ALSO emond.plist(5), distnoted(8), emlog.pl(8), launchd(8), xssendevent(8)Darwin June 2, 2019 Darwin
Check Out this Related Man Page
AUTOMOUNTD(8) BSD System Manager's Manual AUTOMOUNTD(8)NAME
automountd -- automatic mount / unmount daemon for autofs
SYNOPSIS
/usr/libexec/automountd [-v] [-n] [-T] [-o opts] [-D name=value]
DESCRIPTION
automountd is a daemon that responds to requests from autofs to mount and unmount network filesystems, and to supply the contents of directo-
ries, based on the contents of automounter maps. The automountd is started on demand by launchd(8). As the daemon is launched by launchd,
the options below would be specified in the ProgramArguments key in the launchd plist for automountd. See FILES below.
OPTIONS -v Log to syslogd(8) more detailed information about actions taken by automountd.
-n Disable browsing of all maps.
-T Increase by 1 the logging level for messages printed to the standard output information about requests received from autofs, process-
ing done for those requests, and replies sent to autofs. The default level of 0 causes no information to be logged; each higher
value causes more information to be logged.
-o opts
Apply the options specified by opts to all mounts by default. The options for a particular mount can override these options.
-D name=value
Set the environment value specified by name to the specified value. Environment variables can be referred to in map entries; the
value of the environment variable is substituted for the reference to the variable.
FILES
/etc/autofs.conf
configuration file used to manage automountd
/System/Library/LaunchDaemons/com.apple.automountd.plist
launchd plist
SEE ALSO auto_master(5), autofsd(8), automount(8), autofs.conf(5), mount(8), mount_nfs(8), launchd(8), launchd.plist(5)Darwin April 4, 2007 Darwin
I am having problems with mysql authentication using courier-authlib (authdaemond). This is getting really frustrating. The error I am getting is:
Aug 28 17:48:48 www authdaemond: modules="authmysql", daemons=5
Aug 28 17:48:48 www authdaemond: Installing libauthmysql
Aug 28 17:48:48 www... (0 Replies)
Hello, have a look my top and ps as below
Inact memory reach 1.6G, does it normal ?
load averages: 0.07, 0.02, 0.01; up 7+06:48:52 02:58:01
91 processes: 2 running, 89 sleeping
CPU states: 0.0% user, 0.0% nice, 0.4% system, 0.0% interrupt, 99.6% idle
Memory: 24M... (0 Replies)
Hi, new here and need some help. Sometimes my site is extremely slow, if when there aren't too many people on, whereas when there are over 300 online members the site may be very fast. We use CentOS, PHP 5.26. The server has 4GB and Plesk usually shows about 2 or 3 GB free.
I believe I can see... (4 Replies)
Hi, I need a script when go down my conection.:rolleyes:
Then i have to generate a demond.
Same time my conection go down and i do the next line comand in debian system.
Hamachi -c /etc/hamachi logout
and then after a 30 seconds
Hamachi -c /etc/hamachi login
I need a... (0 Replies)
Hello! I know I must take the efforts of learning C..! I need to recompile a binary with the following at the beginning: test if a file exists, remove it and exit. All in "C". As simple as this in sh:
file=/tmp/filename
if ; then
rm -f $file
exit 0
fi
Thanks! (8 Replies)
With linux kernel 2.4.22-1.2199.nptlsmp (I know, it's very old) Sometimes Load average increases to big value (over 7) but my 4 vCPU are in
idle state (5% busy every cpu). My web procedure was gone down so I found out that process (with 4732 process id, see my following output)
was in... (4 Replies)
I have a problem when i try to create a log file from a daemon process using shell scripting in ubuntu 12. Ultimatly what i want to achieve is run a java/jar file from a script. After scourging the internet i found several solutions to do this, the one i choose is to create a startup script that... (4 Replies)